From 5389f7ca63b681f8ca97d8401aee4cda2e5e85d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:29:34 +0000 Subject: [PATCH] chore(docs): Generated References (#8344) Generated the following references: - `fulfillment` - `medusa_config` - `modules` - `order` - `order_models` - `types` - `workflows` --- www/apps/resources/generated/files-map.mjs | 64 +- www/apps/resources/generated/sidebar.mjs | 77 +- www/apps/resources/generated/slug-changes.mjs | 55 +- .../fulfillment.OrderChangeActionDTO/page.mdx | 2 +- .../fulfillment.OrderChangeDTO/page.mdx | 2 +- .../fulfillment.OrderClaimDTO/page.mdx | 2 +- .../interfaces/fulfillment.OrderDTO/page.mdx | 2 +- .../fulfillment.OrderExchangeDTO/page.mdx | 2 +- .../interfaces/fulfillment.ReturnDTO/page.mdx | 2 +- .../medusa_config.ConfigModule/page.mdx | 6 + .../page.mdx | 2 +- .../references/modules/order/page.mdx | 4 + .../references/modules/order_models/page.mdx | 16 +- .../page.mdx | 2 +- .../page.mdx | 2 +- .../page.mdx | 2 +- .../page.mdx | 31 + .../page.mdx | 4 +- .../page.mdx | 31 + .../page.mdx | 19 + .../page.mdx | 19 + .../page.mdx | 19 + .../page.mdx | 2 +- .../page.mdx | 2 +- .../page.mdx | 2 +- .../page.mdx | 2 +- .../order.CreateOrderClaimDTO/page.mdx | 2 +- .../order.CreateOrderClaimItemDTO/page.mdx | 9 + .../order.CreateOrderExchangeItemDTO/page.mdx | 9 + .../order.IOrderModuleService/page.mdx | 5 + .../order.OrderChangeActionDTO/page.mdx | 2 +- .../interfaces/order.OrderChangeDTO/page.mdx | 2 +- .../interfaces/order.OrderClaimDTO/page.mdx | 2 +- .../order.OrderClaimItemDTO/page.mdx | 9 + .../order/interfaces/order.OrderDTO/page.mdx | 2 +- .../order.OrderExchangeDTO/page.mdx | 2 +- .../order.OrderExchangeItemDTO/page.mdx | 9 + .../order/interfaces/order.ReturnDTO/page.mdx | 2 +- .../classes/order_models.ClaimItem/page.mdx | 13 - .../order_models.ClaimItemImage/page.mdx | 13 - .../order_models.ExchangeItem/page.mdx | 13 - .../classes/order_models.Order/page.mdx | 2 +- .../classes/order_models.OrderChange/page.mdx | 2 +- .../order_models.OrderChangeAction/page.mdx | 2 +- .../classes/order_models.OrderClaim/page.mdx | 2 +- .../order_models.OrderClaimItem/page.mdx | 13 + .../order_models.OrderClaimItemImage/page.mdx | 13 + .../order_models.OrderExchange/page.mdx | 2 +- .../order_models.OrderExchangeItem/page.mdx | 13 + .../order_models.OrderShippingMethod/page.mdx | 2 +- .../classes/order_models.Return/page.mdx | 2 +- .../classes/order_models.ReturnItem/page.mdx | 2 +- .../classes/order_models.Transaction/page.mdx | 2 +- .../types.CommonTypes.ConfigModule/page.mdx | 2 +- .../page.mdx | 2 +- .../workflows.StepResponse.skip/page.mdx | 7 + .../classes/workflows.StepResponse/page.mdx | 1 + .../typedoc-json-output/0-medusa.json | 2078 +- .../typedoc-json-output/0-types.json | 30130 ++++++++-------- .../fulfillment-models.json | 1304 +- .../typedoc-json-output/fulfillment.json | 1397 +- .../inventory-next-models.json | 294 +- .../typedoc-json-output/inventory-next.json | 3616 +- .../typedoc-json-output/medusa-config.json | 346 +- .../typedoc-json-output/order-models.json | 16988 ++++----- .../generated/typedoc-json-output/order.json | 27258 +++++++------- .../typedoc-json-output/payment-models.json | 4252 +-- .../typedoc-json-output/payment.json | 5316 +-- .../typedoc-json-output/pricing-models.json | 1700 +- .../typedoc-json-output/pricing.json | 5622 +-- .../typedoc-json-output/product.json | 7954 ++-- .../typedoc-json-output/promotion-models.json | 658 +- .../typedoc-json-output/promotion.json | 4290 +-- .../typedoc-json-output/region-models.json | 1302 +- .../generated/typedoc-json-output/region.json | 3004 +- .../sales-channel-models.json | 94 +- .../typedoc-json-output/sales-channel.json | 1880 +- .../stock-location-next-models.json | 162 +- .../stock-location-next.json | 4338 +-- .../typedoc-json-output/store-models.json | 192 +- .../generated/typedoc-json-output/store.json | 1980 +- .../typedoc-json-output/tax-provider.json | 82 +- .../generated/typedoc-json-output/tax.json | 4772 +-- .../typedoc-json-output/user-models.json | 194 +- .../generated/typedoc-json-output/user.json | 2642 +- .../typedoc-json-output/workflows.json | 1504 +- 86 files changed, 68848 insertions(+), 67037 deletions(-) create mode 100644 www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaimItems/page.mdx create mode 100644 www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderExchangeItems/page.mdx create mode 100644 www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItemImages/page.mdx create mode 100644 www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItems/page.mdx create mode 100644 www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchangeItems/page.mdx create mode 100644 www/apps/resources/references/order/interfaces/order.CreateOrderClaimItemDTO/page.mdx create mode 100644 www/apps/resources/references/order/interfaces/order.CreateOrderExchangeItemDTO/page.mdx create mode 100644 www/apps/resources/references/order/interfaces/order.OrderClaimItemDTO/page.mdx create mode 100644 www/apps/resources/references/order/interfaces/order.OrderExchangeItemDTO/page.mdx delete mode 100644 www/apps/resources/references/order_models/classes/order_models.ClaimItem/page.mdx delete mode 100644 www/apps/resources/references/order_models/classes/order_models.ClaimItemImage/page.mdx delete mode 100644 www/apps/resources/references/order_models/classes/order_models.ExchangeItem/page.mdx create mode 100644 www/apps/resources/references/order_models/classes/order_models.OrderClaimItem/page.mdx create mode 100644 www/apps/resources/references/order_models/classes/order_models.OrderClaimItemImage/page.mdx create mode 100644 www/apps/resources/references/order_models/classes/order_models.OrderExchangeItem/page.mdx create mode 100644 www/apps/resources/references/workflows/StepResponse/methods/workflows.StepResponse.skip/page.mdx diff --git a/www/apps/resources/generated/files-map.mjs b/www/apps/resources/generated/files-map.mjs index 065c5fa173..af4fc8c564 100644 --- a/www/apps/resources/generated/files-map.mjs +++ b/www/apps/resources/generated/files-map.mjs @@ -3971,10 +3971,18 @@ export const filesMap = [ "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderChange/page.mdx", "pathname": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderChange" }, + { + "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaimItems/page.mdx", + "pathname": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaimItems" + }, { "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaims/page.mdx", "pathname": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaims" }, + { + "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderExchangeItems/page.mdx", + "pathname": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderExchangeItems" + }, { "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderExchanges/page.mdx", "pathname": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderExchanges" @@ -4039,10 +4047,22 @@ export const filesMap = [ "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderChanges/page.mdx", "pathname": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderChanges" }, + { + "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItemImages/page.mdx", + "pathname": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItemImages" + }, + { + "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItems/page.mdx", + "pathname": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItems" + }, { "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaims/page.mdx", "pathname": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaims" }, + { + "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchangeItems/page.mdx", + "pathname": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchangeItems" + }, { "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchanges/page.mdx", "pathname": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchanges" @@ -4443,6 +4463,10 @@ export const filesMap = [ "filePath": "/www/apps/resources/references/order/interfaces/order.CreateOrderClaimDTO/page.mdx", "pathname": "/references/order/interfaces/order.CreateOrderClaimDTO" }, + { + "filePath": "/www/apps/resources/references/order/interfaces/order.CreateOrderClaimItemDTO/page.mdx", + "pathname": "/references/order/interfaces/order.CreateOrderClaimItemDTO" + }, { "filePath": "/www/apps/resources/references/order/interfaces/order.CreateOrderDTO/page.mdx", "pathname": "/references/order/interfaces/order.CreateOrderDTO" @@ -4451,6 +4475,10 @@ export const filesMap = [ "filePath": "/www/apps/resources/references/order/interfaces/order.CreateOrderExchangeDTO/page.mdx", "pathname": "/references/order/interfaces/order.CreateOrderExchangeDTO" }, + { + "filePath": "/www/apps/resources/references/order/interfaces/order.CreateOrderExchangeItemDTO/page.mdx", + "pathname": "/references/order/interfaces/order.CreateOrderExchangeItemDTO" + }, { "filePath": "/www/apps/resources/references/order/interfaces/order.CreateOrderLineItemDTO/page.mdx", "pathname": "/references/order/interfaces/order.CreateOrderLineItemDTO" @@ -4607,6 +4635,10 @@ export const filesMap = [ "filePath": "/www/apps/resources/references/order/interfaces/order.OrderClaimDTO/page.mdx", "pathname": "/references/order/interfaces/order.OrderClaimDTO" }, + { + "filePath": "/www/apps/resources/references/order/interfaces/order.OrderClaimItemDTO/page.mdx", + "pathname": "/references/order/interfaces/order.OrderClaimItemDTO" + }, { "filePath": "/www/apps/resources/references/order/interfaces/order.OrderDTO/page.mdx", "pathname": "/references/order/interfaces/order.OrderDTO" @@ -4615,6 +4647,10 @@ export const filesMap = [ "filePath": "/www/apps/resources/references/order/interfaces/order.OrderExchangeDTO/page.mdx", "pathname": "/references/order/interfaces/order.OrderExchangeDTO" }, + { + "filePath": "/www/apps/resources/references/order/interfaces/order.OrderExchangeItemDTO/page.mdx", + "pathname": "/references/order/interfaces/order.OrderExchangeItemDTO" + }, { "filePath": "/www/apps/resources/references/order/interfaces/order.OrderItemDTO/page.mdx", "pathname": "/references/order/interfaces/order.OrderItemDTO" @@ -4895,18 +4931,6 @@ export const filesMap = [ "filePath": "/www/apps/resources/references/order_models/classes/order_models.Address/page.mdx", "pathname": "/references/order_models/classes/order_models.Address" }, - { - "filePath": "/www/apps/resources/references/order_models/classes/order_models.ClaimItem/page.mdx", - "pathname": "/references/order_models/classes/order_models.ClaimItem" - }, - { - "filePath": "/www/apps/resources/references/order_models/classes/order_models.ClaimItemImage/page.mdx", - "pathname": "/references/order_models/classes/order_models.ClaimItemImage" - }, - { - "filePath": "/www/apps/resources/references/order_models/classes/order_models.ExchangeItem/page.mdx", - "pathname": "/references/order_models/classes/order_models.ExchangeItem" - }, { "filePath": "/www/apps/resources/references/order_models/classes/order_models.LineItem/page.mdx", "pathname": "/references/order_models/classes/order_models.LineItem" @@ -4935,10 +4959,22 @@ export const filesMap = [ "filePath": "/www/apps/resources/references/order_models/classes/order_models.OrderClaim/page.mdx", "pathname": "/references/order_models/classes/order_models.OrderClaim" }, + { + "filePath": "/www/apps/resources/references/order_models/classes/order_models.OrderClaimItem/page.mdx", + "pathname": "/references/order_models/classes/order_models.OrderClaimItem" + }, + { + "filePath": "/www/apps/resources/references/order_models/classes/order_models.OrderClaimItemImage/page.mdx", + "pathname": "/references/order_models/classes/order_models.OrderClaimItemImage" + }, { "filePath": "/www/apps/resources/references/order_models/classes/order_models.OrderExchange/page.mdx", "pathname": "/references/order_models/classes/order_models.OrderExchange" }, + { + "filePath": "/www/apps/resources/references/order_models/classes/order_models.OrderExchangeItem/page.mdx", + "pathname": "/references/order_models/classes/order_models.OrderExchangeItem" + }, { "filePath": "/www/apps/resources/references/order_models/classes/order_models.OrderItem/page.mdx", "pathname": "/references/order_models/classes/order_models.OrderItem" @@ -10295,6 +10331,10 @@ export const filesMap = [ "filePath": "/www/apps/resources/references/workflows/StepResponse/methods/workflows.StepResponse.permanentFailure/page.mdx", "pathname": "/references/workflows/StepResponse/methods/workflows.StepResponse.permanentFailure" }, + { + "filePath": "/www/apps/resources/references/workflows/StepResponse/methods/workflows.StepResponse.skip/page.mdx", + "pathname": "/references/workflows/StepResponse/methods/workflows.StepResponse.skip" + }, { "filePath": "/www/apps/resources/references/workflows/classes/workflows.StepResponse/page.mdx", "pathname": "/references/workflows/classes/workflows.StepResponse" diff --git a/www/apps/resources/generated/sidebar.mjs b/www/apps/resources/generated/sidebar.mjs index 968a300cf5..0c5c42d56b 100644 --- a/www/apps/resources/generated/sidebar.mjs +++ b/www/apps/resources/generated/sidebar.mjs @@ -2486,6 +2486,13 @@ export const generatedSidebar = [ "title": "createOrderChange", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "path": "/references/order/createOrderClaimItems", + "title": "createOrderClaimItems", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -2493,6 +2500,13 @@ export const generatedSidebar = [ "title": "createOrderClaims", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "path": "/references/order/createOrderExchangeItems", + "title": "createOrderExchangeItems", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -2605,6 +2619,20 @@ export const generatedSidebar = [ "title": "deleteOrderChanges", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "path": "/references/order/deleteOrderClaimItemImages", + "title": "deleteOrderClaimItemImages", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "path": "/references/order/deleteOrderClaimItems", + "title": "deleteOrderClaimItems", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -2612,6 +2640,13 @@ export const generatedSidebar = [ "title": "deleteOrderClaims", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "path": "/references/order/deleteOrderExchangeItems", + "title": "deleteOrderExchangeItems", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -3233,27 +3268,6 @@ export const generatedSidebar = [ "title": "Address", "children": [] }, - { - "loaded": true, - "isPathHref": true, - "path": "/references/order/models/ClaimItem", - "title": "ClaimItem", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "path": "/references/order/models/ClaimItemImage", - "title": "ClaimItemImage", - "children": [] - }, - { - "loaded": true, - "isPathHref": true, - "path": "/references/order/models/ExchangeItem", - "title": "ExchangeItem", - "children": [] - }, { "loaded": true, "isPathHref": true, @@ -3303,6 +3317,20 @@ export const generatedSidebar = [ "title": "OrderClaim", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "path": "/references/order/models/OrderClaimItem", + "title": "OrderClaimItem", + "children": [] + }, + { + "loaded": true, + "isPathHref": true, + "path": "/references/order/models/OrderClaimItemImage", + "title": "OrderClaimItemImage", + "children": [] + }, { "loaded": true, "isPathHref": true, @@ -3310,6 +3338,13 @@ export const generatedSidebar = [ "title": "OrderExchange", "children": [] }, + { + "loaded": true, + "isPathHref": true, + "path": "/references/order/models/OrderExchangeItem", + "title": "OrderExchangeItem", + "children": [] + }, { "loaded": true, "isPathHref": true, diff --git a/www/apps/resources/generated/slug-changes.mjs b/www/apps/resources/generated/slug-changes.mjs index 4a2557869b..e39bc6fd47 100644 --- a/www/apps/resources/generated/slug-changes.mjs +++ b/www/apps/resources/generated/slug-changes.mjs @@ -1499,11 +1499,21 @@ export const slugChanges = [ "newSlug": "/references/order/createOrderChange", "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderChange/page.mdx" }, + { + "origSlug": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaimItems", + "newSlug": "/references/order/createOrderClaimItems", + "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaimItems/page.mdx" + }, { "origSlug": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaims", "newSlug": "/references/order/createOrderClaims", "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaims/page.mdx" }, + { + "origSlug": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderExchangeItems", + "newSlug": "/references/order/createOrderExchangeItems", + "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderExchangeItems/page.mdx" + }, { "origSlug": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderExchanges", "newSlug": "/references/order/createOrderExchanges", @@ -1584,11 +1594,26 @@ export const slugChanges = [ "newSlug": "/references/order/deleteOrderChanges", "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderChanges/page.mdx" }, + { + "origSlug": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItemImages", + "newSlug": "/references/order/deleteOrderClaimItemImages", + "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItemImages/page.mdx" + }, + { + "origSlug": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItems", + "newSlug": "/references/order/deleteOrderClaimItems", + "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItems/page.mdx" + }, { "origSlug": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaims", "newSlug": "/references/order/deleteOrderClaims", "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaims/page.mdx" }, + { + "origSlug": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchangeItems", + "newSlug": "/references/order/deleteOrderExchangeItems", + "filePath": "/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchangeItems/page.mdx" + }, { "origSlug": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchanges", "newSlug": "/references/order/deleteOrderExchanges", @@ -2024,21 +2049,6 @@ export const slugChanges = [ "newSlug": "/references/order/models/Address", "filePath": "/www/apps/resources/references/order_models/classes/order_models.Address/page.mdx" }, - { - "origSlug": "/references/order_models/classes/order_models.ClaimItem", - "newSlug": "/references/order/models/ClaimItem", - "filePath": "/www/apps/resources/references/order_models/classes/order_models.ClaimItem/page.mdx" - }, - { - "origSlug": "/references/order_models/classes/order_models.ClaimItemImage", - "newSlug": "/references/order/models/ClaimItemImage", - "filePath": "/www/apps/resources/references/order_models/classes/order_models.ClaimItemImage/page.mdx" - }, - { - "origSlug": "/references/order_models/classes/order_models.ExchangeItem", - "newSlug": "/references/order/models/ExchangeItem", - "filePath": "/www/apps/resources/references/order_models/classes/order_models.ExchangeItem/page.mdx" - }, { "origSlug": "/references/order_models/classes/order_models.LineItem", "newSlug": "/references/order/models/LineItem", @@ -2074,11 +2084,26 @@ export const slugChanges = [ "newSlug": "/references/order/models/OrderClaim", "filePath": "/www/apps/resources/references/order_models/classes/order_models.OrderClaim/page.mdx" }, + { + "origSlug": "/references/order_models/classes/order_models.OrderClaimItem", + "newSlug": "/references/order/models/OrderClaimItem", + "filePath": "/www/apps/resources/references/order_models/classes/order_models.OrderClaimItem/page.mdx" + }, + { + "origSlug": "/references/order_models/classes/order_models.OrderClaimItemImage", + "newSlug": "/references/order/models/OrderClaimItemImage", + "filePath": "/www/apps/resources/references/order_models/classes/order_models.OrderClaimItemImage/page.mdx" + }, { "origSlug": "/references/order_models/classes/order_models.OrderExchange", "newSlug": "/references/order/models/OrderExchange", "filePath": "/www/apps/resources/references/order_models/classes/order_models.OrderExchange/page.mdx" }, + { + "origSlug": "/references/order_models/classes/order_models.OrderExchangeItem", + "newSlug": "/references/order/models/OrderExchangeItem", + "filePath": "/www/apps/resources/references/order_models/classes/order_models.OrderExchangeItem/page.mdx" + }, { "origSlug": "/references/order_models/classes/order_models.OrderItem", "newSlug": "/references/order/models/OrderItem", diff --git a/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderChangeActionDTO/page.mdx b/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderChangeActionDTO/page.mdx index e0179a1d06..0569262a56 100644 --- a/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderChangeActionDTO/page.mdx +++ b/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderChangeActionDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # OrderChangeActionDTO -`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"detail","type":"[OrderItemDTO](../fulfillment.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../fulfillment.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../fulfillment.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderChangeActionDTO"/> +`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"detail","type":"[OrderItemDTO](../fulfillment.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../fulfillment.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../fulfillment.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderChangeActionDTO"/> diff --git a/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderChangeDTO/page.mdx b/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderChangeDTO/page.mdx index 301c4fa567..1f5d18b6cd 100644 --- a/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderChangeDTO/page.mdx +++ b/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderChangeDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # OrderChangeDTO -`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"detail","type":"[OrderItemDTO](../fulfillment.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../fulfillment.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../fulfillment.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderChangeDTO"/> +`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"detail","type":"[OrderItemDTO](../fulfillment.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../fulfillment.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../fulfillment.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderChangeDTO"/> diff --git a/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderClaimDTO/page.mdx b/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderClaimDTO/page.mdx index 5ceed66b83..e8417c8887 100644 --- a/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderClaimDTO/page.mdx +++ b/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderClaimDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # OrderClaimDTO -`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="OrderClaimDTO"/> +`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="OrderClaimDTO"/> diff --git a/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderDTO/page.mdx b/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderDTO/page.mdx index 7578f368e5..7218252a91 100644 --- a/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderDTO/page.mdx +++ b/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # OrderDTO -`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refundable_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"detail","type":"[OrderItemDTO](../fulfillment.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order detail.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"The ID of the associated item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)","description":"The Line Item of the order detail.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number`","description":"The fulfilled quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw fulfilled quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number`","description":"The shipped quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipped quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number`","description":"The quantity of return requested for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of return requested for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number`","description":"The quantity of return received for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of return received for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number`","description":"The quantity of return dismissed for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of return dismissed for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number`","description":"The quantity of written off for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of written off for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order detail","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../fulfillment.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)","description":"The associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"The ID of the associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../fulfillment.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)","description":"The associated line item","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"item_id","type":"`string`","description":"The associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderDTO"/> +`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refundable_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"detail","type":"[OrderItemDTO](../fulfillment.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order detail.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"The ID of the associated item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)","description":"The Line Item of the order detail.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number`","description":"The fulfilled quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw fulfilled quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number`","description":"The shipped quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipped quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number`","description":"The quantity of return requested for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of return requested for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number`","description":"The quantity of return received for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of return received for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number`","description":"The quantity of return dismissed for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of return dismissed for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number`","description":"The quantity of written off for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw quantity of written off for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order detail","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../fulfillment.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)","description":"The associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"The ID of the associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../fulfillment.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)","description":"The associated line item","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"item_id","type":"`string`","description":"The associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderDTO"/> diff --git a/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderExchangeDTO/page.mdx b/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderExchangeDTO/page.mdx index 8665bf320a..2dc97dee1f 100644 --- a/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderExchangeDTO/page.mdx +++ b/www/apps/resources/references/fulfillment/interfaces/fulfillment.OrderExchangeDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # OrderExchangeDTO -`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderExchangeDTO"/> +`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../fulfillment.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderExchangeDTO"/> diff --git a/www/apps/resources/references/fulfillment/interfaces/fulfillment.ReturnDTO/page.mdx b/www/apps/resources/references/fulfillment/interfaces/fulfillment.ReturnDTO/page.mdx index fbbceeed7e..614974dee8 100644 --- a/www/apps/resources/references/fulfillment/interfaces/fulfillment.ReturnDTO/page.mdx +++ b/www/apps/resources/references/fulfillment/interfaces/fulfillment.ReturnDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # ReturnDTO -`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="ReturnDTO"/> +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/fulfillment.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../fulfillment.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../fulfillment.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../fulfillment.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../fulfillment.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/fulfillment.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../fulfillment.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../fulfillment.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../fulfillment.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/fulfillment.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../fulfillment.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../fulfillment.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../fulfillment.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../fulfillment.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../fulfillment.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/fulfillment.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/fulfillment.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/fulfillment.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="ReturnDTO"/> diff --git a/www/apps/resources/references/medusa_config/interfaces/medusa_config.ConfigModule/page.mdx b/www/apps/resources/references/medusa_config/interfaces/medusa_config.ConfigModule/page.mdx index a97c5f0475..1eba7f3dd2 100644 --- a/www/apps/resources/references/medusa_config/interfaces/medusa_config.ConfigModule/page.mdx +++ b/www/apps/resources/references/medusa_config/interfaces/medusa_config.ConfigModule/page.mdx @@ -155,6 +155,12 @@ An object that includes additional configurations to pass to the database connec This is useful for production databases, which can be supported by setting the `rejectUnauthorized` attribute of `ssl` object to `false`. During development, it’s recommended not to pass this option. +:::note + +Make sure to add to the end of the database URL `?ssl_mode=disable` as well when disabling `rejectUnauthorized`. + +::: + #### Example ```js title="medusa-config.js" diff --git a/www/apps/resources/references/medusa_config/interfaces/medusa_config.ProjectConfigOptions/page.mdx b/www/apps/resources/references/medusa_config/interfaces/medusa_config.ProjectConfigOptions/page.mdx index 608963edbd..01eb1e8995 100644 --- a/www/apps/resources/references/medusa_config/interfaces/medusa_config.ProjectConfigOptions/page.mdx +++ b/www/apps/resources/references/medusa_config/interfaces/medusa_config.ProjectConfigOptions/page.mdx @@ -4,4 +4,4 @@ import { TypeList } from "docs-ui" Essential configurations related to the Medusa backend, such as database and CORS configurations. -`","description":"Optionally you can specify the supported authentication providers per actor type (such as user, customer, or any custom actors).\nFor example, you only want to allow SSO logins for `users` to the admin, while you want to allow email/password logins for `customers` to the storefront.\n\n`authMethodsPerActor` is a a map where the actor type (eg. 'user') is the key, and an array of supported auth providers as the value.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"databaseName","type":"`string`","description":"The name of the database to connect to. If specified in `databaseUrl`, then it’s not required to include it.\n\nMake sure to create the PostgreSQL database before using it. You can check how to create a database in\n[PostgreSQL's documentation](https://www.postgresql.org/docs/current/sql-createdatabase.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseUrl","type":"`string`","description":"The connection URL of the database. The format of the connection URL for PostgreSQL is:\n\n```bash\npostgres://[user][:password]@[host][:port]/[dbname]\n```\n\nWhere:\n\n- `[user]`: (required) your PostgreSQL username. If not specified, the system's username is used by default. The database user that you use must have create privileges. If you're using the `postgres` superuser, then it should have these privileges by default. Otherwise, make sure to grant your user create privileges. You can learn how to do that in [PostgreSQL's documentation](https://www.postgresql.org/docs/current/ddl-priv.html).\n- `[:password]`: an optional password for the user. When provided, make sure to put `:` before the password.\n- `[host]`: (required) your PostgreSQL host. When run locally, it should be `localhost`.\n- `[:port]`: an optional port that the PostgreSQL server is listening on. By default, it's `5432`. When provided, make sure to put `:` before the port.\n- `[dbname]`: (required) the name of the database.\n\nYou can learn more about the connection URL format in [PostgreSQL’s documentation](https://www.postgresql.org/docs/current/libpq-connect.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseSchema","type":"`string`","description":"The database schema to connect to. This is not required to provide if you’re using the default schema, which is `public`.\n\n```js title=\"medusa-config.js\"\nmodule.exports = defineConfig({\n projectConfig: {\n databaseSchema: process.env.DATABASE_SCHEMA ||\n \"custom\",\n // ...\n },\n // ...\n})\n```","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseLogging","type":"`LoggerOptions`","description":"This configuration specifies what database messages to log. Its value can be one of the following:\n\n- (default) A boolean value that indicates whether any messages should be logged.\n- The string value `all` that indicates all types of messages should be logged.\n- An array of log-level strings to indicate which type of messages to show in the logs. The strings can be `query`, `schema`, `error`, `warn`, `info`, `log`, or `migration`. Refer to [Typeorm’s documentation](https://typeorm.io/logging#logging-options) for more details on what each of these values means.\n\nIf this configuration isn't set, its default value is `false`, meaning no database messages are logged.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseDriverOptions","type":"`Record` & `object`","description":"An object that includes additional configurations to pass to the database connection for v2. You can pass any configuration. One defined configuration to pass is\n`ssl` which enables support for TLS/SSL connections.\n\nThis is useful for production databases, which can be supported by setting the `rejectUnauthorized` attribute of `ssl` object to `false`.\nDuring development, it’s recommended not to pass this option.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"connection","type":"`object`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"ssl","type":"`object`","description":"Configure support for TLS/SSL connection","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"redisUrl","type":"`string`","description":"Used to specify the URL to connect to Redis. This is only used for scheduled jobs. If you omit this configuration, scheduled jobs won't work.\n\n:::note\n\nYou must first have Redis installed. You can refer to [Redis's installation guide](https://redis.io/docs/getting-started/installation/).\n\n:::\n\nThe Redis connection URL has the following format:\n\n```bash\nredis[s]://[[username][:password]@][host][:port][/db-number]\n```\n\nFor a local Redis installation, the connection URL should be `redis://localhost:6379` unless you’ve made any changes to the Redis configuration during installation.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisPrefix","type":"`string`","description":"The prefix set on all keys stored in Redis. The default value is `sess:`.\n\nIf this configuration option is provided, it is prepended to `sess:`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisOptions","type":"`RedisOptions`","description":"An object of options to pass ioredis. You can refer to [ioredis’s RedisOptions documentation](https://redis.github.io/ioredis/index.html#RedisOptions)\nfor the list of available options.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sessionOptions","type":"[SessionOptions](../../../types/interfaces/types.SessionOptions/page.mdx)","description":"An object of options to pass to [express-session](https://www.npmjs.com/package/express-session).","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"The name of the session ID cookie to set in the response (and read from in the request). The default value is `connect.sid`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#name) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"resave","type":"`boolean`","description":"Whether the session should be saved back to the session store, even if the session was never modified during the request. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#resave) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"rolling","type":"`boolean`","description":"Whether the session identifier cookie should be force-set on every response. The default value is `false`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#rolling) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"saveUninitialized","type":"`boolean`","description":"Whether a session that is \"uninitialized\" is forced to be saved to the store. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#saveUninitialized) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"secret","type":"`string`","description":"The secret to sign the session ID cookie. By default, the value of `http.cookieSecret` is used.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#secret) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"ttl","type":"`number`","description":"Used when calculating the `Expires` `Set-Cookie` attribute of cookies. By default, its value is `10 * 60 * 60 * 1000`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#cookiemaxage) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"jobsBatchSize","type":"`number`","description":"Configure the number of staged jobs that are polled from the database. Default is `1000`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"workerMode","type":"`\"shared\"` \\| `\"worker\"` \\| `\"server\"`","description":"Configure the application's worker mode.\n\nWorkers are processes running separately from the main application. They're useful for executing long-running or resource-heavy tasks in the background, such as importing products.\n\nWith a worker, these tasks are offloaded to a separate process. So, they won't affect the performance of the main application.\n\n![Diagram showcasing how the server and worker work together](https://res.cloudinary.com/dza7lstvk/image/upload/fl\\_lossy/f\\_auto/r\\_16/ar\\_16:9,c\\_pad/v1/Medusa%20Book/medusa-worker\\_klkbch.jpg?\\_a=BATFJtAA0)\n\nMedusa has three runtime modes:\n\n- Use `shared` to run the application in a single process.\n- Use `worker` to run the a worker process only.\n- Use `server` to run the application server only.\n\nIn production, it's recommended to deploy two instances:\n\n1. One having the `workerMode` configuration set to `server`.\n2. Another having the `workerMode` configuration set to `worker`.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="ProjectConfigOptions"/> +`","description":"Optionally you can specify the supported authentication providers per actor type (such as user, customer, or any custom actors).\nFor example, you only want to allow SSO logins for `users` to the admin, while you want to allow email/password logins for `customers` to the storefront.\n\n`authMethodsPerActor` is a a map where the actor type (eg. 'user') is the key, and an array of supported auth providers as the value.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"databaseName","type":"`string`","description":"The name of the database to connect to. If specified in `databaseUrl`, then it’s not required to include it.\n\nMake sure to create the PostgreSQL database before using it. You can check how to create a database in\n[PostgreSQL's documentation](https://www.postgresql.org/docs/current/sql-createdatabase.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseUrl","type":"`string`","description":"The connection URL of the database. The format of the connection URL for PostgreSQL is:\n\n```bash\npostgres://[user][:password]@[host][:port]/[dbname]\n```\n\nWhere:\n\n- `[user]`: (required) your PostgreSQL username. If not specified, the system's username is used by default. The database user that you use must have create privileges. If you're using the `postgres` superuser, then it should have these privileges by default. Otherwise, make sure to grant your user create privileges. You can learn how to do that in [PostgreSQL's documentation](https://www.postgresql.org/docs/current/ddl-priv.html).\n- `[:password]`: an optional password for the user. When provided, make sure to put `:` before the password.\n- `[host]`: (required) your PostgreSQL host. When run locally, it should be `localhost`.\n- `[:port]`: an optional port that the PostgreSQL server is listening on. By default, it's `5432`. When provided, make sure to put `:` before the port.\n- `[dbname]`: (required) the name of the database.\n\nYou can learn more about the connection URL format in [PostgreSQL’s documentation](https://www.postgresql.org/docs/current/libpq-connect.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseSchema","type":"`string`","description":"The database schema to connect to. This is not required to provide if you’re using the default schema, which is `public`.\n\n```js title=\"medusa-config.js\"\nmodule.exports = defineConfig({\n projectConfig: {\n databaseSchema: process.env.DATABASE_SCHEMA ||\n \"custom\",\n // ...\n },\n // ...\n})\n```","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseLogging","type":"`LoggerOptions`","description":"This configuration specifies what database messages to log. Its value can be one of the following:\n\n- (default) A boolean value that indicates whether any messages should be logged.\n- The string value `all` that indicates all types of messages should be logged.\n- An array of log-level strings to indicate which type of messages to show in the logs. The strings can be `query`, `schema`, `error`, `warn`, `info`, `log`, or `migration`. Refer to [Typeorm’s documentation](https://typeorm.io/logging#logging-options) for more details on what each of these values means.\n\nIf this configuration isn't set, its default value is `false`, meaning no database messages are logged.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseDriverOptions","type":"`Record` & `object`","description":"An object that includes additional configurations to pass to the database connection for v2. You can pass any configuration. One defined configuration to pass is\n`ssl` which enables support for TLS/SSL connections.\n\nThis is useful for production databases, which can be supported by setting the `rejectUnauthorized` attribute of `ssl` object to `false`.\nDuring development, it’s recommended not to pass this option.\n\n:::note\n\nMake sure to add to the end of the database URL `?ssl_mode=disable` as well when disabling `rejectUnauthorized`.\n\n:::","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"connection","type":"`object`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"ssl","type":"`object`","description":"Configure support for TLS/SSL connection","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"redisUrl","type":"`string`","description":"Used to specify the URL to connect to Redis. This is only used for scheduled jobs. If you omit this configuration, scheduled jobs won't work.\n\n:::note\n\nYou must first have Redis installed. You can refer to [Redis's installation guide](https://redis.io/docs/getting-started/installation/).\n\n:::\n\nThe Redis connection URL has the following format:\n\n```bash\nredis[s]://[[username][:password]@][host][:port][/db-number]\n```\n\nFor a local Redis installation, the connection URL should be `redis://localhost:6379` unless you’ve made any changes to the Redis configuration during installation.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisPrefix","type":"`string`","description":"The prefix set on all keys stored in Redis. The default value is `sess:`.\n\nIf this configuration option is provided, it is prepended to `sess:`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisOptions","type":"`RedisOptions`","description":"An object of options to pass ioredis. You can refer to [ioredis’s RedisOptions documentation](https://redis.github.io/ioredis/index.html#RedisOptions)\nfor the list of available options.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sessionOptions","type":"[SessionOptions](../../../types/interfaces/types.SessionOptions/page.mdx)","description":"An object of options to pass to [express-session](https://www.npmjs.com/package/express-session).","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"The name of the session ID cookie to set in the response (and read from in the request). The default value is `connect.sid`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#name) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"resave","type":"`boolean`","description":"Whether the session should be saved back to the session store, even if the session was never modified during the request. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#resave) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"rolling","type":"`boolean`","description":"Whether the session identifier cookie should be force-set on every response. The default value is `false`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#rolling) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"saveUninitialized","type":"`boolean`","description":"Whether a session that is \"uninitialized\" is forced to be saved to the store. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#saveUninitialized) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"secret","type":"`string`","description":"The secret to sign the session ID cookie. By default, the value of `http.cookieSecret` is used.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#secret) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"ttl","type":"`number`","description":"Used when calculating the `Expires` `Set-Cookie` attribute of cookies. By default, its value is `10 * 60 * 60 * 1000`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#cookiemaxage) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"jobsBatchSize","type":"`number`","description":"Configure the number of staged jobs that are polled from the database. Default is `1000`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"workerMode","type":"`\"shared\"` \\| `\"worker\"` \\| `\"server\"`","description":"Configure the application's worker mode.\n\nWorkers are processes running separately from the main application. They're useful for executing long-running or resource-heavy tasks in the background, such as importing products.\n\nWith a worker, these tasks are offloaded to a separate process. So, they won't affect the performance of the main application.\n\n![Diagram showcasing how the server and worker work together](https://res.cloudinary.com/dza7lstvk/image/upload/fl\\_lossy/f\\_auto/r\\_16/ar\\_16:9,c\\_pad/v1/Medusa%20Book/medusa-worker\\_klkbch.jpg?\\_a=BATFJtAA0)\n\nMedusa has three runtime modes:\n\n- Use `shared` to run the application in a single process.\n- Use `worker` to run the a worker process only.\n- Use `server` to run the application server only.\n\nIn production, it's recommended to deploy two instances:\n\n1. One having the `workerMode` configuration set to `server`.\n2. Another having the `workerMode` configuration set to `worker`.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="ProjectConfigOptions"/> diff --git a/www/apps/resources/references/modules/order/page.mdx b/www/apps/resources/references/modules/order/page.mdx index aebac2feb4..7a0e8587d2 100644 --- a/www/apps/resources/references/modules/order/page.mdx +++ b/www/apps/resources/references/modules/order/page.mdx @@ -25,6 +25,8 @@ import { TypeList } from "docs-ui" - [OrderDTO](../../order/interfaces/order.OrderDTO/page.mdx) - [ReturnDTO](../../order/interfaces/order.ReturnDTO/page.mdx) - [OrderReturnItemDTO](../../order/interfaces/order.OrderReturnItemDTO/page.mdx) +- [OrderClaimItemDTO](../../order/interfaces/order.OrderClaimItemDTO/page.mdx) +- [OrderExchangeItemDTO](../../order/interfaces/order.OrderExchangeItemDTO/page.mdx) - [OrderClaimDTO](../../order/interfaces/order.OrderClaimDTO/page.mdx) - [OrderExchangeDTO](../../order/interfaces/order.OrderExchangeDTO/page.mdx) - [OrderChangeDTO](../../order/interfaces/order.OrderChangeDTO/page.mdx) @@ -87,6 +89,8 @@ import { TypeList } from "docs-ui" - [UpdateOrderClaimDTO](../../order/interfaces/order.UpdateOrderClaimDTO/page.mdx) - [UpdateOrderExchangeDTO](../../order/interfaces/order.UpdateOrderExchangeDTO/page.mdx) - [CreateOrderReturnItemDTO](../../order/interfaces/order.CreateOrderReturnItemDTO/page.mdx) +- [CreateOrderClaimItemDTO](../../order/interfaces/order.CreateOrderClaimItemDTO/page.mdx) +- [CreateOrderExchangeItemDTO](../../order/interfaces/order.CreateOrderExchangeItemDTO/page.mdx) - [UpdateOrderReturnWithSelectorDTO](../../order/interfaces/order.UpdateOrderReturnWithSelectorDTO/page.mdx) - [UpdateOrderClaimWithSelectorDTO](../../order/interfaces/order.UpdateOrderClaimWithSelectorDTO/page.mdx) - [UpdateOrderExchangeWithSelectorDTO](../../order/interfaces/order.UpdateOrderExchangeWithSelectorDTO/page.mdx) diff --git a/www/apps/resources/references/modules/order_models/page.mdx b/www/apps/resources/references/modules/order_models/page.mdx index 114c0da982..ac2e6788e0 100644 --- a/www/apps/resources/references/modules/order_models/page.mdx +++ b/www/apps/resources/references/modules/order_models/page.mdx @@ -15,17 +15,17 @@ This documentation provides a reference to the data models in the Order Module erDiagram OrderClaim }|--|{ Order : order OrderClaim ||--|| Return : return - OrderClaim ||--|| ClaimItem : additional_items + OrderClaim ||--|| OrderClaimItem : additional_items OrderClaim ||--|| OrderShippingMethod : shipping_methods OrderClaim ||--|| Transaction : transactions - ClaimItem ||--|| ClaimItemImage : images - ClaimItem }|--|{ LineItem : item + OrderClaimItem ||--|| OrderClaimItemImage : images + OrderClaimItem }|--|{ LineItem : item OrderExchange }|--|{ Order : order OrderExchange ||--|| Return : return - OrderExchange ||--|| ExchangeItem : additional_items + OrderExchange ||--|| OrderExchangeItem : additional_items OrderExchange ||--|| OrderShippingMethod : shipping_methods OrderExchange ||--|| Transaction : transactions - ExchangeItem }|--|{ LineItem : item + OrderExchangeItem }|--|{ LineItem : item LineItem ||--|| LineItemTaxLine : tax_lines LineItem ||--|| LineItemAdjustment : adjustments Order }|--|{ Address : shipping_address @@ -59,10 +59,10 @@ erDiagram ## Classes - [Address](../../order_models/classes/order_models.Address/page.mdx) -- [ClaimItemImage](../../order_models/classes/order_models.ClaimItemImage/page.mdx) -- [ClaimItem](../../order_models/classes/order_models.ClaimItem/page.mdx) +- [OrderClaimItemImage](../../order_models/classes/order_models.OrderClaimItemImage/page.mdx) +- [OrderClaimItem](../../order_models/classes/order_models.OrderClaimItem/page.mdx) - [OrderClaim](../../order_models/classes/order_models.OrderClaim/page.mdx) -- [ExchangeItem](../../order_models/classes/order_models.ExchangeItem/page.mdx) +- [OrderExchangeItem](../../order_models/classes/order_models.OrderExchangeItem/page.mdx) - [OrderExchange](../../order_models/classes/order_models.OrderExchange/page.mdx) - [LineItemAdjustment](../../order_models/classes/order_models.LineItemAdjustment/page.mdx) - [LineItemTaxLine](../../order_models/classes/order_models.LineItemTaxLine/page.mdx) diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.addOrderAction/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.addOrderAction/page.mdx index c7b146776d..ffce52e870 100644 --- a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.addOrderAction/page.mdx +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.addOrderAction/page.mdx @@ -18,7 +18,7 @@ This documentation provides a reference to the `addOrderAction` method. This bel ### Returns -`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../../../interfaces/order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="addOrderAction"/> +`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../../../interfaces/order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="addOrderAction"/> ## addOrderAction(data, sharedContext?): Promise<[OrderChangeActionDTO](../../../interfaces/order.OrderChangeActionDTO/page.mdx)[]> diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createClaim/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createClaim/page.mdx index b7f7ed0e48..ec37018811 100644 --- a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createClaim/page.mdx +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createClaim/page.mdx @@ -12,7 +12,7 @@ This documentation provides a reference to the `createClaim` method. This belong ## Parameters -`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx) & `object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"[ClaimReason](../../../types/order.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"`object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"`string`[] \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_shipping","type":"`string` \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[CreateOrderTaxLineDTO](../../../interfaces/order.CreateOrderTaxLineDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"[CreateOrderAdjustmentDTO](../../../interfaces/order.CreateOrderAdjustmentDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refund_amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"sharedContext","type":"[Context](../../../interfaces/order.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/order.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="createClaim"/> +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx) & `object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"[ClaimReason](../../../types/order.ClaimReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"`object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"`string`[] \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_shipping","type":"`string` \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[CreateOrderTaxLineDTO](../../../interfaces/order.CreateOrderTaxLineDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"[CreateOrderAdjustmentDTO](../../../interfaces/order.CreateOrderAdjustmentDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refund_amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"sharedContext","type":"[Context](../../../interfaces/order.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/order.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="createClaim"/> ## Returns diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderChange/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderChange/page.mdx index 967a7b5d85..c8b4a2d87c 100644 --- a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderChange/page.mdx +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderChange/page.mdx @@ -18,7 +18,7 @@ This documentation provides a reference to the `createOrderChange` method. This ### Returns -`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../../../interfaces/order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../../../interfaces/order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../../../interfaces/order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../../../interfaces/order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="createOrderChange"/> +`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../../../interfaces/order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../../../interfaces/order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../../../interfaces/order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../../../interfaces/order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="createOrderChange"/> ## createOrderChange(data, sharedContext?): Promise<[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)[]> diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaimItems/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaimItems/page.mdx new file mode 100644 index 0000000000..78e62d6d34 --- /dev/null +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaimItems/page.mdx @@ -0,0 +1,31 @@ +--- +displayed_sidebar: orderReference +slug: /references/order/createOrderClaimItems +sidebar_label: createOrderClaimItems +--- + +import { TypeList } from "docs-ui" + +# createOrderClaimItems - Order Module Reference + +This documentation provides a reference to the `createOrderClaimItems` method. This belongs to the Order Module. + +## createOrderClaimItems(data, sharedContext?): Promise<[OrderClaimItemDTO](../../../interfaces/order.OrderClaimItemDTO/page.mdx)> + +### Parameters + +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"sharedContext","type":"[Context](../../../interfaces/order.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/order.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="createOrderClaimItems"/> + +### Returns + +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="createOrderClaimItems"/> + +## createOrderClaimItems(data, sharedContext?): Promise<[OrderClaimItemDTO](../../../interfaces/order.OrderClaimItemDTO/page.mdx)[]> + +### Parameters + +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"sharedContext","type":"[Context](../../../interfaces/order.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/order.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="createOrderClaimItems"/> + +### Returns + + diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaims/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaims/page.mdx index 678a860e44..9fcdbc5eb5 100644 --- a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaims/page.mdx +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderClaims/page.mdx @@ -14,7 +14,7 @@ This documentation provides a reference to the `createOrderClaims` method. This ### Parameters -`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx) & `object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"[ClaimReason](../../../types/order.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"`object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"`string`[] \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_shipping","type":"`string` \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[CreateOrderTaxLineDTO](../../../interfaces/order.CreateOrderTaxLineDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"[CreateOrderAdjustmentDTO](../../../interfaces/order.CreateOrderAdjustmentDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refund_amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"sharedContext","type":"[Context](../../../interfaces/order.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/order.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="createOrderClaims"/> +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx) & `object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"[ClaimReason](../../../types/order.ClaimReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"`object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"`string`[] \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_shipping","type":"`string` \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[CreateOrderTaxLineDTO](../../../interfaces/order.CreateOrderTaxLineDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"[CreateOrderAdjustmentDTO](../../../interfaces/order.CreateOrderAdjustmentDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refund_amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"sharedContext","type":"[Context](../../../interfaces/order.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/order.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="createOrderClaims"/> ### Returns @@ -24,7 +24,7 @@ This documentation provides a reference to the `createOrderClaims` method. This ### Parameters -`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx) & `object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"[ClaimReason](../../../types/order.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"`object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"`string`[] \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_shipping","type":"`string` \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[CreateOrderTaxLineDTO](../../../interfaces/order.CreateOrderTaxLineDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"[CreateOrderAdjustmentDTO](../../../interfaces/order.CreateOrderAdjustmentDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refund_amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"sharedContext","type":"[Context](../../../interfaces/order.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/order.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="createOrderClaims"/> +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx) & `object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"[ClaimReason](../../../types/order.ClaimReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"`object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"[BaseOrderBundledItemActionsDTO](../../../interfaces/order.BaseOrderBundledItemActionsDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"`string`[] \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_shipping","type":"`string` \\| Omit<[CreateOrderShippingMethodDTO](../../../interfaces/order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[CreateOrderTaxLineDTO](../../../interfaces/order.CreateOrderTaxLineDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"[CreateOrderAdjustmentDTO](../../../interfaces/order.CreateOrderAdjustmentDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refund_amount","type":"[BigNumberInput](../../../types/order.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"sharedContext","type":"[Context](../../../interfaces/order.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/order.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="createOrderClaims"/> ### Returns diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderExchangeItems/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderExchangeItems/page.mdx new file mode 100644 index 0000000000..03578ddff4 --- /dev/null +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.createOrderExchangeItems/page.mdx @@ -0,0 +1,31 @@ +--- +displayed_sidebar: orderReference +slug: /references/order/createOrderExchangeItems +sidebar_label: createOrderExchangeItems +--- + +import { TypeList } from "docs-ui" + +# createOrderExchangeItems - Order Module Reference + +This documentation provides a reference to the `createOrderExchangeItems` method. This belongs to the Order Module. + +## createOrderExchangeItems(data, sharedContext?): Promise<[OrderExchangeItemDTO](../../../interfaces/order.OrderExchangeItemDTO/page.mdx)> + +### Parameters + +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"sharedContext","type":"[Context](../../../interfaces/order.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/order.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="createOrderExchangeItems"/> + +### Returns + +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="createOrderExchangeItems"/> + +## createOrderExchangeItems(data, sharedContext?): Promise<[OrderExchangeItemDTO](../../../interfaces/order.OrderExchangeItemDTO/page.mdx)[]> + +### Parameters + +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"sharedContext","type":"[Context](../../../interfaces/order.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/order.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="createOrderExchangeItems"/> + +### Returns + + diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItemImages/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItemImages/page.mdx new file mode 100644 index 0000000000..957c6e0852 --- /dev/null +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItemImages/page.mdx @@ -0,0 +1,19 @@ +--- +displayed_sidebar: orderReference +slug: /references/order/deleteOrderClaimItemImages +sidebar_label: deleteOrderClaimItemImages +--- + +import { TypeList } from "docs-ui" + +# deleteOrderClaimItemImages - Order Module Reference + +This documentation provides a reference to the `deleteOrderClaimItemImages` method. This belongs to the Order Module. + +## Parameters + + + +## Returns + + diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItems/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItems/page.mdx new file mode 100644 index 0000000000..f9058f6161 --- /dev/null +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItems/page.mdx @@ -0,0 +1,19 @@ +--- +displayed_sidebar: orderReference +slug: /references/order/deleteOrderClaimItems +sidebar_label: deleteOrderClaimItems +--- + +import { TypeList } from "docs-ui" + +# deleteOrderClaimItems - Order Module Reference + +This documentation provides a reference to the `deleteOrderClaimItems` method. This belongs to the Order Module. + +## Parameters + + + +## Returns + + diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchangeItems/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchangeItems/page.mdx new file mode 100644 index 0000000000..4035d96c75 --- /dev/null +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchangeItems/page.mdx @@ -0,0 +1,19 @@ +--- +displayed_sidebar: orderReference +slug: /references/order/deleteOrderExchangeItems +sidebar_label: deleteOrderExchangeItems +--- + +import { TypeList } from "docs-ui" + +# deleteOrderExchangeItems - Order Module Reference + +This documentation provides a reference to the `deleteOrderExchangeItems` method. This belongs to the Order Module. + +## Parameters + + + +## Returns + + diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.retrieveOrderChange/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.retrieveOrderChange/page.mdx index ca91a818e2..27a0136d1e 100644 --- a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.retrieveOrderChange/page.mdx +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.retrieveOrderChange/page.mdx @@ -24,4 +24,4 @@ const result = await orderModuleService.retrieveOrder("orderId123"); ## Returns -`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../../../interfaces/order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../../../interfaces/order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../../../interfaces/order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../../../interfaces/order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="retrieveOrderChange"/> +`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../../../interfaces/order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../../../interfaces/order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../../../interfaces/order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../../../interfaces/order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="retrieveOrderChange"/> diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.retrieveOrderChangeAction/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.retrieveOrderChangeAction/page.mdx index 646d2f5dfd..b450406761 100644 --- a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.retrieveOrderChangeAction/page.mdx +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.retrieveOrderChangeAction/page.mdx @@ -24,4 +24,4 @@ const result = await orderModuleService.retrieveOrderChangeAction("actionId123") ## Returns -`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../../../interfaces/order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="retrieveOrderChangeAction"/> +`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../../../interfaces/order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="retrieveOrderChangeAction"/> diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.updateOrderChangeActions/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.updateOrderChangeActions/page.mdx index 831aebcf8d..6e35c69121 100644 --- a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.updateOrderChangeActions/page.mdx +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.updateOrderChangeActions/page.mdx @@ -18,7 +18,7 @@ This documentation provides a reference to the `updateOrderChangeActions` method ### Returns -`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../../../interfaces/order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="updateOrderChangeActions"/> +`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../../../interfaces/order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="updateOrderChangeActions"/> ## updateOrderChangeActions(data, sharedContext?): Promise<[OrderChangeActionDTO](../../../interfaces/order.OrderChangeActionDTO/page.mdx)[]> diff --git a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.updateOrderChanges/page.mdx b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.updateOrderChanges/page.mdx index 4541dbc6c8..446bd28702 100644 --- a/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.updateOrderChanges/page.mdx +++ b/www/apps/resources/references/order/IOrderModuleService/methods/order.IOrderModuleService.updateOrderChanges/page.mdx @@ -18,7 +18,7 @@ This documentation provides a reference to the `updateOrderChanges` method. This ### Returns -`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../../../interfaces/order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../../../interfaces/order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../../../interfaces/order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../../../interfaces/order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="updateOrderChanges"/> +`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../../../interfaces/order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../../../interfaces/order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../../../interfaces/order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../../../interfaces/order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../../../interfaces/order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../../../interfaces/order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../../../interfaces/order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../../../interfaces/order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../../../interfaces/order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]}]} sectionTitle="updateOrderChanges"/> ## updateOrderChanges(data, sharedContext?): Promise<[OrderChangeDTO](../../../interfaces/order.OrderChangeDTO/page.mdx)[]> diff --git a/www/apps/resources/references/order/interfaces/order.CreateOrderClaimDTO/page.mdx b/www/apps/resources/references/order/interfaces/order.CreateOrderClaimDTO/page.mdx index 9885282d7d..7d33858123 100644 --- a/www/apps/resources/references/order/interfaces/order.CreateOrderClaimDTO/page.mdx +++ b/www/apps/resources/references/order/interfaces/order.CreateOrderClaimDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # CreateOrderClaimDTO -`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"[BaseOrderBundledItemActionsDTO](../order.BaseOrderBundledItemActionsDTO/page.mdx) & `object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reason","type":"[ClaimReason](../../types/order.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"`object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"url","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"additional_items","type":"[BaseOrderBundledItemActionsDTO](../order.BaseOrderBundledItemActionsDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"`string`[] \\| Omit<[CreateOrderShippingMethodDTO](../order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_shipping","type":"`string` \\| Omit<[CreateOrderShippingMethodDTO](../order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[CreateOrderTaxLineDTO](../order.CreateOrderTaxLineDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[CreateOrderAdjustmentDTO](../order.CreateOrderAdjustmentDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"amount","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"refund_amount","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="CreateOrderClaimDTO"/> +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"[BaseOrderBundledItemActionsDTO](../order.BaseOrderBundledItemActionsDTO/page.mdx) & `object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"[ClaimReason](../../types/order.ClaimReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"`object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"url","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"additional_items","type":"[BaseOrderBundledItemActionsDTO](../order.BaseOrderBundledItemActionsDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"internal_note","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"`string`[] \\| Omit<[CreateOrderShippingMethodDTO](../order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_shipping","type":"`string` \\| Omit<[CreateOrderShippingMethodDTO](../order.CreateOrderShippingMethodDTO/page.mdx), \"order_id\">","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[CreateOrderTaxLineDTO](../order.CreateOrderTaxLineDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[CreateOrderAdjustmentDTO](../order.CreateOrderAdjustmentDTO/page.mdx)[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"amount","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"refund_amount","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="CreateOrderClaimDTO"/> diff --git a/www/apps/resources/references/order/interfaces/order.CreateOrderClaimItemDTO/page.mdx b/www/apps/resources/references/order/interfaces/order.CreateOrderClaimItemDTO/page.mdx new file mode 100644 index 0000000000..5771eb4ced --- /dev/null +++ b/www/apps/resources/references/order/interfaces/order.CreateOrderClaimItemDTO/page.mdx @@ -0,0 +1,9 @@ +--- +displayed_sidebar: orderReference +--- + +import { TypeList } from "docs-ui" + +# CreateOrderClaimItemDTO + +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="CreateOrderClaimItemDTO"/> diff --git a/www/apps/resources/references/order/interfaces/order.CreateOrderExchangeItemDTO/page.mdx b/www/apps/resources/references/order/interfaces/order.CreateOrderExchangeItemDTO/page.mdx new file mode 100644 index 0000000000..d241019c65 --- /dev/null +++ b/www/apps/resources/references/order/interfaces/order.CreateOrderExchangeItemDTO/page.mdx @@ -0,0 +1,9 @@ +--- +displayed_sidebar: orderReference +--- + +import { TypeList } from "docs-ui" + +# CreateOrderExchangeItemDTO + +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="CreateOrderExchangeItemDTO"/> diff --git a/www/apps/resources/references/order/interfaces/order.IOrderModuleService/page.mdx b/www/apps/resources/references/order/interfaces/order.IOrderModuleService/page.mdx index b9e737f957..cb7fefab15 100644 --- a/www/apps/resources/references/order/interfaces/order.IOrderModuleService/page.mdx +++ b/www/apps/resources/references/order/interfaces/order.IOrderModuleService/page.mdx @@ -106,6 +106,8 @@ This section of the documentation provides a reference to the `IOrderModuleServi - [softDeleteReturnReasons](../../IOrderModuleService/methods/order.IOrderModuleService.softDeleteReturnReasons/page.mdx) - [restoreReturnReasons](../../IOrderModuleService/methods/order.IOrderModuleService.restoreReturnReasons/page.mdx) - [createReturnItems](../../IOrderModuleService/methods/order.IOrderModuleService.createReturnItems/page.mdx) +- [createOrderClaimItems](../../IOrderModuleService/methods/order.IOrderModuleService.createOrderClaimItems/page.mdx) +- [createOrderExchangeItems](../../IOrderModuleService/methods/order.IOrderModuleService.createOrderExchangeItems/page.mdx) - [createReturns](../../IOrderModuleService/methods/order.IOrderModuleService.createReturns/page.mdx) - [updateReturns](../../IOrderModuleService/methods/order.IOrderModuleService.updateReturns/page.mdx) - [deleteReturns](../../IOrderModuleService/methods/order.IOrderModuleService.deleteReturns/page.mdx) @@ -115,11 +117,14 @@ This section of the documentation provides a reference to the `IOrderModuleServi - [createOrderClaims](../../IOrderModuleService/methods/order.IOrderModuleService.createOrderClaims/page.mdx) - [updateOrderClaims](../../IOrderModuleService/methods/order.IOrderModuleService.updateOrderClaims/page.mdx) - [deleteOrderClaims](../../IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaims/page.mdx) +- [deleteOrderClaimItems](../../IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItems/page.mdx) +- [deleteOrderClaimItemImages](../../IOrderModuleService/methods/order.IOrderModuleService.deleteOrderClaimItemImages/page.mdx) - [softDeleteOrderClaims](../../IOrderModuleService/methods/order.IOrderModuleService.softDeleteOrderClaims/page.mdx) - [restoreOrderClaims](../../IOrderModuleService/methods/order.IOrderModuleService.restoreOrderClaims/page.mdx) - [createOrderExchanges](../../IOrderModuleService/methods/order.IOrderModuleService.createOrderExchanges/page.mdx) - [updateOrderExchanges](../../IOrderModuleService/methods/order.IOrderModuleService.updateOrderExchanges/page.mdx) - [deleteOrderExchanges](../../IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchanges/page.mdx) +- [deleteOrderExchangeItems](../../IOrderModuleService/methods/order.IOrderModuleService.deleteOrderExchangeItems/page.mdx) - [softDeleteOrderExchanges](../../IOrderModuleService/methods/order.IOrderModuleService.softDeleteOrderExchanges/page.mdx) - [restoreOrderExchanges](../../IOrderModuleService/methods/order.IOrderModuleService.restoreOrderExchanges/page.mdx) - [archive](../../IOrderModuleService/methods/order.IOrderModuleService.archive/page.mdx) diff --git a/www/apps/resources/references/order/interfaces/order.OrderChangeActionDTO/page.mdx b/www/apps/resources/references/order/interfaces/order.OrderChangeActionDTO/page.mdx index fd1161f17c..788ab1ce39 100644 --- a/www/apps/resources/references/order/interfaces/order.OrderChangeActionDTO/page.mdx +++ b/www/apps/resources/references/order/interfaces/order.OrderChangeActionDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # OrderChangeActionDTO -`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"detail","type":"[OrderItemDTO](../order.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../order.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../order.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderChangeActionDTO"/> +`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"detail","type":"[OrderItemDTO](../order.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../order.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../order.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderChangeActionDTO"/> diff --git a/www/apps/resources/references/order/interfaces/order.OrderChangeDTO/page.mdx b/www/apps/resources/references/order/interfaces/order.OrderChangeDTO/page.mdx index 2a44979cc7..8ca63e3c61 100644 --- a/www/apps/resources/references/order/interfaces/order.OrderChangeDTO/page.mdx +++ b/www/apps/resources/references/order/interfaces/order.OrderChangeDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # OrderChangeDTO -`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"detail","type":"[OrderItemDTO](../order.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../order.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../order.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderChangeDTO"/> +`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"detail","type":"[OrderItemDTO](../order.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../order.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../order.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderChangeDTO"/> diff --git a/www/apps/resources/references/order/interfaces/order.OrderClaimDTO/page.mdx b/www/apps/resources/references/order/interfaces/order.OrderClaimDTO/page.mdx index c66c7184f2..773c0ce272 100644 --- a/www/apps/resources/references/order/interfaces/order.OrderClaimDTO/page.mdx +++ b/www/apps/resources/references/order/interfaces/order.OrderClaimDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # OrderClaimDTO -`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="OrderClaimDTO"/> +`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="OrderClaimDTO"/> diff --git a/www/apps/resources/references/order/interfaces/order.OrderClaimItemDTO/page.mdx b/www/apps/resources/references/order/interfaces/order.OrderClaimItemDTO/page.mdx new file mode 100644 index 0000000000..036d1aa134 --- /dev/null +++ b/www/apps/resources/references/order/interfaces/order.OrderClaimItemDTO/page.mdx @@ -0,0 +1,9 @@ +--- +displayed_sidebar: orderReference +--- + +import { TypeList } from "docs-ui" + +# OrderClaimItemDTO + +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderClaimItemDTO"/> diff --git a/www/apps/resources/references/order/interfaces/order.OrderDTO/page.mdx b/www/apps/resources/references/order/interfaces/order.OrderDTO/page.mdx index d142d78b24..4f088e9554 100644 --- a/www/apps/resources/references/order/interfaces/order.OrderDTO/page.mdx +++ b/www/apps/resources/references/order/interfaces/order.OrderDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # OrderDTO -`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refundable_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"detail","type":"[OrderItemDTO](../order.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order detail.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"The ID of the associated item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)","description":"The Line Item of the order detail.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number`","description":"The fulfilled quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw fulfilled quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number`","description":"The shipped quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipped quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number`","description":"The quantity of return requested for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of return requested for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number`","description":"The quantity of return received for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of return received for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number`","description":"The quantity of return dismissed for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of return dismissed for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number`","description":"The quantity of written off for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of written off for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order detail","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../order.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)","description":"The associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"The ID of the associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../order.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)","description":"The associated line item","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"item_id","type":"`string`","description":"The associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderDTO"/> +`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refundable_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refundable_total_per_unit","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_refundable_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total of the order line item..","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_refundable_total_per_unit","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw refundable total per unit of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"The title of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"Indicates whether the order line item requires shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"Indicates whether the order line item is discountable.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Indicates whether the order line item price is tax inclusive.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"`number`","description":"The unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw unit price of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"detail","type":"[OrderItemDTO](../order.OrderItemDTO/page.mdx)","description":"The details of the item","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order detail.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"The ID of the associated item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)","description":"The Line Item of the order detail.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"The quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number`","description":"The fulfilled quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw fulfilled quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number`","description":"The shipped quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipped quantity of the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number`","description":"The quantity of return requested for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of return requested for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number`","description":"The quantity of return received for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of return received for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number`","description":"The quantity of return dismissed for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of return dismissed for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number`","description":"The quantity of written off for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw quantity of written off for the order line item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order detail","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"The date when the order line item was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"The date when the order line item was last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"The subtitle of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"The thumbnail of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"The ID of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"The ID of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"The title of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"The description of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"The subtitle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"The type of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"The collection of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"The handle of the product associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"The SKU (stock keeping unit) of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"The barcode of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"The title of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"The option values of the variant associated with the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`number`","description":"The compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw compare at unit price of the order line item.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_lines","type":"[OrderLineItemTaxLineDTO](../order.OrderLineItemTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)","description":"The associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"The ID of the associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the item.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderLineItemAdjustmentDTO](../order.OrderLineItemAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)","description":"The associated line item","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"item_id","type":"`string`","description":"The associated line item","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderDTO"/> diff --git a/www/apps/resources/references/order/interfaces/order.OrderExchangeDTO/page.mdx b/www/apps/resources/references/order/interfaces/order.OrderExchangeDTO/page.mdx index df46de7953..43d1d6a471 100644 --- a/www/apps/resources/references/order/interfaces/order.OrderExchangeDTO/page.mdx +++ b/www/apps/resources/references/order/interfaces/order.OrderExchangeDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # OrderExchangeDTO -`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderExchangeDTO"/> +`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"return_order","type":"[ReturnDTO](../order.ReturnDTO/page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"exchange","type":"[OrderExchangeDTO](page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderExchangeDTO"/> diff --git a/www/apps/resources/references/order/interfaces/order.OrderExchangeItemDTO/page.mdx b/www/apps/resources/references/order/interfaces/order.OrderExchangeItemDTO/page.mdx new file mode 100644 index 0000000000..3fc071f38c --- /dev/null +++ b/www/apps/resources/references/order/interfaces/order.OrderExchangeItemDTO/page.mdx @@ -0,0 +1,9 @@ +--- +displayed_sidebar: orderReference +--- + +import { TypeList } from "docs-ui" + +# OrderExchangeItemDTO + +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderExchangeItemDTO"/> diff --git a/www/apps/resources/references/order/interfaces/order.ReturnDTO/page.mdx b/www/apps/resources/references/order/interfaces/order.ReturnDTO/page.mdx index f03edd3ac3..8204b3ddf1 100644 --- a/www/apps/resources/references/order/interfaces/order.ReturnDTO/page.mdx +++ b/www/apps/resources/references/order/interfaces/order.ReturnDTO/page.mdx @@ -6,4 +6,4 @@ import { TypeList } from "docs-ui" # ReturnDTO -`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="ReturnDTO"/> +`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"The ID of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"The ID of the associated return order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"The ID of the associated exchange order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"The ID of the associated claim order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_order","type":"[ReturnDTO](page.mdx)","description":"The associated return order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../types/order.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"[OrderReturnItemDTO](../order.OrderReturnItemDTO/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchangeDTO](../order.OrderExchangeDTO/page.mdx)","description":"The associated exchange order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"difference_due","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim","type":"[OrderClaimDTO](../order.OrderClaimDTO/page.mdx)","description":"The associated claim order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[ReturnDTO](page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"actions","type":"[OrderChangeActionDTO](../order.OrderChangeActionDTO/page.mdx)[]","description":"The actions of the order change","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"The ID of the associated order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The associated order change","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"action","type":"[ChangeActionType](../../types/order.ChangeActionType/page.mdx)","description":"The action of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`null` \\| `Record`","description":"The details of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"The internal note of the order change action","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change action was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change action was updated","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"status","type":"`string`","description":"The status of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"The requested by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was requested","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"The confirmed by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was confirmed","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"The declined by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"The declined reason of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was declined","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"The canceled by of the order change","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `string` \\| `Date`","description":"When the order change was canceled","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order change was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order change was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`\"return\"` \\| `\"exchange\"` \\| `\"claim\"` \\| `\"edit\"`","description":"The type of the order change","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the address","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the address was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the address was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The customer ID of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"first_name","type":"`string`","description":"The first name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The last name of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"phone","type":"`string`","description":"The phone number of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"company","type":"`string`","description":"The company of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_1","type":"`string`","description":"The first address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"address_2","type":"`string`","description":"The second address line of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"city","type":"`string`","description":"The city of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"country_code","type":"`string`","description":"The country code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"province","type":"`string`","description":"The province/state of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"postal_code","type":"`string`","description":"The postal code of the address","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw price of the shipping method","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Whether the shipping method price is tax inclusive or not","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the shipping method was created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the shipping method was updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`string`","description":"The description of the shipping method","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The ID of the shipping option the method was created from","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"data","type":"`Record`","description":"Additional data needed for fulfillment.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"[OrderShippingMethodTaxLineDTO](../order.OrderShippingMethodTaxLineDTO/page.mdx)[]","description":"The associated tax lines.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number`","description":"The rate of the tax line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the tax line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the tax line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal tax relative to the shipping method.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the tax line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`string`","description":"The ID of the associated tax rate","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"[OrderShippingMethodAdjustmentDTO](../order.OrderShippingMethodAdjustmentDTO/page.mdx)[]","description":"The associated adjustments.","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the adjustment line","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the adjustment line was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the adjustment line was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)","description":"The associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"The ID of the associated shipping method","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"The code of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`string`","description":"The description of the adjustment line","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"promotion_id","type":"`string`","description":"The ID of the associated promotion","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`string`","description":"The ID of the associated provider","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"The ID of the associated order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[OrderDTO](../order.OrderDTO/page.mdx)","description":"The associated order","optional":false,"defaultValue":"","expandable":true,"children":[{"name":"id","type":"`string`","description":"The ID of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"The version of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../types/order.OrderStatus/page.mdx)","description":"The status of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The currency of the order","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"discount_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"gift_card_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"original_shipping_tax_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_item_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw item tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw subtotal of the order. (Excluding taxes)","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_discount_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw discount tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_gift_card_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw gift card tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_subtotal","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping subtotal of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_original_shipping_tax_total","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw original shipping tax total of the order.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"[OrderChangeDTO](../order.OrderChangeDTO/page.mdx)","description":"The active order change, if any.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`string`","description":"The ID of the region the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`string`","description":"The ID of the customer on the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`string`","description":"The ID of the sales channel the order belongs to.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"email","type":"`string`","description":"The email of the order.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated shipping address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"billing_address","type":"[OrderAddressDTO](../order.OrderAddressDTO/page.mdx)","description":"The associated billing address.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"items","type":"[OrderLineItemDTO](../order.OrderLineItemDTO/page.mdx)[]","description":"The associated order details / line items.","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"shipping_methods","type":"[OrderShippingMethodDTO](../order.OrderShippingMethodDTO/page.mdx)[]","description":"The associated shipping methods","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"transactions","type":"[OrderTransactionDTO](../order.OrderTransactionDTO/page.mdx)[]","description":"The tramsactions associated with the order","optional":true,"defaultValue":"","expandable":true,"children":[]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"The amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"raw_amount","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"The raw amount of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"The currency code of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`string`","description":"The reference of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference_id","type":"`string`","description":"The ID of the reference","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the transaction was created","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the transaction was updated","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"The metadata of the transaction","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"summary","type":"[OrderSummaryDTO](../../types/order.OrderSummaryDTO/page.mdx)","description":"The summary of the order totals.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"ordered_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"returned_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_request_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"write_off_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"projected_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_subtotal","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"net_total_tax","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"balance","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"paid_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"refunded_total","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"Holds custom data in key-value pairs.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`string` \\| `Date`","description":"When the order was canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`string` \\| `Date`","description":"When the order was created.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`string` \\| `Date`","description":"When the order was updated.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberValue](../../types/order.BigNumberValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/order.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="ReturnDTO"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.ClaimItem/page.mdx b/www/apps/resources/references/order_models/classes/order_models.ClaimItem/page.mdx deleted file mode 100644 index d15a549a01..0000000000 --- a/www/apps/resources/references/order_models/classes/order_models.ClaimItem/page.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -displayed_sidebar: orderModelReference -slug: /references/order/models/ClaimItem -sidebar_label: ClaimItem ---- - -import { TypeList } from "docs-ui" - -# ClaimItem - Order Module Data Models Reference - -This documentation provides a reference to the ClaimItem . This belongs to the Order Module. - -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"url","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"MISSING_ITEM","type":"`\"missing_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"WRONG_ITEM","type":"`\"wrong_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PRODUCTION_FAILURE","type":"`\"production_failure\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"OTHER","type":"`\"other\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[ClaimItem](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[ClaimItem](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_rate","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"promotion_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="ClaimItem"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.ClaimItemImage/page.mdx b/www/apps/resources/references/order_models/classes/order_models.ClaimItemImage/page.mdx deleted file mode 100644 index cea6983adf..0000000000 --- a/www/apps/resources/references/order_models/classes/order_models.ClaimItemImage/page.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -displayed_sidebar: orderModelReference -slug: /references/order/models/ClaimItemImage -sidebar_label: ClaimItemImage ---- - -import { TypeList } from "docs-ui" - -# ClaimItemImage - Order Module Data Models Reference - -This documentation provides a reference to the ClaimItemImage . This belongs to the Order Module. - -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"MISSING_ITEM","type":"`\"missing_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"WRONG_ITEM","type":"`\"wrong_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PRODUCTION_FAILURE","type":"`\"production_failure\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"OTHER","type":"`\"other\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"url","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="ClaimItemImage"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.ExchangeItem/page.mdx b/www/apps/resources/references/order_models/classes/order_models.ExchangeItem/page.mdx deleted file mode 100644 index 3b0b503a83..0000000000 --- a/www/apps/resources/references/order_models/classes/order_models.ExchangeItem/page.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -displayed_sidebar: orderModelReference -slug: /references/order/models/ExchangeItem -sidebar_label: ExchangeItem ---- - -import { TypeList } from "docs-ui" - -# ExchangeItem - Order Module Data Models Reference - -This documentation provides a reference to the ExchangeItem . This belongs to the Order Module. - -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_rate","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"promotion_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="ExchangeItem"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.Order/page.mdx b/www/apps/resources/references/order_models/classes/order_models.Order/page.mdx index 9a4ea76829..cdb8c46650 100644 --- a/www/apps/resources/references/order_models/classes/order_models.Order/page.mdx +++ b/www/apps/resources/references/order_models/classes/order_models.Order/page.mdx @@ -10,4 +10,4 @@ import { TypeList } from "docs-ui" This documentation provides a reference to the Order . This belongs to the Order Module. -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"totals","type":"`null` \\| `OrderSummaryTotals`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"data","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[ShippingMethodTaxLine](../order_models.ShippingMethodTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[ShippingMethodAdjustment](../order_models.ShippingMethodAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="Order"/> +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"totals","type":"`null` \\| `OrderSummaryTotals`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"data","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[ShippingMethodTaxLine](../order_models.ShippingMethodTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[ShippingMethodAdjustment](../order_models.ShippingMethodAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="Order"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.OrderChange/page.mdx b/www/apps/resources/references/order_models/classes/order_models.OrderChange/page.mdx index 5d1bf38048..ea2f295a8c 100644 --- a/www/apps/resources/references/order_models/classes/order_models.OrderChange/page.mdx +++ b/www/apps/resources/references/order_models/classes/order_models.OrderChange/page.mdx @@ -10,4 +10,4 @@ import { TypeList } from "docs-ui" This documentation provides a reference to the OrderChange . This belongs to the Order Module. -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`null` \\| `OrderChangeType`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"actions","type":"Collection<[OrderChangeAction](../order_models.OrderChangeAction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordering","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`null` \\| `number`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChange](page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`null` \\| `OrderChangeType`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"actions","type":"Collection<[OrderChangeAction](../order_models.OrderChangeAction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"`OrderChangeStatus`","description":"","optional":false,"defaultValue":"OrderChangeStatus.PENDING","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_by","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"action","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`Record`","description":"","optional":false,"defaultValue":"{}","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"raw_amount","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"applied","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"`OrderChangeStatus`","description":"","optional":false,"defaultValue":"OrderChangeStatus.PENDING","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_by","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]} sectionTitle="OrderChange"/> +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`null` \\| `OrderChangeType`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"actions","type":"Collection<[OrderChangeAction](../order_models.OrderChangeAction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordering","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`null` \\| `number`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChange](page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`null` \\| `OrderChangeType`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"actions","type":"Collection<[OrderChangeAction](../order_models.OrderChangeAction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"`OrderChangeStatus`","description":"","optional":false,"defaultValue":"OrderChangeStatus.PENDING","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_by","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"action","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`Record`","description":"","optional":false,"defaultValue":"{}","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"raw_amount","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"applied","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"`OrderChangeStatus`","description":"","optional":false,"defaultValue":"OrderChangeStatus.PENDING","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_by","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]} sectionTitle="OrderChange"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.OrderChangeAction/page.mdx b/www/apps/resources/references/order_models/classes/order_models.OrderChangeAction/page.mdx index 62c3dbf474..e4c906e2bc 100644 --- a/www/apps/resources/references/order_models/classes/order_models.OrderChangeAction/page.mdx +++ b/www/apps/resources/references/order_models/classes/order_models.OrderChangeAction/page.mdx @@ -10,4 +10,4 @@ import { TypeList } from "docs-ui" This documentation provides a reference to the OrderChangeAction . This belongs to the Order Module. -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`null` \\| `number`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChange](../order_models.OrderChange/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`null` \\| `OrderChangeType`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"actions","type":"Collection<[OrderChangeAction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordering","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`null` \\| `number`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChange](../order_models.OrderChange/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"action","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`Record`","description":"","optional":false,"defaultValue":"{}","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"raw_amount","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"applied","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"`OrderChangeStatus`","description":"","optional":false,"defaultValue":"OrderChangeStatus.PENDING","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_by","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"action","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`Record`","description":"","optional":false,"defaultValue":"{}","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"raw_amount","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"applied","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderChangeAction"/> +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`null` \\| `number`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChange](../order_models.OrderChange/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"change_type","type":"`null` \\| `OrderChangeType`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"actions","type":"Collection<[OrderChangeAction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ordering","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order","type":"`null` \\| [Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`null` \\| `number`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_change_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_change","type":"`null` \\| [OrderChange](../order_models.OrderChange/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"action","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`Record`","description":"","optional":false,"defaultValue":"{}","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"raw_amount","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"applied","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"`OrderChangeStatus`","description":"","optional":false,"defaultValue":"OrderChangeStatus.PENDING","expandable":false,"children":[]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_by","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"requested_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requested_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"confirmed_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"declined_reason","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_by","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"declined_at","type":"`Date`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"action","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"details","type":"`Record`","description":"","optional":false,"defaultValue":"{}","expandable":false,"children":[]},{"name":"amount","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"raw_amount","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"applied","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderChangeAction"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.OrderClaim/page.mdx b/www/apps/resources/references/order_models/classes/order_models.OrderClaim/page.mdx index 1d46347138..24869edfa3 100644 --- a/www/apps/resources/references/order_models/classes/order_models.OrderClaim/page.mdx +++ b/www/apps/resources/references/order_models/classes/order_models.OrderClaim/page.mdx @@ -10,4 +10,4 @@ import { TypeList } from "docs-ui" This documentation provides a reference to the OrderClaim . This belongs to the Order Module. -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[ClaimItem](../order_models.ClaimItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"url","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"MISSING_ITEM","type":"`\"missing_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"WRONG_ITEM","type":"`\"wrong_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PRODUCTION_FAILURE","type":"`\"production_failure\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"OTHER","type":"`\"other\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[ClaimItem](../order_models.ClaimItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"url","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"MISSING_ITEM","type":"`\"missing_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"WRONG_ITEM","type":"`\"wrong_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PRODUCTION_FAILURE","type":"`\"production_failure\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"OTHER","type":"`\"other\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"data","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[ShippingMethodTaxLine](../order_models.ShippingMethodTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[ShippingMethodAdjustment](../order_models.ShippingMethodAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderClaim"/> +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderClaimItem](../order_models.OrderClaimItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"url","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"MISSING_ITEM","type":"`\"missing_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"WRONG_ITEM","type":"`\"wrong_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PRODUCTION_FAILURE","type":"`\"production_failure\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"OTHER","type":"`\"other\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[OrderClaimItem](../order_models.OrderClaimItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"url","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"MISSING_ITEM","type":"`\"missing_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"WRONG_ITEM","type":"`\"wrong_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PRODUCTION_FAILURE","type":"`\"production_failure\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"OTHER","type":"`\"other\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"data","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[ShippingMethodTaxLine](../order_models.ShippingMethodTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[ShippingMethodAdjustment](../order_models.ShippingMethodAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderClaim"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.OrderClaimItem/page.mdx b/www/apps/resources/references/order_models/classes/order_models.OrderClaimItem/page.mdx new file mode 100644 index 0000000000..20080e6594 --- /dev/null +++ b/www/apps/resources/references/order_models/classes/order_models.OrderClaimItem/page.mdx @@ -0,0 +1,13 @@ +--- +displayed_sidebar: orderModelReference +slug: /references/order/models/OrderClaimItem +sidebar_label: OrderClaimItem +--- + +import { TypeList } from "docs-ui" + +# OrderClaimItem - Order Module Data Models Reference + +This documentation provides a reference to the OrderClaimItem . This belongs to the Order Module. + +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"url","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"MISSING_ITEM","type":"`\"missing_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"WRONG_ITEM","type":"`\"wrong_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PRODUCTION_FAILURE","type":"`\"production_failure\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"OTHER","type":"`\"other\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[OrderClaimItem](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[OrderClaimItem](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_rate","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"promotion_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderClaimItem"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.OrderClaimItemImage/page.mdx b/www/apps/resources/references/order_models/classes/order_models.OrderClaimItemImage/page.mdx new file mode 100644 index 0000000000..79b4b12f44 --- /dev/null +++ b/www/apps/resources/references/order_models/classes/order_models.OrderClaimItemImage/page.mdx @@ -0,0 +1,13 @@ +--- +displayed_sidebar: orderModelReference +slug: /references/order/models/OrderClaimItemImage +sidebar_label: OrderClaimItemImage +--- + +import { TypeList } from "docs-ui" + +# OrderClaimItemImage - Order Module Data Models Reference + +This documentation provides a reference to the OrderClaimItemImage . This belongs to the Order Module. + +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"MISSING_ITEM","type":"`\"missing_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"WRONG_ITEM","type":"`\"wrong_item\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PRODUCTION_FAILURE","type":"`\"production_failure\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"OTHER","type":"`\"other\"`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"url","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderClaimItemImage"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.OrderExchange/page.mdx b/www/apps/resources/references/order_models/classes/order_models.OrderExchange/page.mdx index f36afd1984..507d8decc5 100644 --- a/www/apps/resources/references/order_models/classes/order_models.OrderExchange/page.mdx +++ b/www/apps/resources/references/order_models/classes/order_models.OrderExchange/page.mdx @@ -10,4 +10,4 @@ import { TypeList } from "docs-ui" This documentation provides a reference to the OrderExchange . This belongs to the Order Module. -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"data","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[ShippingMethodTaxLine](../order_models.ShippingMethodTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[ShippingMethodAdjustment](../order_models.ShippingMethodAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderExchange"/> +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"data","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[ShippingMethodTaxLine](../order_models.ShippingMethodTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[ShippingMethodAdjustment](../order_models.ShippingMethodAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderExchange"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.OrderExchangeItem/page.mdx b/www/apps/resources/references/order_models/classes/order_models.OrderExchangeItem/page.mdx new file mode 100644 index 0000000000..1015430401 --- /dev/null +++ b/www/apps/resources/references/order_models/classes/order_models.OrderExchangeItem/page.mdx @@ -0,0 +1,13 @@ +--- +displayed_sidebar: orderModelReference +slug: /references/order/models/OrderExchangeItem +sidebar_label: OrderExchangeItem +--- + +import { TypeList } from "docs-ui" + +# OrderExchangeItem - Order Module Data Models Reference + +This documentation provides a reference to the OrderExchangeItem . This belongs to the Order Module. + +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_rate","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"promotion_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderExchangeItem"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.OrderShippingMethod/page.mdx b/www/apps/resources/references/order_models/classes/order_models.OrderShippingMethod/page.mdx index b4964229d5..fd86089782 100644 --- a/www/apps/resources/references/order_models/classes/order_models.OrderShippingMethod/page.mdx +++ b/www/apps/resources/references/order_models/classes/order_models.OrderShippingMethod/page.mdx @@ -10,4 +10,4 @@ import { TypeList } from "docs-ui" This documentation provides a reference to the OrderShippingMethod . This belongs to the Order Module. -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"data","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[ShippingMethodTaxLine](../order_models.ShippingMethodTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_rate","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"Collection<[ShippingMethodAdjustment](../order_models.ShippingMethodAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"promotion_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderShippingMethod"/> +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"data","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[ShippingMethodTaxLine](../order_models.ShippingMethodTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_rate","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"Collection<[ShippingMethodAdjustment](../order_models.ShippingMethodAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"promotion_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="OrderShippingMethod"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.Return/page.mdx b/www/apps/resources/references/order_models/classes/order_models.Return/page.mdx index 53e363663a..3ab10c569f 100644 --- a/www/apps/resources/references/order_models/classes/order_models.Return/page.mdx +++ b/www/apps/resources/references/order_models/classes/order_models.Return/page.mdx @@ -10,4 +10,4 @@ import { TypeList } from "docs-ui" This documentation provides a reference to the Return . This belongs to the Order Module. -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"label","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return_reason_children","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason","type":"`null` \\| [ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"data","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[ShippingMethodTaxLine](../order_models.ShippingMethodTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[ShippingMethodAdjustment](../order_models.ShippingMethodAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="Return"/> +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"label","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return_reason_children","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason","type":"`null` \\| [ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"data","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"tax_lines","type":"Collection<[ShippingMethodTaxLine](../order_models.ShippingMethodTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"adjustments","type":"Collection<[ShippingMethodAdjustment](../order_models.ShippingMethodAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="Return"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.ReturnItem/page.mdx b/www/apps/resources/references/order_models/classes/order_models.ReturnItem/page.mdx index 57bae77432..970d0cc4df 100644 --- a/www/apps/resources/references/order_models/classes/order_models.ReturnItem/page.mdx +++ b/www/apps/resources/references/order_models/classes/order_models.ReturnItem/page.mdx @@ -10,4 +10,4 @@ import { TypeList } from "docs-ui" This documentation provides a reference to the ReturnItem . This belongs to the Order Module. -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason","type":"`null` \\| [ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason","type":"`null` \\| [ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"label","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return_reason_children","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason","type":"`null` \\| [ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_rate","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"promotion_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="ReturnItem"/> +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason","type":"`null` \\| [ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason","type":"`null` \\| [ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"label","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return_reason_children","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"parent_return_reason","type":"`null` \\| [ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](../order_models.Transaction/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"title","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"thumbnail","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_subtitle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_type","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_collection","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"product_handle","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_sku","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_barcode","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_title","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"variant_option_values","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"requires_shipping","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_discountable","type":"`boolean`","description":"","optional":false,"defaultValue":"true","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"raw_compare_at_unit_price","type":"`null` \\| [BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"unit_price","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_unit_price","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"tax_lines","type":"Collection<[LineItemTaxLine](../order_models.LineItemTaxLine/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"rate","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_rate","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"tax_rate_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"adjustments","type":"Collection<[LineItemAdjustment](../order_models.LineItemAdjustment/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"description","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"promotion_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"provider_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"compare_at_unit_price","type":"`null` \\| `number` \\| `BigNumber`","description":"","optional":true,"defaultValue":"null","expandable":false,"children":[]}]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="ReturnItem"/> diff --git a/www/apps/resources/references/order_models/classes/order_models.Transaction/page.mdx b/www/apps/resources/references/order_models/classes/order_models.Transaction/page.mdx index 3cb9940032..480a057ef0 100644 --- a/www/apps/resources/references/order_models/classes/order_models.Transaction/page.mdx +++ b/www/apps/resources/references/order_models/classes/order_models.Transaction/page.mdx @@ -10,4 +10,4 @@ import { TypeList } from "docs-ui" This documentation provides a reference to the Transaction . This belongs to the Order Module. -`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[ExchangeItem](../order_models.ExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[ClaimItem](../order_models.ClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[ClaimItemImage](../order_models.ClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="Transaction"/> +`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fulfilled_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_fulfilled_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipped_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_shipped_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_requested_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_requested_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_received_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_dismissed_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_return_dismissed_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"written_off_quantity","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_written_off_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"company","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"first_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"last_name","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_1","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"address_2","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"city","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"country_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"province","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"postal_code","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"phone","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[{"name":"REQUESTED","type":"`\"requested\"`","description":"The return is requested.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"RECEIVED","type":"`\"received\"`","description":"The return is received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"PARTIALLY_RECEIVED","type":"`\"partially_received\"`","description":"The return is partially received.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"CANCELED","type":"`\"canceled\"`","description":"The return is canceled.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reason","type":"[ReturnReason](../order_models.ReturnReason/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"received_quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"0","expandable":false,"children":[]},{"name":"raw_received_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"difference_due","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_difference_due","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"allow_backorder","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"additional_items","type":"Collection<[OrderExchangeItem](../order_models.OrderExchangeItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"region_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"customer_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"sales_channel_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"status","type":"[OrderStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.OrderStatus/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_draft_order","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"email","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"summary","type":"Collection<[OrderSummary](../order_models.OrderSummary/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"items","type":"Collection<[OrderItem](../order_models.OrderItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"`OptionalOrderProps`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"billing_address","type":"`null` \\| [Address](../order_models.Address/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"status","type":"[ReturnStatus](../../../utils/OrderUtils/enums/utils.OrderUtils.ReturnStatus/page.mdx)","description":"","optional":false,"defaultValue":"ReturnStatus.REQUESTED","expandable":false,"children":[]},{"name":"location_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"Collection<[ReturnItem](../order_models.ReturnItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"received_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"order_version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_id","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"type","type":"[ClaimType](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimType/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"REFUND","type":"`\"refund\"`","description":"The claim refunds an amount to the customer.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"REPLACE","type":"`\"replace\"`","description":"The claim replaces the returned item with a new one.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`null` \\| `boolean`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"refund_amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_refund_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"additional_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"claim_items","type":"Collection<[OrderClaimItem](../order_models.OrderClaimItem/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"images","type":"Collection<[OrderClaimItemImage](../order_models.OrderClaimItemImage/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reason","type":"`null` \\| [ClaimReason](../../../utils/OrderUtils/enums/utils.OrderUtils.ClaimReason/page.mdx)","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"quantity","type":"`number` \\| `Number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_quantity","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"item","type":"[LineItem](../order_models.LineItem/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_additional_item","type":"`boolean`","description":"","optional":false,"defaultValue":"false","expandable":false,"children":[]},{"name":"note","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"shipping_methods","type":"Collection<[OrderShippingMethod](../order_models.OrderShippingMethod/page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_method","type":"[ShippingMethod](../order_models.ShippingMethod/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"transactions","type":"Collection<[Transaction](page.mdx), object>","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order_id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"order","type":"[Order](../order_models.Order/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"return_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"return","type":"[Return](../order_models.Return/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange","type":"[OrderExchange](../order_models.OrderExchange/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"claim","type":"[OrderClaim](../order_models.OrderClaim/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"metadata","type":"`null` \\| `Record`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"canceled_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"version","type":"`number`","description":"","optional":false,"defaultValue":"1","expandable":false,"children":[]},{"name":"amount","type":"`number` \\| `BigNumber`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw_amount","type":"[BigNumberRawValue](../../../types/types/types.BigNumberRawValue/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"currency_code","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"reference","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"reference_id","type":"`null` \\| `string`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"created_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"`Date`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"`null` \\| `Date`","description":"","optional":false,"defaultValue":"null","expandable":false,"children":[]},{"name":"[OptionalProps]","type":"[ModelDateColumns](../../../types/DAL/types/types.DAL.ModelDateColumns/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="Transaction"/> diff --git a/www/apps/resources/references/types/CommonTypes/interfaces/types.CommonTypes.ConfigModule/page.mdx b/www/apps/resources/references/types/CommonTypes/interfaces/types.CommonTypes.ConfigModule/page.mdx index 555d340f70..338ee3e906 100644 --- a/www/apps/resources/references/types/CommonTypes/interfaces/types.CommonTypes.ConfigModule/page.mdx +++ b/www/apps/resources/references/types/CommonTypes/interfaces/types.CommonTypes.ConfigModule/page.mdx @@ -44,4 +44,4 @@ setting the environment variables depends on the hosting provider. ## Properties -`","description":"Optionally you can specify the supported authentication providers per actor type (such as user, customer, or any custom actors).\nFor example, you only want to allow SSO logins for `users` to the admin, while you want to allow email/password logins for `customers` to the storefront.\n\n`authMethodsPerActor` is a a map where the actor type (eg. 'user') is the key, and an array of supported auth providers as the value.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"databaseName","type":"`string`","description":"The name of the database to connect to. If specified in `databaseUrl`, then it’s not required to include it.\n\nMake sure to create the PostgreSQL database before using it. You can check how to create a database in\n[PostgreSQL's documentation](https://www.postgresql.org/docs/current/sql-createdatabase.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseUrl","type":"`string`","description":"The connection URL of the database. The format of the connection URL for PostgreSQL is:\n\n```bash\npostgres://[user][:password]@[host][:port]/[dbname]\n```\n\nWhere:\n\n- `[user]`: (required) your PostgreSQL username. If not specified, the system's username is used by default. The database user that you use must have create privileges. If you're using the `postgres` superuser, then it should have these privileges by default. Otherwise, make sure to grant your user create privileges. You can learn how to do that in [PostgreSQL's documentation](https://www.postgresql.org/docs/current/ddl-priv.html).\n- `[:password]`: an optional password for the user. When provided, make sure to put `:` before the password.\n- `[host]`: (required) your PostgreSQL host. When run locally, it should be `localhost`.\n- `[:port]`: an optional port that the PostgreSQL server is listening on. By default, it's `5432`. When provided, make sure to put `:` before the port.\n- `[dbname]`: (required) the name of the database.\n\nYou can learn more about the connection URL format in [PostgreSQL’s documentation](https://www.postgresql.org/docs/current/libpq-connect.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseSchema","type":"`string`","description":"The database schema to connect to. This is not required to provide if you’re using the default schema, which is `public`.\n\n```js title=\"medusa-config.js\"\nmodule.exports = defineConfig({\n projectConfig: {\n databaseSchema: process.env.DATABASE_SCHEMA ||\n \"custom\",\n // ...\n },\n // ...\n})\n```","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseLogging","type":"`LoggerOptions`","description":"This configuration specifies what database messages to log. Its value can be one of the following:\n\n- (default) A boolean value that indicates whether any messages should be logged.\n- The string value `all` that indicates all types of messages should be logged.\n- An array of log-level strings to indicate which type of messages to show in the logs. The strings can be `query`, `schema`, `error`, `warn`, `info`, `log`, or `migration`. Refer to [Typeorm’s documentation](https://typeorm.io/logging#logging-options) for more details on what each of these values means.\n\nIf this configuration isn't set, its default value is `false`, meaning no database messages are logged.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseDriverOptions","type":"`Record` & `object`","description":"An object that includes additional configurations to pass to the database connection for v2. You can pass any configuration. One defined configuration to pass is\n`ssl` which enables support for TLS/SSL connections.\n\nThis is useful for production databases, which can be supported by setting the `rejectUnauthorized` attribute of `ssl` object to `false`.\nDuring development, it’s recommended not to pass this option.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"connection","type":"`object`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"redisUrl","type":"`string`","description":"Used to specify the URL to connect to Redis. This is only used for scheduled jobs. If you omit this configuration, scheduled jobs won't work.\n\n:::note\n\nYou must first have Redis installed. You can refer to [Redis's installation guide](https://redis.io/docs/getting-started/installation/).\n\n:::\n\nThe Redis connection URL has the following format:\n\n```bash\nredis[s]://[[username][:password]@][host][:port][/db-number]\n```\n\nFor a local Redis installation, the connection URL should be `redis://localhost:6379` unless you’ve made any changes to the Redis configuration during installation.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisPrefix","type":"`string`","description":"The prefix set on all keys stored in Redis. The default value is `sess:`.\n\nIf this configuration option is provided, it is prepended to `sess:`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisOptions","type":"`RedisOptions`","description":"An object of options to pass ioredis. You can refer to [ioredis’s RedisOptions documentation](https://redis.github.io/ioredis/index.html#RedisOptions)\nfor the list of available options.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sessionOptions","type":"[SessionOptions](../../../interfaces/types.SessionOptions/page.mdx)","description":"An object of options to pass to [express-session](https://www.npmjs.com/package/express-session).","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"The name of the session ID cookie to set in the response (and read from in the request). The default value is `connect.sid`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#name) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"resave","type":"`boolean`","description":"Whether the session should be saved back to the session store, even if the session was never modified during the request. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#resave) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"rolling","type":"`boolean`","description":"Whether the session identifier cookie should be force-set on every response. The default value is `false`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#rolling) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"saveUninitialized","type":"`boolean`","description":"Whether a session that is \"uninitialized\" is forced to be saved to the store. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#saveUninitialized) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"secret","type":"`string`","description":"The secret to sign the session ID cookie. By default, the value of `http.cookieSecret` is used.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#secret) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"ttl","type":"`number`","description":"Used when calculating the `Expires` `Set-Cookie` attribute of cookies. By default, its value is `10 * 60 * 60 * 1000`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#cookiemaxage) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"jobsBatchSize","type":"`number`","description":"Configure the number of staged jobs that are polled from the database. Default is `1000`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"workerMode","type":"`\"shared\"` \\| `\"worker\"` \\| `\"server\"`","description":"Configure the application's worker mode.\n\nWorkers are processes running separately from the main application. They're useful for executing long-running or resource-heavy tasks in the background, such as importing products.\n\nWith a worker, these tasks are offloaded to a separate process. So, they won't affect the performance of the main application.\n\n![Diagram showcasing how the server and worker work together](https://res.cloudinary.com/dza7lstvk/image/upload/fl\\_lossy/f\\_auto/r\\_16/ar\\_16:9,c\\_pad/v1/Medusa%20Book/medusa-worker\\_klkbch.jpg?\\_a=BATFJtAA0)\n\nMedusa has three runtime modes:\n\n- Use `shared` to run the application in a single process.\n- Use `worker` to run the a worker process only.\n- Use `server` to run the application server only.\n\nIn production, it's recommended to deploy two instances:\n\n1. One having the `workerMode` configuration set to `server`.\n2. Another having the `workerMode` configuration set to `worker`.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"featureFlags","type":"`Record`","description":"Some features in the Medusa backend are guarded by a feature flag. This ensures constant shipping of new features while maintaining the engine’s stability.\n\nYou can specify whether a feature should or shouldn’t be used in your backend by enabling its feature flag. Feature flags can be enabled through either environment\nvariables or through this configuration exported in `medusa-config.js`.\n\nThe `featureFlags` configuration is an object. Its properties are the names of the feature flags. Each property’s value is a boolean indicating whether the feature flag is enabled.\n\nYou can find available feature flags and their key name [here](https://github.com/medusajs/medusa/tree/develop/packages/medusa/src/loaders/feature-flags).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"admin","type":"[AdminOptions](../types.CommonTypes.AdminOptions/page.mdx)","description":"Admin dashboard configurations.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"disable","type":"`boolean`","description":"Whether to disable the admin dashboard. If set to `true`, the admin dashboard is disabled,\nin both development and production environments. The default value is `false`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"path","type":"\\`/${string}\\`","description":"The path to the admin dashboard. The default value is `/app`.\n\nThe value cannot be one of the reserved paths:\n- `/admin`\n- `/store`\n- `/auth`\n- `/`","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"outDir","type":"`string`","description":"The directory where the admin build is output. This is where the build process places the generated files.\nThe default value is `./build`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"backendUrl","type":"`string`","description":"The URL of your Medusa backend. Defaults to an empty string, which means requests will hit the same server that serves the dashboard.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"vite","type":"(`config`: `InlineConfig`) => `InlineConfig`","description":"Configure the Vite configuration for the admin dashboard. This function receives the default Vite configuration\nand returns the modified configuration. The default value is `undefined`.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"modules","type":"`Record`","description":"In Medusa, commerce and core logic are modularized to allow developers to extend or replace certain [modules](https://docs.medusajs.com/development/modules/overview)\nwith custom implementations.\n\nAside from installing the module with NPM, you must add it to the exported object in `medusa-config.js`.\n\nThe keys of the `modules` configuration object refer to the module's registration name. Its value can be one of the following:\n\n1. A boolean value indicating whether the module type is enabled. This is only supported for Medusa's commerce and architectural modules;\n2. Or an object having the following properties:\n 1. `resolve`: a string indicating the path to the module relative to `src`, or the module's NPM package name.\n 2. `options`: (optional) an object indicating the options to pass to the module.\n 3. `definition`: (optional) an object of extra configurations, such as `isQueryable` used when a module has relationships.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="ConfigModule"/> +`","description":"Optionally you can specify the supported authentication providers per actor type (such as user, customer, or any custom actors).\nFor example, you only want to allow SSO logins for `users` to the admin, while you want to allow email/password logins for `customers` to the storefront.\n\n`authMethodsPerActor` is a a map where the actor type (eg. 'user') is the key, and an array of supported auth providers as the value.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"databaseName","type":"`string`","description":"The name of the database to connect to. If specified in `databaseUrl`, then it’s not required to include it.\n\nMake sure to create the PostgreSQL database before using it. You can check how to create a database in\n[PostgreSQL's documentation](https://www.postgresql.org/docs/current/sql-createdatabase.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseUrl","type":"`string`","description":"The connection URL of the database. The format of the connection URL for PostgreSQL is:\n\n```bash\npostgres://[user][:password]@[host][:port]/[dbname]\n```\n\nWhere:\n\n- `[user]`: (required) your PostgreSQL username. If not specified, the system's username is used by default. The database user that you use must have create privileges. If you're using the `postgres` superuser, then it should have these privileges by default. Otherwise, make sure to grant your user create privileges. You can learn how to do that in [PostgreSQL's documentation](https://www.postgresql.org/docs/current/ddl-priv.html).\n- `[:password]`: an optional password for the user. When provided, make sure to put `:` before the password.\n- `[host]`: (required) your PostgreSQL host. When run locally, it should be `localhost`.\n- `[:port]`: an optional port that the PostgreSQL server is listening on. By default, it's `5432`. When provided, make sure to put `:` before the port.\n- `[dbname]`: (required) the name of the database.\n\nYou can learn more about the connection URL format in [PostgreSQL’s documentation](https://www.postgresql.org/docs/current/libpq-connect.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseSchema","type":"`string`","description":"The database schema to connect to. This is not required to provide if you’re using the default schema, which is `public`.\n\n```js title=\"medusa-config.js\"\nmodule.exports = defineConfig({\n projectConfig: {\n databaseSchema: process.env.DATABASE_SCHEMA ||\n \"custom\",\n // ...\n },\n // ...\n})\n```","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseLogging","type":"`LoggerOptions`","description":"This configuration specifies what database messages to log. Its value can be one of the following:\n\n- (default) A boolean value that indicates whether any messages should be logged.\n- The string value `all` that indicates all types of messages should be logged.\n- An array of log-level strings to indicate which type of messages to show in the logs. The strings can be `query`, `schema`, `error`, `warn`, `info`, `log`, or `migration`. Refer to [Typeorm’s documentation](https://typeorm.io/logging#logging-options) for more details on what each of these values means.\n\nIf this configuration isn't set, its default value is `false`, meaning no database messages are logged.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseDriverOptions","type":"`Record` & `object`","description":"An object that includes additional configurations to pass to the database connection for v2. You can pass any configuration. One defined configuration to pass is\n`ssl` which enables support for TLS/SSL connections.\n\nThis is useful for production databases, which can be supported by setting the `rejectUnauthorized` attribute of `ssl` object to `false`.\nDuring development, it’s recommended not to pass this option.\n\n:::note\n\nMake sure to add to the end of the database URL `?ssl_mode=disable` as well when disabling `rejectUnauthorized`.\n\n:::","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"connection","type":"`object`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"redisUrl","type":"`string`","description":"Used to specify the URL to connect to Redis. This is only used for scheduled jobs. If you omit this configuration, scheduled jobs won't work.\n\n:::note\n\nYou must first have Redis installed. You can refer to [Redis's installation guide](https://redis.io/docs/getting-started/installation/).\n\n:::\n\nThe Redis connection URL has the following format:\n\n```bash\nredis[s]://[[username][:password]@][host][:port][/db-number]\n```\n\nFor a local Redis installation, the connection URL should be `redis://localhost:6379` unless you’ve made any changes to the Redis configuration during installation.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisPrefix","type":"`string`","description":"The prefix set on all keys stored in Redis. The default value is `sess:`.\n\nIf this configuration option is provided, it is prepended to `sess:`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisOptions","type":"`RedisOptions`","description":"An object of options to pass ioredis. You can refer to [ioredis’s RedisOptions documentation](https://redis.github.io/ioredis/index.html#RedisOptions)\nfor the list of available options.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sessionOptions","type":"[SessionOptions](../../../interfaces/types.SessionOptions/page.mdx)","description":"An object of options to pass to [express-session](https://www.npmjs.com/package/express-session).","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"The name of the session ID cookie to set in the response (and read from in the request). The default value is `connect.sid`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#name) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"resave","type":"`boolean`","description":"Whether the session should be saved back to the session store, even if the session was never modified during the request. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#resave) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"rolling","type":"`boolean`","description":"Whether the session identifier cookie should be force-set on every response. The default value is `false`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#rolling) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"saveUninitialized","type":"`boolean`","description":"Whether a session that is \"uninitialized\" is forced to be saved to the store. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#saveUninitialized) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"secret","type":"`string`","description":"The secret to sign the session ID cookie. By default, the value of `http.cookieSecret` is used.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#secret) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"ttl","type":"`number`","description":"Used when calculating the `Expires` `Set-Cookie` attribute of cookies. By default, its value is `10 * 60 * 60 * 1000`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#cookiemaxage) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"jobsBatchSize","type":"`number`","description":"Configure the number of staged jobs that are polled from the database. Default is `1000`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"workerMode","type":"`\"shared\"` \\| `\"worker\"` \\| `\"server\"`","description":"Configure the application's worker mode.\n\nWorkers are processes running separately from the main application. They're useful for executing long-running or resource-heavy tasks in the background, such as importing products.\n\nWith a worker, these tasks are offloaded to a separate process. So, they won't affect the performance of the main application.\n\n![Diagram showcasing how the server and worker work together](https://res.cloudinary.com/dza7lstvk/image/upload/fl\\_lossy/f\\_auto/r\\_16/ar\\_16:9,c\\_pad/v1/Medusa%20Book/medusa-worker\\_klkbch.jpg?\\_a=BATFJtAA0)\n\nMedusa has three runtime modes:\n\n- Use `shared` to run the application in a single process.\n- Use `worker` to run the a worker process only.\n- Use `server` to run the application server only.\n\nIn production, it's recommended to deploy two instances:\n\n1. One having the `workerMode` configuration set to `server`.\n2. Another having the `workerMode` configuration set to `worker`.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"featureFlags","type":"`Record`","description":"Some features in the Medusa backend are guarded by a feature flag. This ensures constant shipping of new features while maintaining the engine’s stability.\n\nYou can specify whether a feature should or shouldn’t be used in your backend by enabling its feature flag. Feature flags can be enabled through either environment\nvariables or through this configuration exported in `medusa-config.js`.\n\nThe `featureFlags` configuration is an object. Its properties are the names of the feature flags. Each property’s value is a boolean indicating whether the feature flag is enabled.\n\nYou can find available feature flags and their key name [here](https://github.com/medusajs/medusa/tree/develop/packages/medusa/src/loaders/feature-flags).","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"admin","type":"[AdminOptions](../types.CommonTypes.AdminOptions/page.mdx)","description":"Admin dashboard configurations.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"disable","type":"`boolean`","description":"Whether to disable the admin dashboard. If set to `true`, the admin dashboard is disabled,\nin both development and production environments. The default value is `false`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"path","type":"\\`/${string}\\`","description":"The path to the admin dashboard. The default value is `/app`.\n\nThe value cannot be one of the reserved paths:\n- `/admin`\n- `/store`\n- `/auth`\n- `/`","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"outDir","type":"`string`","description":"The directory where the admin build is output. This is where the build process places the generated files.\nThe default value is `./build`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"backendUrl","type":"`string`","description":"The URL of your Medusa backend. Defaults to an empty string, which means requests will hit the same server that serves the dashboard.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"vite","type":"(`config`: `InlineConfig`) => `InlineConfig`","description":"Configure the Vite configuration for the admin dashboard. This function receives the default Vite configuration\nand returns the modified configuration. The default value is `undefined`.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"modules","type":"`Record`","description":"In Medusa, commerce and core logic are modularized to allow developers to extend or replace certain [modules](https://docs.medusajs.com/development/modules/overview)\nwith custom implementations.\n\nAside from installing the module with NPM, you must add it to the exported object in `medusa-config.js`.\n\nThe keys of the `modules` configuration object refer to the module's registration name. Its value can be one of the following:\n\n1. A boolean value indicating whether the module type is enabled. This is only supported for Medusa's commerce and architectural modules;\n2. Or an object having the following properties:\n 1. `resolve`: a string indicating the path to the module relative to `src`, or the module's NPM package name.\n 2. `options`: (optional) an object indicating the options to pass to the module.\n 3. `definition`: (optional) an object of extra configurations, such as `isQueryable` used when a module has relationships.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="ConfigModule"/> diff --git a/www/apps/resources/references/types/CommonTypes/interfaces/types.CommonTypes.ProjectConfigOptions/page.mdx b/www/apps/resources/references/types/CommonTypes/interfaces/types.CommonTypes.ProjectConfigOptions/page.mdx index be4c0cc868..4f63fa38d1 100644 --- a/www/apps/resources/references/types/CommonTypes/interfaces/types.CommonTypes.ProjectConfigOptions/page.mdx +++ b/www/apps/resources/references/types/CommonTypes/interfaces/types.CommonTypes.ProjectConfigOptions/page.mdx @@ -6,4 +6,4 @@ Essential configurations related to the Medusa backend, such as database and COR ## Properties -`","description":"Optionally you can specify the supported authentication providers per actor type (such as user, customer, or any custom actors).\nFor example, you only want to allow SSO logins for `users` to the admin, while you want to allow email/password logins for `customers` to the storefront.\n\n`authMethodsPerActor` is a a map where the actor type (eg. 'user') is the key, and an array of supported auth providers as the value.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"databaseName","type":"`string`","description":"The name of the database to connect to. If specified in `databaseUrl`, then it’s not required to include it.\n\nMake sure to create the PostgreSQL database before using it. You can check how to create a database in\n[PostgreSQL's documentation](https://www.postgresql.org/docs/current/sql-createdatabase.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseUrl","type":"`string`","description":"The connection URL of the database. The format of the connection URL for PostgreSQL is:\n\n```bash\npostgres://[user][:password]@[host][:port]/[dbname]\n```\n\nWhere:\n\n- `[user]`: (required) your PostgreSQL username. If not specified, the system's username is used by default. The database user that you use must have create privileges. If you're using the `postgres` superuser, then it should have these privileges by default. Otherwise, make sure to grant your user create privileges. You can learn how to do that in [PostgreSQL's documentation](https://www.postgresql.org/docs/current/ddl-priv.html).\n- `[:password]`: an optional password for the user. When provided, make sure to put `:` before the password.\n- `[host]`: (required) your PostgreSQL host. When run locally, it should be `localhost`.\n- `[:port]`: an optional port that the PostgreSQL server is listening on. By default, it's `5432`. When provided, make sure to put `:` before the port.\n- `[dbname]`: (required) the name of the database.\n\nYou can learn more about the connection URL format in [PostgreSQL’s documentation](https://www.postgresql.org/docs/current/libpq-connect.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseSchema","type":"`string`","description":"The database schema to connect to. This is not required to provide if you’re using the default schema, which is `public`.\n\n```js title=\"medusa-config.js\"\nmodule.exports = defineConfig({\n projectConfig: {\n databaseSchema: process.env.DATABASE_SCHEMA ||\n \"custom\",\n // ...\n },\n // ...\n})\n```","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseLogging","type":"`LoggerOptions`","description":"This configuration specifies what database messages to log. Its value can be one of the following:\n\n- (default) A boolean value that indicates whether any messages should be logged.\n- The string value `all` that indicates all types of messages should be logged.\n- An array of log-level strings to indicate which type of messages to show in the logs. The strings can be `query`, `schema`, `error`, `warn`, `info`, `log`, or `migration`. Refer to [Typeorm’s documentation](https://typeorm.io/logging#logging-options) for more details on what each of these values means.\n\nIf this configuration isn't set, its default value is `false`, meaning no database messages are logged.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseDriverOptions","type":"`Record` & `object`","description":"An object that includes additional configurations to pass to the database connection for v2. You can pass any configuration. One defined configuration to pass is\n`ssl` which enables support for TLS/SSL connections.\n\nThis is useful for production databases, which can be supported by setting the `rejectUnauthorized` attribute of `ssl` object to `false`.\nDuring development, it’s recommended not to pass this option.","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"connection","type":"`object`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"ssl","type":"`object`","description":"Configure support for TLS/SSL connection","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"redisUrl","type":"`string`","description":"Used to specify the URL to connect to Redis. This is only used for scheduled jobs. If you omit this configuration, scheduled jobs won't work.\n\n:::note\n\nYou must first have Redis installed. You can refer to [Redis's installation guide](https://redis.io/docs/getting-started/installation/).\n\n:::\n\nThe Redis connection URL has the following format:\n\n```bash\nredis[s]://[[username][:password]@][host][:port][/db-number]\n```\n\nFor a local Redis installation, the connection URL should be `redis://localhost:6379` unless you’ve made any changes to the Redis configuration during installation.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisPrefix","type":"`string`","description":"The prefix set on all keys stored in Redis. The default value is `sess:`.\n\nIf this configuration option is provided, it is prepended to `sess:`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisOptions","type":"`RedisOptions`","description":"An object of options to pass ioredis. You can refer to [ioredis’s RedisOptions documentation](https://redis.github.io/ioredis/index.html#RedisOptions)\nfor the list of available options.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sessionOptions","type":"[SessionOptions](../../../interfaces/types.SessionOptions/page.mdx)","description":"An object of options to pass to [express-session](https://www.npmjs.com/package/express-session).","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"The name of the session ID cookie to set in the response (and read from in the request). The default value is `connect.sid`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#name) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"resave","type":"`boolean`","description":"Whether the session should be saved back to the session store, even if the session was never modified during the request. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#resave) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"rolling","type":"`boolean`","description":"Whether the session identifier cookie should be force-set on every response. The default value is `false`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#rolling) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"saveUninitialized","type":"`boolean`","description":"Whether a session that is \"uninitialized\" is forced to be saved to the store. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#saveUninitialized) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"secret","type":"`string`","description":"The secret to sign the session ID cookie. By default, the value of `http.cookieSecret` is used.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#secret) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"ttl","type":"`number`","description":"Used when calculating the `Expires` `Set-Cookie` attribute of cookies. By default, its value is `10 * 60 * 60 * 1000`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#cookiemaxage) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"jobsBatchSize","type":"`number`","description":"Configure the number of staged jobs that are polled from the database. Default is `1000`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"workerMode","type":"`\"shared\"` \\| `\"worker\"` \\| `\"server\"`","description":"Configure the application's worker mode.\n\nWorkers are processes running separately from the main application. They're useful for executing long-running or resource-heavy tasks in the background, such as importing products.\n\nWith a worker, these tasks are offloaded to a separate process. So, they won't affect the performance of the main application.\n\n![Diagram showcasing how the server and worker work together](https://res.cloudinary.com/dza7lstvk/image/upload/fl\\_lossy/f\\_auto/r\\_16/ar\\_16:9,c\\_pad/v1/Medusa%20Book/medusa-worker\\_klkbch.jpg?\\_a=BATFJtAA0)\n\nMedusa has three runtime modes:\n\n- Use `shared` to run the application in a single process.\n- Use `worker` to run the a worker process only.\n- Use `server` to run the application server only.\n\nIn production, it's recommended to deploy two instances:\n\n1. One having the `workerMode` configuration set to `server`.\n2. Another having the `workerMode` configuration set to `worker`.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="ProjectConfigOptions"/> +`","description":"Optionally you can specify the supported authentication providers per actor type (such as user, customer, or any custom actors).\nFor example, you only want to allow SSO logins for `users` to the admin, while you want to allow email/password logins for `customers` to the storefront.\n\n`authMethodsPerActor` is a a map where the actor type (eg. 'user') is the key, and an array of supported auth providers as the value.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"databaseName","type":"`string`","description":"The name of the database to connect to. If specified in `databaseUrl`, then it’s not required to include it.\n\nMake sure to create the PostgreSQL database before using it. You can check how to create a database in\n[PostgreSQL's documentation](https://www.postgresql.org/docs/current/sql-createdatabase.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseUrl","type":"`string`","description":"The connection URL of the database. The format of the connection URL for PostgreSQL is:\n\n```bash\npostgres://[user][:password]@[host][:port]/[dbname]\n```\n\nWhere:\n\n- `[user]`: (required) your PostgreSQL username. If not specified, the system's username is used by default. The database user that you use must have create privileges. If you're using the `postgres` superuser, then it should have these privileges by default. Otherwise, make sure to grant your user create privileges. You can learn how to do that in [PostgreSQL's documentation](https://www.postgresql.org/docs/current/ddl-priv.html).\n- `[:password]`: an optional password for the user. When provided, make sure to put `:` before the password.\n- `[host]`: (required) your PostgreSQL host. When run locally, it should be `localhost`.\n- `[:port]`: an optional port that the PostgreSQL server is listening on. By default, it's `5432`. When provided, make sure to put `:` before the port.\n- `[dbname]`: (required) the name of the database.\n\nYou can learn more about the connection URL format in [PostgreSQL’s documentation](https://www.postgresql.org/docs/current/libpq-connect.html).","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseSchema","type":"`string`","description":"The database schema to connect to. This is not required to provide if you’re using the default schema, which is `public`.\n\n```js title=\"medusa-config.js\"\nmodule.exports = defineConfig({\n projectConfig: {\n databaseSchema: process.env.DATABASE_SCHEMA ||\n \"custom\",\n // ...\n },\n // ...\n})\n```","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseLogging","type":"`LoggerOptions`","description":"This configuration specifies what database messages to log. Its value can be one of the following:\n\n- (default) A boolean value that indicates whether any messages should be logged.\n- The string value `all` that indicates all types of messages should be logged.\n- An array of log-level strings to indicate which type of messages to show in the logs. The strings can be `query`, `schema`, `error`, `warn`, `info`, `log`, or `migration`. Refer to [Typeorm’s documentation](https://typeorm.io/logging#logging-options) for more details on what each of these values means.\n\nIf this configuration isn't set, its default value is `false`, meaning no database messages are logged.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"databaseDriverOptions","type":"`Record` & `object`","description":"An object that includes additional configurations to pass to the database connection for v2. You can pass any configuration. One defined configuration to pass is\n`ssl` which enables support for TLS/SSL connections.\n\nThis is useful for production databases, which can be supported by setting the `rejectUnauthorized` attribute of `ssl` object to `false`.\nDuring development, it’s recommended not to pass this option.\n\n:::note\n\nMake sure to add to the end of the database URL `?ssl_mode=disable` as well when disabling `rejectUnauthorized`.\n\n:::","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"connection","type":"`object`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"ssl","type":"`object`","description":"Configure support for TLS/SSL connection","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]},{"name":"redisUrl","type":"`string`","description":"Used to specify the URL to connect to Redis. This is only used for scheduled jobs. If you omit this configuration, scheduled jobs won't work.\n\n:::note\n\nYou must first have Redis installed. You can refer to [Redis's installation guide](https://redis.io/docs/getting-started/installation/).\n\n:::\n\nThe Redis connection URL has the following format:\n\n```bash\nredis[s]://[[username][:password]@][host][:port][/db-number]\n```\n\nFor a local Redis installation, the connection URL should be `redis://localhost:6379` unless you’ve made any changes to the Redis configuration during installation.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisPrefix","type":"`string`","description":"The prefix set on all keys stored in Redis. The default value is `sess:`.\n\nIf this configuration option is provided, it is prepended to `sess:`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"redisOptions","type":"`RedisOptions`","description":"An object of options to pass ioredis. You can refer to [ioredis’s RedisOptions documentation](https://redis.github.io/ioredis/index.html#RedisOptions)\nfor the list of available options.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"sessionOptions","type":"[SessionOptions](../../../interfaces/types.SessionOptions/page.mdx)","description":"An object of options to pass to [express-session](https://www.npmjs.com/package/express-session).","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"name","type":"`string`","description":"The name of the session ID cookie to set in the response (and read from in the request). The default value is `connect.sid`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#name) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"resave","type":"`boolean`","description":"Whether the session should be saved back to the session store, even if the session was never modified during the request. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#resave) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"rolling","type":"`boolean`","description":"Whether the session identifier cookie should be force-set on every response. The default value is `false`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#rolling) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"saveUninitialized","type":"`boolean`","description":"Whether a session that is \"uninitialized\" is forced to be saved to the store. The default value is `true`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#saveUninitialized) for more details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"secret","type":"`string`","description":"The secret to sign the session ID cookie. By default, the value of `http.cookieSecret` is used.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#secret) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"ttl","type":"`number`","description":"Used when calculating the `Expires` `Set-Cookie` attribute of cookies. By default, its value is `10 * 60 * 60 * 1000`.\nRefer to [express-session’s documentation](https://www.npmjs.com/package/express-session#cookiemaxage) for details.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"jobsBatchSize","type":"`number`","description":"Configure the number of staged jobs that are polled from the database. Default is `1000`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"workerMode","type":"`\"shared\"` \\| `\"worker\"` \\| `\"server\"`","description":"Configure the application's worker mode.\n\nWorkers are processes running separately from the main application. They're useful for executing long-running or resource-heavy tasks in the background, such as importing products.\n\nWith a worker, these tasks are offloaded to a separate process. So, they won't affect the performance of the main application.\n\n![Diagram showcasing how the server and worker work together](https://res.cloudinary.com/dza7lstvk/image/upload/fl\\_lossy/f\\_auto/r\\_16/ar\\_16:9,c\\_pad/v1/Medusa%20Book/medusa-worker\\_klkbch.jpg?\\_a=BATFJtAA0)\n\nMedusa has three runtime modes:\n\n- Use `shared` to run the application in a single process.\n- Use `worker` to run the a worker process only.\n- Use `server` to run the application server only.\n\nIn production, it's recommended to deploy two instances:\n\n1. One having the `workerMode` configuration set to `server`.\n2. Another having the `workerMode` configuration set to `worker`.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="ProjectConfigOptions"/> diff --git a/www/apps/resources/references/workflows/StepResponse/methods/workflows.StepResponse.skip/page.mdx b/www/apps/resources/references/workflows/StepResponse/methods/workflows.StepResponse.skip/page.mdx new file mode 100644 index 0000000000..ea348e2046 --- /dev/null +++ b/www/apps/resources/references/workflows/StepResponse/methods/workflows.StepResponse.skip/page.mdx @@ -0,0 +1,7 @@ +import { TypeList } from "docs-ui" + +# skip + +## Returns + + diff --git a/www/apps/resources/references/workflows/classes/workflows.StepResponse/page.mdx b/www/apps/resources/references/workflows/classes/workflows.StepResponse/page.mdx index baf137552b..a059f397ab 100644 --- a/www/apps/resources/references/workflows/classes/workflows.StepResponse/page.mdx +++ b/www/apps/resources/references/workflows/classes/workflows.StepResponse/page.mdx @@ -11,6 +11,7 @@ This class is used to create the response returned by a step. A step return its ## Methods - [permanentFailure](../../StepResponse/methods/workflows.StepResponse.permanentFailure/page.mdx) +- [skip](../../StepResponse/methods/workflows.StepResponse.skip/page.mdx) ## constructor diff --git a/www/utils/generated/typedoc-json-output/0-medusa.json b/www/utils/generated/typedoc-json-output/0-medusa.json index 1ac9f03a15..25aa884a2d 100644 --- a/www/utils/generated/typedoc-json-output/0-medusa.json +++ b/www/utils/generated/typedoc-json-output/0-medusa.json @@ -1,12 +1,12 @@ { - "id": 13682, + "id": 13749, "name": "medusa", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 13897, + "id": 13964, "name": "RequestQueryFields", "variant": "declaration", "kind": 256, @@ -21,7 +21,7 @@ }, "children": [ { - "id": 13898, + "id": 13965, "name": "expand", "variant": "declaration", "kind": 1024, @@ -61,7 +61,7 @@ } }, { - "id": 13899, + "id": 13966, "name": "fields", "variant": "declaration", "kind": 1024, @@ -98,7 +98,7 @@ } }, { - "id": 13900, + "id": 13967, "name": "offset", "variant": "declaration", "kind": 1024, @@ -119,7 +119,7 @@ } }, { - "id": 13901, + "id": 13968, "name": "limit", "variant": "declaration", "kind": 1024, @@ -140,7 +140,7 @@ } }, { - "id": 13902, + "id": 13969, "name": "order", "variant": "declaration", "kind": 1024, @@ -173,17 +173,17 @@ { "title": "Properties", "children": [ - 13898, - 13899, - 13900, - 13901, - 13902 + 13965, + 13966, + 13967, + 13968, + 13969 ] } ] }, { - "id": 13876, + "id": 13943, "name": "MedusaContainer", "variant": "declaration", "kind": 2097152, @@ -198,7 +198,7 @@ }, "typeParameters": [ { - "id": 13896, + "id": 13963, "name": "Cradle", "variant": "typeParam", "kind": 131072, @@ -248,28 +248,28 @@ { "type": "reflection", "declaration": { - "id": 13877, + "id": 13944, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13878, + "id": 13945, "name": "resolve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13879, + "id": 13946, "name": "resolve", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 13880, + "id": 13947, "name": "K", "variant": "typeParam", "kind": 131072, @@ -295,21 +295,21 @@ ], "parameters": [ { - "id": 13881, + "id": 13948, "name": "key", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 13880, + "target": 13947, "name": "K", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 13882, + "id": 13949, "name": "resolveOptions", "variant": "param", "kind": 32768, @@ -331,14 +331,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 13880, + "target": 13947, "name": "K", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 13896, + "target": 13963, "name": "Cradle", "package": "@medusajs/types", "refersToTypeParameter": true @@ -346,14 +346,14 @@ } }, { - "id": 13883, + "id": 13950, "name": "resolve", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 13884, + "id": 13951, "name": "T", "variant": "typeParam", "kind": 131072, @@ -362,7 +362,7 @@ ], "parameters": [ { - "id": 13885, + "id": 13952, "name": "key", "variant": "param", "kind": 32768, @@ -373,7 +373,7 @@ } }, { - "id": 13886, + "id": 13953, "name": "resolveOptions", "variant": "param", "kind": 32768, @@ -393,7 +393,7 @@ ], "type": { "type": "reference", - "target": 13884, + "target": 13951, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -406,7 +406,7 @@ { "title": "Methods", "children": [ - 13878 + 13945 ] } ] @@ -416,7 +416,7 @@ } }, { - "id": 13917, + "id": 13984, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -446,14 +446,14 @@ { "type": "reflection", "declaration": { - "id": 13918, + "id": 13985, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13919, + "id": 13986, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -470,7 +470,7 @@ { "title": "Properties", "children": [ - 13919 + 13986 ] } ] @@ -480,14 +480,14 @@ } }, { - "id": 13911, + "id": 13978, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13916, + "id": 13983, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -501,14 +501,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13912, + "id": 13979, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13913, + "id": 13980, "name": "name", "variant": "declaration", "kind": 1024, @@ -519,7 +519,7 @@ } }, { - "id": 13914, + "id": 13981, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -528,20 +528,20 @@ }, "type": { "type": "reference", - "target": 13917, + "target": 13984, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 13915, + "id": 13982, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13916, + "target": 13983, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -552,9 +552,9 @@ { "title": "Properties", "children": [ - 13913, - 13914, - 13915 + 13980, + 13981, + 13982 ] } ] @@ -562,7 +562,7 @@ } }, { - "id": 13903, + "id": 13970, "name": "MedusaPricingContext", "variant": "declaration", "kind": 2097152, @@ -570,14 +570,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13904, + "id": 13971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13905, + "id": 13972, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -590,7 +590,7 @@ } }, { - "id": 13906, + "id": 13973, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -603,7 +603,7 @@ } }, { - "id": 13907, + "id": 13974, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -616,7 +616,7 @@ } }, { - "id": 13908, + "id": 13975, "name": "customer_group_id", "variant": "declaration", "kind": 1024, @@ -636,10 +636,10 @@ { "title": "Properties", "children": [ - 13905, - 13906, - 13907, - 13908 + 13972, + 13973, + 13974, + 13975 ] } ] @@ -647,14 +647,14 @@ } }, { - "id": 13683, + "id": 13750, "name": "FindConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13684, + "id": 13751, "name": "select", "variant": "declaration", "kind": 1024, @@ -668,7 +668,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 13692, + "target": 13759, "name": "Entity", "package": "@medusajs/medusa", "qualifiedName": "FindConfig.Entity", @@ -678,7 +678,7 @@ } }, { - "id": 13685, + "id": 13752, "name": "skip", "variant": "declaration", "kind": 1024, @@ -691,7 +691,7 @@ } }, { - "id": 13686, + "id": 13753, "name": "take", "variant": "declaration", "kind": 1024, @@ -704,7 +704,7 @@ } }, { - "id": 13687, + "id": 13754, "name": "relations", "variant": "declaration", "kind": 1024, @@ -720,7 +720,7 @@ } }, { - "id": 13688, + "id": 13755, "name": "order", "variant": "declaration", "kind": 1024, @@ -730,21 +730,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13689, + "id": 13756, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 13690, + "id": 13757, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 13691, + "id": 13758, "name": "K", "variant": "param", "kind": 32768, @@ -778,17 +778,17 @@ { "title": "Properties", "children": [ - 13684, - 13685, - 13686, - 13687, - 13688 + 13751, + 13752, + 13753, + 13754, + 13755 ] } ], "typeParameters": [ { - "id": 13692, + "id": 13759, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -797,14 +797,14 @@ ] }, { - "id": 13693, + "id": 13760, "name": "QueryConfig", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13703, + "id": 13770, "name": "TEntity", "variant": "typeParam", "kind": 131072, @@ -814,14 +814,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13694, + "id": 13761, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13695, + "id": 13762, "name": "defaults", "variant": "declaration", "kind": 1024, @@ -846,7 +846,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 13703, + "target": 13770, "name": "TEntity", "package": "@medusajs/medusa", "refersToTypeParameter": true @@ -861,7 +861,7 @@ } }, { - "id": 13696, + "id": 13763, "name": "defaultFields", "variant": "declaration", "kind": 1024, @@ -900,7 +900,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 13703, + "target": 13770, "name": "TEntity", "package": "@medusajs/medusa", "refersToTypeParameter": true @@ -915,7 +915,7 @@ } }, { - "id": 13697, + "id": 13764, "name": "defaultRelations", "variant": "declaration", "kind": 1024, @@ -953,7 +953,7 @@ } }, { - "id": 13698, + "id": 13765, "name": "allowed", "variant": "declaration", "kind": 1024, @@ -977,7 +977,7 @@ } }, { - "id": 13699, + "id": 13766, "name": "allowedFields", "variant": "declaration", "kind": 1024, @@ -1015,7 +1015,7 @@ } }, { - "id": 13700, + "id": 13767, "name": "allowedRelations", "variant": "declaration", "kind": 1024, @@ -1053,7 +1053,7 @@ } }, { - "id": 13701, + "id": 13768, "name": "defaultLimit", "variant": "declaration", "kind": 1024, @@ -1066,7 +1066,7 @@ } }, { - "id": 13702, + "id": 13769, "name": "isList", "variant": "declaration", "kind": 1024, @@ -1083,14 +1083,14 @@ { "title": "Properties", "children": [ - 13695, - 13696, - 13697, - 13698, - 13699, - 13700, - 13701, - 13702 + 13762, + 13763, + 13764, + 13765, + 13766, + 13767, + 13768, + 13769 ] } ] @@ -1098,14 +1098,14 @@ } }, { - "id": 13704, + "id": 13771, "name": "ClassConstructor", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13708, + "id": 13775, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1115,21 +1115,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13705, + "id": 13772, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13706, + "id": 13773, "name": "new ClassConstructor", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 13707, + "id": 13774, "name": "args", "variant": "param", "kind": 32768, @@ -1147,7 +1147,7 @@ ], "type": { "type": "reference", - "target": 13708, + "target": 13775, "name": "T", "package": "@medusajs/medusa", "refersToTypeParameter": true @@ -1158,21 +1158,21 @@ } }, { - "id": 13709, + "id": 13776, "name": "MedusaContainer", "variant": "declaration", "kind": 2097152, "flags": {}, "type": { "type": "reference", - "target": 13876, + "target": 13943, "name": "coreMedusaContainer", "package": "@medusajs/types", "qualifiedName": "MedusaContainer" } }, { - "id": 13710, + "id": 13777, "name": "Logger", "variant": "declaration", "kind": 2097152, @@ -1180,14 +1180,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13711, + "id": 13778, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13712, + "id": 13779, "name": "panic", "variant": "declaration", "kind": 1024, @@ -1195,21 +1195,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13713, + "id": 13780, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13714, + "id": 13781, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13715, + "id": 13782, "name": "data", "variant": "param", "kind": 32768, @@ -1230,7 +1230,7 @@ } }, { - "id": 13716, + "id": 13783, "name": "shouldLog", "variant": "declaration", "kind": 1024, @@ -1238,21 +1238,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13717, + "id": 13784, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13718, + "id": 13785, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13719, + "id": 13786, "name": "level", "variant": "param", "kind": 32768, @@ -1273,7 +1273,7 @@ } }, { - "id": 13720, + "id": 13787, "name": "setLogLevel", "variant": "declaration", "kind": 1024, @@ -1281,21 +1281,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13721, + "id": 13788, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13722, + "id": 13789, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13723, + "id": 13790, "name": "level", "variant": "param", "kind": 32768, @@ -1316,7 +1316,7 @@ } }, { - "id": 13724, + "id": 13791, "name": "unsetLogLevel", "variant": "declaration", "kind": 1024, @@ -1324,14 +1324,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13725, + "id": 13792, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13726, + "id": 13793, "name": "__type", "variant": "signature", "kind": 4096, @@ -1346,7 +1346,7 @@ } }, { - "id": 13727, + "id": 13794, "name": "activity", "variant": "declaration", "kind": 1024, @@ -1354,21 +1354,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13728, + "id": 13795, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13729, + "id": 13796, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13730, + "id": 13797, "name": "message", "variant": "param", "kind": 32768, @@ -1379,7 +1379,7 @@ } }, { - "id": 13731, + "id": 13798, "name": "config", "variant": "param", "kind": 32768, @@ -1402,7 +1402,7 @@ } }, { - "id": 13732, + "id": 13799, "name": "progress", "variant": "declaration", "kind": 1024, @@ -1410,21 +1410,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13733, + "id": 13800, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13734, + "id": 13801, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13735, + "id": 13802, "name": "activityId", "variant": "param", "kind": 32768, @@ -1435,7 +1435,7 @@ } }, { - "id": 13736, + "id": 13803, "name": "message", "variant": "param", "kind": 32768, @@ -1456,7 +1456,7 @@ } }, { - "id": 13737, + "id": 13804, "name": "error", "variant": "declaration", "kind": 1024, @@ -1464,21 +1464,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13738, + "id": 13805, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13739, + "id": 13806, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13740, + "id": 13807, "name": "messageOrError", "variant": "param", "kind": 32768, @@ -1489,7 +1489,7 @@ } }, { - "id": 13741, + "id": 13808, "name": "error", "variant": "param", "kind": 32768, @@ -1512,7 +1512,7 @@ } }, { - "id": 13742, + "id": 13809, "name": "failure", "variant": "declaration", "kind": 1024, @@ -1520,21 +1520,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13743, + "id": 13810, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13744, + "id": 13811, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13745, + "id": 13812, "name": "activityId", "variant": "param", "kind": 32768, @@ -1545,7 +1545,7 @@ } }, { - "id": 13746, + "id": 13813, "name": "message", "variant": "param", "kind": 32768, @@ -1566,7 +1566,7 @@ } }, { - "id": 13747, + "id": 13814, "name": "success", "variant": "declaration", "kind": 1024, @@ -1574,21 +1574,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13748, + "id": 13815, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13749, + "id": 13816, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13750, + "id": 13817, "name": "activityId", "variant": "param", "kind": 32768, @@ -1599,7 +1599,7 @@ } }, { - "id": 13751, + "id": 13818, "name": "message", "variant": "param", "kind": 32768, @@ -1620,7 +1620,7 @@ } }, { - "id": 13752, + "id": 13819, "name": "debug", "variant": "declaration", "kind": 1024, @@ -1628,21 +1628,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13753, + "id": 13820, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13754, + "id": 13821, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13755, + "id": 13822, "name": "message", "variant": "param", "kind": 32768, @@ -1663,7 +1663,7 @@ } }, { - "id": 13756, + "id": 13823, "name": "info", "variant": "declaration", "kind": 1024, @@ -1671,21 +1671,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13757, + "id": 13824, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13758, + "id": 13825, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13759, + "id": 13826, "name": "message", "variant": "param", "kind": 32768, @@ -1706,7 +1706,7 @@ } }, { - "id": 13760, + "id": 13827, "name": "warn", "variant": "declaration", "kind": 1024, @@ -1714,21 +1714,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13761, + "id": 13828, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13762, + "id": 13829, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13763, + "id": 13830, "name": "message", "variant": "param", "kind": 32768, @@ -1749,7 +1749,7 @@ } }, { - "id": 13764, + "id": 13831, "name": "log", "variant": "declaration", "kind": 1024, @@ -1757,21 +1757,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13765, + "id": 13832, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13766, + "id": 13833, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13767, + "id": 13834, "name": "args", "variant": "param", "kind": 32768, @@ -1798,19 +1798,19 @@ { "title": "Properties", "children": [ - 13712, - 13716, - 13720, - 13724, - 13727, - 13732, - 13737, - 13742, - 13747, - 13752, - 13756, - 13760, - 13764 + 13779, + 13783, + 13787, + 13791, + 13794, + 13799, + 13804, + 13809, + 13814, + 13819, + 13823, + 13827, + 13831 ] } ] @@ -1818,14 +1818,14 @@ } }, { - "id": 13768, + "id": 13835, "name": "Constructor", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13772, + "id": 13839, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1835,21 +1835,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13769, + "id": 13836, "name": "__type", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 13770, + "id": 13837, "name": "__type", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 13771, + "id": 13838, "name": "args", "variant": "param", "kind": 32768, @@ -1867,7 +1867,7 @@ ], "type": { "type": "reference", - "target": 13772, + "target": 13839, "name": "T", "package": "@medusajs/medusa", "refersToTypeParameter": true @@ -1878,14 +1878,14 @@ } }, { - "id": 13773, + "id": 13840, "name": "MedusaRequest", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13806, + "id": 13873, "name": "user", "variant": "declaration", "kind": 1024, @@ -1896,14 +1896,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13807, + "id": 13874, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13808, + "id": 13875, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -1916,7 +1916,7 @@ } }, { - "id": 13809, + "id": 13876, "name": "userId", "variant": "declaration", "kind": 1024, @@ -1933,8 +1933,8 @@ { "title": "Properties", "children": [ - 13808, - 13809 + 13875, + 13876 ] } ] @@ -1947,14 +1947,14 @@ } }, { - "id": 13774, + "id": 13841, "name": "validatedBody", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13810, + "target": 13877, "name": "Body", "package": "@medusajs/medusa", "qualifiedName": "MedusaRequest.Body", @@ -1967,7 +1967,7 @@ } }, { - "id": 13775, + "id": 13842, "name": "validatedQuery", "variant": "declaration", "kind": 1024, @@ -1977,7 +1977,7 @@ "types": [ { "type": "reference", - "target": 13897, + "target": 13964, "name": "RequestQueryFields", "package": "@medusajs/types" }, @@ -2009,7 +2009,7 @@ } }, { - "id": 13776, + "id": 13843, "name": "allowedProperties", "variant": "declaration", "kind": 1024, @@ -2036,7 +2036,7 @@ } }, { - "id": 13777, + "id": 13844, "name": "listConfig", "variant": "declaration", "kind": 1024, @@ -2051,7 +2051,7 @@ }, "type": { "type": "reference", - "target": 13683, + "target": 13750, "typeArguments": [ { "type": "intrinsic", @@ -2068,7 +2068,7 @@ } }, { - "id": 13778, + "id": 13845, "name": "retrieveConfig", "variant": "declaration", "kind": 1024, @@ -2083,7 +2083,7 @@ }, "type": { "type": "reference", - "target": 13683, + "target": 13750, "typeArguments": [ { "type": "intrinsic", @@ -2100,7 +2100,7 @@ } }, { - "id": 13779, + "id": 13846, "name": "remoteQueryConfig", "variant": "declaration", "kind": 1024, @@ -2116,14 +2116,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13780, + "id": 13847, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13781, + "id": 13848, "name": "fields", "variant": "declaration", "kind": 1024, @@ -2137,7 +2137,7 @@ } }, { - "id": 13782, + "id": 13849, "name": "pagination", "variant": "declaration", "kind": 1024, @@ -2145,14 +2145,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13783, + "id": 13850, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13784, + "id": 13851, "name": "order", "variant": "declaration", "kind": 1024, @@ -2180,7 +2180,7 @@ } }, { - "id": 13785, + "id": 13852, "name": "skip", "variant": "declaration", "kind": 1024, @@ -2193,7 +2193,7 @@ } }, { - "id": 13786, + "id": 13853, "name": "take", "variant": "declaration", "kind": 1024, @@ -2210,9 +2210,9 @@ { "title": "Properties", "children": [ - 13784, - 13785, - 13786 + 13851, + 13852, + 13853 ] } ] @@ -2224,8 +2224,8 @@ { "title": "Properties", "children": [ - 13781, - 13782 + 13848, + 13849 ] } ] @@ -2238,7 +2238,7 @@ } }, { - "id": 13787, + "id": 13854, "name": "filterableFields", "variant": "declaration", "kind": 1024, @@ -2281,7 +2281,7 @@ } }, { - "id": 13788, + "id": 13855, "name": "includes", "variant": "declaration", "kind": 1024, @@ -2314,7 +2314,7 @@ } }, { - "id": 13789, + "id": 13856, "name": "allowedFields", "variant": "declaration", "kind": 1024, @@ -2362,7 +2362,7 @@ } }, { - "id": 13790, + "id": 13857, "name": "allowed", "variant": "declaration", "kind": 1024, @@ -2391,7 +2391,7 @@ } }, { - "id": 13791, + "id": 13858, "name": "errors", "variant": "declaration", "kind": 1024, @@ -2410,14 +2410,14 @@ } }, { - "id": 13792, + "id": 13859, "name": "scope", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13876, + "target": 13943, "name": "MedusaContainer", "package": "@medusajs/types" }, @@ -2428,7 +2428,7 @@ } }, { - "id": 13793, + "id": 13860, "name": "session", "variant": "declaration", "kind": 1024, @@ -2441,7 +2441,7 @@ } }, { - "id": 13794, + "id": 13861, "name": "rawBody", "variant": "declaration", "kind": 1024, @@ -2454,7 +2454,7 @@ } }, { - "id": 13795, + "id": 13862, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -2472,7 +2472,7 @@ } }, { - "id": 13796, + "id": 13863, "name": "pricingContext", "variant": "declaration", "kind": 1024, @@ -2489,13 +2489,13 @@ }, "type": { "type": "reference", - "target": 13903, + "target": 13970, "name": "MedusaPricingContext", "package": "@medusajs/types" } }, { - "id": 13797, + "id": 13864, "name": "context", "variant": "declaration", "kind": 1024, @@ -2531,7 +2531,7 @@ } }, { - "id": 13798, + "id": 13865, "name": "extendedValidators", "variant": "declaration", "kind": 1024, @@ -2549,14 +2549,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13799, + "id": 13866, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13800, + "id": 13867, "name": "body", "variant": "declaration", "kind": 1024, @@ -2590,7 +2590,7 @@ { "type": "reflection", "declaration": { - "id": 13801, + "id": 13868, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2600,7 +2600,7 @@ { "type": "reflection", "declaration": { - "id": 13802, + "id": 13869, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2613,7 +2613,7 @@ } }, { - "id": 13803, + "id": 13870, "name": "queryParams", "variant": "declaration", "kind": 1024, @@ -2647,7 +2647,7 @@ { "type": "reflection", "declaration": { - "id": 13804, + "id": 13871, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2657,7 +2657,7 @@ { "type": "reflection", "declaration": { - "id": 13805, + "id": 13872, "name": "__type", "variant": "declaration", "kind": 65536, @@ -2674,8 +2674,8 @@ { "title": "Properties", "children": [ - 13800, - 13803 + 13867, + 13870 ] } ] @@ -2687,31 +2687,31 @@ { "title": "Properties", "children": [ - 13806, - 13774, - 13775, - 13776, - 13777, - 13778, - 13779, - 13787, - 13788, - 13789, - 13790, - 13791, - 13792, - 13793, - 13794, - 13795, - 13796, - 13797, - 13798 + 13873, + 13841, + 13842, + 13843, + 13844, + 13845, + 13846, + 13854, + 13855, + 13856, + 13857, + 13858, + 13859, + 13860, + 13861, + 13862, + 13863, + 13864, + 13865 ] } ], "typeParameters": [ { - "id": 13810, + "id": 13877, "name": "Body", "variant": "typeParam", "kind": 131072, @@ -2746,7 +2746,7 @@ }, { "type": "reference", - "target": 13810, + "target": 13877, "name": "Body", "package": "@medusajs/medusa", "qualifiedName": "MedusaRequest.Body", @@ -2761,20 +2761,20 @@ "extendedBy": [ { "type": "reference", - "target": 13816, + "target": 13883, "name": "AuthenticatedMedusaRequest" } ] }, { - "id": 13811, + "id": 13878, "name": "AuthContext", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13812, + "id": 13879, "name": "actor_id", "variant": "declaration", "kind": 1024, @@ -2785,7 +2785,7 @@ } }, { - "id": 13813, + "id": 13880, "name": "actor_type", "variant": "declaration", "kind": 1024, @@ -2796,7 +2796,7 @@ } }, { - "id": 13814, + "id": 13881, "name": "auth_identity_id", "variant": "declaration", "kind": 1024, @@ -2807,7 +2807,7 @@ } }, { - "id": 13815, + "id": 13882, "name": "app_metadata", "variant": "declaration", "kind": 1024, @@ -2837,23 +2837,23 @@ { "title": "Properties", "children": [ - 13812, - 13813, - 13814, - 13815 + 13879, + 13880, + 13881, + 13882 ] } ] }, { - "id": 13816, + "id": 13883, "name": "AuthenticatedMedusaRequest", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13850, + "id": 13917, "name": "user", "variant": "declaration", "kind": 1024, @@ -2864,14 +2864,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13851, + "id": 13918, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13852, + "id": 13919, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -2884,7 +2884,7 @@ } }, { - "id": 13853, + "id": 13920, "name": "userId", "variant": "declaration", "kind": 1024, @@ -2901,8 +2901,8 @@ { "title": "Properties", "children": [ - 13852, - 13853 + 13919, + 13920 ] } ] @@ -2910,12 +2910,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13806, + "target": 13873, "name": "MedusaRequest.user" } }, { - "id": 13818, + "id": 13885, "name": "validatedBody", "variant": "declaration", "kind": 1024, @@ -2924,7 +2924,7 @@ }, "type": { "type": "reference", - "target": 13854, + "target": 13921, "name": "Body", "package": "@medusajs/medusa", "qualifiedName": "AuthenticatedMedusaRequest.Body", @@ -2932,12 +2932,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13774, + "target": 13841, "name": "MedusaRequest.validatedBody" } }, { - "id": 13819, + "id": 13886, "name": "validatedQuery", "variant": "declaration", "kind": 1024, @@ -2949,7 +2949,7 @@ "types": [ { "type": "reference", - "target": 13897, + "target": 13964, "name": "RequestQueryFields", "package": "@medusajs/types" }, @@ -2976,12 +2976,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13775, + "target": 13842, "name": "MedusaRequest.validatedQuery" } }, { - "id": 13820, + "id": 13887, "name": "allowedProperties", "variant": "declaration", "kind": 1024, @@ -3005,12 +3005,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13776, + "target": 13843, "name": "MedusaRequest.allowedProperties" } }, { - "id": 13821, + "id": 13888, "name": "listConfig", "variant": "declaration", "kind": 1024, @@ -3027,7 +3027,7 @@ }, "type": { "type": "reference", - "target": 13683, + "target": 13750, "typeArguments": [ { "type": "intrinsic", @@ -3039,12 +3039,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13777, + "target": 13844, "name": "MedusaRequest.listConfig" } }, { - "id": 13822, + "id": 13889, "name": "retrieveConfig", "variant": "declaration", "kind": 1024, @@ -3061,7 +3061,7 @@ }, "type": { "type": "reference", - "target": 13683, + "target": 13750, "typeArguments": [ { "type": "intrinsic", @@ -3073,12 +3073,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13778, + "target": 13845, "name": "MedusaRequest.retrieveConfig" } }, { - "id": 13823, + "id": 13890, "name": "remoteQueryConfig", "variant": "declaration", "kind": 1024, @@ -3096,14 +3096,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13824, + "id": 13891, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13825, + "id": 13892, "name": "fields", "variant": "declaration", "kind": 1024, @@ -3117,7 +3117,7 @@ } }, { - "id": 13826, + "id": 13893, "name": "pagination", "variant": "declaration", "kind": 1024, @@ -3125,14 +3125,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13827, + "id": 13894, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13828, + "id": 13895, "name": "order", "variant": "declaration", "kind": 1024, @@ -3160,7 +3160,7 @@ } }, { - "id": 13829, + "id": 13896, "name": "skip", "variant": "declaration", "kind": 1024, @@ -3173,7 +3173,7 @@ } }, { - "id": 13830, + "id": 13897, "name": "take", "variant": "declaration", "kind": 1024, @@ -3190,9 +3190,9 @@ { "title": "Properties", "children": [ - 13828, - 13829, - 13830 + 13895, + 13896, + 13897 ] } ] @@ -3204,8 +3204,8 @@ { "title": "Properties", "children": [ - 13825, - 13826 + 13892, + 13893 ] } ] @@ -3213,12 +3213,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13779, + "target": 13846, "name": "MedusaRequest.remoteQueryConfig" } }, { - "id": 13831, + "id": 13898, "name": "filterableFields", "variant": "declaration", "kind": 1024, @@ -3258,12 +3258,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13787, + "target": 13854, "name": "MedusaRequest.filterableFields" } }, { - "id": 13832, + "id": 13899, "name": "includes", "variant": "declaration", "kind": 1024, @@ -3292,12 +3292,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13788, + "target": 13855, "name": "MedusaRequest.includes" } }, { - "id": 13833, + "id": 13900, "name": "allowedFields", "variant": "declaration", "kind": 1024, @@ -3341,12 +3341,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13789, + "target": 13856, "name": "MedusaRequest.allowedFields" } }, { - "id": 13834, + "id": 13901, "name": "allowed", "variant": "declaration", "kind": 1024, @@ -3371,12 +3371,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13790, + "target": 13857, "name": "MedusaRequest.allowed" } }, { - "id": 13835, + "id": 13902, "name": "errors", "variant": "declaration", "kind": 1024, @@ -3392,12 +3392,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13791, + "target": 13858, "name": "MedusaRequest.errors" } }, { - "id": 13836, + "id": 13903, "name": "scope", "variant": "declaration", "kind": 1024, @@ -3406,18 +3406,18 @@ }, "type": { "type": "reference", - "target": 13876, + "target": 13943, "name": "MedusaContainer", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 13792, + "target": 13859, "name": "MedusaRequest.scope" } }, { - "id": 13837, + "id": 13904, "name": "session", "variant": "declaration", "kind": 1024, @@ -3431,12 +3431,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13793, + "target": 13860, "name": "MedusaRequest.session" } }, { - "id": 13838, + "id": 13905, "name": "rawBody", "variant": "declaration", "kind": 1024, @@ -3450,12 +3450,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13794, + "target": 13861, "name": "MedusaRequest.rawBody" } }, { - "id": 13839, + "id": 13906, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -3469,12 +3469,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13795, + "target": 13862, "name": "MedusaRequest.requestId" } }, { - "id": 13840, + "id": 13907, "name": "pricingContext", "variant": "declaration", "kind": 1024, @@ -3492,18 +3492,18 @@ }, "type": { "type": "reference", - "target": 13903, + "target": 13970, "name": "MedusaPricingContext", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 13796, + "target": 13863, "name": "MedusaRequest.pricingContext" } }, { - "id": 13841, + "id": 13908, "name": "context", "variant": "declaration", "kind": 1024, @@ -3540,12 +3540,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13797, + "target": 13864, "name": "MedusaRequest.context" } }, { - "id": 13842, + "id": 13909, "name": "extendedValidators", "variant": "declaration", "kind": 1024, @@ -3564,14 +3564,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13843, + "id": 13910, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13844, + "id": 13911, "name": "body", "variant": "declaration", "kind": 1024, @@ -3605,7 +3605,7 @@ { "type": "reflection", "declaration": { - "id": 13845, + "id": 13912, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3615,7 +3615,7 @@ { "type": "reflection", "declaration": { - "id": 13846, + "id": 13913, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3628,7 +3628,7 @@ } }, { - "id": 13847, + "id": 13914, "name": "queryParams", "variant": "declaration", "kind": 1024, @@ -3662,7 +3662,7 @@ { "type": "reflection", "declaration": { - "id": 13848, + "id": 13915, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3672,7 +3672,7 @@ { "type": "reflection", "declaration": { - "id": 13849, + "id": 13916, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3689,8 +3689,8 @@ { "title": "Properties", "children": [ - 13844, - 13847 + 13911, + 13914 ] } ] @@ -3698,19 +3698,19 @@ }, "inheritedFrom": { "type": "reference", - "target": 13798, + "target": 13865, "name": "MedusaRequest.extendedValidators" } }, { - "id": 13817, + "id": 13884, "name": "auth_context", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13811, + "target": 13878, "name": "AuthContext", "package": "@medusajs/medusa" } @@ -3720,32 +3720,32 @@ { "title": "Properties", "children": [ - 13850, - 13818, - 13819, - 13820, - 13821, - 13822, - 13823, - 13831, - 13832, - 13833, - 13834, - 13835, - 13836, - 13837, - 13838, - 13839, - 13840, - 13841, - 13842, - 13817 + 13917, + 13885, + 13886, + 13887, + 13888, + 13889, + 13890, + 13898, + 13899, + 13900, + 13901, + 13902, + 13903, + 13904, + 13905, + 13906, + 13907, + 13908, + 13909, + 13884 ] } ], "typeParameters": [ { - "id": 13854, + "id": 13921, "name": "Body", "variant": "typeParam", "kind": 131072, @@ -3759,11 +3759,11 @@ "extendedTypes": [ { "type": "reference", - "target": 13773, + "target": 13840, "typeArguments": [ { "type": "reference", - "target": 13854, + "target": 13921, "name": "Body", "package": "@medusajs/medusa", "qualifiedName": "AuthenticatedMedusaRequest.Body", @@ -3776,14 +3776,14 @@ ] }, { - "id": 13855, + "id": 13922, "name": "MedusaResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13856, + "id": 13923, "name": "Body", "variant": "typeParam", "kind": 131072, @@ -3803,7 +3803,7 @@ "typeArguments": [ { "type": "reference", - "target": 13856, + "target": 13923, "name": "Body", "package": "@medusajs/medusa", "refersToTypeParameter": true @@ -3815,7 +3815,7 @@ } }, { - "id": 13857, + "id": 13924, "name": "MedusaNextFunction", "variant": "declaration", "kind": 2097152, @@ -3832,14 +3832,14 @@ } }, { - "id": 13858, + "id": 13925, "name": "MedusaRequestHandler", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13864, + "id": 13931, "name": "Body", "variant": "typeParam", "kind": 131072, @@ -3850,7 +3850,7 @@ } }, { - "id": 13865, + "id": 13932, "name": "Res", "variant": "typeParam", "kind": 131072, @@ -3864,32 +3864,32 @@ "type": { "type": "reflection", "declaration": { - "id": 13859, + "id": 13926, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13860, + "id": 13927, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13861, + "id": 13928, "name": "req", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 13773, + "target": 13840, "typeArguments": [ { "type": "reference", - "target": 13864, + "target": 13931, "name": "Body", "package": "@medusajs/medusa", "refersToTypeParameter": true @@ -3900,18 +3900,18 @@ } }, { - "id": 13862, + "id": 13929, "name": "res", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 13855, + "target": 13922, "typeArguments": [ { "type": "reference", - "target": 13865, + "target": 13932, "name": "Res", "package": "@medusajs/medusa", "refersToTypeParameter": true @@ -3922,14 +3922,14 @@ } }, { - "id": 13863, + "id": 13930, "name": "next", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 13857, + "target": 13924, "name": "MedusaNextFunction", "package": "@medusajs/medusa" } @@ -3965,14 +3965,14 @@ } }, { - "id": 13909, + "id": 13976, "name": "SubscriberContext", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13910, + "id": 13977, "name": "subscriberId", "variant": "declaration", "kind": 1024, @@ -3989,7 +3989,7 @@ { "title": "Properties", "children": [ - 13910 + 13977 ] } ], @@ -4016,7 +4016,7 @@ ] }, { - "id": 13866, + "id": 13933, "name": "SubscriberConfig", "variant": "declaration", "kind": 2097152, @@ -4024,14 +4024,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13867, + "id": 13934, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13868, + "id": 13935, "name": "event", "variant": "declaration", "kind": 1024, @@ -4054,7 +4054,7 @@ } }, { - "id": 13869, + "id": 13936, "name": "context", "variant": "declaration", "kind": 1024, @@ -4063,7 +4063,7 @@ }, "type": { "type": "reference", - "target": 13909, + "target": 13976, "name": "SubscriberContext", "package": "@medusajs/medusa" } @@ -4073,8 +4073,8 @@ { "title": "Properties", "children": [ - 13868, - 13869 + 13935, + 13936 ] } ] @@ -4082,14 +4082,14 @@ } }, { - "id": 13870, + "id": 13937, "name": "SubscriberArgs", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13875, + "id": 13942, "name": "T", "variant": "typeParam", "kind": 131072, @@ -4103,25 +4103,25 @@ "type": { "type": "reflection", "declaration": { - "id": 13871, + "id": 13938, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13872, + "id": 13939, "name": "event", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13911, + "target": 13978, "typeArguments": [ { "type": "reference", - "target": 13875, + "target": 13942, "name": "T", "package": "@medusajs/medusa", "refersToTypeParameter": true @@ -4132,20 +4132,20 @@ } }, { - "id": 13873, + "id": 13940, "name": "container", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13876, + "target": 13943, "name": "MedusaContainer", "package": "@medusajs/types" } }, { - "id": 13874, + "id": 13941, "name": "pluginOptions", "variant": "declaration", "kind": 1024, @@ -4175,9 +4175,9 @@ { "title": "Properties", "children": [ - 13872, - 13873, - 13874 + 13939, + 13940, + 13941 ] } ] @@ -4189,945 +4189,945 @@ { "title": "Interfaces", "children": [ - 13897, - 13683, - 13773, - 13811, - 13816, - 13909 + 13964, + 13750, + 13840, + 13878, + 13883, + 13976 ] }, { "title": "Type Aliases", "children": [ - 13876, - 13917, - 13911, - 13903, - 13693, - 13704, - 13709, - 13710, - 13768, - 13855, - 13857, - 13858, - 13866, - 13870 + 13943, + 13984, + 13978, + 13970, + 13760, + 13771, + 13776, + 13777, + 13835, + 13922, + 13924, + 13925, + 13933, + 13937 ] } ], "packageName": "@medusajs/medusa", "symbolIdMap": { - "13682": { + "13749": { "sourceFileName": "../../../../packages/medusa/src/index.js", "qualifiedName": "" }, - "13683": { + "13750": { "sourceFileName": "../../../../packages/medusa/src/types/common.ts", "qualifiedName": "FindConfig" }, - "13684": { + "13751": { "sourceFileName": "../../../../packages/medusa/src/types/common.ts", "qualifiedName": "FindConfig.select" }, - "13685": { + "13752": { "sourceFileName": "../../../../packages/medusa/src/types/common.ts", "qualifiedName": "FindConfig.skip" }, - "13686": { + "13753": { "sourceFileName": "../../../../packages/medusa/src/types/common.ts", "qualifiedName": "FindConfig.take" }, - "13687": { + "13754": { "sourceFileName": "../../../../packages/medusa/src/types/common.ts", "qualifiedName": "FindConfig.relations" }, - "13688": { + "13755": { "sourceFileName": "../../../../packages/medusa/src/types/common.ts", "qualifiedName": "FindConfig.order" }, - "13689": { + "13756": { "sourceFileName": "../../../../packages/medusa/src/types/common.ts", "qualifiedName": "__type" }, - "13690": { + "13757": { "sourceFileName": "../../../../packages/medusa/src/types/common.ts", "qualifiedName": "__type.__index" }, - "13692": { + "13759": { "sourceFileName": "../../../../packages/medusa/src/types/common.ts", "qualifiedName": "FindConfig.Entity" }, - "13693": { + "13760": { "sourceFileName": "../../../../packages/medusa/src/types/common.ts", "qualifiedName": "QueryConfig" }, - "13694": { - "sourceFileName": "../../../../packages/medusa/src/types/common.ts", - "qualifiedName": "__type" - }, - "13695": { - "sourceFileName": "../../../../packages/medusa/src/types/common.ts", - "qualifiedName": "__type.defaults" - }, - "13696": { - "sourceFileName": "../../../../packages/medusa/src/types/common.ts", - "qualifiedName": "__type.defaultFields" - }, - "13697": { - "sourceFileName": "../../../../packages/medusa/src/types/common.ts", - "qualifiedName": "__type.defaultRelations" - }, - "13698": { - "sourceFileName": "../../../../packages/medusa/src/types/common.ts", - "qualifiedName": "__type.allowed" - }, - "13699": { - "sourceFileName": "../../../../packages/medusa/src/types/common.ts", - "qualifiedName": "__type.allowedFields" - }, - "13700": { - "sourceFileName": "../../../../packages/medusa/src/types/common.ts", - "qualifiedName": "__type.allowedRelations" - }, - "13701": { - "sourceFileName": "../../../../packages/medusa/src/types/common.ts", - "qualifiedName": "__type.defaultLimit" - }, - "13702": { - "sourceFileName": "../../../../packages/medusa/src/types/common.ts", - "qualifiedName": "__type.isList" - }, - "13703": { - "sourceFileName": "../../../../packages/medusa/src/types/common.ts", - "qualifiedName": "TEntity" - }, - "13704": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "ClassConstructor" - }, - "13705": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13706": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13707": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "args" - }, - "13708": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "T" - }, - "13709": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "MedusaContainer" - }, - "13710": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "Logger" - }, - "13711": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13712": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.panic" - }, - "13713": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13714": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13715": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "data" - }, - "13716": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.shouldLog" - }, - "13717": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13718": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13719": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "level" - }, - "13720": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.setLogLevel" - }, - "13721": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13722": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13723": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "level" - }, - "13724": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.unsetLogLevel" - }, - "13725": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13726": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13727": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.activity" - }, - "13728": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13729": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13730": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "message" - }, - "13731": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "config" - }, - "13732": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.progress" - }, - "13733": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13734": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13735": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "activityId" - }, - "13736": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "message" - }, - "13737": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.error" - }, - "13738": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13739": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13740": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "messageOrError" - }, - "13741": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "error" - }, - "13742": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.failure" - }, - "13743": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13744": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13745": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "activityId" - }, - "13746": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "message" - }, - "13747": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.success" - }, - "13748": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13749": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13750": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "activityId" - }, - "13751": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "message" - }, - "13752": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.debug" - }, - "13753": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13754": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13755": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "message" - }, - "13756": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.info" - }, - "13757": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13758": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" - }, - "13759": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "message" - }, - "13760": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.warn" - }, "13761": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "sourceFileName": "../../../../packages/medusa/src/types/common.ts", "qualifiedName": "__type" }, "13762": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/common.ts", + "qualifiedName": "__type.defaults" }, "13763": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "message" + "sourceFileName": "../../../../packages/medusa/src/types/common.ts", + "qualifiedName": "__type.defaultFields" }, "13764": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.log" + "sourceFileName": "../../../../packages/medusa/src/types/common.ts", + "qualifiedName": "__type.defaultRelations" }, "13765": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/common.ts", + "qualifiedName": "__type.allowed" }, "13766": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/common.ts", + "qualifiedName": "__type.allowedFields" }, "13767": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "args" + "sourceFileName": "../../../../packages/medusa/src/types/common.ts", + "qualifiedName": "__type.allowedRelations" }, "13768": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "Constructor" + "sourceFileName": "../../../../packages/medusa/src/types/common.ts", + "qualifiedName": "__type.defaultLimit" }, "13769": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/common.ts", + "qualifiedName": "__type.isList" }, "13770": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/common.ts", + "qualifiedName": "TEntity" }, "13771": { "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "args" + "qualifiedName": "ClassConstructor" }, "13772": { "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "T" + "qualifiedName": "__type" }, "13773": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13774": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.validatedBody" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "args" }, "13775": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.validatedQuery" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "T" }, "13776": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.allowedProperties" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "MedusaContainer" }, "13777": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.listConfig" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "Logger" }, "13778": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.retrieveConfig" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13779": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.remoteQueryConfig" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.panic" }, "13780": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", "qualifiedName": "__type" }, "13781": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.fields" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13782": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.pagination" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "data" }, "13783": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.shouldLog" }, "13784": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.order" - }, - "13785": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.skip" - }, - "13786": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.take" - }, - "13787": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.filterableFields" - }, - "13788": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.includes" - }, - "13789": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.allowedFields" - }, - "13790": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.allowed" - }, - "13791": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.errors" - }, - "13792": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.scope" - }, - "13793": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.session" - }, - "13794": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.rawBody" - }, - "13795": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.requestId" - }, - "13796": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.pricingContext" - }, - "13797": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.context" - }, - "13798": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.extendedValidators" - }, - "13799": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", "qualifiedName": "__type" }, + "13785": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" + }, + "13786": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "level" + }, + "13787": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.setLogLevel" + }, + "13788": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" + }, + "13789": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" + }, + "13790": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "level" + }, + "13791": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.unsetLogLevel" + }, + "13792": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" + }, + "13793": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" + }, + "13794": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.activity" + }, + "13795": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" + }, + "13796": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" + }, + "13797": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "message" + }, + "13798": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "config" + }, + "13799": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.progress" + }, "13800": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.body" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13801": { - "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", "qualifiedName": "__type" }, "13802": { - "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "activityId" }, "13803": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.queryParams" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "message" }, "13804": { - "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.error" }, "13805": { - "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", "qualifiedName": "__type" }, "13806": { "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__global.Express.Request.user" + "qualifiedName": "__type" }, "13807": { "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type" + "qualifiedName": "messageOrError" }, "13808": { "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.customer_id" + "qualifiedName": "error" }, "13809": { "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.userId" + "qualifiedName": "__type.failure" }, "13810": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.Body" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13811": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "AuthContext" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13812": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "AuthContext.actor_id" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "activityId" }, "13813": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "AuthContext.actor_type" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "message" }, "13814": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "AuthContext.auth_identity_id" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.success" }, "13815": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "AuthContext.app_metadata" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13816": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "AuthenticatedMedusaRequest" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13817": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "AuthenticatedMedusaRequest.auth_context" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "activityId" }, "13818": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.validatedBody" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "message" }, "13819": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.validatedQuery" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.debug" }, "13820": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.allowedProperties" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13821": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.listConfig" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13822": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.retrieveConfig" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "message" }, "13823": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.remoteQueryConfig" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.info" }, "13824": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", "qualifiedName": "__type" }, "13825": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.fields" - }, - "13826": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.pagination" - }, - "13827": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", "qualifiedName": "__type" }, + "13826": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "message" + }, + "13827": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.warn" + }, "13828": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.order" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13829": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.skip" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13830": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.take" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "message" }, "13831": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.filterableFields" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.log" }, "13832": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.includes" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13833": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.allowedFields" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13834": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.allowed" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "args" }, "13835": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.errors" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "Constructor" }, "13836": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.scope" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13837": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.session" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13838": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.rawBody" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "args" }, "13839": { - "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.requestId" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "T" }, "13840": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.pricingContext" + "qualifiedName": "MedusaRequest" }, "13841": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.context" + "qualifiedName": "MedusaRequest.validatedBody" }, "13842": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequest.extendedValidators" + "qualifiedName": "MedusaRequest.validatedQuery" }, "13843": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type" + "qualifiedName": "MedusaRequest.allowedProperties" }, "13844": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.body" + "qualifiedName": "MedusaRequest.listConfig" }, "13845": { - "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.retrieveConfig" }, "13846": { - "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.remoteQueryConfig" }, "13847": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type.queryParams" + "qualifiedName": "__type" }, "13848": { - "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.fields" }, "13849": { - "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.pagination" }, "13850": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__global.Express.Request.user" - }, - "13851": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", "qualifiedName": "__type" }, + "13851": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.order" + }, "13852": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.customer_id" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.skip" }, "13853": { - "sourceFileName": "../../../../packages/medusa/src/types/global.ts", - "qualifiedName": "__type.userId" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.take" }, "13854": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "AuthenticatedMedusaRequest.Body" + "qualifiedName": "MedusaRequest.filterableFields" }, "13855": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaResponse" + "qualifiedName": "MedusaRequest.includes" }, "13856": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "Body" + "qualifiedName": "MedusaRequest.allowedFields" }, "13857": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaNextFunction" + "qualifiedName": "MedusaRequest.allowed" }, "13858": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "MedusaRequestHandler" + "qualifiedName": "MedusaRequest.errors" }, "13859": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type" + "qualifiedName": "MedusaRequest.scope" }, "13860": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "__type" + "qualifiedName": "MedusaRequest.session" }, "13861": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "req" + "qualifiedName": "MedusaRequest.rawBody" }, "13862": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "res" + "qualifiedName": "MedusaRequest.requestId" }, "13863": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "next" + "qualifiedName": "MedusaRequest.pricingContext" }, "13864": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "Body" + "qualifiedName": "MedusaRequest.context" }, "13865": { "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", - "qualifiedName": "Res" + "qualifiedName": "MedusaRequest.extendedValidators" }, "13866": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", - "qualifiedName": "SubscriberConfig" - }, - "13867": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", "qualifiedName": "__type" }, + "13867": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.body" + }, "13868": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", - "qualifiedName": "__type.event" + "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", + "qualifiedName": "__type" }, "13869": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", - "qualifiedName": "__type.context" + "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", + "qualifiedName": "__type" }, "13870": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", - "qualifiedName": "SubscriberArgs" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.queryParams" }, "13871": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", "qualifiedName": "__type" }, "13872": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", - "qualifiedName": "__type.event" + "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", + "qualifiedName": "__type" }, "13873": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", - "qualifiedName": "__type.container" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__global.Express.Request.user" }, "13874": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", - "qualifiedName": "__type.pluginOptions" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type" }, "13875": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", - "qualifiedName": "T" - }, - "13876": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "MedusaContainer" - }, - "13877": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "__type" - }, - "13878": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "__type.resolve" - }, - "13879": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "__type.resolve" - }, - "13880": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "K" - }, - "13881": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "key" - }, - "13882": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "resolveOptions" - }, - "13883": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "__type.resolve" - }, - "13884": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "T" - }, - "13885": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "key" - }, - "13886": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "resolveOptions" - }, - "13896": { - "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", - "qualifiedName": "Cradle" - }, - "13897": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "RequestQueryFields" - }, - "13898": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type.expand" - }, - "13899": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type.fields" - }, - "13900": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type.offset" - }, - "13901": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type.limit" - }, - "13902": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type.order" - }, - "13903": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", - "qualifiedName": "MedusaPricingContext" - }, - "13904": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", - "qualifiedName": "__type" - }, - "13905": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", - "qualifiedName": "__type.region_id" - }, - "13906": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", - "qualifiedName": "__type.currency_code" - }, - "13907": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", "qualifiedName": "__type.customer_id" }, + "13876": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.userId" + }, + "13877": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.Body" + }, + "13878": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "AuthContext" + }, + "13879": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "AuthContext.actor_id" + }, + "13880": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "AuthContext.actor_type" + }, + "13881": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "AuthContext.auth_identity_id" + }, + "13882": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "AuthContext.app_metadata" + }, + "13883": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "AuthenticatedMedusaRequest" + }, + "13884": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "AuthenticatedMedusaRequest.auth_context" + }, + "13885": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.validatedBody" + }, + "13886": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.validatedQuery" + }, + "13887": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.allowedProperties" + }, + "13888": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.listConfig" + }, + "13889": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.retrieveConfig" + }, + "13890": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.remoteQueryConfig" + }, + "13891": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type" + }, + "13892": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.fields" + }, + "13893": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.pagination" + }, + "13894": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type" + }, + "13895": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.order" + }, + "13896": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.skip" + }, + "13897": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.take" + }, + "13898": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.filterableFields" + }, + "13899": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.includes" + }, + "13900": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.allowedFields" + }, + "13901": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.allowed" + }, + "13902": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.errors" + }, + "13903": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.scope" + }, + "13904": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.session" + }, + "13905": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.rawBody" + }, + "13906": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.requestId" + }, + "13907": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.pricingContext" + }, "13908": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", - "qualifiedName": "__type.customer_group_id" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.context" }, "13909": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", - "qualifiedName": "SubscriberContext" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequest.extendedValidators" }, "13910": { - "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", - "qualifiedName": "SubscriberContext.subscriberId" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type" }, "13911": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.body" }, "13912": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", "qualifiedName": "__type" }, "13913": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", + "qualifiedName": "__type" }, "13914": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type.queryParams" }, "13915": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", + "qualifiedName": "__type" }, "13916": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../node_modules/zod/lib/helpers/util.d.ts", + "qualifiedName": "__type" }, "13917": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "EventMetadata" + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__global.Express.Request.user" }, "13918": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", "qualifiedName": "__type" }, "13919": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.customer_id" + }, + "13920": { + "sourceFileName": "../../../../packages/medusa/src/types/global.ts", + "qualifiedName": "__type.userId" + }, + "13921": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "AuthenticatedMedusaRequest.Body" + }, + "13922": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaResponse" + }, + "13923": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "Body" + }, + "13924": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaNextFunction" + }, + "13925": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "MedusaRequestHandler" + }, + "13926": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type" + }, + "13927": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "__type" + }, + "13928": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "req" + }, + "13929": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "res" + }, + "13930": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "next" + }, + "13931": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "Body" + }, + "13932": { + "sourceFileName": "../../../../packages/medusa/src/types/routing.ts", + "qualifiedName": "Res" + }, + "13933": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "SubscriberConfig" + }, + "13934": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "__type" + }, + "13935": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "__type.event" + }, + "13936": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "__type.context" + }, + "13937": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "SubscriberArgs" + }, + "13938": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "__type" + }, + "13939": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "__type.event" + }, + "13940": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "__type.container" + }, + "13941": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "__type.pluginOptions" + }, + "13942": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "T" + }, + "13943": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "MedusaContainer" + }, + "13944": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "__type" + }, + "13945": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "__type.resolve" + }, + "13946": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "__type.resolve" + }, + "13947": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "K" + }, + "13948": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "key" + }, + "13949": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "resolveOptions" + }, + "13950": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "__type.resolve" + }, + "13951": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "T" + }, + "13952": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "key" + }, + "13953": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "resolveOptions" + }, + "13963": { + "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", + "qualifiedName": "Cradle" + }, + "13964": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "RequestQueryFields" + }, + "13965": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "__type.expand" + }, + "13966": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "__type.fields" + }, + "13967": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "__type.offset" + }, + "13968": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "__type.limit" + }, + "13969": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "__type.order" + }, + "13970": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", + "qualifiedName": "MedusaPricingContext" + }, + "13971": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", + "qualifiedName": "__type" + }, + "13972": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", + "qualifiedName": "__type.region_id" + }, + "13973": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", + "qualifiedName": "__type.currency_code" + }, + "13974": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", + "qualifiedName": "__type.customer_id" + }, + "13975": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/pricing-context.ts", + "qualifiedName": "__type.customer_group_id" + }, + "13976": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "SubscriberContext" + }, + "13977": { + "sourceFileName": "../../../../packages/medusa/src/types/subscribers.ts", + "qualifiedName": "SubscriberContext.subscriberId" + }, + "13978": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" + }, + "13979": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "13980": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" + }, + "13981": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" + }, + "13982": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "13983": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "13984": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "EventMetadata" + }, + "13985": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "13986": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.eventGroupId" } @@ -5137,7 +5137,7 @@ "1": "../../../../packages/medusa/src/index.js" }, "reflections": { - "1": 13682 + "1": 13749 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/0-types.json b/www/utils/generated/typedoc-json-output/0-types.json index 6413672fc3..3d0603af07 100644 --- a/www/utils/generated/typedoc-json-output/0-types.json +++ b/www/utils/generated/typedoc-json-output/0-types.json @@ -1,12 +1,12 @@ { - "id": 13937, + "id": 14004, "name": "types", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 13938, + "id": 14005, "name": "AddressDTO", "variant": "declaration", "kind": 2097152, @@ -14,14 +14,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13939, + "id": 14006, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13940, + "id": 14007, "name": "id", "variant": "declaration", "kind": 1024, @@ -34,7 +34,7 @@ } }, { - "id": 13941, + "id": 14008, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -45,7 +45,7 @@ } }, { - "id": 13942, + "id": 14009, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -67,7 +67,7 @@ } }, { - "id": 13943, + "id": 14010, "name": "company", "variant": "declaration", "kind": 1024, @@ -89,7 +89,7 @@ } }, { - "id": 13944, + "id": 14011, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 13945, + "id": 14012, "name": "city", "variant": "declaration", "kind": 1024, @@ -122,7 +122,7 @@ } }, { - "id": 13946, + "id": 14013, "name": "phone", "variant": "declaration", "kind": 1024, @@ -144,7 +144,7 @@ } }, { - "id": 13947, + "id": 14014, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -166,7 +166,7 @@ } }, { - "id": 13948, + "id": 14015, "name": "province", "variant": "declaration", "kind": 1024, @@ -188,7 +188,7 @@ } }, { - "id": 13949, + "id": 14016, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -225,7 +225,7 @@ } }, { - "id": 13950, + "id": 14017, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -252,7 +252,7 @@ } }, { - "id": 13951, + "id": 14018, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -279,7 +279,7 @@ } }, { - "id": 13952, + "id": 14019, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -314,19 +314,19 @@ { "title": "Properties", "children": [ - 13940, - 13941, - 13942, - 13943, - 13944, - 13945, - 13946, - 13947, - 13948, - 13949, - 13950, - 13951, - 13952 + 14007, + 14008, + 14009, + 14010, + 14011, + 14012, + 14013, + 14014, + 14015, + 14016, + 14017, + 14018, + 14019 ] } ] @@ -334,7 +334,7 @@ } }, { - "id": 13953, + "id": 14020, "name": "DetailWidgetProps", "variant": "declaration", "kind": 256, @@ -360,14 +360,14 @@ }, "children": [ { - "id": 13954, + "id": 14021, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13955, + "target": 14022, "name": "TData", "package": "@medusajs/types", "qualifiedName": "DetailWidgetProps.TData", @@ -379,13 +379,13 @@ { "title": "Properties", "children": [ - 13954 + 14021 ] } ], "typeParameters": [ { - "id": 13955, + "id": 14022, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -394,42 +394,42 @@ ] }, { - "id": 13956, + "id": 14023, "name": "AdminTypes", "variant": "declaration", "kind": 4, "flags": {} }, { - "id": 13957, + "id": 14024, "name": "CacheTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 13958, + "id": 14025, "name": "ICacheService", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13959, + "id": 14026, "name": "get", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13960, + "id": 14027, "name": "get", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 13961, + "id": 14028, "name": "T", "variant": "typeParam", "kind": 131072, @@ -438,7 +438,7 @@ ], "parameters": [ { - "id": 13962, + "id": 14029, "name": "key", "variant": "param", "kind": 32768, @@ -465,7 +465,7 @@ }, { "type": "reference", - "target": 13961, + "target": 14028, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -480,21 +480,21 @@ ] }, { - "id": 13963, + "id": 14030, "name": "set", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13964, + "id": 14031, "name": "set", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13965, + "id": 14032, "name": "key", "variant": "param", "kind": 32768, @@ -505,7 +505,7 @@ } }, { - "id": 13966, + "id": 14033, "name": "data", "variant": "param", "kind": 32768, @@ -516,7 +516,7 @@ } }, { - "id": 13967, + "id": 14034, "name": "ttl", "variant": "param", "kind": 32768, @@ -548,21 +548,21 @@ ] }, { - "id": 13968, + "id": 14035, "name": "invalidate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13969, + "id": 14036, "name": "invalidate", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13970, + "id": 14037, "name": "key", "variant": "param", "kind": 32768, @@ -596,9 +596,9 @@ { "title": "Methods", "children": [ - 13959, - 13963, - 13968 + 14026, + 14030, + 14035 ] } ] @@ -608,20 +608,20 @@ { "title": "Interfaces", "children": [ - 13958 + 14025 ] } ] }, { - "id": 17252, + "id": 17319, "name": "IsStringLiteral", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17253, + "id": 17320, "name": "Type", "variant": "typeParam", "kind": 131072, @@ -632,7 +632,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17253, + "target": 17320, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -649,7 +649,7 @@ }, "extendsType": { "type": "reference", - "target": 17253, + "target": 17320, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -670,21 +670,21 @@ } }, { - "id": 17524, + "id": 17591, "name": "WordInCamelCase", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17525, + "id": 17592, "name": "Type", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 17526, + "id": 17593, "name": "Word", "variant": "typeParam", "kind": 131072, @@ -703,7 +703,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17525, + "target": 17592, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -715,7 +715,7 @@ [ { "type": "reference", - "target": 17526, + "target": 17593, "name": "Word", "package": "@medusajs/types", "refersToTypeParameter": true @@ -773,18 +773,18 @@ }, "trueType": { "type": "reference", - "target": 17526, + "target": 17593, "name": "Word", "package": "@medusajs/types", "refersToTypeParameter": true }, "falseType": { "type": "reference", - "target": 17524, + "target": 17591, "typeArguments": [ { "type": "reference", - "target": 17525, + "target": 17592, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -796,7 +796,7 @@ [ { "type": "reference", - "target": 17526, + "target": 17593, "name": "Word", "package": "@medusajs/types", "refersToTypeParameter": true @@ -825,7 +825,7 @@ }, "falseType": { "type": "reference", - "target": 17526, + "target": 17593, "name": "Word", "package": "@medusajs/types", "refersToTypeParameter": true @@ -833,7 +833,7 @@ } }, { - "id": 17523, + "id": 17590, "name": "Separator", "variant": "declaration", "kind": 2097152, @@ -853,14 +853,14 @@ } }, { - "id": 17453, + "id": 17520, "name": "IncludesSeparator", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17454, + "id": 17521, "name": "Type", "variant": "typeParam", "kind": 131072, @@ -871,7 +871,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17454, + "target": 17521, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -890,7 +890,7 @@ [ { "type": "reference", - "target": 17523, + "target": 17590, "name": "Separator", "package": "@medusajs/types" }, @@ -916,14 +916,14 @@ } }, { - "id": 17458, + "id": 17525, "name": "IsOneWord", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17459, + "id": 17526, "name": "Type", "variant": "typeParam", "kind": 131072, @@ -934,7 +934,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17459, + "target": 17526, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -951,7 +951,7 @@ "types": [ { "type": "reference", - "target": 17459, + "target": 17526, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -974,7 +974,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17459, + "target": 17526, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -991,7 +991,7 @@ "types": [ { "type": "reference", - "target": 17459, + "target": 17526, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1018,14 +1018,14 @@ } }, { - "id": 17460, + "id": 17527, "name": "IsCamelCase", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17461, + "id": 17528, "name": "Type", "variant": "typeParam", "kind": 131072, @@ -1036,7 +1036,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17461, + "target": 17528, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1053,7 +1053,7 @@ "types": [ { "type": "reference", - "target": 17461, + "target": 17528, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1079,14 +1079,14 @@ } }, { - "id": 17465, + "id": 17532, "name": "IsPascalCase", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17466, + "id": 17533, "name": "Type", "variant": "typeParam", "kind": 131072, @@ -1097,7 +1097,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17466, + "target": 17533, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1114,7 +1114,7 @@ "types": [ { "type": "reference", - "target": 17466, + "target": 17533, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1140,7 +1140,7 @@ } }, { - "id": 17455, + "id": 17522, "name": "SeparatorCaseParser", "variant": "declaration", "kind": 2097152, @@ -1155,14 +1155,14 @@ }, "typeParameters": [ { - "id": 17456, + "id": 17523, "name": "Type", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 17457, + "id": 17524, "name": "Tuple", "variant": "typeParam", "kind": 131072, @@ -1187,7 +1187,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17456, + "target": 17523, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1206,7 +1206,7 @@ [ { "type": "reference", - "target": 17523, + "target": 17590, "name": "Separator", "package": "@medusajs/types" }, @@ -1223,7 +1223,7 @@ }, "trueType": { "type": "reference", - "target": 17455, + "target": 17522, "typeArguments": [ { "type": "reference", @@ -1242,7 +1242,7 @@ "type": "rest", "elementType": { "type": "reference", - "target": 17457, + "target": 17524, "name": "Tuple", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1279,7 +1279,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17456, + "target": 17523, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1304,7 +1304,7 @@ "type": "rest", "elementType": { "type": "reference", - "target": 17457, + "target": 17524, "name": "Tuple", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1335,7 +1335,7 @@ }, "falseType": { "type": "reference", - "target": 17457, + "target": 17524, "name": "Tuple", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1344,21 +1344,21 @@ } }, { - "id": 17462, + "id": 17529, "name": "CamelCaseParser", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17463, + "id": 17530, "name": "Type", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 17464, + "id": 17531, "name": "Tuple", "variant": "typeParam", "kind": 131072, @@ -1383,7 +1383,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17463, + "target": 17530, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1394,7 +1394,7 @@ }, "trueType": { "type": "reference", - "target": 17464, + "target": 17531, "name": "Tuple", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1403,7 +1403,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17463, + "target": 17530, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1415,11 +1415,11 @@ [ { "type": "reference", - "target": 17524, + "target": 17591, "typeArguments": [ { "type": "reference", - "target": 17463, + "target": 17530, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1443,7 +1443,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17463, + "target": 17530, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1476,7 +1476,7 @@ }, "trueType": { "type": "reference", - "target": 17462, + "target": 17529, "typeArguments": [ { "type": "reference", @@ -1506,7 +1506,7 @@ "type": "rest", "elementType": { "type": "reference", - "target": 17464, + "target": 17531, "name": "Tuple", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1552,14 +1552,14 @@ } }, { - "id": 17467, + "id": 17534, "name": "PascalCaseParser", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17468, + "id": 17535, "name": "Type", "variant": "typeParam", "kind": 131072, @@ -1570,7 +1570,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17468, + "target": 17535, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1581,7 +1581,7 @@ }, "trueType": { "type": "reference", - "target": 17462, + "target": 17529, "typeArguments": [ { "type": "reference", @@ -1592,7 +1592,7 @@ "typeArguments": [ { "type": "reference", - "target": 17468, + "target": 17535, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1612,14 +1612,14 @@ } }, { - "id": 17259, + "id": 17326, "name": "SplitAnyCase", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17260, + "id": 17327, "name": "Type", "variant": "typeParam", "kind": 131072, @@ -1630,11 +1630,11 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17453, + "target": 17520, "typeArguments": [ { "type": "reference", - "target": 17260, + "target": 17327, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1649,11 +1649,11 @@ }, "trueType": { "type": "reference", - "target": 17455, + "target": 17522, "typeArguments": [ { "type": "reference", - "target": 17260, + "target": 17327, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1666,11 +1666,11 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17458, + "target": 17525, "typeArguments": [ { "type": "reference", - "target": 17260, + "target": 17327, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1698,7 +1698,7 @@ "types": [ { "type": "reference", - "target": 17260, + "target": 17327, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1719,11 +1719,11 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17460, + "target": 17527, "typeArguments": [ { "type": "reference", - "target": 17260, + "target": 17327, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1738,11 +1738,11 @@ }, "trueType": { "type": "reference", - "target": 17462, + "target": 17529, "typeArguments": [ { "type": "reference", - "target": 17260, + "target": 17327, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1755,11 +1755,11 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17465, + "target": 17532, "typeArguments": [ { "type": "reference", - "target": 17260, + "target": 17327, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1774,11 +1774,11 @@ }, "trueType": { "type": "reference", - "target": 17467, + "target": 17534, "typeArguments": [ { "type": "reference", - "target": 17260, + "target": 17327, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1796,21 +1796,21 @@ } }, { - "id": 17450, + "id": 17517, "name": "PascalCapitalizer", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17451, + "id": 17518, "name": "Type", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 17452, + "id": 17519, "name": "Tuple", "variant": "typeParam", "kind": 131072, @@ -1835,7 +1835,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17451, + "target": 17518, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1874,7 +1874,7 @@ }, "trueType": { "type": "reference", - "target": 17450, + "target": 17517, "typeArguments": [ { "type": "reference", @@ -1893,7 +1893,7 @@ "type": "rest", "elementType": { "type": "reference", - "target": 17452, + "target": 17519, "name": "Tuple", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1928,7 +1928,7 @@ }, "falseType": { "type": "reference", - "target": 17450, + "target": 17517, "typeArguments": [ { "type": "reference", @@ -1942,7 +1942,7 @@ }, { "type": "reference", - "target": 17452, + "target": 17519, "name": "Tuple", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1954,7 +1954,7 @@ }, "falseType": { "type": "reference", - "target": 17452, + "target": 17519, "name": "Tuple", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1962,14 +1962,14 @@ } }, { - "id": 17257, + "id": 17324, "name": "CamelCapitalizer", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17258, + "id": 17325, "name": "Type", "variant": "typeParam", "kind": 131072, @@ -1980,7 +1980,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17258, + "target": 17325, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2003,7 +2003,7 @@ }, "trueType": { "type": "reference", - "target": 17450, + "target": 17517, "typeArguments": [ { "type": "reference", @@ -2040,21 +2040,21 @@ } }, { - "id": 17254, + "id": 17321, "name": "Join", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17255, + "id": 17322, "name": "Type", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 17256, + "id": 17323, "name": "JoinedString", "variant": "typeParam", "kind": 131072, @@ -2073,7 +2073,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17255, + "target": 17322, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2112,7 +2112,7 @@ }, "trueType": { "type": "reference", - "target": 17254, + "target": 17321, "typeArguments": [ { "type": "reference", @@ -2131,7 +2131,7 @@ [ { "type": "reference", - "target": 17256, + "target": 17323, "name": "JoinedString", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2159,7 +2159,7 @@ }, "falseType": { "type": "reference", - "target": 17254, + "target": 17321, "typeArguments": [ { "type": "reference", @@ -2178,7 +2178,7 @@ }, "falseType": { "type": "reference", - "target": 17256, + "target": 17323, "name": "JoinedString", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2186,7 +2186,7 @@ } }, { - "id": 17245, + "id": 17312, "name": "SessionOptions", "variant": "declaration", "kind": 256, @@ -2209,7 +2209,7 @@ }, "children": [ { - "id": 17246, + "id": 17313, "name": "name", "variant": "declaration", "kind": 1024, @@ -2238,7 +2238,7 @@ } }, { - "id": 17247, + "id": 17314, "name": "resave", "variant": "declaration", "kind": 1024, @@ -2267,7 +2267,7 @@ } }, { - "id": 17248, + "id": 17315, "name": "rolling", "variant": "declaration", "kind": 1024, @@ -2296,7 +2296,7 @@ } }, { - "id": 17249, + "id": 17316, "name": "saveUninitialized", "variant": "declaration", "kind": 1024, @@ -2325,7 +2325,7 @@ } }, { - "id": 17250, + "id": 17317, "name": "secret", "variant": "declaration", "kind": 1024, @@ -2354,7 +2354,7 @@ } }, { - "id": 17251, + "id": 17318, "name": "ttl", "variant": "declaration", "kind": 1024, @@ -2403,25 +2403,25 @@ { "title": "Properties", "children": [ - 17246, - 17247, - 17248, - 17249, - 17250, - 17251 + 17313, + 17314, + 17315, + 17316, + 17317, + 17318 ] } ] }, { - "id": 13971, + "id": 14038, "name": "CommonTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 14078, + "id": 14145, "name": "LinkMethodRequest", "variant": "declaration", "kind": 2097152, @@ -2429,14 +2429,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14079, + "id": 14146, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14080, + "id": 14147, "name": "add", "variant": "declaration", "kind": 1024, @@ -2452,7 +2452,7 @@ } }, { - "id": 14081, + "id": 14148, "name": "remove", "variant": "declaration", "kind": 1024, @@ -2472,8 +2472,8 @@ { "title": "Properties", "children": [ - 14080, - 14081 + 14147, + 14148 ] } ] @@ -2481,7 +2481,7 @@ } }, { - "id": 14082, + "id": 14149, "name": "LinkWorkflowInput", "variant": "declaration", "kind": 2097152, @@ -2489,14 +2489,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14083, + "id": 14150, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14084, + "id": 14151, "name": "id", "variant": "declaration", "kind": 1024, @@ -2507,7 +2507,7 @@ } }, { - "id": 14085, + "id": 14152, "name": "add", "variant": "declaration", "kind": 1024, @@ -2523,7 +2523,7 @@ } }, { - "id": 14086, + "id": 14153, "name": "remove", "variant": "declaration", "kind": 1024, @@ -2543,9 +2543,9 @@ { "title": "Properties", "children": [ - 14084, - 14085, - 14086 + 14151, + 14152, + 14153 ] } ] @@ -2554,34 +2554,34 @@ "extendedBy": [ { "type": "reference", - "target": 16732, + "target": 16799, "name": "BatchUpdateProductsOnCategoryWorkflowInput" } ] }, { - "id": 14087, + "id": 14154, "name": "BatchMethodRequest", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14092, + "id": 14159, "name": "TCreate", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 14093, + "id": 14160, "name": "TUpdate", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 14094, + "id": 14161, "name": "TDelete", "variant": "typeParam", "kind": 131072, @@ -2595,14 +2595,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14088, + "id": 14155, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14089, + "id": 14156, "name": "create", "variant": "declaration", "kind": 1024, @@ -2613,7 +2613,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14092, + "target": 14159, "name": "TCreate", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2621,7 +2621,7 @@ } }, { - "id": 14090, + "id": 14157, "name": "update", "variant": "declaration", "kind": 1024, @@ -2632,7 +2632,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14093, + "target": 14160, "name": "TUpdate", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2640,7 +2640,7 @@ } }, { - "id": 14091, + "id": 14158, "name": "delete", "variant": "declaration", "kind": 1024, @@ -2651,7 +2651,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14094, + "target": 14161, "name": "TDelete", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2663,9 +2663,9 @@ { "title": "Properties", "children": [ - 14089, - 14090, - 14091 + 14156, + 14157, + 14158 ] } ] @@ -2673,14 +2673,14 @@ } }, { - "id": 14095, + "id": 14162, "name": "BatchMethodResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14104, + "id": 14171, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2690,14 +2690,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14096, + "id": 14163, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14097, + "id": 14164, "name": "created", "variant": "declaration", "kind": 1024, @@ -2706,7 +2706,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14104, + "target": 14171, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2714,7 +2714,7 @@ } }, { - "id": 14098, + "id": 14165, "name": "updated", "variant": "declaration", "kind": 1024, @@ -2723,7 +2723,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14104, + "target": 14171, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2731,7 +2731,7 @@ } }, { - "id": 14099, + "id": 14166, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -2739,14 +2739,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14100, + "id": 14167, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14101, + "id": 14168, "name": "ids", "variant": "declaration", "kind": 1024, @@ -2760,7 +2760,7 @@ } }, { - "id": 14102, + "id": 14169, "name": "object", "variant": "declaration", "kind": 1024, @@ -2771,7 +2771,7 @@ } }, { - "id": 14103, + "id": 14170, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -2786,9 +2786,9 @@ { "title": "Properties", "children": [ - 14101, - 14102, - 14103 + 14168, + 14169, + 14170 ] } ] @@ -2800,9 +2800,9 @@ { "title": "Properties", "children": [ - 14097, - 14098, - 14099 + 14164, + 14165, + 14166 ] } ] @@ -2810,28 +2810,28 @@ } }, { - "id": 14105, + "id": 14172, "name": "BatchWorkflowInput", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14106, + "id": 14173, "name": "TCreate", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 14107, + "id": 14174, "name": "TUpdate", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 14108, + "id": 14175, "name": "TDelete", "variant": "typeParam", "kind": 131072, @@ -2844,25 +2844,25 @@ ], "type": { "type": "reference", - "target": 14087, + "target": 14154, "typeArguments": [ { "type": "reference", - "target": 14106, + "target": 14173, "name": "TCreate", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 14107, + "target": 14174, "name": "TUpdate", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 14108, + "target": 14175, "name": "TDelete", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2873,14 +2873,14 @@ } }, { - "id": 14109, + "id": 14176, "name": "BatchWorkflowOutput", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14110, + "id": 14177, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2889,11 +2889,11 @@ ], "type": { "type": "reference", - "target": 14095, + "target": 14162, "typeArguments": [ { "type": "reference", - "target": 14110, + "target": 14177, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2904,14 +2904,14 @@ } }, { - "id": 14208, + "id": 14275, "name": "CamelCase", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14209, + "id": 14276, "name": "Type", "variant": "typeParam", "kind": 131072, @@ -2922,11 +2922,11 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17252, + "target": 17319, "typeArguments": [ { "type": "reference", - "target": 14209, + "target": 14276, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2941,19 +2941,19 @@ }, "trueType": { "type": "reference", - "target": 17254, + "target": 17321, "typeArguments": [ { "type": "reference", - "target": 17257, + "target": 17324, "typeArguments": [ { "type": "reference", - "target": 17259, + "target": 17326, "typeArguments": [ { "type": "reference", - "target": 14209, + "target": 14276, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2972,7 +2972,7 @@ }, "falseType": { "type": "reference", - "target": 14209, + "target": 14276, "name": "Type", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2980,7 +2980,7 @@ } }, { - "id": 13972, + "id": 14039, "name": "Prettify", "variant": "declaration", "kind": 2097152, @@ -2995,7 +2995,7 @@ }, "typeParameters": [ { - "id": 13974, + "id": 14041, "name": "T", "variant": "typeParam", "kind": 131072, @@ -3013,7 +3013,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 13974, + "target": 14041, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3033,7 +3033,7 @@ }, "objectType": { "type": "reference", - "target": 13974, + "target": 14041, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3043,7 +3043,7 @@ { "type": "reflection", "declaration": { - "id": 13973, + "id": 14040, "name": "__type", "variant": "declaration", "kind": 65536, @@ -3054,7 +3054,7 @@ } }, { - "id": 13975, + "id": 14042, "name": "WithRequiredProperty", "variant": "declaration", "kind": 2097152, @@ -3069,14 +3069,14 @@ }, "typeParameters": [ { - "id": 13976, + "id": 14043, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 13977, + "id": 14044, "name": "K", "variant": "typeParam", "kind": 131072, @@ -3086,7 +3086,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 13976, + "target": 14043, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3099,7 +3099,7 @@ "types": [ { "type": "reference", - "target": 13976, + "target": 14043, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3109,7 +3109,7 @@ "parameter": "Property", "parameterType": { "type": "reference", - "target": 13977, + "target": 14044, "name": "K", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3128,7 +3128,7 @@ }, "objectType": { "type": "reference", - "target": 13976, + "target": 14043, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3140,7 +3140,7 @@ } }, { - "id": 13981, + "id": 14048, "name": "BaseEntity", "variant": "declaration", "kind": 256, @@ -3155,7 +3155,7 @@ }, "children": [ { - "id": 13982, + "id": 14049, "name": "id", "variant": "declaration", "kind": 1024, @@ -3174,7 +3174,7 @@ } }, { - "id": 13983, + "id": 14050, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3198,7 +3198,7 @@ } }, { - "id": 13984, + "id": 14051, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3226,22 +3226,22 @@ { "title": "Properties", "children": [ - 13982, - 13983, - 13984 + 14049, + 14050, + 14051 ] } ], "extendedBy": [ { "type": "reference", - "target": 13985, + "target": 14052, "name": "SoftDeletableEntity" } ] }, { - "id": 13985, + "id": 14052, "name": "SoftDeletableEntity", "variant": "declaration", "kind": 256, @@ -3256,7 +3256,7 @@ }, "children": [ { - "id": 13987, + "id": 14054, "name": "id", "variant": "declaration", "kind": 1024, @@ -3277,12 +3277,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13982, + "target": 14049, "name": "BaseEntity.id" } }, { - "id": 13988, + "id": 14055, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3308,12 +3308,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13983, + "target": 14050, "name": "BaseEntity.created_at" } }, { - "id": 13989, + "id": 14056, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3339,12 +3339,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13984, + "target": 14051, "name": "BaseEntity.updated_at" } }, { - "id": 13986, + "id": 14053, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3381,24 +3381,24 @@ { "title": "Properties", "children": [ - 13987, - 13988, - 13989, - 13986 + 14054, + 14055, + 14056, + 14053 ] } ], "extendedTypes": [ { "type": "reference", - "target": 13981, + "target": 14048, "name": "BaseEntity", "package": "@medusajs/types" } ] }, { - "id": 13992, + "id": 14059, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -3421,7 +3421,7 @@ }, "children": [ { - "id": 13993, + "id": 14060, "name": "select", "variant": "declaration", "kind": 1024, @@ -3450,7 +3450,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 14004, + "target": 14071, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -3462,7 +3462,7 @@ } }, { - "id": 13994, + "id": 14061, "name": "skip", "variant": "declaration", "kind": 1024, @@ -3492,7 +3492,7 @@ } }, { - "id": 13995, + "id": 14062, "name": "take", "variant": "declaration", "kind": 1024, @@ -3522,7 +3522,7 @@ } }, { - "id": 13996, + "id": 14063, "name": "relations", "variant": "declaration", "kind": 1024, @@ -3546,7 +3546,7 @@ } }, { - "id": 13997, + "id": 14064, "name": "order", "variant": "declaration", "kind": 1024, @@ -3580,21 +3580,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13998, + "id": 14065, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 13999, + "id": 14066, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 14000, + "id": 14067, "name": "K", "variant": "param", "kind": 32768, @@ -3624,7 +3624,7 @@ } }, { - "id": 14001, + "id": 14068, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -3653,7 +3653,7 @@ } }, { - "id": 14002, + "id": 14069, "name": "filters", "variant": "declaration", "kind": 1024, @@ -3689,7 +3689,7 @@ } }, { - "id": 14003, + "id": 14070, "name": "options", "variant": "declaration", "kind": 1024, @@ -3729,20 +3729,20 @@ { "title": "Properties", "children": [ - 13993, - 13994, - 13995, - 13996, - 13997, - 14001, - 14002, - 14003 + 14060, + 14061, + 14062, + 14063, + 14064, + 14068, + 14069, + 14070 ] } ], "typeParameters": [ { - "id": 14004, + "id": 14071, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -3751,7 +3751,7 @@ ] }, { - "id": 14040, + "id": 14107, "name": "RequestQueryFields", "variant": "declaration", "kind": 256, @@ -3766,7 +3766,7 @@ }, "children": [ { - "id": 14041, + "id": 14108, "name": "expand", "variant": "declaration", "kind": 1024, @@ -3806,7 +3806,7 @@ } }, { - "id": 14042, + "id": 14109, "name": "fields", "variant": "declaration", "kind": 1024, @@ -3843,7 +3843,7 @@ } }, { - "id": 14043, + "id": 14110, "name": "offset", "variant": "declaration", "kind": 1024, @@ -3864,7 +3864,7 @@ } }, { - "id": 14044, + "id": 14111, "name": "limit", "variant": "declaration", "kind": 1024, @@ -3885,7 +3885,7 @@ } }, { - "id": 14045, + "id": 14112, "name": "order", "variant": "declaration", "kind": 1024, @@ -3918,17 +3918,17 @@ { "title": "Properties", "children": [ - 14041, - 14042, - 14043, - 14044, - 14045 + 14108, + 14109, + 14110, + 14111, + 14112 ] } ] }, { - "id": 14046, + "id": 14113, "name": "EmptyQueryParams", "variant": "declaration", "kind": 256, @@ -3943,7 +3943,7 @@ } }, { - "id": 14047, + "id": 14114, "name": "RepositoryTransformOptions", "variant": "declaration", "kind": 256, @@ -3951,13 +3951,13 @@ "extendedBy": [ { "type": "reference", - "target": 17146, + "target": 17213, "name": "ProductCategoryTransformOptions" } ] }, { - "id": 14048, + "id": 14115, "name": "DateComparisonOperator", "variant": "declaration", "kind": 256, @@ -3972,7 +3972,7 @@ }, "children": [ { - "id": 14049, + "id": 14116, "name": "lt", "variant": "declaration", "kind": 1024, @@ -3998,7 +3998,7 @@ } }, { - "id": 14050, + "id": 14117, "name": "gt", "variant": "declaration", "kind": 1024, @@ -4024,7 +4024,7 @@ } }, { - "id": 14051, + "id": 14118, "name": "gte", "variant": "declaration", "kind": 1024, @@ -4050,7 +4050,7 @@ } }, { - "id": 14052, + "id": 14119, "name": "lte", "variant": "declaration", "kind": 1024, @@ -4080,16 +4080,16 @@ { "title": "Properties", "children": [ - 14049, - 14050, - 14051, - 14052 + 14116, + 14117, + 14118, + 14119 ] } ] }, { - "id": 14053, + "id": 14120, "name": "StringComparisonOperator", "variant": "declaration", "kind": 256, @@ -4104,7 +4104,7 @@ }, "children": [ { - "id": 14054, + "id": 14121, "name": "lt", "variant": "declaration", "kind": 1024, @@ -4125,7 +4125,7 @@ } }, { - "id": 14055, + "id": 14122, "name": "gt", "variant": "declaration", "kind": 1024, @@ -4146,7 +4146,7 @@ } }, { - "id": 14056, + "id": 14123, "name": "gte", "variant": "declaration", "kind": 1024, @@ -4167,7 +4167,7 @@ } }, { - "id": 14057, + "id": 14124, "name": "lte", "variant": "declaration", "kind": 1024, @@ -4188,7 +4188,7 @@ } }, { - "id": 14058, + "id": 14125, "name": "contains", "variant": "declaration", "kind": 1024, @@ -4209,7 +4209,7 @@ } }, { - "id": 14059, + "id": 14126, "name": "starts_with", "variant": "declaration", "kind": 1024, @@ -4230,7 +4230,7 @@ } }, { - "id": 14060, + "id": 14127, "name": "ends_with", "variant": "declaration", "kind": 1024, @@ -4255,19 +4255,19 @@ { "title": "Properties", "children": [ - 14054, - 14055, - 14056, - 14057, - 14058, - 14059, - 14060 + 14121, + 14122, + 14123, + 14124, + 14125, + 14126, + 14127 ] } ] }, { - "id": 14061, + "id": 14128, "name": "NumericalComparisonOperator", "variant": "declaration", "kind": 256, @@ -4282,7 +4282,7 @@ }, "children": [ { - "id": 14062, + "id": 14129, "name": "lt", "variant": "declaration", "kind": 1024, @@ -4303,7 +4303,7 @@ } }, { - "id": 14063, + "id": 14130, "name": "gt", "variant": "declaration", "kind": 1024, @@ -4324,7 +4324,7 @@ } }, { - "id": 14064, + "id": 14131, "name": "gte", "variant": "declaration", "kind": 1024, @@ -4345,7 +4345,7 @@ } }, { - "id": 14065, + "id": 14132, "name": "lte", "variant": "declaration", "kind": 1024, @@ -4370,23 +4370,23 @@ { "title": "Properties", "children": [ - 14062, - 14063, - 14064, - 14065 + 14129, + 14130, + 14131, + 14132 ] } ] }, { - "id": 14068, + "id": 14135, "name": "SnakeCase", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14069, + "id": 14136, "name": "S", "variant": "typeParam", "kind": 131072, @@ -4401,7 +4401,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 14069, + "target": 14136, "name": "S", "package": "@medusajs/types", "refersToTypeParameter": true @@ -4497,7 +4497,7 @@ [ { "type": "reference", - "target": 14068, + "target": 14135, "typeArguments": [ { "type": "templateLiteral", @@ -4570,7 +4570,7 @@ [ { "type": "reference", - "target": 14068, + "target": 14135, "typeArguments": [ { "type": "templateLiteral", @@ -4615,7 +4615,7 @@ }, "falseType": { "type": "reference", - "target": 14069, + "target": 14136, "name": "S", "package": "@medusajs/types", "refersToTypeParameter": true @@ -4623,14 +4623,14 @@ } }, { - "id": 14070, + "id": 14137, "name": "KebabCase", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14071, + "id": 14138, "name": "S", "variant": "typeParam", "kind": 131072, @@ -4645,7 +4645,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 14071, + "target": 14138, "name": "S", "package": "@medusajs/types", "refersToTypeParameter": true @@ -4741,7 +4741,7 @@ [ { "type": "reference", - "target": 14070, + "target": 14137, "typeArguments": [ { "type": "templateLiteral", @@ -4814,7 +4814,7 @@ [ { "type": "reference", - "target": 14070, + "target": 14137, "typeArguments": [ { "type": "templateLiteral", @@ -4859,7 +4859,7 @@ }, "falseType": { "type": "reference", - "target": 14071, + "target": 14138, "name": "S", "package": "@medusajs/types", "refersToTypeParameter": true @@ -4867,7 +4867,7 @@ } }, { - "id": 14072, + "id": 14139, "name": "MetadataType", "variant": "declaration", "kind": 2097152, @@ -4902,7 +4902,7 @@ } }, { - "id": 14073, + "id": 14140, "name": "RawRounding", "variant": "declaration", "kind": 2097152, @@ -4910,14 +4910,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14074, + "id": 14141, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14075, + "id": 14142, "name": "value", "variant": "declaration", "kind": 1024, @@ -4928,7 +4928,7 @@ } }, { - "id": 14076, + "id": 14143, "name": "precision", "variant": "declaration", "kind": 1024, @@ -4943,8 +4943,8 @@ { "title": "Properties", "children": [ - 14075, - 14076 + 14142, + 14143 ] } ] @@ -4952,7 +4952,7 @@ } }, { - "id": 14111, + "id": 14178, "name": "AdminOptions", "variant": "declaration", "kind": 256, @@ -4967,7 +4967,7 @@ }, "children": [ { - "id": 14112, + "id": 14179, "name": "disable", "variant": "declaration", "kind": 1024, @@ -5004,7 +5004,7 @@ } }, { - "id": 14113, + "id": 14180, "name": "path", "variant": "declaration", "kind": 1024, @@ -5070,7 +5070,7 @@ } }, { - "id": 14114, + "id": 14181, "name": "outDir", "variant": "declaration", "kind": 1024, @@ -5099,7 +5099,7 @@ } }, { - "id": 14115, + "id": 14182, "name": "backendUrl", "variant": "declaration", "kind": 1024, @@ -5120,7 +5120,7 @@ } }, { - "id": 14116, + "id": 14183, "name": "vite", "variant": "declaration", "kind": 1024, @@ -5146,21 +5146,21 @@ "type": { "type": "reflection", "declaration": { - "id": 14117, + "id": 14184, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 14118, + "id": 14185, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14119, + "id": 14186, "name": "config", "variant": "param", "kind": 32768, @@ -5195,17 +5195,17 @@ { "title": "Properties", "children": [ - 14112, - 14113, - 14114, - 14115, - 14116 + 14179, + 14180, + 14181, + 14182, + 14183 ] } ] }, { - "id": 14120, + "id": 14187, "name": "HttpCompressionOptions", "variant": "declaration", "kind": 256, @@ -5220,7 +5220,7 @@ }, "children": [ { - "id": 14121, + "id": 14188, "name": "enabled", "variant": "declaration", "kind": 1024, @@ -5249,7 +5249,7 @@ } }, { - "id": 14122, + "id": 14189, "name": "level", "variant": "declaration", "kind": 1024, @@ -5278,7 +5278,7 @@ } }, { - "id": 14123, + "id": 14190, "name": "memLevel", "variant": "declaration", "kind": 1024, @@ -5307,7 +5307,7 @@ } }, { - "id": 14124, + "id": 14191, "name": "threshold", "variant": "declaration", "kind": 1024, @@ -5349,16 +5349,16 @@ { "title": "Properties", "children": [ - 14121, - 14122, - 14123, - 14124 + 14188, + 14189, + 14190, + 14191 ] } ] }, { - "id": 14125, + "id": 14192, "name": "ProjectConfigOptions", "variant": "declaration", "kind": 256, @@ -5373,7 +5373,7 @@ }, "children": [ { - "id": 14126, + "id": 14193, "name": "databaseName", "variant": "declaration", "kind": 1024, @@ -5413,7 +5413,7 @@ } }, { - "id": 14127, + "id": 14194, "name": "databaseUrl", "variant": "declaration", "kind": 1024, @@ -5553,7 +5553,7 @@ } }, { - "id": 14128, + "id": 14195, "name": "databaseSchema", "variant": "declaration", "kind": 1024, @@ -5586,7 +5586,7 @@ } }, { - "id": 14129, + "id": 14196, "name": "databaseLogging", "variant": "declaration", "kind": 1024, @@ -5695,7 +5695,7 @@ } }, { - "id": 14131, + "id": 14198, "name": "databaseDriverOptions", "variant": "declaration", "kind": 1024, @@ -5738,7 +5738,23 @@ }, { "kind": "text", - "text": ".\nDuring development, it’s recommended not to pass this option." + "text": ".\nDuring development, it’s recommended not to pass this option.\n\n:::note\n\nMake sure to add to the end of the database URL " + }, + { + "kind": "code", + "text": "`?ssl_mode=disable`" + }, + { + "kind": "text", + "text": " as well when disabling " + }, + { + "kind": "code", + "text": "`rejectUnauthorized`" + }, + { + "kind": "text", + "text": ".\n\n:::" } ], "blockTags": [ @@ -5778,14 +5794,14 @@ { "type": "reflection", "declaration": { - "id": 14132, + "id": 14199, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14133, + "id": 14200, "name": "connection", "variant": "declaration", "kind": 1024, @@ -5795,14 +5811,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14134, + "id": 14201, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14135, + "id": 14202, "name": "ssl", "variant": "declaration", "kind": 1024, @@ -5820,14 +5836,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14136, + "id": 14203, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14137, + "id": 14204, "name": "rejectUnauthorized", "variant": "declaration", "kind": 1024, @@ -5852,7 +5868,7 @@ { "title": "Properties", "children": [ - 14137 + 14204 ] } ] @@ -5864,7 +5880,7 @@ { "title": "Properties", "children": [ - 14135 + 14202 ] } ] @@ -5876,7 +5892,7 @@ { "title": "Properties", "children": [ - 14133 + 14200 ] } ] @@ -5886,7 +5902,7 @@ } }, { - "id": 14138, + "id": 14205, "name": "redisUrl", "variant": "declaration", "kind": 1024, @@ -5934,7 +5950,7 @@ } }, { - "id": 14139, + "id": 14206, "name": "redisPrefix", "variant": "declaration", "kind": 1024, @@ -5982,7 +5998,7 @@ } }, { - "id": 14140, + "id": 14207, "name": "redisOptions", "variant": "declaration", "kind": 1024, @@ -6019,7 +6035,7 @@ } }, { - "id": 14141, + "id": 14208, "name": "sessionOptions", "variant": "declaration", "kind": 1024, @@ -6047,13 +6063,13 @@ }, "type": { "type": "reference", - "target": 17245, + "target": 17312, "name": "SessionOptions", "package": "@medusajs/types" } }, { - "id": 14143, + "id": 14210, "name": "jobsBatchSize", "variant": "declaration", "kind": 1024, @@ -6093,7 +6109,7 @@ } }, { - "id": 14144, + "id": 14211, "name": "workerMode", "variant": "declaration", "kind": 1024, @@ -6194,7 +6210,7 @@ } }, { - "id": 14145, + "id": 14212, "name": "http", "variant": "declaration", "kind": 1024, @@ -6221,14 +6237,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14146, + "id": 14213, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14147, + "id": 14214, "name": "jwtSecret", "variant": "declaration", "kind": 1024, @@ -6268,7 +6284,7 @@ } }, { - "id": 14148, + "id": 14215, "name": "jwtExpiresIn", "variant": "declaration", "kind": 1024, @@ -6308,7 +6324,7 @@ } }, { - "id": 14149, + "id": 14216, "name": "cookieSecret", "variant": "declaration", "kind": 1024, @@ -6348,7 +6364,7 @@ } }, { - "id": 14150, + "id": 14217, "name": "authCors", "variant": "declaration", "kind": 1024, @@ -6462,7 +6478,7 @@ } }, { - "id": 14151, + "id": 14218, "name": "compression", "variant": "declaration", "kind": 1024, @@ -6498,13 +6514,13 @@ }, "type": { "type": "reference", - "target": 14120, + "target": 14187, "name": "HttpCompressionOptions", "package": "@medusajs/types" } }, { - "id": 14152, + "id": 14219, "name": "storeCors", "variant": "declaration", "kind": 1024, @@ -6610,7 +6626,7 @@ } }, { - "id": 14153, + "id": 14220, "name": "adminCors", "variant": "declaration", "kind": 1024, @@ -6716,7 +6732,7 @@ } }, { - "id": 14154, + "id": 14221, "name": "authMethodsPerActor", "variant": "declaration", "kind": 1024, @@ -6806,14 +6822,14 @@ { "title": "Properties", "children": [ - 14147, - 14148, - 14149, - 14150, - 14151, - 14152, - 14153, - 14154 + 14214, + 14215, + 14216, + 14217, + 14218, + 14219, + 14220, + 14221 ] } ] @@ -6825,24 +6841,24 @@ { "title": "Properties", "children": [ - 14126, - 14127, - 14128, - 14129, - 14131, - 14138, - 14139, - 14140, - 14141, - 14143, - 14144, - 14145 + 14193, + 14194, + 14195, + 14196, + 14198, + 14205, + 14206, + 14207, + 14208, + 14210, + 14211, + 14212 ] } ] }, { - "id": 14155, + "id": 14222, "name": "ConfigModule", "variant": "declaration", "kind": 256, @@ -6873,7 +6889,7 @@ "kind": "inline-tag", "tag": "@link", "text": "projectConfig", - "target": 14156, + "target": 14223, "tsLinkText": "projectConfig" }, { @@ -6884,7 +6900,7 @@ "kind": "inline-tag", "tag": "@link", "text": "admin", - "target": 14157, + "target": 14224, "tsLinkText": "admin" }, { @@ -6909,7 +6925,7 @@ "kind": "inline-tag", "tag": "@link", "text": "modules", - "target": 14162, + "target": 14229, "tsLinkText": "modules" }, { @@ -6920,7 +6936,7 @@ "kind": "inline-tag", "tag": "@link", "text": "featureFlags", - "target": 14163, + "target": 14230, "tsLinkText": "featureFlags" }, { @@ -6955,7 +6971,7 @@ }, "children": [ { - "id": 14156, + "id": 14223, "name": "projectConfig", "variant": "declaration", "kind": 1024, @@ -6970,13 +6986,13 @@ }, "type": { "type": "reference", - "target": 14125, + "target": 14192, "name": "ProjectConfigOptions", "package": "@medusajs/types" } }, { - "id": 14157, + "id": 14224, "name": "admin", "variant": "declaration", "kind": 1024, @@ -7004,13 +7020,13 @@ }, "type": { "type": "reference", - "target": 14111, + "target": 14178, "name": "AdminOptions", "package": "@medusajs/types" } }, { - "id": 14162, + "id": 14229, "name": "modules", "variant": "declaration", "kind": 1024, @@ -7122,13 +7138,13 @@ "types": [ { "type": "reference", - "target": 16074, + "target": 16141, "name": "InternalModuleDeclaration", "package": "@medusajs/types" }, { "type": "reference", - "target": 16085, + "target": 16152, "name": "ExternalModuleDeclaration", "package": "@medusajs/types" } @@ -7146,7 +7162,7 @@ } }, { - "id": 14163, + "id": 14230, "name": "featureFlags", "variant": "declaration", "kind": 1024, @@ -7224,16 +7240,16 @@ { "title": "Properties", "children": [ - 14156, - 14157, - 14162, - 14163 + 14223, + 14224, + 14229, + 14230 ] } ] }, { - "id": 14164, + "id": 14231, "name": "PluginDetails", "variant": "declaration", "kind": 2097152, @@ -7241,14 +7257,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14165, + "id": 14232, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14166, + "id": 14233, "name": "resolve", "variant": "declaration", "kind": 1024, @@ -7259,7 +7275,7 @@ } }, { - "id": 14167, + "id": 14234, "name": "name", "variant": "declaration", "kind": 1024, @@ -7270,7 +7286,7 @@ } }, { - "id": 14168, + "id": 14235, "name": "id", "variant": "declaration", "kind": 1024, @@ -7281,7 +7297,7 @@ } }, { - "id": 14169, + "id": 14236, "name": "options", "variant": "declaration", "kind": 1024, @@ -7307,7 +7323,7 @@ } }, { - "id": 14170, + "id": 14237, "name": "version", "variant": "declaration", "kind": 1024, @@ -7322,11 +7338,11 @@ { "title": "Properties", "children": [ - 14166, - 14167, - 14168, - 14169, - 14170 + 14233, + 14234, + 14235, + 14236, + 14237 ] } ] @@ -7334,7 +7350,7 @@ } }, { - "id": 14171, + "id": 14238, "name": "ExecArgs", "variant": "declaration", "kind": 2097152, @@ -7342,27 +7358,27 @@ "type": { "type": "reflection", "declaration": { - "id": 14172, + "id": 14239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14173, + "id": 14240, "name": "container", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14176, + "target": 14243, "name": "MedusaContainer", "package": "@medusajs/types" } }, { - "id": 14174, + "id": 14241, "name": "args", "variant": "declaration", "kind": 1024, @@ -7380,8 +7396,8 @@ { "title": "Properties", "children": [ - 14173, - 14174 + 14240, + 14241 ] } ] @@ -7389,7 +7405,7 @@ } }, { - "id": 14175, + "id": 14242, "name": "ModuleImplementations", "variant": "declaration", "kind": 256, @@ -7404,7 +7420,7 @@ } }, { - "id": 14176, + "id": 14243, "name": "MedusaContainer", "variant": "declaration", "kind": 2097152, @@ -7419,7 +7435,7 @@ }, "typeParameters": [ { - "id": 14196, + "id": 14263, "name": "Cradle", "variant": "typeParam", "kind": 131072, @@ -7430,7 +7446,7 @@ }, "default": { "type": "reference", - "target": 14175, + "target": 14242, "name": "ModuleImplementations", "package": "@medusajs/types" } @@ -7466,28 +7482,28 @@ { "type": "reflection", "declaration": { - "id": 14177, + "id": 14244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14178, + "id": 14245, "name": "resolve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14179, + "id": 14246, "name": "resolve", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 14180, + "id": 14247, "name": "K", "variant": "typeParam", "kind": 131072, @@ -7513,21 +7529,21 @@ ], "parameters": [ { - "id": 14181, + "id": 14248, "name": "key", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 14180, + "target": 14247, "name": "K", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 14182, + "id": 14249, "name": "resolveOptions", "variant": "param", "kind": 32768, @@ -7549,14 +7565,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 14180, + "target": 14247, "name": "K", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 14196, + "target": 14263, "name": "Cradle", "package": "@medusajs/types", "refersToTypeParameter": true @@ -7564,14 +7580,14 @@ } }, { - "id": 14183, + "id": 14250, "name": "resolve", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 14184, + "id": 14251, "name": "T", "variant": "typeParam", "kind": 131072, @@ -7580,7 +7596,7 @@ ], "parameters": [ { - "id": 14185, + "id": 14252, "name": "key", "variant": "param", "kind": 32768, @@ -7591,7 +7607,7 @@ } }, { - "id": 14186, + "id": 14253, "name": "resolveOptions", "variant": "param", "kind": 32768, @@ -7611,7 +7627,7 @@ ], "type": { "type": "reference", - "target": 14184, + "target": 14251, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -7624,7 +7640,7 @@ { "title": "Methods", "children": [ - 14178 + 14245 ] } ] @@ -7634,7 +7650,7 @@ } }, { - "id": 14197, + "id": 14264, "name": "ContainerLike", "variant": "declaration", "kind": 2097152, @@ -7642,28 +7658,28 @@ "type": { "type": "reflection", "declaration": { - "id": 14198, + "id": 14265, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14199, + "id": 14266, "name": "resolve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14200, + "id": 14267, "name": "resolve", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 14201, + "id": 14268, "name": "T", "variant": "typeParam", "kind": 131072, @@ -7676,7 +7692,7 @@ ], "parameters": [ { - "id": 14202, + "id": 14269, "name": "key", "variant": "param", "kind": 32768, @@ -7689,7 +7705,7 @@ ], "type": { "type": "reference", - "target": 14201, + "target": 14268, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -7702,7 +7718,7 @@ { "title": "Methods", "children": [ - 14199 + 14266 ] } ] @@ -7710,7 +7726,7 @@ } }, { - "id": 14077, + "id": 14144, "name": "RuleOperatorType", "variant": "declaration", "kind": 2097152, @@ -7762,14 +7778,14 @@ } }, { - "id": 14203, + "id": 14270, "name": "WithCalculatedPrice", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14204, + "id": 14271, "name": "calculated_price", "variant": "declaration", "kind": 1024, @@ -7777,14 +7793,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14205, + "id": 14272, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14206, + "id": 14273, "name": "calculated_amount", "variant": "declaration", "kind": 1024, @@ -7795,7 +7811,7 @@ } }, { - "id": 14207, + "id": 14274, "name": "is_calculated_price_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -7812,8 +7828,8 @@ { "title": "Properties", "children": [ - 14206, - 14207 + 14273, + 14274 ] } ] @@ -7825,7 +7841,7 @@ { "title": "Properties", "children": [ - 14204 + 14271 ] } ] @@ -7835,57 +7851,57 @@ { "title": "Interfaces", "children": [ - 13981, - 13985, - 13992, - 14040, - 14046, - 14047, 14048, - 14053, - 14061, - 14111, + 14052, + 14059, + 14107, + 14113, + 14114, + 14115, 14120, - 14125, - 14155, - 14175, - 14203 + 14128, + 14178, + 14187, + 14192, + 14222, + 14242, + 14270 ] }, { "title": "Type Aliases", "children": [ - 14078, - 14082, - 14087, - 14095, - 14105, - 14109, - 14208, - 13972, - 13975, - 14068, - 14070, - 14072, - 14073, - 14164, - 14171, + 14145, + 14149, + 14154, + 14162, + 14172, 14176, - 14197, - 14077 + 14275, + 14039, + 14042, + 14135, + 14137, + 14139, + 14140, + 14231, + 14238, + 14243, + 14264, + 14144 ] } ] }, { - "id": 14210, + "id": 14277, "name": "DAL", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 14397, + "id": 14464, "name": "ModelDateColumns", "variant": "declaration", "kind": 2097152, @@ -7905,7 +7921,7 @@ } }, { - "id": 14398, + "id": 14465, "name": "SoftDeletableModelDateColumns", "variant": "declaration", "kind": 2097152, @@ -7919,7 +7935,7 @@ }, { "type": "reference", - "target": 14397, + "target": 14464, "name": "ModelDateColumns", "package": "@medusajs/types" } @@ -7927,7 +7943,7 @@ } }, { - "id": 14239, + "id": 14306, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -7942,7 +7958,7 @@ }, "children": [ { - "id": 14240, + "id": 14307, "name": "$and", "variant": "declaration", "kind": 1024, @@ -7964,11 +7980,11 @@ "types": [ { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 14242, + "target": 14309, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -7980,7 +7996,7 @@ }, { "type": "reference", - "target": 14242, + "target": 14309, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -7991,7 +8007,7 @@ } }, { - "id": 14241, + "id": 14308, "name": "$or", "variant": "declaration", "kind": 1024, @@ -8013,11 +8029,11 @@ "types": [ { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 14242, + "target": 14309, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -8029,7 +8045,7 @@ }, { "type": "reference", - "target": 14242, + "target": 14309, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -8044,14 +8060,14 @@ { "title": "Properties", "children": [ - 14240, - 14241 + 14307, + 14308 ] } ], "typeParameters": [ { - "id": 14242, + "id": 14309, "name": "T", "variant": "typeParam", "kind": 131072, @@ -8061,68 +8077,68 @@ "extendedBy": [ { "type": "reference", - "target": 14931, + "target": 14998, "name": "AdminNotificationListParams" }, { "type": "reference", - "target": 15006, + "target": 15073, "name": "AdminPriceListListParams" }, { "type": "reference", - "target": 15124, + "target": 15191, "name": "AdminProductTagListParams" }, { "type": "reference", - "target": 15167, + "target": 15234, "name": "AdminProductTypeListParams" }, { "type": "reference", - "target": 15280, + "target": 15347, "name": "AdminReturnReasonListParams" }, { "type": "reference", - "target": 15619, + "target": 15686, "name": "AdminTaxRegionListParams" }, { "type": "reference", - "target": 15688, + "target": 15755, "name": "FilterableInventoryLevelProps" }, { "type": "reference", - "target": 16376, + "target": 16443, "name": "FilterableNotificationProps" }, { "type": "reference", - "target": 16524, + "target": 16591, "name": "FilterableStockLocationProps" }, { "type": "reference", - "target": 16754, + "target": 16821, "name": "FilterableWorkflowExecutionProps" }, { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams" }, { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams" } ] }, { - "id": 14243, + "id": 14310, "name": "OptionsQuery", "variant": "declaration", "kind": 256, @@ -8137,7 +8153,7 @@ }, "children": [ { - "id": 14244, + "id": 14311, "name": "populate", "variant": "declaration", "kind": 1024, @@ -8161,7 +8177,7 @@ } }, { - "id": 14245, + "id": 14312, "name": "orderBy", "variant": "declaration", "kind": 1024, @@ -8181,11 +8197,11 @@ "types": [ { "type": "reference", - "target": 17266, + "target": 17333, "typeArguments": [ { "type": "reference", - "target": 14251, + "target": 14318, "name": "T", "package": "@medusajs/types", "qualifiedName": "OptionsQuery.T", @@ -8199,11 +8215,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 17266, + "target": 17333, "typeArguments": [ { "type": "reference", - "target": 14251, + "target": 14318, "name": "T", "package": "@medusajs/types", "qualifiedName": "OptionsQuery.T", @@ -8218,7 +8234,7 @@ } }, { - "id": 14246, + "id": 14313, "name": "limit", "variant": "declaration", "kind": 1024, @@ -8239,7 +8255,7 @@ } }, { - "id": 14247, + "id": 14314, "name": "offset", "variant": "declaration", "kind": 1024, @@ -8260,7 +8276,7 @@ } }, { - "id": 14248, + "id": 14315, "name": "fields", "variant": "declaration", "kind": 1024, @@ -8284,7 +8300,7 @@ } }, { - "id": 14249, + "id": 14316, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -8317,7 +8333,7 @@ } }, { - "id": 14250, + "id": 14317, "name": "filters", "variant": "declaration", "kind": 1024, @@ -8348,7 +8364,7 @@ }, { "type": "reference", - "target": 17268, + "target": 17335, "typeArguments": [ { "type": "union", @@ -8359,7 +8375,7 @@ }, { "type": "reference", - "target": 17268, + "target": 17335, "name": "Dictionary", "package": "@medusajs/types" } @@ -8377,26 +8393,26 @@ { "title": "Properties", "children": [ - 14244, - 14245, - 14246, - 14247, - 14248, - 14249, - 14250 + 14311, + 14312, + 14313, + 14314, + 14315, + 14316, + 14317 ] } ], "typeParameters": [ { - "id": 14251, + "id": 14318, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 14252, + "id": 14319, "name": "P", "variant": "typeParam", "kind": 131072, @@ -8413,7 +8429,7 @@ ] }, { - "id": 14253, + "id": 14320, "name": "FindOptions", "variant": "declaration", "kind": 256, @@ -8428,7 +8444,7 @@ }, "children": [ { - "id": 14254, + "id": 14321, "name": "where", "variant": "declaration", "kind": 1024, @@ -8480,7 +8496,7 @@ }, "objectType": { "type": "reference", - "target": 14262, + "target": 14329, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -8536,7 +8552,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "indexedAccess", @@ -8571,7 +8587,7 @@ }, "objectType": { "type": "reference", - "target": 14262, + "target": 14329, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -8602,21 +8618,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 14255, + "id": 14322, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 14256, + "id": 14323, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 14257, + "id": 14324, "name": "x", "variant": "param", "kind": 32768, @@ -8772,7 +8788,7 @@ }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "mapped", @@ -8810,7 +8826,7 @@ }, "objectType": { "type": "reference", - "target": 14262, + "target": 14329, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -8866,7 +8882,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "indexedAccess", @@ -8901,7 +8917,7 @@ }, "objectType": { "type": "reference", - "target": 14262, + "target": 14329, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -8932,21 +8948,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 14258, + "id": 14325, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 14259, + "id": 14326, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 14260, + "id": 14327, "name": "x", "variant": "param", "kind": 32768, @@ -9048,7 +9064,7 @@ } }, { - "id": 14261, + "id": 14328, "name": "options", "variant": "declaration", "kind": 1024, @@ -9065,11 +9081,11 @@ }, "type": { "type": "reference", - "target": 14243, + "target": 14310, "typeArguments": [ { "type": "reference", - "target": 14262, + "target": 14329, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -9088,14 +9104,14 @@ { "title": "Properties", "children": [ - 14254, - 14261 + 14321, + 14328 ] } ], "typeParameters": [ { - "id": 14262, + "id": 14329, "name": "T", "variant": "typeParam", "kind": 131072, @@ -9108,7 +9124,7 @@ ] }, { - "id": 14263, + "id": 14330, "name": "UpsertWithReplaceConfig", "variant": "declaration", "kind": 256, @@ -9123,7 +9139,7 @@ }, "children": [ { - "id": 14264, + "id": 14331, "name": "relations", "variant": "declaration", "kind": 1024, @@ -9145,7 +9161,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 14265, + "target": 14332, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -9158,13 +9174,13 @@ { "title": "Properties", "children": [ - 14264 + 14331 ] } ], "typeParameters": [ { - "id": 14265, + "id": 14332, "name": "T", "variant": "typeParam", "kind": 131072, @@ -9173,7 +9189,7 @@ ] }, { - "id": 14266, + "id": 14333, "name": "PerformedActions", "variant": "declaration", "kind": 2097152, @@ -9181,14 +9197,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14267, + "id": 14334, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14268, + "id": 14335, "name": "created", "variant": "declaration", "kind": 1024, @@ -9202,13 +9218,13 @@ "typeArguments": [ { "type": "reference", - "target": 17273, + "target": 17340, "name": "EntityClassName", "package": "@medusajs/types" }, { "type": "reference", - "target": 17274, + "target": 17341, "name": "EntityValues", "package": "@medusajs/types" } @@ -9218,7 +9234,7 @@ } }, { - "id": 14269, + "id": 14336, "name": "updated", "variant": "declaration", "kind": 1024, @@ -9232,13 +9248,13 @@ "typeArguments": [ { "type": "reference", - "target": 17273, + "target": 17340, "name": "EntityClassName", "package": "@medusajs/types" }, { "type": "reference", - "target": 17274, + "target": 17341, "name": "EntityValues", "package": "@medusajs/types" } @@ -9248,7 +9264,7 @@ } }, { - "id": 14270, + "id": 14337, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -9262,13 +9278,13 @@ "typeArguments": [ { "type": "reference", - "target": 17273, + "target": 17340, "name": "EntityClassName", "package": "@medusajs/types" }, { "type": "reference", - "target": 17274, + "target": 17341, "name": "EntityValues", "package": "@medusajs/types" } @@ -9282,9 +9298,9 @@ { "title": "Properties", "children": [ - 14268, - 14269, - 14270 + 14335, + 14336, + 14337 ] } ] @@ -9292,7 +9308,7 @@ } }, { - "id": 14271, + "id": 14338, "name": "RepositoryService", "variant": "declaration", "kind": 256, @@ -9307,7 +9323,7 @@ }, "children": [ { - "id": 14324, + "id": 14391, "name": "transaction", "variant": "declaration", "kind": 2048, @@ -9316,7 +9332,7 @@ }, "signatures": [ { - "id": 14325, + "id": 14392, "name": "transaction", "variant": "signature", "kind": 4096, @@ -9325,7 +9341,7 @@ }, "typeParameters": [ { - "id": 14326, + "id": 14393, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -9338,7 +9354,7 @@ ], "parameters": [ { - "id": 14327, + "id": 14394, "name": "task", "variant": "param", "kind": 32768, @@ -9346,28 +9362,28 @@ "type": { "type": "reflection", "declaration": { - "id": 14328, + "id": 14395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 14329, + "id": 14396, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14330, + "id": 14397, "name": "transactionManager", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 14326, + "target": 14393, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true @@ -9395,7 +9411,7 @@ } }, { - "id": 14331, + "id": 14398, "name": "context", "variant": "param", "kind": 32768, @@ -9405,14 +9421,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14332, + "id": 14399, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14333, + "id": 14400, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -9425,7 +9441,7 @@ } }, { - "id": 14334, + "id": 14401, "name": "transaction", "variant": "declaration", "kind": 1024, @@ -9434,14 +9450,14 @@ }, "type": { "type": "reference", - "target": 14326, + "target": 14393, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 14335, + "id": 14402, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -9458,9 +9474,9 @@ { "title": "Properties", "children": [ - 14333, - 14334, - 14335 + 14400, + 14401, + 14402 ] } ] @@ -9485,19 +9501,19 @@ }, "inheritedFrom": { "type": "reference", - "target": 17279, + "target": 17346, "name": "BaseRepositoryService.transaction" } } ], "inheritedFrom": { "type": "reference", - "target": 17278, + "target": 17345, "name": "BaseRepositoryService.transaction" } }, { - "id": 14336, + "id": 14403, "name": "getFreshManager", "variant": "declaration", "kind": 2048, @@ -9506,7 +9522,7 @@ }, "signatures": [ { - "id": 14337, + "id": 14404, "name": "getFreshManager", "variant": "signature", "kind": 4096, @@ -9515,7 +9531,7 @@ }, "typeParameters": [ { - "id": 14338, + "id": 14405, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -9528,26 +9544,26 @@ ], "type": { "type": "reference", - "target": 14338, + "target": 14405, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true }, "inheritedFrom": { "type": "reference", - "target": 17291, + "target": 17358, "name": "BaseRepositoryService.getFreshManager" } } ], "inheritedFrom": { "type": "reference", - "target": 17290, + "target": 17357, "name": "BaseRepositoryService.getFreshManager" } }, { - "id": 14339, + "id": 14406, "name": "getActiveManager", "variant": "declaration", "kind": 2048, @@ -9556,7 +9572,7 @@ }, "signatures": [ { - "id": 14340, + "id": 14407, "name": "getActiveManager", "variant": "signature", "kind": 4096, @@ -9565,7 +9581,7 @@ }, "typeParameters": [ { - "id": 14341, + "id": 14408, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -9578,26 +9594,26 @@ ], "type": { "type": "reference", - "target": 14341, + "target": 14408, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true }, "inheritedFrom": { "type": "reference", - "target": 17294, + "target": 17361, "name": "BaseRepositoryService.getActiveManager" } } ], "inheritedFrom": { "type": "reference", - "target": 17293, + "target": 17360, "name": "BaseRepositoryService.getActiveManager" } }, { - "id": 14342, + "id": 14409, "name": "serialize", "variant": "declaration", "kind": 2048, @@ -9606,7 +9622,7 @@ }, "signatures": [ { - "id": 14343, + "id": 14410, "name": "serialize", "variant": "signature", "kind": 4096, @@ -9615,7 +9631,7 @@ }, "typeParameters": [ { - "id": 14344, + "id": 14411, "name": "TOutput", "variant": "typeParam", "kind": 131072, @@ -9640,7 +9656,7 @@ ], "parameters": [ { - "id": 14345, + "id": 14412, "name": "data", "variant": "param", "kind": 32768, @@ -9651,7 +9667,7 @@ } }, { - "id": 14346, + "id": 14413, "name": "options", "variant": "param", "kind": 32768, @@ -9673,7 +9689,7 @@ "typeArguments": [ { "type": "reference", - "target": 14344, + "target": 14411, "name": "TOutput", "package": "@medusajs/types", "refersToTypeParameter": true @@ -9684,33 +9700,33 @@ }, "inheritedFrom": { "type": "reference", - "target": 17297, + "target": 17364, "name": "BaseRepositoryService.serialize" } } ], "inheritedFrom": { "type": "reference", - "target": 17296, + "target": 17363, "name": "BaseRepositoryService.serialize" } }, { - "id": 14272, + "id": 14339, "name": "find", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14273, + "id": 14340, "name": "find", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14274, + "id": 14341, "name": "options", "variant": "param", "kind": 32768, @@ -9719,11 +9735,11 @@ }, "type": { "type": "reference", - "target": 14253, + "target": 14320, "typeArguments": [ { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -9735,7 +9751,7 @@ } }, { - "id": 14275, + "id": 14342, "name": "context", "variant": "param", "kind": 32768, @@ -9744,7 +9760,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -9761,7 +9777,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -9776,21 +9792,21 @@ ] }, { - "id": 14276, + "id": 14343, "name": "findAndCount", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14277, + "id": 14344, "name": "findAndCount", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14278, + "id": 14345, "name": "options", "variant": "param", "kind": 32768, @@ -9799,11 +9815,11 @@ }, "type": { "type": "reference", - "target": 14253, + "target": 14320, "typeArguments": [ { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -9815,7 +9831,7 @@ } }, { - "id": 14279, + "id": 14346, "name": "context", "variant": "param", "kind": 32768, @@ -9824,7 +9840,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -9844,7 +9860,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -9865,21 +9881,21 @@ ] }, { - "id": 14280, + "id": 14347, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14281, + "id": 14348, "name": "create", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14282, + "id": 14349, "name": "data", "variant": "param", "kind": 32768, @@ -9893,7 +9909,7 @@ } }, { - "id": 14283, + "id": 14350, "name": "context", "variant": "param", "kind": 32768, @@ -9902,7 +9918,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -9919,7 +9935,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -9934,21 +9950,21 @@ ] }, { - "id": 14284, + "id": 14351, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14285, + "id": 14352, "name": "update", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14286, + "id": 14353, "name": "data", "variant": "param", "kind": 32768, @@ -9958,14 +9974,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 14287, + "id": 14354, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14288, + "id": 14355, "name": "entity", "variant": "declaration", "kind": 1024, @@ -9976,7 +9992,7 @@ } }, { - "id": 14289, + "id": 14356, "name": "update", "variant": "declaration", "kind": 1024, @@ -9991,8 +10007,8 @@ { "title": "Properties", "children": [ - 14288, - 14289 + 14355, + 14356 ] } ] @@ -10001,7 +10017,7 @@ } }, { - "id": 14290, + "id": 14357, "name": "context", "variant": "param", "kind": 32768, @@ -10010,7 +10026,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -10027,7 +10043,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -10042,21 +10058,21 @@ ] }, { - "id": 14291, + "id": 14358, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14292, + "id": 14359, "name": "delete", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14293, + "id": 14360, "name": "idsOrPKs", "variant": "param", "kind": 32768, @@ -10100,7 +10116,7 @@ }, "objectType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -10157,7 +10173,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "indexedAccess", @@ -10192,7 +10208,7 @@ }, "objectType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -10224,21 +10240,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 14294, + "id": 14361, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 14295, + "id": 14362, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 14296, + "id": 14363, "name": "x", "variant": "param", "kind": 32768, @@ -10394,7 +10410,7 @@ }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "mapped", @@ -10432,7 +10448,7 @@ }, "objectType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -10489,7 +10505,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "indexedAccess", @@ -10524,7 +10540,7 @@ }, "objectType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -10556,21 +10572,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 14297, + "id": 14364, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 14298, + "id": 14365, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 14299, + "id": 14366, "name": "x", "variant": "param", "kind": 32768, @@ -10672,7 +10688,7 @@ } }, { - "id": 14300, + "id": 14367, "name": "context", "variant": "param", "kind": 32768, @@ -10681,7 +10697,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -10706,14 +10722,14 @@ ] }, { - "id": 14301, + "id": 14368, "name": "softDelete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14302, + "id": 14369, "name": "softDelete", "variant": "signature", "kind": 4096, @@ -10739,7 +10755,7 @@ }, "parameters": [ { - "id": 14303, + "id": 14370, "name": "idsOrFilter", "variant": "param", "kind": 32768, @@ -10761,7 +10777,7 @@ { "type": "reflection", "declaration": { - "id": 14304, + "id": 14371, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10773,7 +10789,7 @@ "elementType": { "type": "reflection", "declaration": { - "id": 14305, + "id": 14372, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10785,7 +10801,7 @@ } }, { - "id": 14306, + "id": 14373, "name": "context", "variant": "param", "kind": 32768, @@ -10794,7 +10810,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -10814,7 +10830,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -10853,21 +10869,21 @@ ] }, { - "id": 14307, + "id": 14374, "name": "restore", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14308, + "id": 14375, "name": "restore", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14309, + "id": 14376, "name": "idsOrFilter", "variant": "param", "kind": 32768, @@ -10885,7 +10901,7 @@ { "type": "reflection", "declaration": { - "id": 14310, + "id": 14377, "name": "__type", "variant": "declaration", "kind": 65536, @@ -10896,7 +10912,7 @@ } }, { - "id": 14311, + "id": 14378, "name": "context", "variant": "param", "kind": 32768, @@ -10905,7 +10921,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -10925,7 +10941,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -10964,21 +10980,21 @@ ] }, { - "id": 14312, + "id": 14379, "name": "upsert", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14313, + "id": 14380, "name": "upsert", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14314, + "id": 14381, "name": "data", "variant": "param", "kind": 32768, @@ -10992,7 +11008,7 @@ } }, { - "id": 14315, + "id": 14382, "name": "context", "variant": "param", "kind": 32768, @@ -11001,7 +11017,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -11018,7 +11034,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -11033,21 +11049,21 @@ ] }, { - "id": 14316, + "id": 14383, "name": "upsertWithReplace", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14317, + "id": 14384, "name": "upsertWithReplace", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14318, + "id": 14385, "name": "data", "variant": "param", "kind": 32768, @@ -11061,7 +11077,7 @@ } }, { - "id": 14319, + "id": 14386, "name": "config", "variant": "param", "kind": 32768, @@ -11070,11 +11086,11 @@ }, "type": { "type": "reference", - "target": 14263, + "target": 14330, "typeArguments": [ { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -11086,7 +11102,7 @@ } }, { - "id": 14320, + "id": 14387, "name": "context", "variant": "param", "kind": 32768, @@ -11095,7 +11111,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -11111,14 +11127,14 @@ { "type": "reflection", "declaration": { - "id": 14321, + "id": 14388, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14322, + "id": 14389, "name": "entities", "variant": "declaration", "kind": 1024, @@ -11127,7 +11143,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -11136,14 +11152,14 @@ } }, { - "id": 14323, + "id": 14390, "name": "performedActions", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14266, + "target": 14333, "name": "PerformedActions", "package": "@medusajs/types" } @@ -11153,8 +11169,8 @@ { "title": "Properties", "children": [ - 14322, - 14323 + 14389, + 14390 ] } ] @@ -11172,25 +11188,25 @@ { "title": "Methods", "children": [ - 14324, - 14336, + 14391, + 14403, + 14406, + 14409, 14339, - 14342, - 14272, - 14276, - 14280, - 14284, - 14291, - 14301, - 14307, - 14312, - 14316 + 14343, + 14347, + 14351, + 14358, + 14368, + 14374, + 14379, + 14383 ] } ], "typeParameters": [ { - "id": 14347, + "id": 14414, "name": "T", "variant": "typeParam", "kind": 131072, @@ -11204,11 +11220,11 @@ "extendedTypes": [ { "type": "reference", - "target": 17277, + "target": 17344, "typeArguments": [ { "type": "reference", - "target": 14347, + "target": 14414, "name": "T", "package": "@medusajs/types", "qualifiedName": "RepositoryService.T", @@ -11221,7 +11237,7 @@ ] }, { - "id": 14348, + "id": 14415, "name": "TreeRepositoryService", "variant": "declaration", "kind": 256, @@ -11236,7 +11252,7 @@ }, "children": [ { - "id": 14367, + "id": 14434, "name": "transaction", "variant": "declaration", "kind": 2048, @@ -11245,7 +11261,7 @@ }, "signatures": [ { - "id": 14368, + "id": 14435, "name": "transaction", "variant": "signature", "kind": 4096, @@ -11254,7 +11270,7 @@ }, "typeParameters": [ { - "id": 14369, + "id": 14436, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -11267,7 +11283,7 @@ ], "parameters": [ { - "id": 14370, + "id": 14437, "name": "task", "variant": "param", "kind": 32768, @@ -11275,28 +11291,28 @@ "type": { "type": "reflection", "declaration": { - "id": 14371, + "id": 14438, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 14372, + "id": 14439, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14373, + "id": 14440, "name": "transactionManager", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 14326, + "target": 14393, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true @@ -11324,7 +11340,7 @@ } }, { - "id": 14374, + "id": 14441, "name": "context", "variant": "param", "kind": 32768, @@ -11334,14 +11350,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14375, + "id": 14442, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14376, + "id": 14443, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -11354,7 +11370,7 @@ } }, { - "id": 14377, + "id": 14444, "name": "transaction", "variant": "declaration", "kind": 1024, @@ -11363,14 +11379,14 @@ }, "type": { "type": "reference", - "target": 14326, + "target": 14393, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 14378, + "id": 14445, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -11387,9 +11403,9 @@ { "title": "Properties", "children": [ - 14376, - 14377, - 14378 + 14443, + 14444, + 14445 ] } ] @@ -11414,19 +11430,19 @@ }, "inheritedFrom": { "type": "reference", - "target": 17279, + "target": 17346, "name": "BaseRepositoryService.transaction" } } ], "inheritedFrom": { "type": "reference", - "target": 17278, + "target": 17345, "name": "BaseRepositoryService.transaction" } }, { - "id": 14379, + "id": 14446, "name": "getFreshManager", "variant": "declaration", "kind": 2048, @@ -11435,7 +11451,7 @@ }, "signatures": [ { - "id": 14380, + "id": 14447, "name": "getFreshManager", "variant": "signature", "kind": 4096, @@ -11444,7 +11460,7 @@ }, "typeParameters": [ { - "id": 14381, + "id": 14448, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -11457,26 +11473,26 @@ ], "type": { "type": "reference", - "target": 14338, + "target": 14405, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true }, "inheritedFrom": { "type": "reference", - "target": 17291, + "target": 17358, "name": "BaseRepositoryService.getFreshManager" } } ], "inheritedFrom": { "type": "reference", - "target": 17290, + "target": 17357, "name": "BaseRepositoryService.getFreshManager" } }, { - "id": 14382, + "id": 14449, "name": "getActiveManager", "variant": "declaration", "kind": 2048, @@ -11485,7 +11501,7 @@ }, "signatures": [ { - "id": 14383, + "id": 14450, "name": "getActiveManager", "variant": "signature", "kind": 4096, @@ -11494,7 +11510,7 @@ }, "typeParameters": [ { - "id": 14384, + "id": 14451, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -11507,26 +11523,26 @@ ], "type": { "type": "reference", - "target": 14341, + "target": 14408, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true }, "inheritedFrom": { "type": "reference", - "target": 17294, + "target": 17361, "name": "BaseRepositoryService.getActiveManager" } } ], "inheritedFrom": { "type": "reference", - "target": 17293, + "target": 17360, "name": "BaseRepositoryService.getActiveManager" } }, { - "id": 14385, + "id": 14452, "name": "serialize", "variant": "declaration", "kind": 2048, @@ -11535,7 +11551,7 @@ }, "signatures": [ { - "id": 14386, + "id": 14453, "name": "serialize", "variant": "signature", "kind": 4096, @@ -11544,7 +11560,7 @@ }, "typeParameters": [ { - "id": 14387, + "id": 14454, "name": "TOutput", "variant": "typeParam", "kind": 131072, @@ -11569,7 +11585,7 @@ ], "parameters": [ { - "id": 14388, + "id": 14455, "name": "data", "variant": "param", "kind": 32768, @@ -11580,7 +11596,7 @@ } }, { - "id": 14389, + "id": 14456, "name": "options", "variant": "param", "kind": 32768, @@ -11602,7 +11618,7 @@ "typeArguments": [ { "type": "reference", - "target": 14344, + "target": 14411, "name": "TOutput", "package": "@medusajs/types", "refersToTypeParameter": true @@ -11613,33 +11629,33 @@ }, "inheritedFrom": { "type": "reference", - "target": 17297, + "target": 17364, "name": "BaseRepositoryService.serialize" } } ], "inheritedFrom": { "type": "reference", - "target": 17296, + "target": 17363, "name": "BaseRepositoryService.serialize" } }, { - "id": 14349, + "id": 14416, "name": "find", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14350, + "id": 14417, "name": "find", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14351, + "id": 14418, "name": "options", "variant": "param", "kind": 32768, @@ -11648,11 +11664,11 @@ }, "type": { "type": "reference", - "target": 14253, + "target": 14320, "typeArguments": [ { "type": "reference", - "target": 14390, + "target": 14457, "name": "T", "package": "@medusajs/types", "qualifiedName": "TreeRepositoryService.T", @@ -11664,7 +11680,7 @@ } }, { - "id": 14352, + "id": 14419, "name": "transformOptions", "variant": "param", "kind": 32768, @@ -11673,13 +11689,13 @@ }, "type": { "type": "reference", - "target": 14047, + "target": 14114, "name": "RepositoryTransformOptions", "package": "@medusajs/types" } }, { - "id": 14353, + "id": 14420, "name": "context", "variant": "param", "kind": 32768, @@ -11688,7 +11704,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -11705,7 +11721,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14390, + "target": 14457, "name": "T", "package": "@medusajs/types", "qualifiedName": "TreeRepositoryService.T", @@ -11720,21 +11736,21 @@ ] }, { - "id": 14354, + "id": 14421, "name": "findAndCount", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14355, + "id": 14422, "name": "findAndCount", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14356, + "id": 14423, "name": "options", "variant": "param", "kind": 32768, @@ -11743,11 +11759,11 @@ }, "type": { "type": "reference", - "target": 14253, + "target": 14320, "typeArguments": [ { "type": "reference", - "target": 14390, + "target": 14457, "name": "T", "package": "@medusajs/types", "qualifiedName": "TreeRepositoryService.T", @@ -11759,7 +11775,7 @@ } }, { - "id": 14357, + "id": 14424, "name": "transformOptions", "variant": "param", "kind": 32768, @@ -11768,13 +11784,13 @@ }, "type": { "type": "reference", - "target": 14047, + "target": 14114, "name": "RepositoryTransformOptions", "package": "@medusajs/types" } }, { - "id": 14358, + "id": 14425, "name": "context", "variant": "param", "kind": 32768, @@ -11783,7 +11799,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -11803,7 +11819,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14390, + "target": 14457, "name": "T", "package": "@medusajs/types", "qualifiedName": "TreeRepositoryService.T", @@ -11824,21 +11840,21 @@ ] }, { - "id": 14359, + "id": 14426, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14360, + "id": 14427, "name": "create", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14361, + "id": 14428, "name": "data", "variant": "param", "kind": 32768, @@ -11852,7 +11868,7 @@ } }, { - "id": 14362, + "id": 14429, "name": "context", "variant": "param", "kind": 32768, @@ -11861,7 +11877,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -11878,7 +11894,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14390, + "target": 14457, "name": "T", "package": "@medusajs/types", "qualifiedName": "TreeRepositoryService.T", @@ -11893,21 +11909,21 @@ ] }, { - "id": 14363, + "id": 14430, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14364, + "id": 14431, "name": "delete", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14365, + "id": 14432, "name": "ids", "variant": "param", "kind": 32768, @@ -11921,7 +11937,7 @@ } }, { - "id": 14366, + "id": 14433, "name": "context", "variant": "param", "kind": 32768, @@ -11930,7 +11946,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -11959,20 +11975,20 @@ { "title": "Methods", "children": [ - 14367, - 14379, - 14382, - 14385, - 14349, - 14354, - 14359, - 14363 + 14434, + 14446, + 14449, + 14452, + 14416, + 14421, + 14426, + 14430 ] } ], "typeParameters": [ { - "id": 14390, + "id": 14457, "name": "T", "variant": "typeParam", "kind": 131072, @@ -11986,11 +12002,11 @@ "extendedTypes": [ { "type": "reference", - "target": 17277, + "target": 17344, "typeArguments": [ { "type": "reference", - "target": 14390, + "target": 14457, "name": "T", "package": "@medusajs/types", "qualifiedName": "TreeRepositoryService.T", @@ -12003,7 +12019,7 @@ ] }, { - "id": 14391, + "id": 14458, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -12018,7 +12034,7 @@ }, "children": [ { - "id": 14392, + "id": 14459, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -12037,7 +12053,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14393, + "target": 14460, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12049,13 +12065,13 @@ { "title": "Properties", "children": [ - 14392 + 14459 ] } ], "typeParameters": [ { - "id": 14393, + "id": 14460, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -12068,7 +12084,7 @@ ] }, { - "id": 14394, + "id": 14461, "name": "RestoreReturn", "variant": "declaration", "kind": 256, @@ -12083,7 +12099,7 @@ }, "children": [ { - "id": 14395, + "id": 14462, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -12102,7 +12118,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14396, + "target": 14463, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12114,13 +12130,13 @@ { "title": "Properties", "children": [ - 14395 + 14462 ] } ], "typeParameters": [ { - "id": 14396, + "id": 14463, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -12133,14 +12149,14 @@ ] }, { - "id": 14217, + "id": 14284, "name": "OperatorMap", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14238, + "id": 14305, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12150,14 +12166,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14218, + "id": 14285, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14219, + "id": 14286, "name": "$and", "variant": "declaration", "kind": 1024, @@ -12168,11 +12184,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 17262, + "target": 17329, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12184,7 +12200,7 @@ } }, { - "id": 14220, + "id": 14287, "name": "$or", "variant": "declaration", "kind": 1024, @@ -12195,11 +12211,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 17262, + "target": 17329, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12211,7 +12227,7 @@ } }, { - "id": 14221, + "id": 14288, "name": "$eq", "variant": "declaration", "kind": 1024, @@ -12223,11 +12239,11 @@ "types": [ { "type": "reference", - "target": 17264, + "target": 17331, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12240,11 +12256,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 17264, + "target": 17331, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12258,7 +12274,7 @@ } }, { - "id": 14222, + "id": 14289, "name": "$ne", "variant": "declaration", "kind": 1024, @@ -12267,11 +12283,11 @@ }, "type": { "type": "reference", - "target": 17264, + "target": 17331, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12282,7 +12298,7 @@ } }, { - "id": 14223, + "id": 14290, "name": "$in", "variant": "declaration", "kind": 1024, @@ -12293,11 +12309,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 17264, + "target": 17331, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12309,7 +12325,7 @@ } }, { - "id": 14224, + "id": 14291, "name": "$nin", "variant": "declaration", "kind": 1024, @@ -12320,11 +12336,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 17264, + "target": 17331, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12336,7 +12352,7 @@ } }, { - "id": 14225, + "id": 14292, "name": "$not", "variant": "declaration", "kind": 1024, @@ -12345,11 +12361,11 @@ }, "type": { "type": "reference", - "target": 17262, + "target": 17329, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12360,7 +12376,7 @@ } }, { - "id": 14226, + "id": 14293, "name": "$gt", "variant": "declaration", "kind": 1024, @@ -12369,11 +12385,11 @@ }, "type": { "type": "reference", - "target": 17264, + "target": 17331, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12384,7 +12400,7 @@ } }, { - "id": 14227, + "id": 14294, "name": "$gte", "variant": "declaration", "kind": 1024, @@ -12393,11 +12409,11 @@ }, "type": { "type": "reference", - "target": 17264, + "target": 17331, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12408,7 +12424,7 @@ } }, { - "id": 14228, + "id": 14295, "name": "$lt", "variant": "declaration", "kind": 1024, @@ -12417,11 +12433,11 @@ }, "type": { "type": "reference", - "target": 17264, + "target": 17331, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12432,7 +12448,7 @@ } }, { - "id": 14229, + "id": 14296, "name": "$lte", "variant": "declaration", "kind": 1024, @@ -12441,11 +12457,11 @@ }, "type": { "type": "reference", - "target": 17264, + "target": 17331, "typeArguments": [ { "type": "reference", - "target": 14238, + "target": 14305, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12456,7 +12472,7 @@ } }, { - "id": 14230, + "id": 14297, "name": "$like", "variant": "declaration", "kind": 1024, @@ -12469,7 +12485,7 @@ } }, { - "id": 14231, + "id": 14298, "name": "$re", "variant": "declaration", "kind": 1024, @@ -12482,7 +12498,7 @@ } }, { - "id": 14232, + "id": 14299, "name": "$ilike", "variant": "declaration", "kind": 1024, @@ -12495,7 +12511,7 @@ } }, { - "id": 14233, + "id": 14300, "name": "$fulltext", "variant": "declaration", "kind": 1024, @@ -12508,7 +12524,7 @@ } }, { - "id": 14234, + "id": 14301, "name": "$overlap", "variant": "declaration", "kind": 1024, @@ -12524,7 +12540,7 @@ } }, { - "id": 14235, + "id": 14302, "name": "$contains", "variant": "declaration", "kind": 1024, @@ -12540,7 +12556,7 @@ } }, { - "id": 14236, + "id": 14303, "name": "$contained", "variant": "declaration", "kind": 1024, @@ -12556,7 +12572,7 @@ } }, { - "id": 14237, + "id": 14304, "name": "$exists", "variant": "declaration", "kind": 1024, @@ -12573,25 +12589,25 @@ { "title": "Properties", "children": [ - 14219, - 14220, - 14221, - 14222, - 14223, - 14224, - 14225, - 14226, - 14227, - 14228, - 14229, - 14230, - 14231, - 14232, - 14233, - 14234, - 14235, - 14236, - 14237 + 14286, + 14287, + 14288, + 14289, + 14290, + 14291, + 14292, + 14293, + 14294, + 14295, + 14296, + 14297, + 14298, + 14299, + 14300, + 14301, + 14302, + 14303, + 14304 ] } ] @@ -12599,14 +12615,14 @@ } }, { - "id": 14211, + "id": 14278, "name": "FilterQuery", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14215, + "id": 14282, "name": "T", "variant": "typeParam", "kind": 131072, @@ -12617,7 +12633,7 @@ } }, { - "id": 14216, + "id": 14283, "name": "Prev", "variant": "typeParam", "kind": 131072, @@ -12636,7 +12652,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 14216, + "target": 14283, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12657,7 +12673,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 14215, + "target": 14282, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12679,7 +12695,7 @@ }, "objectType": { "type": "reference", - "target": 14215, + "target": 14282, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12736,7 +12752,7 @@ }, "objectType": { "type": "reference", - "target": 14215, + "target": 14282, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12744,7 +12760,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "indexedAccess", @@ -12760,7 +12776,7 @@ }, "objectType": { "type": "reference", - "target": 14215, + "target": 14282, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12788,7 +12804,7 @@ }, "objectType": { "type": "reference", - "target": 14215, + "target": 14282, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12813,21 +12829,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 14212, + "id": 14279, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 14213, + "id": 14280, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 14214, + "id": 14281, "name": "x", "variant": "param", "kind": 32768, @@ -12864,7 +12880,7 @@ }, "trueType": { "type": "reference", - "target": 14211, + "target": 14278, "typeArguments": [ { "type": "reference", @@ -12891,14 +12907,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 14216, + "target": 14283, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 17261, + "target": 17328, "name": "PrevLimit", "package": "@medusajs/types" } @@ -12932,30 +12948,30 @@ { "title": "Interfaces", "children": [ - 14239, - 14243, - 14253, - 14263, - 14271, - 14348, - 14391, - 14394 + 14306, + 14310, + 14320, + 14330, + 14338, + 14415, + 14458, + 14461 ] }, { "title": "Type Aliases", "children": [ - 14397, - 14398, - 14266, - 14217, - 14211 + 14464, + 14465, + 14333, + 14284, + 14278 ] } ] }, { - "id": 17273, + "id": 17340, "name": "EntityClassName", "variant": "declaration", "kind": 2097152, @@ -12966,7 +12982,7 @@ } }, { - "id": 17274, + "id": 17341, "name": "EntityValues", "variant": "declaration", "kind": 2097152, @@ -12976,14 +12992,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17275, + "id": 17342, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17276, + "id": 17343, "name": "id", "variant": "declaration", "kind": 1024, @@ -12998,7 +13014,7 @@ { "title": "Properties", "children": [ - 17276 + 17343 ] } ] @@ -13007,7 +13023,7 @@ } }, { - "id": 17277, + "id": 17344, "name": "BaseRepositoryService", "variant": "declaration", "kind": 256, @@ -13022,21 +13038,21 @@ }, "children": [ { - "id": 17278, + "id": 17345, "name": "transaction", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17279, + "id": 17346, "name": "transaction", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 17280, + "id": 17347, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -13049,7 +13065,7 @@ ], "parameters": [ { - "id": 17281, + "id": 17348, "name": "task", "variant": "param", "kind": 32768, @@ -13057,28 +13073,28 @@ "type": { "type": "reflection", "declaration": { - "id": 17282, + "id": 17349, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17283, + "id": 17350, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17284, + "id": 17351, "name": "transactionManager", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 14326, + "target": 14393, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13106,7 +13122,7 @@ } }, { - "id": 17285, + "id": 17352, "name": "context", "variant": "param", "kind": 32768, @@ -13116,14 +13132,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17286, + "id": 17353, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17287, + "id": 17354, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -13136,7 +13152,7 @@ } }, { - "id": 17288, + "id": 17355, "name": "transaction", "variant": "declaration", "kind": 1024, @@ -13145,14 +13161,14 @@ }, "type": { "type": "reference", - "target": 14326, + "target": 14393, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 17289, + "id": 17356, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -13169,9 +13185,9 @@ { "title": "Properties", "children": [ - 17287, - 17288, - 17289 + 17354, + 17355, + 17356 ] } ] @@ -13198,21 +13214,21 @@ ] }, { - "id": 17290, + "id": 17357, "name": "getFreshManager", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17291, + "id": 17358, "name": "getFreshManager", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 17292, + "id": 17359, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -13225,7 +13241,7 @@ ], "type": { "type": "reference", - "target": 14338, + "target": 14405, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13234,21 +13250,21 @@ ] }, { - "id": 17293, + "id": 17360, "name": "getActiveManager", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17294, + "id": 17361, "name": "getActiveManager", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 17295, + "id": 17362, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -13261,7 +13277,7 @@ ], "type": { "type": "reference", - "target": 14341, + "target": 14408, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13270,21 +13286,21 @@ ] }, { - "id": 17296, + "id": 17363, "name": "serialize", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17297, + "id": 17364, "name": "serialize", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 17298, + "id": 17365, "name": "TOutput", "variant": "typeParam", "kind": 131072, @@ -13309,7 +13325,7 @@ ], "parameters": [ { - "id": 17299, + "id": 17366, "name": "data", "variant": "param", "kind": 32768, @@ -13320,7 +13336,7 @@ } }, { - "id": 17300, + "id": 17367, "name": "options", "variant": "param", "kind": 32768, @@ -13342,7 +13358,7 @@ "typeArguments": [ { "type": "reference", - "target": 14344, + "target": 14411, "name": "TOutput", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13359,16 +13375,16 @@ { "title": "Methods", "children": [ - 17278, - 17290, - 17293, - 17296 + 17345, + 17357, + 17360, + 17363 ] } ], "typeParameters": [ { - "id": 17301, + "id": 17368, "name": "T", "variant": "typeParam", "kind": 131072, @@ -13382,25 +13398,25 @@ "extendedBy": [ { "type": "reference", - "target": 14271, + "target": 14338, "name": "RepositoryService" }, { "type": "reference", - "target": 14348, + "target": 14415, "name": "TreeRepositoryService" } ] }, { - "id": 17268, + "id": 17335, "name": "Dictionary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17272, + "id": 17339, "name": "T", "variant": "typeParam", "kind": 131072, @@ -13414,21 +13430,21 @@ "type": { "type": "reflection", "declaration": { - "id": 17269, + "id": 17336, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 17270, + "id": 17337, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17271, + "id": 17338, "name": "k", "variant": "param", "kind": 32768, @@ -13441,7 +13457,7 @@ ], "type": { "type": "reference", - "target": 17272, + "target": 17339, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13452,14 +13468,14 @@ } }, { - "id": 17262, + "id": 17329, "name": "Query", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17263, + "id": 17330, "name": "T", "variant": "typeParam", "kind": 131072, @@ -13470,7 +13486,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17263, + "target": 17330, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13483,14 +13499,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17263, + "target": 17330, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 17469, + "target": 17536, "name": "Scalar", "package": "@medusajs/types" }, @@ -13500,11 +13516,11 @@ }, "falseType": { "type": "reference", - "target": 14211, + "target": 14278, "typeArguments": [ { "type": "reference", - "target": 17263, + "target": 17330, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13516,11 +13532,11 @@ }, "falseType": { "type": "reference", - "target": 17473, + "target": 17540, "typeArguments": [ { "type": "reference", - "target": 17263, + "target": 17330, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13532,14 +13548,14 @@ } }, { - "id": 17264, + "id": 17331, "name": "ExpandScalar", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17265, + "id": 17332, "name": "T", "variant": "typeParam", "kind": 131072, @@ -13557,7 +13573,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17265, + "target": 17332, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13588,7 +13604,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17265, + "target": 17332, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13622,7 +13638,7 @@ }, "falseType": { "type": "reference", - "target": 17265, + "target": 17332, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13633,7 +13649,7 @@ } }, { - "id": 17469, + "id": 17536, "name": "Scalar", "variant": "declaration", "kind": 2097152, @@ -13692,21 +13708,21 @@ { "type": "reflection", "declaration": { - "id": 17470, + "id": 17537, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17471, + "id": 17538, "name": "toHexString", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17472, + "id": 17539, "name": "toHexString", "variant": "signature", "kind": 4096, @@ -13723,7 +13739,7 @@ { "title": "Methods", "children": [ - 17471 + 17538 ] } ] @@ -13733,14 +13749,14 @@ } }, { - "id": 17548, + "id": 17615, "name": "ReadonlyPrimary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17549, + "id": 17616, "name": "T", "variant": "typeParam", "kind": 131072, @@ -13751,7 +13767,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17549, + "target": 17616, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13772,7 +13788,7 @@ "typeArguments": [ { "type": "reference", - "target": 17549, + "target": 17616, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13783,7 +13799,7 @@ }, "falseType": { "type": "reference", - "target": 17549, + "target": 17616, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13791,14 +13807,14 @@ } }, { - "id": 17538, + "id": 17605, "name": "Primary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17547, + "id": 17614, "name": "T", "variant": "typeParam", "kind": 131072, @@ -13809,7 +13825,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17547, + "target": 17614, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13817,14 +13833,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 17539, + "id": 17606, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17540, + "id": 17607, "name": "[PrimaryKeyType]", "variant": "declaration", "kind": 1024, @@ -13841,7 +13857,7 @@ { "title": "Properties", "children": [ - 17540 + 17607 ] } ] @@ -13849,7 +13865,7 @@ }, "trueType": { "type": "reference", - "target": 17548, + "target": 17615, "typeArguments": [ { "type": "reference", @@ -13869,7 +13885,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17547, + "target": 17614, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13877,14 +13893,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 17541, + "id": 17608, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17542, + "id": 17609, "name": "_id", "variant": "declaration", "kind": 1024, @@ -13901,7 +13917,7 @@ { "title": "Properties", "children": [ - 17542 + 17609 ] } ] @@ -13912,7 +13928,7 @@ "types": [ { "type": "reference", - "target": 17548, + "target": 17615, "typeArguments": [ { "type": "reference", @@ -13938,7 +13954,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17547, + "target": 17614, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13946,14 +13962,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 17543, + "id": 17610, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17544, + "id": 17611, "name": "uuid", "variant": "declaration", "kind": 1024, @@ -13970,7 +13986,7 @@ { "title": "Properties", "children": [ - 17544 + 17611 ] } ] @@ -13978,7 +13994,7 @@ }, "trueType": { "type": "reference", - "target": 17548, + "target": 17615, "typeArguments": [ { "type": "reference", @@ -13998,7 +14014,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17547, + "target": 17614, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14006,14 +14022,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 17545, + "id": 17612, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17546, + "id": 17613, "name": "id", "variant": "declaration", "kind": 1024, @@ -14030,7 +14046,7 @@ { "title": "Properties", "children": [ - 17546 + 17613 ] } ] @@ -14038,7 +14054,7 @@ }, "trueType": { "type": "reference", - "target": 17548, + "target": 17615, "typeArguments": [ { "type": "reference", @@ -14064,14 +14080,14 @@ } }, { - "id": 17527, + "id": 17594, "name": "FilterValue2", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17528, + "id": 17595, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14083,18 +14099,18 @@ "types": [ { "type": "reference", - "target": 17528, + "target": 17595, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 17264, + "target": 17331, "typeArguments": [ { "type": "reference", - "target": 17528, + "target": 17595, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14105,11 +14121,11 @@ }, { "type": "reference", - "target": 17538, + "target": 17605, "typeArguments": [ { "type": "reference", - "target": 17528, + "target": 17595, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14122,14 +14138,14 @@ } }, { - "id": 17473, + "id": 17540, "name": "FilterValue", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17474, + "id": 17541, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14141,15 +14157,15 @@ "types": [ { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "reference", - "target": 17527, + "target": 17594, "typeArguments": [ { "type": "reference", - "target": 17474, + "target": 17541, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14164,11 +14180,11 @@ }, { "type": "reference", - "target": 17527, + "target": 17594, "typeArguments": [ { "type": "reference", - "target": 17474, + "target": 17541, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14181,11 +14197,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 17527, + "target": 17594, "typeArguments": [ { "type": "reference", - "target": 17474, + "target": 17541, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14203,7 +14219,7 @@ } }, { - "id": 17261, + "id": 17328, "name": "PrevLimit", "variant": "declaration", "kind": 2097152, @@ -14231,14 +14247,14 @@ } }, { - "id": 17266, + "id": 17333, "name": "Order", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17267, + "id": 17334, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14253,7 +14269,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 17267, + "target": 17334, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14272,7 +14288,7 @@ }, { "type": "reference", - "target": 17266, + "target": 17333, "typeArguments": [ { "type": "conditional", @@ -14290,7 +14306,7 @@ }, "objectType": { "type": "reference", - "target": 17267, + "target": 17334, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14323,7 +14339,7 @@ }, "objectType": { "type": "reference", - "target": 17267, + "target": 17334, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14344,7 +14360,7 @@ }, "objectType": { "type": "reference", - "target": 17267, + "target": 17334, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14361,14 +14377,14 @@ } }, { - "id": 16862, + "id": 16929, "name": "DmlTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16863, + "id": 16930, "name": "IsDmlEntity", "variant": "declaration", "kind": 32, @@ -14387,7 +14403,7 @@ "type": "query", "queryType": { "type": "reference", - "target": 16863, + "target": 16930, "name": "IsDmlEntity", "package": "@medusajs/types" } @@ -14395,7 +14411,7 @@ "defaultValue": "..." }, { - "id": 16864, + "id": 16931, "name": "DMLSchema", "variant": "declaration", "kind": 2097152, @@ -14424,7 +14440,7 @@ "types": [ { "type": "reference", - "target": 16898, + "target": 16965, "typeArguments": [ { "type": "intrinsic", @@ -14436,7 +14452,7 @@ }, { "type": "reference", - "target": 16916, + "target": 16983, "typeArguments": [ { "type": "intrinsic", @@ -14454,7 +14470,7 @@ } }, { - "id": 16865, + "id": 16932, "name": "IDmlEntityConfig", "variant": "declaration", "kind": 2097152, @@ -14469,14 +14485,14 @@ { "type": "reflection", "declaration": { - "id": 16866, + "id": 16933, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16867, + "id": 16934, "name": "name", "variant": "declaration", "kind": 1024, @@ -14489,7 +14505,7 @@ } }, { - "id": 16868, + "id": 16935, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -14504,8 +14520,8 @@ { "title": "Properties", "children": [ - 16867, - 16868 + 16934, + 16935 ] } ] @@ -14515,21 +14531,21 @@ } }, { - "id": 16869, + "id": 16936, "name": "InferDmlEntityNameFromConfig", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 16874, + "id": 16941, "name": "TConfig", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 16865, + "target": 16932, "name": "IDmlEntityConfig", "package": "@medusajs/types" } @@ -14539,7 +14555,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16874, + "target": 16941, "name": "TConfig", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14550,11 +14566,11 @@ }, "trueType": { "type": "reference", - "target": 14208, + "target": 14275, "typeArguments": [ { "type": "reference", - "target": 16874, + "target": 16941, "name": "TConfig", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14567,7 +14583,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16874, + "target": 16941, "name": "TConfig", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14575,14 +14591,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 16870, + "id": 16937, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16871, + "id": 16938, "name": "name", "variant": "declaration", "kind": 1024, @@ -14597,7 +14613,7 @@ { "title": "Properties", "children": [ - 16871 + 16938 ] } ] @@ -14605,7 +14621,7 @@ }, "trueType": { "type": "reference", - "target": 14208, + "target": 14275, "typeArguments": [ { "type": "indexedAccess", @@ -14615,7 +14631,7 @@ }, "objectType": { "type": "reference", - "target": 16874, + "target": 16941, "name": "TConfig", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14629,7 +14645,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16874, + "target": 16941, "name": "TConfig", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14637,14 +14653,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 16872, + "id": 16939, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16873, + "id": 16940, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -14659,7 +14675,7 @@ { "title": "Properties", "children": [ - 16873 + 16940 ] } ] @@ -14667,7 +14683,7 @@ }, "trueType": { "type": "reference", - "target": 14208, + "target": 14275, "typeArguments": [ { "type": "indexedAccess", @@ -14677,7 +14693,7 @@ }, "objectType": { "type": "reference", - "target": 16874, + "target": 16941, "name": "TConfig", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14696,7 +14712,7 @@ } }, { - "id": 16875, + "id": 16942, "name": "IDmlEntity", "variant": "declaration", "kind": 256, @@ -14711,7 +14727,7 @@ }, "children": [ { - "id": 16878, + "id": 16945, "name": "[IsDmlEntity]", "variant": "declaration", "kind": 1024, @@ -14722,18 +14738,18 @@ } }, { - "id": 16876, + "id": 16943, "name": "name", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16869, + "target": 16936, "typeArguments": [ { "type": "reference", - "target": 16880, + "target": 16947, "name": "Config", "package": "@medusajs/types", "qualifiedName": "IDmlEntity.Config", @@ -14745,14 +14761,14 @@ } }, { - "id": 16877, + "id": 16944, "name": "schema", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16879, + "target": 16946, "name": "Schema", "package": "@medusajs/types", "qualifiedName": "IDmlEntity.Schema", @@ -14764,35 +14780,35 @@ { "title": "Properties", "children": [ - 16878, - 16876, - 16877 + 16945, + 16943, + 16944 ] } ], "typeParameters": [ { - "id": 16879, + "id": 16946, "name": "Schema", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 16864, + "target": 16931, "name": "DMLSchema", "package": "@medusajs/types" } }, { - "id": 16880, + "id": 16947, "name": "Config", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 16865, + "target": 16932, "name": "IDmlEntityConfig", "package": "@medusajs/types" } @@ -14800,7 +14816,7 @@ ] }, { - "id": 16881, + "id": 16948, "name": "KnownDataTypes", "variant": "declaration", "kind": 2097152, @@ -14856,7 +14872,7 @@ } }, { - "id": 16882, + "id": 16949, "name": "RelationshipTypes", "variant": "declaration", "kind": 2097152, @@ -14892,7 +14908,7 @@ } }, { - "id": 16883, + "id": 16950, "name": "PropertyMetadata", "variant": "declaration", "kind": 2097152, @@ -14908,14 +14924,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16884, + "id": 16951, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16885, + "id": 16952, "name": "fieldName", "variant": "declaration", "kind": 1024, @@ -14926,7 +14942,7 @@ } }, { - "id": 16886, + "id": 16953, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -14939,7 +14955,7 @@ } }, { - "id": 16887, + "id": 16954, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -14950,7 +14966,7 @@ } }, { - "id": 16888, + "id": 16955, "name": "dataType", "variant": "declaration", "kind": 1024, @@ -14958,27 +14974,27 @@ "type": { "type": "reflection", "declaration": { - "id": 16889, + "id": 16956, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16890, + "id": 16957, "name": "name", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16881, + "target": 16948, "name": "KnownDataTypes", "package": "@medusajs/types" } }, { - "id": 16891, + "id": 16958, "name": "options", "variant": "declaration", "kind": 1024, @@ -15010,8 +15026,8 @@ { "title": "Properties", "children": [ - 16890, - 16891 + 16957, + 16958 ] } ] @@ -15019,7 +15035,7 @@ } }, { - "id": 16892, + "id": 16959, "name": "indexes", "variant": "declaration", "kind": 1024, @@ -15029,14 +15045,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16893, + "id": 16960, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16894, + "id": 16961, "name": "name", "variant": "declaration", "kind": 1024, @@ -15049,7 +15065,7 @@ } }, { - "id": 16895, + "id": 16962, "name": "type", "variant": "declaration", "kind": 1024, @@ -15073,8 +15089,8 @@ { "title": "Properties", "children": [ - 16894, - 16895 + 16961, + 16962 ] } ] @@ -15083,7 +15099,7 @@ } }, { - "id": 16896, + "id": 16963, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -15092,14 +15108,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 16908, + "target": 16975, "name": "RelationshipMetadata", "package": "@medusajs/types" } } }, { - "id": 16897, + "id": 16964, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -15116,13 +15132,13 @@ { "title": "Properties", "children": [ - 16885, - 16886, - 16887, - 16888, - 16892, - 16896, - 16897 + 16952, + 16953, + 16954, + 16955, + 16959, + 16963, + 16964 ] } ] @@ -15130,7 +15146,7 @@ } }, { - "id": 16898, + "id": 16965, "name": "PropertyType", "variant": "declaration", "kind": 2097152, @@ -15145,7 +15161,7 @@ }, "typeParameters": [ { - "id": 16904, + "id": 16971, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15155,42 +15171,42 @@ "type": { "type": "reflection", "declaration": { - "id": 16899, + "id": 16966, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16900, + "id": 16967, "name": "$dataType", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16904, + "target": 16971, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 16901, + "id": 16968, "name": "parse", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16902, + "id": 16969, "name": "parse", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16903, + "id": 16970, "name": "fieldName", "variant": "param", "kind": 32768, @@ -15203,7 +15219,7 @@ ], "type": { "type": "reference", - "target": 16883, + "target": 16950, "name": "PropertyMetadata", "package": "@medusajs/types" } @@ -15215,13 +15231,13 @@ { "title": "Properties", "children": [ - 16900 + 16967 ] }, { "title": "Methods", "children": [ - 16901 + 16968 ] } ] @@ -15229,7 +15245,7 @@ } }, { - "id": 16905, + "id": 16972, "name": "RelationshipOptions", "variant": "declaration", "kind": 2097152, @@ -15248,14 +15264,14 @@ { "type": "reflection", "declaration": { - "id": 16906, + "id": 16973, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16907, + "id": 16974, "name": "mappedBy", "variant": "declaration", "kind": 1024, @@ -15288,7 +15304,7 @@ { "title": "Properties", "children": [ - 16907 + 16974 ] } ] @@ -15317,7 +15333,7 @@ } }, { - "id": 16908, + "id": 16975, "name": "RelationshipMetadata", "variant": "declaration", "kind": 2097152, @@ -15333,14 +15349,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16909, + "id": 16976, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16910, + "id": 16977, "name": "name", "variant": "declaration", "kind": 1024, @@ -15351,20 +15367,20 @@ } }, { - "id": 16911, + "id": 16978, "name": "type", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16882, + "target": 16949, "name": "RelationshipTypes", "package": "@medusajs/types" } }, { - "id": 16912, + "id": 16979, "name": "entity", "variant": "declaration", "kind": 1024, @@ -15375,7 +15391,7 @@ } }, { - "id": 16913, + "id": 16980, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -15386,7 +15402,7 @@ } }, { - "id": 16914, + "id": 16981, "name": "mappedBy", "variant": "declaration", "kind": 1024, @@ -15399,7 +15415,7 @@ } }, { - "id": 16915, + "id": 16982, "name": "options", "variant": "declaration", "kind": 1024, @@ -15429,12 +15445,12 @@ { "title": "Properties", "children": [ - 16910, - 16911, - 16912, - 16913, - 16914, - 16915 + 16977, + 16978, + 16979, + 16980, + 16981, + 16982 ] } ] @@ -15442,7 +15458,7 @@ } }, { - "id": 16916, + "id": 16983, "name": "RelationshipType", "variant": "declaration", "kind": 2097152, @@ -15457,7 +15473,7 @@ }, "typeParameters": [ { - "id": 16923, + "id": 16990, "name": "T", "variant": "typeParam", "kind": 131072, @@ -15467,55 +15483,55 @@ "type": { "type": "reflection", "declaration": { - "id": 16917, + "id": 16984, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16918, + "id": 16985, "name": "$dataType", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16923, + "target": 16990, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 16919, + "id": 16986, "name": "type", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16882, + "target": 16949, "name": "RelationshipTypes", "package": "@medusajs/types" } }, { - "id": 16920, + "id": 16987, "name": "parse", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16921, + "id": 16988, "name": "parse", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16922, + "id": 16989, "name": "relationshipName", "variant": "param", "kind": 32768, @@ -15528,7 +15544,7 @@ ], "type": { "type": "reference", - "target": 16908, + "target": 16975, "name": "RelationshipMetadata", "package": "@medusajs/types" } @@ -15540,14 +15556,14 @@ { "title": "Properties", "children": [ - 16918, - 16919 + 16985, + 16986 ] }, { "title": "Methods", "children": [ - 16920 + 16987 ] } ] @@ -15555,7 +15571,7 @@ } }, { - "id": 16924, + "id": 16991, "name": "EntityConstructor", "variant": "declaration", "kind": 256, @@ -15570,21 +15586,21 @@ }, "children": [ { - "id": 16926, + "id": 16993, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 16927, + "id": 16994, "name": "new EntityConstructor", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 16925, + "target": 16992, "name": "Props", "package": "@medusajs/types", "qualifiedName": "EntityConstructor.Props", @@ -15608,13 +15624,13 @@ { "title": "Constructors", "children": [ - 16926 + 16993 ] } ], "typeParameters": [ { - "id": 16925, + "id": 16992, "name": "Props", "variant": "typeParam", "kind": 131072, @@ -15634,7 +15650,7 @@ ] }, { - "id": 16928, + "id": 16995, "name": "InferForeignKeys", "variant": "declaration", "kind": 2097152, @@ -15649,14 +15665,14 @@ }, "typeParameters": [ { - "id": 16933, + "id": 17000, "name": "Schema", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 16864, + "target": 16931, "name": "DMLSchema", "package": "@medusajs/types" } @@ -15670,7 +15686,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 16933, + "target": 17000, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -15692,7 +15708,7 @@ }, "objectType": { "type": "reference", - "target": 16933, + "target": 17000, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -15701,14 +15717,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 16929, + "id": 16996, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16930, + "id": 16997, "name": "type", "variant": "declaration", "kind": 1024, @@ -15723,7 +15739,7 @@ { "title": "Properties", "children": [ - 16930 + 16997 ] } ] @@ -15743,7 +15759,7 @@ }, "extendsType": { "type": "reference", - "target": 16882, + "target": 16949, "name": "RelationshipTypes", "package": "@medusajs/types" }, @@ -15777,7 +15793,7 @@ }, "objectType": { "type": "reference", - "target": 16933, + "target": 17000, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -15786,14 +15802,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 16931, + "id": 16998, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16932, + "id": 16999, "name": "type", "variant": "declaration", "kind": 1024, @@ -15808,7 +15824,7 @@ { "title": "Properties", "children": [ - 16932 + 16999 ] } ] @@ -15828,7 +15844,7 @@ }, "extendsType": { "type": "reference", - "target": 16882, + "target": 16949, "name": "RelationshipTypes", "package": "@medusajs/types" }, @@ -15873,7 +15889,7 @@ } }, { - "id": 16934, + "id": 17001, "name": "InferBelongsToFields", "variant": "declaration", "kind": 2097152, @@ -15888,7 +15904,7 @@ }, "typeParameters": [ { - "id": 16939, + "id": 17006, "name": "Relation", "variant": "typeParam", "kind": 131072, @@ -15899,7 +15915,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16939, + "target": 17006, "name": "Relation", "package": "@medusajs/types", "refersToTypeParameter": true @@ -15907,21 +15923,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 16935, + "id": 17002, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16936, + "id": 17003, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "type": { "type": "reference", - "target": 16875, + "target": 16942, "typeArguments": [ { "type": "inferred", @@ -15941,7 +15957,7 @@ }, "trueType": { "type": "reference", - "target": 16948, + "target": 17015, "typeArguments": [ { "type": "reference", @@ -15961,7 +15977,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16939, + "target": 17006, "name": "Relation", "package": "@medusajs/types", "refersToTypeParameter": true @@ -15969,14 +15985,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 16937, + "id": 17004, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16938, + "id": 17005, "name": "__type", "variant": "signature", "kind": 4096, @@ -15986,7 +16002,7 @@ "types": [ { "type": "reference", - "target": 16875, + "target": 16942, "typeArguments": [ { "type": "inferred", @@ -16015,7 +16031,7 @@ "types": [ { "type": "reference", - "target": 16948, + "target": 17015, "typeArguments": [ { "type": "reference", @@ -16045,7 +16061,7 @@ } }, { - "id": 16940, + "id": 17007, "name": "InferHasOneFields", "variant": "declaration", "kind": 2097152, @@ -16060,7 +16076,7 @@ }, "typeParameters": [ { - "id": 16941, + "id": 17008, "name": "Relation", "variant": "typeParam", "kind": 131072, @@ -16069,11 +16085,11 @@ ], "type": { "type": "reference", - "target": 16934, + "target": 17001, "typeArguments": [ { "type": "reference", - "target": 16941, + "target": 17008, "name": "Relation", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16084,7 +16100,7 @@ } }, { - "id": 16942, + "id": 17009, "name": "InferHasManyFields", "variant": "declaration", "kind": 2097152, @@ -16099,7 +16115,7 @@ }, "typeParameters": [ { - "id": 16945, + "id": 17012, "name": "Relation", "variant": "typeParam", "kind": 131072, @@ -16110,7 +16126,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16945, + "target": 17012, "name": "Relation", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16118,21 +16134,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 16943, + "id": 17010, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16944, + "id": 17011, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "type": { "type": "reference", - "target": 16875, + "target": 16942, "typeArguments": [ { "type": "inferred", @@ -16154,7 +16170,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16948, + "target": 17015, "typeArguments": [ { "type": "reference", @@ -16178,7 +16194,7 @@ } }, { - "id": 16946, + "id": 17013, "name": "InferManyToManyFields", "variant": "declaration", "kind": 2097152, @@ -16193,7 +16209,7 @@ }, "typeParameters": [ { - "id": 16947, + "id": 17014, "name": "Relation", "variant": "typeParam", "kind": 131072, @@ -16202,11 +16218,11 @@ ], "type": { "type": "reference", - "target": 16942, + "target": 17009, "typeArguments": [ { "type": "reference", - "target": 16947, + "target": 17014, "name": "Relation", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16217,7 +16233,7 @@ } }, { - "id": 16948, + "id": 17015, "name": "InferSchemaFields", "variant": "declaration", "kind": 2097152, @@ -16232,14 +16248,14 @@ }, "typeParameters": [ { - "id": 16949, + "id": 17016, "name": "Schema", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 16864, + "target": 16931, "name": "DMLSchema", "package": "@medusajs/types" } @@ -16247,7 +16263,7 @@ ], "type": { "type": "reference", - "target": 13972, + "target": 14039, "typeArguments": [ { "type": "mapped", @@ -16257,7 +16273,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 16949, + "target": 17016, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16279,7 +16295,7 @@ }, "objectType": { "type": "reference", - "target": 16949, + "target": 17016, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16287,7 +16303,7 @@ }, "extendsType": { "type": "reference", - "target": 16916, + "target": 16983, "typeArguments": [ { "type": "intrinsic", @@ -16319,7 +16335,7 @@ }, "objectType": { "type": "reference", - "target": 16949, + "target": 17016, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16332,7 +16348,7 @@ }, "trueType": { "type": "reference", - "target": 16934, + "target": 17001, "typeArguments": [ { "type": "indexedAccess", @@ -16354,7 +16370,7 @@ }, "objectType": { "type": "reference", - "target": 16949, + "target": 17016, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16387,7 +16403,7 @@ }, "objectType": { "type": "reference", - "target": 16949, + "target": 17016, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16400,7 +16416,7 @@ }, "trueType": { "type": "reference", - "target": 16940, + "target": 17007, "typeArguments": [ { "type": "indexedAccess", @@ -16422,7 +16438,7 @@ }, "objectType": { "type": "reference", - "target": 16949, + "target": 17016, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16455,7 +16471,7 @@ }, "objectType": { "type": "reference", - "target": 16949, + "target": 17016, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16468,7 +16484,7 @@ }, "trueType": { "type": "reference", - "target": 16942, + "target": 17009, "typeArguments": [ { "type": "indexedAccess", @@ -16490,7 +16506,7 @@ }, "objectType": { "type": "reference", - "target": 16949, + "target": 17016, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16523,7 +16539,7 @@ }, "objectType": { "type": "reference", - "target": 16949, + "target": 17016, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16536,7 +16552,7 @@ }, "trueType": { "type": "reference", - "target": 16946, + "target": 17013, "typeArguments": [ { "type": "indexedAccess", @@ -16558,7 +16574,7 @@ }, "objectType": { "type": "reference", - "target": 16949, + "target": 17016, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16597,7 +16613,7 @@ }, "objectType": { "type": "reference", - "target": 16949, + "target": 17016, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16612,7 +16628,7 @@ } }, { - "id": 16950, + "id": 17017, "name": "Infer", "variant": "declaration", "kind": 2097152, @@ -16627,7 +16643,7 @@ }, "typeParameters": [ { - "id": 16951, + "id": 17018, "name": "T", "variant": "typeParam", "kind": 131072, @@ -16638,14 +16654,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16951, + "target": 17018, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 16875, + "target": 16942, "typeArguments": [ { "type": "inferred", @@ -16661,11 +16677,11 @@ }, "trueType": { "type": "reference", - "target": 16924, + "target": 16991, "typeArguments": [ { "type": "reference", - "target": 16948, + "target": 17015, "typeArguments": [ { "type": "reference", @@ -16692,7 +16708,7 @@ } }, { - "id": 16952, + "id": 17019, "name": "ExtractEntityRelations", "variant": "declaration", "kind": 2097152, @@ -16707,7 +16723,7 @@ }, "typeParameters": [ { - "id": 16955, + "id": 17022, "name": "Schema", "variant": "typeParam", "kind": 131072, @@ -16733,14 +16749,14 @@ } }, { - "id": 16956, + "id": 17023, "name": "OfType", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 16882, + "target": 16949, "name": "RelationshipTypes", "package": "@medusajs/types" } @@ -16758,7 +16774,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 16955, + "target": 17022, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16781,7 +16797,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 16955, + "target": 17022, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16809,7 +16825,7 @@ }, "objectType": { "type": "reference", - "target": 16955, + "target": 17022, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16817,7 +16833,7 @@ }, "extendsType": { "type": "reference", - "target": 16916, + "target": 16983, "typeArguments": [ { "type": "intrinsic", @@ -16843,7 +16859,7 @@ }, "objectType": { "type": "reference", - "target": 16955, + "target": 17022, "name": "Schema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16852,21 +16868,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 16953, + "id": 17020, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16954, + "id": 17021, "name": "type", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16956, + "target": 17023, "name": "OfType", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16877,7 +16893,7 @@ { "title": "Properties", "children": [ - 16954 + 17021 ] } ] @@ -16908,7 +16924,7 @@ } }, { - "id": 16957, + "id": 17024, "name": "EntityCascades", "variant": "declaration", "kind": 2097152, @@ -16923,7 +16939,7 @@ }, "typeParameters": [ { - "id": 16960, + "id": 17027, "name": "Relationships", "variant": "typeParam", "kind": 131072, @@ -16933,14 +16949,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16958, + "id": 17025, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16959, + "id": 17026, "name": "delete", "variant": "declaration", "kind": 1024, @@ -16957,7 +16973,7 @@ }, "type": { "type": "reference", - "target": 16960, + "target": 17027, "name": "Relationships", "package": "@medusajs/types", "refersToTypeParameter": true @@ -16968,7 +16984,7 @@ { "title": "Properties", "children": [ - 16959 + 17026 ] } ] @@ -16976,7 +16992,7 @@ } }, { - "id": 16961, + "id": 17028, "name": "InferTypeOf", "variant": "declaration", "kind": 2097152, @@ -16991,14 +17007,14 @@ }, "typeParameters": [ { - "id": 16962, + "id": 17029, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 16875, + "target": 16942, "typeArguments": [ { "type": "intrinsic", @@ -17023,11 +17039,11 @@ "typeArguments": [ { "type": "reference", - "target": 16950, + "target": 17017, "typeArguments": [ { "type": "reference", - "target": 16962, + "target": 17029, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -17042,7 +17058,7 @@ } }, { - "id": 16963, + "id": 17030, "name": "InferEntityType", "variant": "declaration", "kind": 2097152, @@ -17057,7 +17073,7 @@ }, "typeParameters": [ { - "id": 16964, + "id": 17031, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17068,14 +17084,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16964, + "target": 17031, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 16875, + "target": 16942, "typeArguments": [ { "type": "intrinsic", @@ -17091,11 +17107,11 @@ }, "trueType": { "type": "reference", - "target": 16961, + "target": 17028, "typeArguments": [ { "type": "reference", - "target": 16964, + "target": 17031, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -17106,7 +17122,7 @@ }, "falseType": { "type": "reference", - "target": 16964, + "target": 17031, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -17114,7 +17130,7 @@ } }, { - "id": 16965, + "id": 17032, "name": "InferIndexableProperties", "variant": "declaration", "kind": 2097152, @@ -17129,7 +17145,7 @@ }, "typeParameters": [ { - "id": 16968, + "id": 17035, "name": "T", "variant": "typeParam", "kind": 131072, @@ -17143,14 +17159,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 16968, + "target": 17035, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 16875, + "target": 16942, "typeArguments": [ { "type": "inferred", @@ -17216,14 +17232,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 16966, + "id": 17033, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16967, + "id": 17034, "name": "type", "variant": "declaration", "kind": 1024, @@ -17238,7 +17254,7 @@ { "title": "Properties", "children": [ - 16967 + 17034 ] } ] @@ -17258,7 +17274,7 @@ }, "extendsType": { "type": "reference", - "target": 16882, + "target": 16949, "name": "RelationshipTypes", "package": "@medusajs/types" }, @@ -17291,7 +17307,7 @@ }, { "type": "reference", - "target": 16928, + "target": 16995, "typeArguments": [ { "type": "reference", @@ -17317,33 +17333,33 @@ } }, { - "id": 16969, + "id": 17036, "name": "EntityIndex", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 16975, + "id": 17042, "name": "TSchema", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 16864, + "target": 16931, "name": "DMLSchema", "package": "@medusajs/types" }, "default": { "type": "reference", - "target": 16864, + "target": 16931, "name": "DMLSchema", "package": "@medusajs/types" } }, { - "id": 16976, + "id": 17043, "name": "TWhere", "variant": "typeParam", "kind": 131072, @@ -17357,14 +17373,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16970, + "id": 17037, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16971, + "id": 17038, "name": "name", "variant": "declaration", "kind": 1024, @@ -17385,7 +17401,7 @@ } }, { - "id": 16972, + "id": 17039, "name": "unique", "variant": "declaration", "kind": 1024, @@ -17406,7 +17422,7 @@ } }, { - "id": 16973, + "id": 17040, "name": "on", "variant": "declaration", "kind": 1024, @@ -17423,15 +17439,15 @@ "type": "array", "elementType": { "type": "reference", - "target": 16965, + "target": 17032, "typeArguments": [ { "type": "reference", - "target": 16875, + "target": 16942, "typeArguments": [ { "type": "reference", - "target": 16975, + "target": 17042, "name": "TSchema", "package": "@medusajs/types", "refersToTypeParameter": true @@ -17451,7 +17467,7 @@ } }, { - "id": 16974, + "id": 17041, "name": "where", "variant": "declaration", "kind": 1024, @@ -17468,7 +17484,7 @@ }, "type": { "type": "reference", - "target": 16976, + "target": 17043, "name": "TWhere", "package": "@medusajs/types", "refersToTypeParameter": true @@ -17479,10 +17495,10 @@ { "title": "Properties", "children": [ - 16971, - 16972, - 16973, - 16974 + 17038, + 17039, + 17040, + 17041 ] } ] @@ -17490,7 +17506,7 @@ } }, { - "id": 16977, + "id": 17044, "name": "SimpleQueryValue", "variant": "declaration", "kind": 2097152, @@ -17518,7 +17534,7 @@ } }, { - "id": 16978, + "id": 17045, "name": "NeQueryValue", "variant": "declaration", "kind": 2097152, @@ -17526,21 +17542,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16979, + "id": 17046, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16980, + "id": 17047, "name": "$ne", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16977, + "target": 17044, "name": "SimpleQueryValue", "package": "@medusajs/types" } @@ -17550,7 +17566,7 @@ { "title": "Properties", "children": [ - 16980 + 17047 ] } ] @@ -17558,7 +17574,7 @@ } }, { - "id": 16981, + "id": 17048, "name": "QueryValue", "variant": "declaration", "kind": 2097152, @@ -17568,13 +17584,13 @@ "types": [ { "type": "reference", - "target": 16977, + "target": 17044, "name": "SimpleQueryValue", "package": "@medusajs/types" }, { "type": "reference", - "target": 16978, + "target": 17045, "name": "NeQueryValue", "package": "@medusajs/types" } @@ -17582,27 +17598,27 @@ } }, { - "id": 16982, + "id": 17049, "name": "QueryCondition", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 16983, + "id": 17050, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 16864, + "target": 16931, "name": "DMLSchema", "package": "@medusajs/types" }, "default": { "type": "reference", - "target": 16864, + "target": 16931, "name": "DMLSchema", "package": "@medusajs/types" } @@ -17622,11 +17638,11 @@ }, "objectType": { "type": "reference", - "target": 16875, + "target": 16942, "typeArguments": [ { "type": "reference", - "target": 16983, + "target": 17050, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -17657,7 +17673,7 @@ }, "objectType": { "type": "reference", - "target": 16983, + "target": 17050, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -17669,17 +17685,17 @@ }, "trueType": { "type": "reference", - "target": 16981, + "target": 17048, "name": "QueryValue", "package": "@medusajs/types" }, "falseType": { "type": "reference", - "target": 16982, + "target": 17049, "typeArguments": [ { "type": "reference", - "target": 16983, + "target": 17050, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -17697,66 +17713,66 @@ { "title": "Interfaces", "children": [ - 16875, - 16924 + 16942, + 16991 ] }, { "title": "Type Aliases", "children": [ - 16864, - 16865, - 16869, - 16881, - 16882, - 16883, - 16898, - 16905, - 16908, - 16916, - 16928, - 16934, - 16940, - 16942, - 16946, + 16931, + 16932, + 16936, 16948, + 16949, 16950, - 16952, - 16957, - 16961, - 16963, 16965, - 16969, - 16977, - 16978, - 16981, - 16982 + 16972, + 16975, + 16983, + 16995, + 17001, + 17007, + 17009, + 17013, + 17015, + 17017, + 17019, + 17024, + 17028, + 17030, + 17032, + 17036, + 17044, + 17045, + 17048, + 17049 ] }, { "title": "Variables", "children": [ - 16863 + 16930 ] } ] }, { - "id": 14399, + "id": 14466, "name": "EventBusTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 14400, + "id": 14467, "name": "Subscriber", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14404, + "id": 14471, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -17770,32 +17786,32 @@ "type": { "type": "reflection", "declaration": { - "id": 14401, + "id": 14468, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 14402, + "id": 14469, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14403, + "id": 14470, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 14415, + "target": 14482, "typeArguments": [ { "type": "reference", - "target": 14404, + "target": 14471, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -17827,7 +17843,7 @@ } }, { - "id": 14405, + "id": 14472, "name": "SubscriberContext", "variant": "declaration", "kind": 2097152, @@ -17835,14 +17851,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14406, + "id": 14473, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14407, + "id": 14474, "name": "subscriberId", "variant": "declaration", "kind": 1024, @@ -17857,7 +17873,7 @@ { "title": "Properties", "children": [ - 14407 + 14474 ] } ] @@ -17865,7 +17881,7 @@ } }, { - "id": 14408, + "id": 14475, "name": "SubscriberDescriptor", "variant": "declaration", "kind": 2097152, @@ -17873,14 +17889,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14409, + "id": 14476, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14410, + "id": 14477, "name": "id", "variant": "declaration", "kind": 1024, @@ -17891,14 +17907,14 @@ } }, { - "id": 14411, + "id": 14478, "name": "subscriber", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14400, + "target": 14467, "name": "Subscriber", "package": "@medusajs/types" } @@ -17908,8 +17924,8 @@ { "title": "Properties", "children": [ - 14410, - 14411 + 14477, + 14478 ] } ] @@ -17917,7 +17933,7 @@ } }, { - "id": 14412, + "id": 14479, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -17947,14 +17963,14 @@ { "type": "reflection", "declaration": { - "id": 14413, + "id": 14480, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14414, + "id": 14481, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -17971,7 +17987,7 @@ { "title": "Properties", "children": [ - 14414 + 14481 ] } ] @@ -17981,14 +17997,14 @@ } }, { - "id": 14415, + "id": 14482, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14420, + "id": 14487, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -18002,14 +18018,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14416, + "id": 14483, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14417, + "id": 14484, "name": "name", "variant": "declaration", "kind": 1024, @@ -18020,7 +18036,7 @@ } }, { - "id": 14418, + "id": 14485, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -18029,20 +18045,20 @@ }, "type": { "type": "reference", - "target": 14412, + "target": 14479, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 14419, + "id": 14486, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14420, + "target": 14487, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -18053,9 +18069,9 @@ { "title": "Properties", "children": [ - 14417, - 14418, - 14419 + 14484, + 14485, + 14486 ] } ] @@ -18063,14 +18079,14 @@ } }, { - "id": 14421, + "id": 14488, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14424, + "id": 14491, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -18086,11 +18102,11 @@ "types": [ { "type": "reference", - "target": 14415, + "target": 14482, "typeArguments": [ { "type": "reference", - "target": 14424, + "target": 14491, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -18102,14 +18118,14 @@ { "type": "reflection", "declaration": { - "id": 14422, + "id": 14489, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14423, + "id": 14490, "name": "options", "variant": "declaration", "kind": 1024, @@ -18141,7 +18157,7 @@ { "title": "Properties", "children": [ - 14423 + 14490 ] } ] @@ -18151,14 +18167,14 @@ } }, { - "id": 14425, + "id": 14492, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14434, + "id": 14501, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -18172,14 +18188,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14426, + "id": 14493, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14427, + "id": 14494, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -18190,21 +18206,21 @@ } }, { - "id": 14428, + "id": 14495, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14434, + "target": 14501, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 14429, + "id": 14496, "name": "source", "variant": "declaration", "kind": 1024, @@ -18215,7 +18231,7 @@ } }, { - "id": 14430, + "id": 14497, "name": "object", "variant": "declaration", "kind": 1024, @@ -18226,7 +18242,7 @@ } }, { - "id": 14431, + "id": 14498, "name": "action", "variant": "declaration", "kind": 1024, @@ -18239,7 +18255,7 @@ } }, { - "id": 14432, + "id": 14499, "name": "context", "variant": "declaration", "kind": 1024, @@ -18255,7 +18271,7 @@ "typeArguments": [ { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" }, @@ -18269,7 +18285,7 @@ } }, { - "id": 14433, + "id": 14500, "name": "options", "variant": "declaration", "kind": 1024, @@ -18301,13 +18317,13 @@ { "title": "Properties", "children": [ - 14427, - 14428, - 14429, - 14430, - 14431, - 14432, - 14433 + 14494, + 14495, + 14496, + 14497, + 14498, + 14499, + 14500 ] } ] @@ -18315,28 +18331,28 @@ } }, { - "id": 14453, + "id": 14520, "name": "IEventBusModuleService", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14454, + "id": 14521, "name": "emit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14455, + "id": 14522, "name": "emit", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 14456, + "id": 14523, "name": "T", "variant": "typeParam", "kind": 131072, @@ -18345,7 +18361,7 @@ ], "parameters": [ { - "id": 14457, + "id": 14524, "name": "data", "variant": "param", "kind": 32768, @@ -18355,11 +18371,11 @@ "types": [ { "type": "reference", - "target": 14421, + "target": 14488, "typeArguments": [ { "type": "reference", - "target": 14456, + "target": 14523, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -18372,11 +18388,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 14421, + "target": 14488, "typeArguments": [ { "type": "reference", - "target": 14456, + "target": 14523, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -18390,7 +18406,7 @@ } }, { - "id": 14458, + "id": 14525, "name": "options", "variant": "param", "kind": 32768, @@ -18437,21 +18453,21 @@ ] }, { - "id": 14459, + "id": 14526, "name": "subscribe", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14460, + "id": 14527, "name": "subscribe", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14461, + "id": 14528, "name": "eventName", "variant": "param", "kind": 32768, @@ -18471,20 +18487,20 @@ } }, { - "id": 14462, + "id": 14529, "name": "subscriber", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 14400, + "target": 14467, "name": "Subscriber", "package": "@medusajs/types" } }, { - "id": 14463, + "id": 14530, "name": "context", "variant": "param", "kind": 32768, @@ -18493,7 +18509,7 @@ }, "type": { "type": "reference", - "target": 14405, + "target": 14472, "name": "SubscriberContext", "package": "@medusajs/types" } @@ -18507,21 +18523,21 @@ ] }, { - "id": 14464, + "id": 14531, "name": "unsubscribe", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14465, + "id": 14532, "name": "unsubscribe", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14466, + "id": 14533, "name": "eventName", "variant": "param", "kind": 32768, @@ -18541,20 +18557,20 @@ } }, { - "id": 14467, + "id": 14534, "name": "subscriber", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 14400, + "target": 14467, "name": "Subscriber", "package": "@medusajs/types" } }, { - "id": 14468, + "id": 14535, "name": "context", "variant": "param", "kind": 32768, @@ -18563,7 +18579,7 @@ }, "type": { "type": "reference", - "target": 14405, + "target": 14472, "name": "SubscriberContext", "package": "@medusajs/types" } @@ -18577,21 +18593,21 @@ ] }, { - "id": 14469, + "id": 14536, "name": "releaseGroupedEvents", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14470, + "id": 14537, "name": "releaseGroupedEvents", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14471, + "id": 14538, "name": "eventGroupId", "variant": "param", "kind": 32768, @@ -18621,21 +18637,21 @@ ] }, { - "id": 14472, + "id": 14539, "name": "clearGroupedEvents", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14473, + "id": 14540, "name": "clearGroupedEvents", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14474, + "id": 14541, "name": "eventGroupId", "variant": "param", "kind": 32768, @@ -18669,38 +18685,38 @@ { "title": "Methods", "children": [ - 14454, - 14459, - 14464, - 14469, - 14472 + 14521, + 14526, + 14531, + 14536, + 14539 ] } ] }, { - "id": 14435, + "id": 14502, "name": "IEventBusService", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14436, + "id": 14503, "name": "subscribe", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14437, + "id": 14504, "name": "subscribe", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14438, + "id": 14505, "name": "eventName", "variant": "param", "kind": 32768, @@ -18720,20 +18736,20 @@ } }, { - "id": 14439, + "id": 14506, "name": "subscriber", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 14400, + "target": 14467, "name": "Subscriber", "package": "@medusajs/types" } }, { - "id": 14440, + "id": 14507, "name": "context", "variant": "param", "kind": 32768, @@ -18742,7 +18758,7 @@ }, "type": { "type": "reference", - "target": 14405, + "target": 14472, "name": "SubscriberContext", "package": "@medusajs/types" } @@ -18756,21 +18772,21 @@ ] }, { - "id": 14441, + "id": 14508, "name": "unsubscribe", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14442, + "id": 14509, "name": "unsubscribe", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14443, + "id": 14510, "name": "eventName", "variant": "param", "kind": 32768, @@ -18790,20 +18806,20 @@ } }, { - "id": 14444, + "id": 14511, "name": "subscriber", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 14400, + "target": 14467, "name": "Subscriber", "package": "@medusajs/types" } }, { - "id": 14445, + "id": 14512, "name": "context", "variant": "param", "kind": 32768, @@ -18812,7 +18828,7 @@ }, "type": { "type": "reference", - "target": 14405, + "target": 14472, "name": "SubscriberContext", "package": "@medusajs/types" } @@ -18826,21 +18842,21 @@ ] }, { - "id": 14446, + "id": 14513, "name": "emit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14447, + "id": 14514, "name": "emit", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 14448, + "id": 14515, "name": "T", "variant": "typeParam", "kind": 131072, @@ -18849,7 +18865,7 @@ ], "parameters": [ { - "id": 14449, + "id": 14516, "name": "data", "variant": "param", "kind": 32768, @@ -18859,11 +18875,11 @@ "types": [ { "type": "reference", - "target": 14421, + "target": 14488, "typeArguments": [ { "type": "reference", - "target": 14448, + "target": 14515, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -18876,11 +18892,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 14421, + "target": 14488, "typeArguments": [ { "type": "reference", - "target": 14448, + "target": 14515, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -18913,7 +18929,7 @@ ] }, { - "id": 14450, + "id": 14517, "name": "withTransaction", "variant": "declaration", "kind": 2048, @@ -18922,7 +18938,7 @@ }, "signatures": [ { - "id": 14451, + "id": 14518, "name": "withTransaction", "variant": "signature", "kind": 4096, @@ -18931,7 +18947,7 @@ }, "parameters": [ { - "id": 14452, + "id": 14519, "name": "transactionManager", "variant": "param", "kind": 32768, @@ -18955,14 +18971,14 @@ }, "inheritedFrom": { "type": "reference", - "target": 16629, + "target": 16696, "name": "ITransactionBaseService.withTransaction" } } ], "inheritedFrom": { "type": "reference", - "target": 16628, + "target": 16695, "name": "ITransactionBaseService.withTransaction" } } @@ -18971,17 +18987,17 @@ { "title": "Methods", "children": [ - 14436, - 14441, - 14446, - 14450 + 14503, + 14508, + 14513, + 14517 ] } ], "extendedTypes": [ { "type": "reference", - "target": 16627, + "target": 16694, "name": "ITransactionBaseService", "package": "@medusajs/types" } @@ -18992,40 +19008,40 @@ { "title": "Interfaces", "children": [ - 14453, - 14435 + 14520, + 14502 ] }, { "title": "Type Aliases", "children": [ - 14400, - 14405, - 14408, - 14412, - 14415, - 14421, - 14425 + 14467, + 14472, + 14475, + 14479, + 14482, + 14488, + 14492 ] } ] }, { - "id": 14475, + "id": 14542, "name": "FeatureFlagTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 14476, + "id": 14543, "name": "IFlagRouter", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14477, + "id": 14544, "name": "isFeatureEnabled", "variant": "declaration", "kind": 1024, @@ -19033,21 +19049,21 @@ "type": { "type": "reflection", "declaration": { - "id": 14478, + "id": 14545, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 14479, + "id": 14546, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 14480, + "id": 14547, "name": "key", "variant": "param", "kind": 32768, @@ -19068,7 +19084,7 @@ } }, { - "id": 14481, + "id": 14548, "name": "listFlags", "variant": "declaration", "kind": 1024, @@ -19076,21 +19092,21 @@ "type": { "type": "reflection", "declaration": { - "id": 14482, + "id": 14549, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 14483, + "id": 14550, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "type": { "type": "reference", - "target": 14484, + "target": 14551, "name": "FeatureFlagsResponse", "package": "@medusajs/types" } @@ -19104,14 +19120,14 @@ { "title": "Properties", "children": [ - 14477, - 14481 + 14544, + 14548 ] } ] }, { - "id": 14484, + "id": 14551, "name": "FeatureFlagsResponse", "variant": "declaration", "kind": 2097152, @@ -19127,14 +19143,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 14485, + "id": 14552, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14486, + "id": 14553, "name": "key", "variant": "declaration", "kind": 1024, @@ -19145,7 +19161,7 @@ } }, { - "id": 14487, + "id": 14554, "name": "value", "variant": "declaration", "kind": 1024, @@ -19184,8 +19200,8 @@ { "title": "Properties", "children": [ - 14486, - 14487 + 14553, + 14554 ] } ] @@ -19194,7 +19210,7 @@ } }, { - "id": 14488, + "id": 14555, "name": "FlagSettings", "variant": "declaration", "kind": 2097152, @@ -19202,14 +19218,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14489, + "id": 14556, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14490, + "id": 14557, "name": "key", "variant": "declaration", "kind": 1024, @@ -19220,7 +19236,7 @@ } }, { - "id": 14491, + "id": 14558, "name": "description", "variant": "declaration", "kind": 1024, @@ -19231,7 +19247,7 @@ } }, { - "id": 14492, + "id": 14559, "name": "env_key", "variant": "declaration", "kind": 1024, @@ -19242,7 +19258,7 @@ } }, { - "id": 14493, + "id": 14560, "name": "default_val", "variant": "declaration", "kind": 1024, @@ -19257,10 +19273,10 @@ { "title": "Properties", "children": [ - 14490, - 14491, - 14492, - 14493 + 14557, + 14558, + 14559, + 14560 ] } ] @@ -19272,20 +19288,20 @@ { "title": "Interfaces", "children": [ - 14476 + 14543 ] }, { "title": "Type Aliases", "children": [ - 14484, - 14488 + 14551, + 14555 ] } ] }, { - "id": 16984, + "id": 17051, "name": "FileServiceUploadResult", "variant": "declaration", "kind": 256, @@ -19300,7 +19316,7 @@ }, "children": [ { - "id": 16985, + "id": 17052, "name": "url", "variant": "declaration", "kind": 1024, @@ -19319,7 +19335,7 @@ } }, { - "id": 16986, + "id": 17053, "name": "key", "variant": "declaration", "kind": 1024, @@ -19342,14 +19358,14 @@ { "title": "Properties", "children": [ - 16985, - 16986 + 17052, + 17053 ] } ] }, { - "id": 16987, + "id": 17054, "name": "FileServiceGetUploadStreamResult", "variant": "declaration", "kind": 256, @@ -19364,7 +19380,7 @@ }, "children": [ { - "id": 16988, + "id": 17055, "name": "writeStream", "variant": "declaration", "kind": 1024, @@ -19389,7 +19405,7 @@ } }, { - "id": 16989, + "id": 17056, "name": "promise", "variant": "declaration", "kind": 1024, @@ -19419,7 +19435,7 @@ } }, { - "id": 16990, + "id": 17057, "name": "url", "variant": "declaration", "kind": 1024, @@ -19438,7 +19454,7 @@ } }, { - "id": 16991, + "id": 17058, "name": "fileKey", "variant": "declaration", "kind": 1024, @@ -19461,16 +19477,16 @@ { "title": "Properties", "children": [ - 16988, - 16989, - 16990, - 16991 + 17055, + 17056, + 17057, + 17058 ] } ] }, { - "id": 16992, + "id": 17059, "name": "GetUploadedFileType", "variant": "declaration", "kind": 256, @@ -19485,7 +19501,7 @@ }, "children": [ { - "id": 16993, + "id": 17060, "name": "fileKey", "variant": "declaration", "kind": 1024, @@ -19504,7 +19520,7 @@ } }, { - "id": 16994, + "id": 17061, "name": "isPrivate", "variant": "declaration", "kind": 1024, @@ -19529,14 +19545,14 @@ { "title": "Properties", "children": [ - 16993, - 16994 + 17060, + 17061 ] } ] }, { - "id": 16995, + "id": 17062, "name": "DeleteFileType", "variant": "declaration", "kind": 256, @@ -19551,7 +19567,7 @@ }, "children": [ { - "id": 16996, + "id": 17063, "name": "fileKey", "variant": "declaration", "kind": 1024, @@ -19574,13 +19590,13 @@ { "title": "Properties", "children": [ - 16996 + 17063 ] } ] }, { - "id": 16997, + "id": 17064, "name": "UploadStreamDescriptorType", "variant": "declaration", "kind": 256, @@ -19595,7 +19611,7 @@ }, "children": [ { - "id": 16998, + "id": 17065, "name": "name", "variant": "declaration", "kind": 1024, @@ -19614,7 +19630,7 @@ } }, { - "id": 16999, + "id": 17066, "name": "ext", "variant": "declaration", "kind": 1024, @@ -19635,7 +19651,7 @@ } }, { - "id": 17000, + "id": 17067, "name": "isPrivate", "variant": "declaration", "kind": 1024, @@ -19668,22 +19684,22 @@ { "title": "Properties", "children": [ - 16998, - 16999, - 17000 + 17065, + 17066, + 17067 ] } ] }, { - "id": 14494, + "id": 14561, "name": "FileTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 14495, + "id": 14562, "name": "FileDTO", "variant": "declaration", "kind": 256, @@ -19698,7 +19714,7 @@ }, "children": [ { - "id": 14496, + "id": 14563, "name": "id", "variant": "declaration", "kind": 1024, @@ -19717,7 +19733,7 @@ } }, { - "id": 14497, + "id": 14564, "name": "url", "variant": "declaration", "kind": 1024, @@ -19740,14 +19756,14 @@ { "title": "Properties", "children": [ - 14496, - 14497 + 14563, + 14564 ] } ] }, { - "id": 14498, + "id": 14565, "name": "FilterableFileProps", "variant": "declaration", "kind": 256, @@ -19762,7 +19778,7 @@ }, "children": [ { - "id": 14499, + "id": 14566, "name": "id", "variant": "declaration", "kind": 1024, @@ -19787,13 +19803,13 @@ { "title": "Properties", "children": [ - 14499 + 14566 ] } ] }, { - "id": 14500, + "id": 14567, "name": "CreateFileDTO", "variant": "declaration", "kind": 256, @@ -19808,7 +19824,7 @@ }, "children": [ { - "id": 14501, + "id": 14568, "name": "filename", "variant": "declaration", "kind": 1024, @@ -19827,7 +19843,7 @@ } }, { - "id": 14502, + "id": 14569, "name": "mimeType", "variant": "declaration", "kind": 1024, @@ -19846,7 +19862,7 @@ } }, { - "id": 14503, + "id": 14570, "name": "content", "variant": "declaration", "kind": 1024, @@ -19865,7 +19881,7 @@ } }, { - "id": 14504, + "id": 14571, "name": "access", "variant": "declaration", "kind": 1024, @@ -19899,16 +19915,16 @@ { "title": "Properties", "children": [ - 14501, - 14502, - 14503, - 14504 + 14568, + 14569, + 14570, + 14571 ] } ] }, { - "id": 14548, + "id": 14615, "name": "ProviderFileResultDTO", "variant": "declaration", "kind": 256, @@ -19923,7 +19939,7 @@ }, "children": [ { - "id": 14549, + "id": 14616, "name": "url", "variant": "declaration", "kind": 1024, @@ -19942,7 +19958,7 @@ } }, { - "id": 14550, + "id": 14617, "name": "key", "variant": "declaration", "kind": 1024, @@ -19965,14 +19981,14 @@ { "title": "Properties", "children": [ - 14549, - 14550 + 14616, + 14617 ] } ] }, { - "id": 14551, + "id": 14618, "name": "ProviderGetFileDTO", "variant": "declaration", "kind": 256, @@ -19987,7 +20003,7 @@ }, "children": [ { - "id": 14552, + "id": 14619, "name": "fileKey", "variant": "declaration", "kind": 1024, @@ -20010,13 +20026,13 @@ { "title": "Properties", "children": [ - 14552 + 14619 ] } ] }, { - "id": 14553, + "id": 14620, "name": "ProviderDeleteFileDTO", "variant": "declaration", "kind": 256, @@ -20031,7 +20047,7 @@ }, "children": [ { - "id": 14554, + "id": 14621, "name": "fileKey", "variant": "declaration", "kind": 1024, @@ -20054,13 +20070,13 @@ { "title": "Properties", "children": [ - 14554 + 14621 ] } ] }, { - "id": 14555, + "id": 14622, "name": "ProviderUploadFileDTO", "variant": "declaration", "kind": 256, @@ -20075,7 +20091,7 @@ }, "children": [ { - "id": 14556, + "id": 14623, "name": "filename", "variant": "declaration", "kind": 1024, @@ -20094,7 +20110,7 @@ } }, { - "id": 14557, + "id": 14624, "name": "mimeType", "variant": "declaration", "kind": 1024, @@ -20113,7 +20129,7 @@ } }, { - "id": 14558, + "id": 14625, "name": "content", "variant": "declaration", "kind": 1024, @@ -20132,7 +20148,7 @@ } }, { - "id": 14559, + "id": 14626, "name": "access", "variant": "declaration", "kind": 1024, @@ -20166,30 +20182,30 @@ { "title": "Properties", "children": [ - 14556, - 14557, - 14558, - 14559 + 14623, + 14624, + 14625, + 14626 ] } ] }, { - "id": 14560, + "id": 14627, "name": "IFileProvider", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14561, + "id": 14628, "name": "upload", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14562, + "id": 14629, "name": "upload", "variant": "signature", "kind": 4096, @@ -20215,7 +20231,7 @@ }, "parameters": [ { - "id": 14563, + "id": 14630, "name": "file", "variant": "param", "kind": 32768, @@ -20238,7 +20254,7 @@ }, "type": { "type": "reference", - "target": 14555, + "target": 14622, "name": "ProviderUploadFileDTO", "package": "@medusajs/types" } @@ -20253,7 +20269,7 @@ "typeArguments": [ { "type": "reference", - "target": 14548, + "target": 14615, "name": "ProviderFileResultDTO", "package": "@medusajs/types" } @@ -20265,14 +20281,14 @@ ] }, { - "id": 14564, + "id": 14631, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14565, + "id": 14632, "name": "delete", "variant": "signature", "kind": 4096, @@ -20298,7 +20314,7 @@ }, "parameters": [ { - "id": 14566, + "id": 14633, "name": "fileData", "variant": "param", "kind": 32768, @@ -20313,7 +20329,7 @@ }, "type": { "type": "reference", - "target": 14553, + "target": 14620, "name": "ProviderDeleteFileDTO", "package": "@medusajs/types" } @@ -20338,14 +20354,14 @@ ] }, { - "id": 14567, + "id": 14634, "name": "getPresignedDownloadUrl", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14568, + "id": 14635, "name": "getPresignedDownloadUrl", "variant": "signature", "kind": 4096, @@ -20371,7 +20387,7 @@ }, "parameters": [ { - "id": 14569, + "id": 14636, "name": "fileData", "variant": "param", "kind": 32768, @@ -20386,7 +20402,7 @@ }, "type": { "type": "reference", - "target": 14551, + "target": 14618, "name": "ProviderGetFileDTO", "package": "@medusajs/types" } @@ -20415,22 +20431,22 @@ { "title": "Methods", "children": [ - 14561, - 14564, - 14567 + 14628, + 14631, + 14634 ] } ] }, { - "id": 14581, + "id": 14648, "name": "LocalFileServiceOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14582, + "id": 14649, "name": "upload_dir", "variant": "declaration", "kind": 1024, @@ -20443,7 +20459,7 @@ } }, { - "id": 14583, + "id": 14650, "name": "private_upload_dir", "variant": "declaration", "kind": 1024, @@ -20456,7 +20472,7 @@ } }, { - "id": 14584, + "id": 14651, "name": "backend_url", "variant": "declaration", "kind": 1024, @@ -20473,22 +20489,22 @@ { "title": "Properties", "children": [ - 14582, - 14583, - 14584 + 14649, + 14650, + 14651 ] } ] }, { - "id": 14570, + "id": 14637, "name": "S3FileServiceOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14571, + "id": 14638, "name": "file_url", "variant": "declaration", "kind": 1024, @@ -20499,7 +20515,7 @@ } }, { - "id": 14572, + "id": 14639, "name": "access_key_id", "variant": "declaration", "kind": 1024, @@ -20510,7 +20526,7 @@ } }, { - "id": 14573, + "id": 14640, "name": "secret_access_key", "variant": "declaration", "kind": 1024, @@ -20521,7 +20537,7 @@ } }, { - "id": 14574, + "id": 14641, "name": "region", "variant": "declaration", "kind": 1024, @@ -20532,7 +20548,7 @@ } }, { - "id": 14575, + "id": 14642, "name": "bucket", "variant": "declaration", "kind": 1024, @@ -20543,7 +20559,7 @@ } }, { - "id": 14576, + "id": 14643, "name": "prefix", "variant": "declaration", "kind": 1024, @@ -20556,7 +20572,7 @@ } }, { - "id": 14577, + "id": 14644, "name": "endpoint", "variant": "declaration", "kind": 1024, @@ -20569,7 +20585,7 @@ } }, { - "id": 14578, + "id": 14645, "name": "cache_control", "variant": "declaration", "kind": 1024, @@ -20582,7 +20598,7 @@ } }, { - "id": 14579, + "id": 14646, "name": "download_file_duration", "variant": "declaration", "kind": 1024, @@ -20595,7 +20611,7 @@ } }, { - "id": 14580, + "id": 14647, "name": "additional_client_config", "variant": "declaration", "kind": 1024, @@ -20627,22 +20643,22 @@ { "title": "Properties", "children": [ - 14571, - 14572, - 14573, - 14574, - 14575, - 14576, - 14577, - 14578, - 14579, - 14580 + 14638, + 14639, + 14640, + 14641, + 14642, + 14643, + 14644, + 14645, + 14646, + 14647 ] } ] }, { - "id": 14505, + "id": 14572, "name": "IFileModuleService", "variant": "declaration", "kind": 256, @@ -20657,14 +20673,14 @@ }, "children": [ { - "id": 14506, + "id": 14573, "name": "createFiles", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14507, + "id": 14574, "name": "createFiles", "variant": "signature", "kind": 4096, @@ -20699,7 +20715,7 @@ }, "parameters": [ { - "id": 14508, + "id": 14575, "name": "data", "variant": "param", "kind": 32768, @@ -20716,14 +20732,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 14500, + "target": 14567, "name": "CreateFileDTO", "package": "@medusajs/types" } } }, { - "id": 14509, + "id": 14576, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -20740,7 +20756,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -20757,7 +20773,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14495, + "target": 14562, "name": "FileDTO", "package": "@medusajs/types" } @@ -20768,7 +20784,7 @@ } }, { - "id": 14510, + "id": 14577, "name": "createFiles", "variant": "signature", "kind": 4096, @@ -20803,7 +20819,7 @@ }, "parameters": [ { - "id": 14511, + "id": 14578, "name": "data", "variant": "param", "kind": 32768, @@ -20818,13 +20834,13 @@ }, "type": { "type": "reference", - "target": 14500, + "target": 14567, "name": "CreateFileDTO", "package": "@medusajs/types" } }, { - "id": 14512, + "id": 14579, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -20841,7 +20857,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -20856,7 +20872,7 @@ "typeArguments": [ { "type": "reference", - "target": 14495, + "target": 14562, "name": "FileDTO", "package": "@medusajs/types" } @@ -20868,14 +20884,14 @@ ] }, { - "id": 14513, + "id": 14580, "name": "deleteFiles", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14514, + "id": 14581, "name": "deleteFiles", "variant": "signature", "kind": 4096, @@ -20910,7 +20926,7 @@ }, "parameters": [ { - "id": 14515, + "id": 14582, "name": "ids", "variant": "param", "kind": 32768, @@ -20932,7 +20948,7 @@ } }, { - "id": 14516, + "id": 14583, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -20949,7 +20965,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -20972,7 +20988,7 @@ } }, { - "id": 14517, + "id": 14584, "name": "deleteFiles", "variant": "signature", "kind": 4096, @@ -21007,7 +21023,7 @@ }, "parameters": [ { - "id": 14518, + "id": 14585, "name": "id", "variant": "param", "kind": 32768, @@ -21026,7 +21042,7 @@ } }, { - "id": 14519, + "id": 14586, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -21043,7 +21059,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -21068,14 +21084,14 @@ ] }, { - "id": 14520, + "id": 14587, "name": "retrieveFile", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14521, + "id": 14588, "name": "retrieveFile", "variant": "signature", "kind": 4096, @@ -21110,7 +21126,7 @@ }, "parameters": [ { - "id": 14522, + "id": 14589, "name": "id", "variant": "param", "kind": 32768, @@ -21129,7 +21145,7 @@ } }, { - "id": 14523, + "id": 14590, "name": "config", "variant": "param", "kind": 32768, @@ -21162,11 +21178,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 14495, + "target": 14562, "name": "FileDTO", "package": "@medusajs/types" } @@ -21176,7 +21192,7 @@ } }, { - "id": 14524, + "id": 14591, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -21193,7 +21209,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -21208,7 +21224,7 @@ "typeArguments": [ { "type": "reference", - "target": 14495, + "target": 14562, "name": "FileDTO", "package": "@medusajs/types" } @@ -21220,14 +21236,14 @@ ] }, { - "id": 14525, + "id": 14592, "name": "listFiles", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14526, + "id": 14593, "name": "listFiles", "variant": "signature", "kind": 4096, @@ -21261,7 +21277,7 @@ }, "parameters": [ { - "id": 14527, + "id": 14594, "name": "filters", "variant": "param", "kind": 32768, @@ -21278,13 +21294,13 @@ }, "type": { "type": "reference", - "target": 14498, + "target": 14565, "name": "FilterableFileProps", "package": "@medusajs/types" } }, { - "id": 14528, + "id": 14595, "name": "config", "variant": "param", "kind": 32768, @@ -21317,11 +21333,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 14495, + "target": 14562, "name": "FileDTO", "package": "@medusajs/types" } @@ -21331,7 +21347,7 @@ } }, { - "id": 14529, + "id": 14596, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -21348,7 +21364,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -21365,7 +21381,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14495, + "target": 14562, "name": "FileDTO", "package": "@medusajs/types" } @@ -21378,14 +21394,14 @@ ] }, { - "id": 14530, + "id": 14597, "name": "listAndCountFiles", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 14531, + "id": 14598, "name": "listAndCountFiles", "variant": "signature", "kind": 4096, @@ -21419,7 +21435,7 @@ }, "parameters": [ { - "id": 14532, + "id": 14599, "name": "filters", "variant": "param", "kind": 32768, @@ -21436,13 +21452,13 @@ }, "type": { "type": "reference", - "target": 14498, + "target": 14565, "name": "FilterableFileProps", "package": "@medusajs/types" } }, { - "id": 14533, + "id": 14600, "name": "config", "variant": "param", "kind": 32768, @@ -21475,11 +21491,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 14495, + "target": 14562, "name": "FileDTO", "package": "@medusajs/types" } @@ -21489,7 +21505,7 @@ } }, { - "id": 14534, + "id": 14601, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -21506,7 +21522,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -21526,7 +21542,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14495, + "target": 14562, "name": "FileDTO", "package": "@medusajs/types" } @@ -21549,18 +21565,18 @@ { "title": "Methods", "children": [ - 14506, - 14513, - 14520, - 14525, - 14530 + 14573, + 14580, + 14587, + 14592, + 14597 ] } ], "extendedTypes": [ { "type": "reference", - "target": 16228, + "target": 16295, "name": "IModuleService", "package": "@medusajs/types" } @@ -21571,30 +21587,30 @@ { "title": "Interfaces", "children": [ - 14495, - 14498, - 14500, - 14548, - 14551, - 14553, - 14555, - 14560, - 14581, - 14570, - 14505 + 14562, + 14565, + 14567, + 14615, + 14618, + 14620, + 14622, + 14627, + 14648, + 14637, + 14572 ] } ] }, { - "id": 17302, + "id": 17369, "name": "BaseCollection", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17303, + "id": 17370, "name": "id", "variant": "declaration", "kind": 1024, @@ -21605,7 +21621,7 @@ } }, { - "id": 17304, + "id": 17371, "name": "title", "variant": "declaration", "kind": 1024, @@ -21616,7 +21632,7 @@ } }, { - "id": 17305, + "id": 17372, "name": "handle", "variant": "declaration", "kind": 1024, @@ -21627,7 +21643,7 @@ } }, { - "id": 17306, + "id": 17373, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -21638,7 +21654,7 @@ } }, { - "id": 17307, + "id": 17374, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -21649,7 +21665,7 @@ } }, { - "id": 17308, + "id": 17375, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -21669,7 +21685,7 @@ } }, { - "id": 17309, + "id": 17376, "name": "products", "variant": "declaration", "kind": 1024, @@ -21690,7 +21706,7 @@ } }, { - "id": 17310, + "id": 17377, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -21729,39 +21745,39 @@ { "title": "Properties", "children": [ - 17303, - 17304, - 17305, - 17306, - 17307, - 17308, - 17309, - 17310 + 17370, + 17371, + 17372, + 17373, + 17374, + 17375, + 17376, + 17377 ] } ], "extendedBy": [ { "type": "reference", - "target": 14630, + "target": 14697, "name": "AdminCollection" }, { "type": "reference", - "target": 14681, + "target": 14748, "name": "StoreCollection" } ] }, { - "id": 17324, + "id": 17391, "name": "BaseCollectionParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17325, + "id": 17392, "name": "fields", "variant": "declaration", "kind": 1024, @@ -21775,7 +21791,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 14704, + "target": 14771, "name": "SelectParams.fields" } } @@ -21784,14 +21800,14 @@ { "title": "Properties", "children": [ - 17325 + 17392 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14703, + "target": 14770, "name": "SelectParams", "package": "@medusajs/types" } @@ -21799,13 +21815,13 @@ "extendedBy": [ { "type": "reference", - "target": 14664, + "target": 14731, "name": "AdminCollectionParams" } ] }, { - "id": 17311, + "id": 17378, "name": "BaseCollectionListParams", "variant": "declaration", "kind": 256, @@ -21820,7 +21836,7 @@ }, "children": [ { - "id": 17322, + "id": 17389, "name": "$and", "variant": "declaration", "kind": 1024, @@ -21843,17 +21859,17 @@ "types": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" } @@ -21866,12 +21882,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 17323, + "id": 17390, "name": "$or", "variant": "declaration", "kind": 1024, @@ -21894,17 +21910,17 @@ "types": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" } @@ -21917,12 +21933,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 17312, + "id": 17379, "name": "q", "variant": "declaration", "kind": 1024, @@ -21935,7 +21951,7 @@ } }, { - "id": 17313, + "id": 17380, "name": "id", "variant": "declaration", "kind": 1024, @@ -21960,7 +21976,7 @@ } }, { - "id": 17314, + "id": 17381, "name": "handle", "variant": "declaration", "kind": 1024, @@ -21985,7 +22001,7 @@ } }, { - "id": 17315, + "id": 17382, "name": "title", "variant": "declaration", "kind": 1024, @@ -22010,7 +22026,7 @@ } }, { - "id": 17316, + "id": 17383, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -22019,7 +22035,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -22031,7 +22047,7 @@ } }, { - "id": 17317, + "id": 17384, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -22040,7 +22056,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -22052,7 +22068,7 @@ } }, { - "id": 17321, + "id": 17388, "name": "fields", "variant": "declaration", "kind": 1024, @@ -22066,12 +22082,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 17318, + "id": 17385, "name": "limit", "variant": "declaration", "kind": 1024, @@ -22085,12 +22101,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 17319, + "id": 17386, "name": "offset", "variant": "declaration", "kind": 1024, @@ -22104,12 +22120,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 17320, + "id": 17387, "name": "order", "variant": "declaration", "kind": 1024, @@ -22123,7 +22139,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } } @@ -22132,35 +22148,35 @@ { "title": "Properties", "children": [ - 17322, - 17323, - 17312, - 17313, - 17314, - 17315, - 17316, - 17317, - 17321, - 17318, - 17319, - 17320 + 17389, + 17390, + 17379, + 17380, + 17381, + 17382, + 17383, + 17384, + 17388, + 17385, + 17386, + 17387 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" } @@ -22172,25 +22188,25 @@ "extendedBy": [ { "type": "reference", - "target": 14650, + "target": 14717, "name": "AdminCollectionListParams" }, { "type": "reference", - "target": 14690, + "target": 14757, "name": "StoreCollectionFilters" } ] }, { - "id": 17326, + "id": 17393, "name": "BaseFile", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17327, + "id": 17394, "name": "id", "variant": "declaration", "kind": 1024, @@ -22201,7 +22217,7 @@ } }, { - "id": 17328, + "id": 17395, "name": "url", "variant": "declaration", "kind": 1024, @@ -22216,26 +22232,26 @@ { "title": "Properties", "children": [ - 17327, - 17328 + 17394, + 17395 ] } ], "extendedBy": [ { "type": "reference", - "target": 14725, + "target": 14792, "name": "AdminFile" }, { "type": "reference", - "target": 14729, + "target": 14796, "name": "StoreFile" } ] }, { - "id": 17329, + "id": 17396, "name": "BaseUploadFile", "variant": "declaration", "kind": 2097152, @@ -22246,14 +22262,14 @@ { "type": "reflection", "declaration": { - "id": 17330, + "id": 17397, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17331, + "id": 17398, "name": "files", "variant": "declaration", "kind": 1024, @@ -22266,14 +22282,14 @@ { "type": "reflection", "declaration": { - "id": 17332, + "id": 17399, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17333, + "id": 17400, "name": "name", "variant": "declaration", "kind": 1024, @@ -22284,7 +22300,7 @@ } }, { - "id": 17334, + "id": 17401, "name": "content", "variant": "declaration", "kind": 1024, @@ -22299,8 +22315,8 @@ { "title": "Properties", "children": [ - 17333, - 17334 + 17400, + 17401 ] } ] @@ -22324,7 +22340,7 @@ { "title": "Properties", "children": [ - 17331 + 17398 ] } ] @@ -22343,14 +22359,14 @@ } }, { - "id": 17529, + "id": 17596, "name": "AdminUpsertGeoZone", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17530, + "id": 17597, "name": "type", "variant": "declaration", "kind": 1024, @@ -22361,7 +22377,7 @@ } }, { - "id": 17531, + "id": 17598, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -22372,7 +22388,7 @@ } }, { - "id": 17532, + "id": 17599, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -22413,49 +22429,49 @@ { "title": "Properties", "children": [ - 17530, - 17531, - 17532 + 17597, + 17598, + 17599 ] } ], "extendedBy": [ { "type": "reference", - "target": 17475, + "target": 17542, "name": "AdminUpsertFulfillmentSetServiceZoneCountry" }, { "type": "reference", - "target": 17479, + "target": 17546, "name": "AdminUpsertFulfillmentSetServiceZoneProvince" }, { "type": "reference", - "target": 17484, + "target": 17551, "name": "AdminUpsertFulfillmentSetServiceZoneCity" }, { "type": "reference", - "target": 17490, + "target": 17557, "name": "AdminUpsertFulfillmentSetServiceZoneZip" }, { "type": "reference", - "target": 17533, + "target": 17600, "name": "AdminUpdateGeoZone" } ] }, { - "id": 17475, + "id": 17542, "name": "AdminUpsertFulfillmentSetServiceZoneCountry", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17477, + "id": 17544, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -22468,12 +22484,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17531, + "target": 17598, "name": "AdminUpsertGeoZone.country_code" } }, { - "id": 17478, + "id": 17545, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -22511,12 +22527,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17532, + "target": 17599, "name": "AdminUpsertGeoZone.metadata" } }, { - "id": 17476, + "id": 17543, "name": "type", "variant": "declaration", "kind": 1024, @@ -22527,7 +22543,7 @@ }, "overwrites": { "type": "reference", - "target": 17530, + "target": 17597, "name": "AdminUpsertGeoZone.type" } } @@ -22536,30 +22552,30 @@ { "title": "Properties", "children": [ - 17477, - 17478, - 17476 + 17544, + 17545, + 17543 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17529, + "target": 17596, "name": "AdminUpsertGeoZone", "package": "@medusajs/types" } ] }, { - "id": 17479, + "id": 17546, "name": "AdminUpsertFulfillmentSetServiceZoneProvince", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17482, + "id": 17549, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -22572,12 +22588,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17531, + "target": 17598, "name": "AdminUpsertGeoZone.country_code" } }, { - "id": 17483, + "id": 17550, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -22615,12 +22631,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17532, + "target": 17599, "name": "AdminUpsertGeoZone.metadata" } }, { - "id": 17480, + "id": 17547, "name": "type", "variant": "declaration", "kind": 1024, @@ -22631,12 +22647,12 @@ }, "overwrites": { "type": "reference", - "target": 17530, + "target": 17597, "name": "AdminUpsertGeoZone.type" } }, { - "id": 17481, + "id": 17548, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -22651,31 +22667,31 @@ { "title": "Properties", "children": [ - 17482, - 17483, - 17480, - 17481 + 17549, + 17550, + 17547, + 17548 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17529, + "target": 17596, "name": "AdminUpsertGeoZone", "package": "@medusajs/types" } ] }, { - "id": 17484, + "id": 17551, "name": "AdminUpsertFulfillmentSetServiceZoneCity", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17488, + "id": 17555, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -22688,12 +22704,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17531, + "target": 17598, "name": "AdminUpsertGeoZone.country_code" } }, { - "id": 17489, + "id": 17556, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -22731,12 +22747,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17532, + "target": 17599, "name": "AdminUpsertGeoZone.metadata" } }, { - "id": 17485, + "id": 17552, "name": "type", "variant": "declaration", "kind": 1024, @@ -22747,12 +22763,12 @@ }, "overwrites": { "type": "reference", - "target": 17530, + "target": 17597, "name": "AdminUpsertGeoZone.type" } }, { - "id": 17486, + "id": 17553, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -22763,7 +22779,7 @@ } }, { - "id": 17487, + "id": 17554, "name": "city", "variant": "declaration", "kind": 1024, @@ -22778,32 +22794,32 @@ { "title": "Properties", "children": [ - 17488, - 17489, - 17485, - 17486, - 17487 + 17555, + 17556, + 17552, + 17553, + 17554 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17529, + "target": 17596, "name": "AdminUpsertGeoZone", "package": "@medusajs/types" } ] }, { - "id": 17490, + "id": 17557, "name": "AdminUpsertFulfillmentSetServiceZoneZip", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17495, + "id": 17562, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -22816,12 +22832,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17531, + "target": 17598, "name": "AdminUpsertGeoZone.country_code" } }, { - "id": 17496, + "id": 17563, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -22859,12 +22875,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17532, + "target": 17599, "name": "AdminUpsertGeoZone.metadata" } }, { - "id": 17491, + "id": 17558, "name": "type", "variant": "declaration", "kind": 1024, @@ -22875,12 +22891,12 @@ }, "overwrites": { "type": "reference", - "target": 17530, + "target": 17597, "name": "AdminUpsertGeoZone.type" } }, { - "id": 17492, + "id": 17559, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -22891,7 +22907,7 @@ } }, { - "id": 17493, + "id": 17560, "name": "city", "variant": "declaration", "kind": 1024, @@ -22902,7 +22918,7 @@ } }, { - "id": 17494, + "id": 17561, "name": "postal_expression", "variant": "declaration", "kind": 1024, @@ -22932,26 +22948,26 @@ { "title": "Properties", "children": [ - 17495, - 17496, - 17491, - 17492, - 17493, - 17494 + 17562, + 17563, + 17558, + 17559, + 17560, + 17561 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17529, + "target": 17596, "name": "AdminUpsertGeoZone", "package": "@medusajs/types" } ] }, { - "id": 17335, + "id": 17402, "name": "AdminUpsertFulfillmentSetServiceZoneGeoZone", "variant": "declaration", "kind": 2097152, @@ -22961,25 +22977,25 @@ "types": [ { "type": "reference", - "target": 17475, + "target": 17542, "name": "AdminUpsertFulfillmentSetServiceZoneCountry", "package": "@medusajs/types" }, { "type": "reference", - "target": 17479, + "target": 17546, "name": "AdminUpsertFulfillmentSetServiceZoneProvince", "package": "@medusajs/types" }, { "type": "reference", - "target": 17484, + "target": 17551, "name": "AdminUpsertFulfillmentSetServiceZoneCity", "package": "@medusajs/types" }, { "type": "reference", - "target": 17490, + "target": 17557, "name": "AdminUpsertFulfillmentSetServiceZoneZip", "package": "@medusajs/types" } @@ -22987,14 +23003,14 @@ } }, { - "id": 17533, + "id": 17600, "name": "AdminUpdateGeoZone", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17535, + "id": 17602, "name": "type", "variant": "declaration", "kind": 1024, @@ -23007,12 +23023,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17530, + "target": 17597, "name": "AdminUpsertGeoZone.type" } }, { - "id": 17536, + "id": 17603, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -23025,12 +23041,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17531, + "target": 17598, "name": "AdminUpsertGeoZone.country_code" } }, { - "id": 17537, + "id": 17604, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -23068,12 +23084,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17532, + "target": 17599, "name": "AdminUpsertGeoZone.metadata" } }, { - "id": 17534, + "id": 17601, "name": "id", "variant": "declaration", "kind": 1024, @@ -23090,17 +23106,17 @@ { "title": "Properties", "children": [ - 17535, - 17536, - 17537, - 17534 + 17602, + 17603, + 17604, + 17601 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17529, + "target": 17596, "name": "AdminUpsertGeoZone", "package": "@medusajs/types" } @@ -23108,35 +23124,35 @@ "extendedBy": [ { "type": "reference", - "target": 17497, + "target": 17564, "name": "AdminUpdateFulfillmentSetServiceZoneCountry" }, { "type": "reference", - "target": 17502, + "target": 17569, "name": "AdminUpdateFulfillmentSetServiceZoneProvince" }, { "type": "reference", - "target": 17508, + "target": 17575, "name": "AdminUpdateFulfillmentSetServiceZoneCity" }, { "type": "reference", - "target": 17515, + "target": 17582, "name": "AdminUpdateFulfillmentSetServiceZoneZip" } ] }, { - "id": 17497, + "id": 17564, "name": "AdminUpdateFulfillmentSetServiceZoneCountry", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17500, + "id": 17567, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -23149,12 +23165,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17536, + "target": 17603, "name": "AdminUpdateGeoZone.country_code" } }, { - "id": 17501, + "id": 17568, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -23192,12 +23208,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17537, + "target": 17604, "name": "AdminUpdateGeoZone.metadata" } }, { - "id": 17499, + "id": 17566, "name": "id", "variant": "declaration", "kind": 1024, @@ -23211,12 +23227,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17534, + "target": 17601, "name": "AdminUpdateGeoZone.id" } }, { - "id": 17498, + "id": 17565, "name": "type", "variant": "declaration", "kind": 1024, @@ -23227,7 +23243,7 @@ }, "overwrites": { "type": "reference", - "target": 17535, + "target": 17602, "name": "AdminUpdateGeoZone.type" } } @@ -23236,31 +23252,31 @@ { "title": "Properties", "children": [ - 17500, - 17501, - 17499, - 17498 + 17567, + 17568, + 17566, + 17565 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17533, + "target": 17600, "name": "AdminUpdateGeoZone", "package": "@medusajs/types" } ] }, { - "id": 17502, + "id": 17569, "name": "AdminUpdateFulfillmentSetServiceZoneProvince", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17506, + "id": 17573, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -23273,12 +23289,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17536, + "target": 17603, "name": "AdminUpdateGeoZone.country_code" } }, { - "id": 17507, + "id": 17574, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -23316,12 +23332,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17537, + "target": 17604, "name": "AdminUpdateGeoZone.metadata" } }, { - "id": 17505, + "id": 17572, "name": "id", "variant": "declaration", "kind": 1024, @@ -23335,12 +23351,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17534, + "target": 17601, "name": "AdminUpdateGeoZone.id" } }, { - "id": 17503, + "id": 17570, "name": "type", "variant": "declaration", "kind": 1024, @@ -23351,12 +23367,12 @@ }, "overwrites": { "type": "reference", - "target": 17535, + "target": 17602, "name": "AdminUpdateGeoZone.type" } }, { - "id": 17504, + "id": 17571, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -23371,32 +23387,32 @@ { "title": "Properties", "children": [ - 17506, - 17507, - 17505, - 17503, - 17504 + 17573, + 17574, + 17572, + 17570, + 17571 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17533, + "target": 17600, "name": "AdminUpdateGeoZone", "package": "@medusajs/types" } ] }, { - "id": 17508, + "id": 17575, "name": "AdminUpdateFulfillmentSetServiceZoneCity", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17513, + "id": 17580, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -23409,12 +23425,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17536, + "target": 17603, "name": "AdminUpdateGeoZone.country_code" } }, { - "id": 17514, + "id": 17581, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -23452,12 +23468,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17537, + "target": 17604, "name": "AdminUpdateGeoZone.metadata" } }, { - "id": 17512, + "id": 17579, "name": "id", "variant": "declaration", "kind": 1024, @@ -23471,12 +23487,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17534, + "target": 17601, "name": "AdminUpdateGeoZone.id" } }, { - "id": 17509, + "id": 17576, "name": "type", "variant": "declaration", "kind": 1024, @@ -23487,12 +23503,12 @@ }, "overwrites": { "type": "reference", - "target": 17535, + "target": 17602, "name": "AdminUpdateGeoZone.type" } }, { - "id": 17510, + "id": 17577, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -23503,7 +23519,7 @@ } }, { - "id": 17511, + "id": 17578, "name": "city", "variant": "declaration", "kind": 1024, @@ -23518,33 +23534,33 @@ { "title": "Properties", "children": [ - 17513, - 17514, - 17512, - 17509, - 17510, - 17511 + 17580, + 17581, + 17579, + 17576, + 17577, + 17578 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17533, + "target": 17600, "name": "AdminUpdateGeoZone", "package": "@medusajs/types" } ] }, { - "id": 17515, + "id": 17582, "name": "AdminUpdateFulfillmentSetServiceZoneZip", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17521, + "id": 17588, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -23557,12 +23573,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17536, + "target": 17603, "name": "AdminUpdateGeoZone.country_code" } }, { - "id": 17522, + "id": 17589, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -23600,12 +23616,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17537, + "target": 17604, "name": "AdminUpdateGeoZone.metadata" } }, { - "id": 17520, + "id": 17587, "name": "id", "variant": "declaration", "kind": 1024, @@ -23619,12 +23635,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17534, + "target": 17601, "name": "AdminUpdateGeoZone.id" } }, { - "id": 17516, + "id": 17583, "name": "type", "variant": "declaration", "kind": 1024, @@ -23635,12 +23651,12 @@ }, "overwrites": { "type": "reference", - "target": 17535, + "target": 17602, "name": "AdminUpdateGeoZone.type" } }, { - "id": 17517, + "id": 17584, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -23651,7 +23667,7 @@ } }, { - "id": 17518, + "id": 17585, "name": "city", "variant": "declaration", "kind": 1024, @@ -23662,7 +23678,7 @@ } }, { - "id": 17519, + "id": 17586, "name": "postal_expression", "variant": "declaration", "kind": 1024, @@ -23692,27 +23708,27 @@ { "title": "Properties", "children": [ - 17521, - 17522, - 17520, - 17516, - 17517, - 17518, - 17519 + 17588, + 17589, + 17587, + 17583, + 17584, + 17585, + 17586 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17533, + "target": 17600, "name": "AdminUpdateGeoZone", "package": "@medusajs/types" } ] }, { - "id": 17336, + "id": 17403, "name": "AdminUpdateFulfillmentSetServiceZoneGeoZone", "variant": "declaration", "kind": 2097152, @@ -23722,25 +23738,25 @@ "types": [ { "type": "reference", - "target": 17497, + "target": 17564, "name": "AdminUpdateFulfillmentSetServiceZoneCountry", "package": "@medusajs/types" }, { "type": "reference", - "target": 17502, + "target": 17569, "name": "AdminUpdateFulfillmentSetServiceZoneProvince", "package": "@medusajs/types" }, { "type": "reference", - "target": 17508, + "target": 17575, "name": "AdminUpdateFulfillmentSetServiceZoneCity", "package": "@medusajs/types" }, { "type": "reference", - "target": 17515, + "target": 17582, "name": "AdminUpdateFulfillmentSetServiceZoneZip", "package": "@medusajs/types" } @@ -23748,21 +23764,21 @@ } }, { - "id": 14585, + "id": 14652, "name": "HttpTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 14586, + "id": 14653, "name": "AdminCreateCampaign", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14587, + "id": 14654, "name": "name", "variant": "declaration", "kind": 1024, @@ -23775,7 +23791,7 @@ } }, { - "id": 14588, + "id": 14655, "name": "description", "variant": "declaration", "kind": 1024, @@ -23788,7 +23804,7 @@ } }, { - "id": 14589, + "id": 14656, "name": "currency", "variant": "declaration", "kind": 1024, @@ -23810,7 +23826,7 @@ } }, { - "id": 14590, + "id": 14657, "name": "campaign_identifier", "variant": "declaration", "kind": 1024, @@ -23823,7 +23839,7 @@ } }, { - "id": 14591, + "id": 14658, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -23850,7 +23866,7 @@ } }, { - "id": 14592, + "id": 14659, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -23877,7 +23893,7 @@ } }, { - "id": 14593, + "id": 14660, "name": "budget", "variant": "declaration", "kind": 1024, @@ -23894,14 +23910,14 @@ { "type": "reflection", "declaration": { - "id": 14594, + "id": 14661, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14595, + "id": 14662, "name": "type", "variant": "declaration", "kind": 1024, @@ -23919,7 +23935,7 @@ } }, { - "id": 14596, + "id": 14663, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -23941,7 +23957,7 @@ } }, { - "id": 14597, + "id": 14664, "name": "limit", "variant": "declaration", "kind": 1024, @@ -23967,9 +23983,9 @@ { "title": "Properties", "children": [ - 14595, - 14596, - 14597 + 14662, + 14663, + 14664 ] } ] @@ -23983,26 +23999,26 @@ { "title": "Properties", "children": [ - 14587, - 14588, - 14589, - 14590, - 14591, - 14592, - 14593 + 14654, + 14655, + 14656, + 14657, + 14658, + 14659, + 14660 ] } ] }, { - "id": 14598, + "id": 14665, "name": "AdminUpdateCampaign", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14599, + "id": 14666, "name": "name", "variant": "declaration", "kind": 1024, @@ -24015,7 +24031,7 @@ } }, { - "id": 14600, + "id": 14667, "name": "description", "variant": "declaration", "kind": 1024, @@ -24028,7 +24044,7 @@ } }, { - "id": 14601, + "id": 14668, "name": "currency", "variant": "declaration", "kind": 1024, @@ -24050,7 +24066,7 @@ } }, { - "id": 14602, + "id": 14669, "name": "campaign_identifier", "variant": "declaration", "kind": 1024, @@ -24063,7 +24079,7 @@ } }, { - "id": 14603, + "id": 14670, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -24090,7 +24106,7 @@ } }, { - "id": 14604, + "id": 14671, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -24117,7 +24133,7 @@ } }, { - "id": 14605, + "id": 14672, "name": "budget", "variant": "declaration", "kind": 1024, @@ -24134,14 +24150,14 @@ { "type": "reflection", "declaration": { - "id": 14606, + "id": 14673, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14607, + "id": 14674, "name": "type", "variant": "declaration", "kind": 1024, @@ -24159,7 +24175,7 @@ } }, { - "id": 14608, + "id": 14675, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -24181,7 +24197,7 @@ } }, { - "id": 14609, + "id": 14676, "name": "limit", "variant": "declaration", "kind": 1024, @@ -24207,9 +24223,9 @@ { "title": "Properties", "children": [ - 14607, - 14608, - 14609 + 14674, + 14675, + 14676 ] } ] @@ -24223,26 +24239,26 @@ { "title": "Properties", "children": [ - 14599, - 14600, - 14601, - 14602, - 14603, - 14604, - 14605 + 14666, + 14667, + 14668, + 14669, + 14670, + 14671, + 14672 ] } ] }, { - "id": 14610, + "id": 14677, "name": "CampaignResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14611, + "id": 14678, "name": "id", "variant": "declaration", "kind": 1024, @@ -24253,7 +24269,7 @@ } }, { - "id": 14612, + "id": 14679, "name": "name", "variant": "declaration", "kind": 1024, @@ -24264,7 +24280,7 @@ } }, { - "id": 14613, + "id": 14680, "name": "description", "variant": "declaration", "kind": 1024, @@ -24275,7 +24291,7 @@ } }, { - "id": 14614, + "id": 14681, "name": "currency", "variant": "declaration", "kind": 1024, @@ -24286,7 +24302,7 @@ } }, { - "id": 14615, + "id": 14682, "name": "campaign_identifier", "variant": "declaration", "kind": 1024, @@ -24297,7 +24313,7 @@ } }, { - "id": 14616, + "id": 14683, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -24308,7 +24324,7 @@ } }, { - "id": 14617, + "id": 14684, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -24319,7 +24335,7 @@ } }, { - "id": 14618, + "id": 14685, "name": "budget", "variant": "declaration", "kind": 1024, @@ -24327,14 +24343,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14619, + "id": 14686, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14620, + "id": 14687, "name": "id", "variant": "declaration", "kind": 1024, @@ -24345,7 +24361,7 @@ } }, { - "id": 14621, + "id": 14688, "name": "type", "variant": "declaration", "kind": 1024, @@ -24361,7 +24377,7 @@ } }, { - "id": 14622, + "id": 14689, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -24372,7 +24388,7 @@ } }, { - "id": 14623, + "id": 14690, "name": "limit", "variant": "declaration", "kind": 1024, @@ -24383,7 +24399,7 @@ } }, { - "id": 14624, + "id": 14691, "name": "used", "variant": "declaration", "kind": 1024, @@ -24398,11 +24414,11 @@ { "title": "Properties", "children": [ - 14620, - 14621, - 14622, - 14623, - 14624 + 14687, + 14688, + 14689, + 14690, + 14691 ] } ] @@ -24414,39 +24430,39 @@ { "title": "Properties", "children": [ - 14611, - 14612, - 14613, - 14614, - 14615, - 14616, - 14617, - 14618 + 14678, + 14679, + 14680, + 14681, + 14682, + 14683, + 14684, + 14685 ] } ] }, { - "id": 14625, + "id": 14692, "name": "AdminCampaignListResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "type": { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 14626, + "id": 14693, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14627, + "id": 14694, "name": "campaigns", "variant": "declaration", "kind": 1024, @@ -24455,7 +24471,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14610, + "target": 14677, "name": "CampaignResponse", "package": "@medusajs/types" } @@ -24466,7 +24482,7 @@ { "title": "Properties", "children": [ - 14627 + 14694 ] } ] @@ -24478,21 +24494,21 @@ } }, { - "id": 14628, + "id": 14695, "name": "AdminCampaignResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14629, + "id": 14696, "name": "campaign", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14610, + "target": 14677, "name": "CampaignResponse", "package": "@medusajs/types" } @@ -24502,20 +24518,20 @@ { "title": "Properties", "children": [ - 14629 + 14696 ] } ] }, { - "id": 14630, + "id": 14697, "name": "AdminCollection", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14631, + "id": 14698, "name": "id", "variant": "declaration", "kind": 1024, @@ -24528,12 +24544,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17303, + "target": 17370, "name": "BaseCollection.id" } }, { - "id": 14632, + "id": 14699, "name": "title", "variant": "declaration", "kind": 1024, @@ -24546,12 +24562,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17304, + "target": 17371, "name": "BaseCollection.title" } }, { - "id": 14633, + "id": 14700, "name": "handle", "variant": "declaration", "kind": 1024, @@ -24564,12 +24580,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17305, + "target": 17372, "name": "BaseCollection.handle" } }, { - "id": 14634, + "id": 14701, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -24582,12 +24598,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17306, + "target": 17373, "name": "BaseCollection.created_at" } }, { - "id": 14635, + "id": 14702, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -24600,12 +24616,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17307, + "target": 17374, "name": "BaseCollection.updated_at" } }, { - "id": 14636, + "id": 14703, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -24627,12 +24643,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17308, + "target": 17375, "name": "BaseCollection.deleted_at" } }, { - "id": 14637, + "id": 14704, "name": "products", "variant": "declaration", "kind": 1024, @@ -24654,12 +24670,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17309, + "target": 17376, "name": "BaseCollection.products" } }, { - "id": 14638, + "id": 14705, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -24696,7 +24712,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17310, + "target": 17377, "name": "BaseCollection.metadata" } } @@ -24705,35 +24721,35 @@ { "title": "Properties", "children": [ - 14631, - 14632, - 14633, - 14634, - 14635, - 14636, - 14637, - 14638 + 14698, + 14699, + 14700, + 14701, + 14702, + 14703, + 14704, + 14705 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17302, + "target": 17369, "name": "BaseCollection", "package": "@medusajs/types" } ] }, { - "id": 14639, + "id": 14706, "name": "AdminCreateCollection", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14640, + "id": 14707, "name": "title", "variant": "declaration", "kind": 1024, @@ -24744,7 +24760,7 @@ } }, { - "id": 14641, + "id": 14708, "name": "handle", "variant": "declaration", "kind": 1024, @@ -24757,7 +24773,7 @@ } }, { - "id": 14642, + "id": 14709, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -24789,22 +24805,22 @@ { "title": "Properties", "children": [ - 14640, - 14641, - 14642 + 14707, + 14708, + 14709 ] } ] }, { - "id": 14643, + "id": 14710, "name": "AdminUpdateCollection", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14644, + "id": 14711, "name": "title", "variant": "declaration", "kind": 1024, @@ -24817,7 +24833,7 @@ } }, { - "id": 14645, + "id": 14712, "name": "handle", "variant": "declaration", "kind": 1024, @@ -24830,7 +24846,7 @@ } }, { - "id": 14646, + "id": 14713, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -24862,22 +24878,22 @@ { "title": "Properties", "children": [ - 14644, - 14645, - 14646 + 14711, + 14712, + 14713 ] } ] }, { - "id": 14647, + "id": 14714, "name": "AdminUpdateCollectionProducts", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14648, + "id": 14715, "name": "add", "variant": "declaration", "kind": 1024, @@ -24893,7 +24909,7 @@ } }, { - "id": 14649, + "id": 14716, "name": "remove", "variant": "declaration", "kind": 1024, @@ -24913,14 +24929,14 @@ { "title": "Properties", "children": [ - 14648, - 14649 + 14715, + 14716 ] } ] }, { - "id": 14650, + "id": 14717, "name": "AdminCollectionListParams", "variant": "declaration", "kind": 256, @@ -24935,7 +24951,7 @@ }, "children": [ { - "id": 14662, + "id": 14729, "name": "$and", "variant": "declaration", "kind": 1024, @@ -24958,17 +24974,17 @@ "types": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" } @@ -24981,12 +24997,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17322, + "target": 17389, "name": "BaseCollectionListParams.$and" } }, { - "id": 14663, + "id": 14730, "name": "$or", "variant": "declaration", "kind": 1024, @@ -25009,17 +25025,17 @@ "types": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" } @@ -25032,12 +25048,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17323, + "target": 17390, "name": "BaseCollectionListParams.$or" } }, { - "id": 14651, + "id": 14718, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -25046,7 +25062,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -25058,7 +25074,7 @@ } }, { - "id": 14652, + "id": 14719, "name": "q", "variant": "declaration", "kind": 1024, @@ -25072,12 +25088,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17312, + "target": 17379, "name": "BaseCollectionListParams.q" } }, { - "id": 14653, + "id": 14720, "name": "id", "variant": "declaration", "kind": 1024, @@ -25103,12 +25119,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17313, + "target": 17380, "name": "BaseCollectionListParams.id" } }, { - "id": 14654, + "id": 14721, "name": "handle", "variant": "declaration", "kind": 1024, @@ -25134,12 +25150,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17314, + "target": 17381, "name": "BaseCollectionListParams.handle" } }, { - "id": 14655, + "id": 14722, "name": "title", "variant": "declaration", "kind": 1024, @@ -25165,12 +25181,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17315, + "target": 17382, "name": "BaseCollectionListParams.title" } }, { - "id": 14656, + "id": 14723, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -25180,7 +25196,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -25192,12 +25208,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17316, + "target": 17383, "name": "BaseCollectionListParams.created_at" } }, { - "id": 14657, + "id": 14724, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -25207,7 +25223,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -25219,12 +25235,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17317, + "target": 17384, "name": "BaseCollectionListParams.updated_at" } }, { - "id": 14661, + "id": 14728, "name": "fields", "variant": "declaration", "kind": 1024, @@ -25238,12 +25254,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17321, + "target": 17388, "name": "BaseCollectionListParams.fields" } }, { - "id": 14658, + "id": 14725, "name": "limit", "variant": "declaration", "kind": 1024, @@ -25257,12 +25273,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17318, + "target": 17385, "name": "BaseCollectionListParams.limit" } }, { - "id": 14659, + "id": 14726, "name": "offset", "variant": "declaration", "kind": 1024, @@ -25276,12 +25292,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17319, + "target": 17386, "name": "BaseCollectionListParams.offset" } }, { - "id": 14660, + "id": 14727, "name": "order", "variant": "declaration", "kind": 1024, @@ -25295,7 +25311,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17320, + "target": 17387, "name": "BaseCollectionListParams.order" } } @@ -25304,40 +25320,40 @@ { "title": "Properties", "children": [ - 14662, - 14663, - 14651, - 14652, - 14653, - 14654, - 14655, - 14656, - 14657, - 14661, - 14658, - 14659, - 14660 + 14729, + 14730, + 14718, + 14719, + 14720, + 14721, + 14722, + 14723, + 14724, + 14728, + 14725, + 14726, + 14727 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" } ] }, { - "id": 14664, + "id": 14731, "name": "AdminCollectionParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14665, + "id": 14732, "name": "fields", "variant": "declaration", "kind": 1024, @@ -25351,7 +25367,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17325, + "target": 17392, "name": "BaseCollectionParams.fields" } } @@ -25360,35 +25376,35 @@ { "title": "Properties", "children": [ - 14665 + 14732 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17324, + "target": 17391, "name": "BaseCollectionParams", "package": "@medusajs/types" } ] }, { - "id": 14666, + "id": 14733, "name": "AdminCollectionResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14667, + "id": 14734, "name": "collection", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14630, + "target": 14697, "name": "AdminCollection", "package": "@medusajs/types" } @@ -25398,20 +25414,20 @@ { "title": "Properties", "children": [ - 14667 + 14734 ] } ] }, { - "id": 14668, + "id": 14735, "name": "AdminCollectionListResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14674, + "id": 14741, "name": "collections", "variant": "declaration", "kind": 1024, @@ -25422,7 +25438,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14630, + "target": 14697, "name": "AdminCollection", "package": "@medusajs/types" } @@ -25434,7 +25450,7 @@ } }, { - "id": 14671, + "id": 14738, "name": "limit", "variant": "declaration", "kind": 1024, @@ -25452,7 +25468,7 @@ } }, { - "id": 14672, + "id": 14739, "name": "offset", "variant": "declaration", "kind": 1024, @@ -25470,7 +25486,7 @@ } }, { - "id": 14673, + "id": 14740, "name": "count", "variant": "declaration", "kind": 1024, @@ -25492,29 +25508,29 @@ { "title": "Properties", "children": [ - 14674, - 14671, - 14672, - 14673 + 14741, + 14738, + 14739, + 14740 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 14669, + "id": 14736, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14670, + "id": 14737, "name": "collections", "variant": "declaration", "kind": 1024, @@ -25523,7 +25539,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14630, + "target": 14697, "name": "AdminCollection", "package": "@medusajs/types" } @@ -25534,7 +25550,7 @@ { "title": "Properties", "children": [ - 14670 + 14737 ] } ] @@ -25547,14 +25563,14 @@ ] }, { - "id": 14675, + "id": 14742, "name": "AdminCollectionDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14676, + "id": 14743, "name": "id", "variant": "declaration", "kind": 1024, @@ -25580,7 +25596,7 @@ } }, { - "id": 14677, + "id": 14744, "name": "object", "variant": "declaration", "kind": 1024, @@ -25606,7 +25622,7 @@ } }, { - "id": 14678, + "id": 14745, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -25632,7 +25648,7 @@ } }, { - "id": 14679, + "id": 14746, "name": "parent", "variant": "declaration", "kind": 1024, @@ -25651,7 +25667,7 @@ "type": { "type": "reflection", "declaration": { - "id": 14680, + "id": 14747, "name": "__type", "variant": "declaration", "kind": 65536, @@ -25669,17 +25685,17 @@ { "title": "Properties", "children": [ - 14676, - 14677, - 14678, - 14679 + 14743, + 14744, + 14745, + 14746 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -25692,14 +25708,14 @@ ] }, { - "id": 14681, + "id": 14748, "name": "StoreCollection", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14682, + "id": 14749, "name": "id", "variant": "declaration", "kind": 1024, @@ -25712,12 +25728,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17303, + "target": 17370, "name": "BaseCollection.id" } }, { - "id": 14683, + "id": 14750, "name": "title", "variant": "declaration", "kind": 1024, @@ -25730,12 +25746,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17304, + "target": 17371, "name": "BaseCollection.title" } }, { - "id": 14684, + "id": 14751, "name": "handle", "variant": "declaration", "kind": 1024, @@ -25748,12 +25764,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17305, + "target": 17372, "name": "BaseCollection.handle" } }, { - "id": 14685, + "id": 14752, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -25766,12 +25782,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17306, + "target": 17373, "name": "BaseCollection.created_at" } }, { - "id": 14686, + "id": 14753, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -25784,12 +25800,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17307, + "target": 17374, "name": "BaseCollection.updated_at" } }, { - "id": 14687, + "id": 14754, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -25811,12 +25827,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17308, + "target": 17375, "name": "BaseCollection.deleted_at" } }, { - "id": 14688, + "id": 14755, "name": "products", "variant": "declaration", "kind": 1024, @@ -25838,12 +25854,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17309, + "target": 17376, "name": "BaseCollection.products" } }, { - "id": 14689, + "id": 14756, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -25880,7 +25896,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17310, + "target": 17377, "name": "BaseCollection.metadata" } } @@ -25889,28 +25905,28 @@ { "title": "Properties", "children": [ - 14682, - 14683, - 14684, - 14685, - 14686, - 14687, - 14688, - 14689 + 14749, + 14750, + 14751, + 14752, + 14753, + 14754, + 14755, + 14756 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17302, + "target": 17369, "name": "BaseCollection", "package": "@medusajs/types" } ] }, { - "id": 14690, + "id": 14757, "name": "StoreCollectionFilters", "variant": "declaration", "kind": 256, @@ -25925,7 +25941,7 @@ }, "children": [ { - "id": 14701, + "id": 14768, "name": "$and", "variant": "declaration", "kind": 1024, @@ -25948,17 +25964,17 @@ "types": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" } @@ -25971,12 +25987,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17322, + "target": 17389, "name": "BaseCollectionListParams.$and" } }, { - "id": 14702, + "id": 14769, "name": "$or", "variant": "declaration", "kind": 1024, @@ -25999,17 +26015,17 @@ "types": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" } @@ -26022,12 +26038,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17323, + "target": 17390, "name": "BaseCollectionListParams.$or" } }, { - "id": 14691, + "id": 14758, "name": "q", "variant": "declaration", "kind": 1024, @@ -26041,12 +26057,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17312, + "target": 17379, "name": "BaseCollectionListParams.q" } }, { - "id": 14692, + "id": 14759, "name": "id", "variant": "declaration", "kind": 1024, @@ -26072,12 +26088,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17313, + "target": 17380, "name": "BaseCollectionListParams.id" } }, { - "id": 14693, + "id": 14760, "name": "handle", "variant": "declaration", "kind": 1024, @@ -26103,12 +26119,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17314, + "target": 17381, "name": "BaseCollectionListParams.handle" } }, { - "id": 14694, + "id": 14761, "name": "title", "variant": "declaration", "kind": 1024, @@ -26134,12 +26150,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17315, + "target": 17382, "name": "BaseCollectionListParams.title" } }, { - "id": 14695, + "id": 14762, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -26149,7 +26165,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -26161,12 +26177,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17316, + "target": 17383, "name": "BaseCollectionListParams.created_at" } }, { - "id": 14696, + "id": 14763, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -26176,7 +26192,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -26188,12 +26204,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17317, + "target": 17384, "name": "BaseCollectionListParams.updated_at" } }, { - "id": 14700, + "id": 14767, "name": "fields", "variant": "declaration", "kind": 1024, @@ -26207,12 +26223,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17321, + "target": 17388, "name": "BaseCollectionListParams.fields" } }, { - "id": 14697, + "id": 14764, "name": "limit", "variant": "declaration", "kind": 1024, @@ -26226,12 +26242,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17318, + "target": 17385, "name": "BaseCollectionListParams.limit" } }, { - "id": 14698, + "id": 14765, "name": "offset", "variant": "declaration", "kind": 1024, @@ -26245,12 +26261,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17319, + "target": 17386, "name": "BaseCollectionListParams.offset" } }, { - "id": 14699, + "id": 14766, "name": "order", "variant": "declaration", "kind": 1024, @@ -26264,7 +26280,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17320, + "target": 17387, "name": "BaseCollectionListParams.order" } } @@ -26273,39 +26289,39 @@ { "title": "Properties", "children": [ - 14701, - 14702, - 14691, - 14692, - 14693, - 14694, - 14695, - 14696, - 14700, - 14697, - 14698, - 14699 + 14768, + 14769, + 14758, + 14759, + 14760, + 14761, + 14762, + 14763, + 14767, + 14764, + 14765, + 14766 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams", "package": "@medusajs/types" } ] }, { - "id": 14703, + "id": 14770, "name": "SelectParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14704, + "id": 14771, "name": "fields", "variant": "declaration", "kind": 1024, @@ -26322,62 +26338,62 @@ { "title": "Properties", "children": [ - 14704 + 14771 ] } ], "extendedBy": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams" }, { "type": "reference", - "target": 14941, + "target": 15008, "name": "AdminNotificationParams" }, { "type": "reference", - "target": 15019, + "target": 15086, "name": "AdminPriceListParams" }, { "type": "reference", - "target": 15137, + "target": 15204, "name": "AdminProductTagParams" }, { "type": "reference", - "target": 15180, + "target": 15247, "name": "AdminProductTypeParams" }, { "type": "reference", - "target": 15635, + "target": 15702, "name": "AdminTaxRegionParams" }, { "type": "reference", - "target": 17324, + "target": 17391, "name": "BaseCollectionParams" }, { "type": "reference", - "target": 17372, + "target": 17439, "name": "BaseProductCategoryParams" } ] }, { - "id": 14705, + "id": 14772, "name": "FindParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14709, + "id": 14776, "name": "fields", "variant": "declaration", "kind": 1024, @@ -26391,12 +26407,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14704, + "target": 14771, "name": "SelectParams.fields" } }, { - "id": 14706, + "id": 14773, "name": "limit", "variant": "declaration", "kind": 1024, @@ -26409,7 +26425,7 @@ } }, { - "id": 14707, + "id": 14774, "name": "offset", "variant": "declaration", "kind": 1024, @@ -26422,7 +26438,7 @@ } }, { - "id": 14708, + "id": 14775, "name": "order", "variant": "declaration", "kind": 1024, @@ -26439,17 +26455,17 @@ { "title": "Properties", "children": [ - 14709, - 14706, - 14707, - 14708 + 14776, + 14773, + 14774, + 14775 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14703, + "target": 14770, "name": "SelectParams", "package": "@medusajs/types" } @@ -26457,95 +26473,95 @@ "extendedBy": [ { "type": "reference", - "target": 14735, + "target": 14802, "name": "AdminFulfillmentProviderListParams" }, { "type": "reference", - "target": 14844, + "target": 14911, "name": "AdminInventoryItemParams" }, { "type": "reference", - "target": 14888, + "target": 14955, "name": "AdminInventoryLevelFilters" }, { "type": "reference", - "target": 14931, + "target": 14998, "name": "AdminNotificationListParams" }, { "type": "reference", - "target": 15006, + "target": 15073, "name": "AdminPriceListListParams" }, { "type": "reference", - "target": 15167, + "target": 15234, "name": "AdminProductTypeListParams" }, { "type": "reference", - "target": 15256, + "target": 15323, "name": "AdminReturnFilters" }, { "type": "reference", - "target": 15280, + "target": 15347, "name": "AdminReturnReasonListParams" }, { "type": "reference", - "target": 15392, + "target": 15459, "name": "AdminShippingOptionListParams" }, { "type": "reference", - "target": 15441, + "target": 15508, "name": "AdminShippingProfileListParams" }, { "type": "reference", - "target": 15499, + "target": 15566, "name": "AdminStockLocationListParams" }, { "type": "reference", - "target": 15561, + "target": 15628, "name": "AdminTaxRateListParams" }, { "type": "reference", - "target": 15619, + "target": 15686, "name": "AdminTaxRegionListParams" }, { "type": "reference", - "target": 17311, + "target": 17378, "name": "BaseCollectionListParams" }, { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams" }, { "type": "reference", - "target": 17383, + "target": 17450, "name": "BaseProductTagListParams" } ] }, { - "id": 14710, + "id": 14777, "name": "DeleteResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14716, + "id": 14783, "name": "TObject", "variant": "typeParam", "kind": 131072, @@ -26556,7 +26572,7 @@ } }, { - "id": 14717, + "id": 14784, "name": "TParent", "variant": "typeParam", "kind": 131072, @@ -26564,7 +26580,7 @@ "default": { "type": "reflection", "declaration": { - "id": 14718, + "id": 14785, "name": "__type", "variant": "declaration", "kind": 65536, @@ -26576,14 +26592,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14711, + "id": 14778, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14712, + "id": 14779, "name": "id", "variant": "declaration", "kind": 1024, @@ -26602,7 +26618,7 @@ } }, { - "id": 14713, + "id": 14780, "name": "object", "variant": "declaration", "kind": 1024, @@ -26617,14 +26633,14 @@ }, "type": { "type": "reference", - "target": 14716, + "target": 14783, "name": "TObject", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 14714, + "id": 14781, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -26643,7 +26659,7 @@ } }, { - "id": 14715, + "id": 14782, "name": "parent", "variant": "declaration", "kind": 1024, @@ -26660,7 +26676,7 @@ }, "type": { "type": "reference", - "target": 14717, + "target": 14784, "name": "TParent", "package": "@medusajs/types", "refersToTypeParameter": true @@ -26671,10 +26687,10 @@ { "title": "Properties", "children": [ - 14712, - 14713, - 14714, - 14715 + 14779, + 14780, + 14781, + 14782 ] } ] @@ -26683,75 +26699,75 @@ "extendedBy": [ { "type": "reference", - "target": 14675, + "target": 14742, "name": "AdminCollectionDeleteResponse" }, { "type": "reference", - "target": 14785, + "target": 14852, "name": "AdminServiceZoneDeleteResponse" }, { "type": "reference", - "target": 14792, + "target": 14859, "name": "AdminFulfillmentSetDeleteResponse" }, { "type": "reference", - "target": 15030, + "target": 15097, "name": "AdminPriceListDeleteResponse" }, { "type": "reference", - "target": 15105, + "target": 15172, "name": "AdminProductCategoryDeleteResponse" }, { "type": "reference", - "target": 15148, + "target": 15215, "name": "AdminProductTagDeleteResponse" }, { "type": "reference", - "target": 15191, + "target": 15258, "name": "AdminProductTypeDeleteResponse" }, { "type": "reference", - "target": 15411, + "target": 15478, "name": "AdminShippingOptionDeleteResponse" }, { "type": "reference", - "target": 15460, + "target": 15527, "name": "AdminShippingProfileDeleteResponse" }, { "type": "reference", - "target": 15520, + "target": 15587, "name": "AdminStockLocationDeleteResponse" }, { "type": "reference", - "target": 15582, + "target": 15649, "name": "AdminTaxRateDeleteResponse" }, { "type": "reference", - "target": 15642, + "target": 15709, "name": "AdminTaxRegionDeleteResponse" } ] }, { - "id": 14719, + "id": 14786, "name": "PaginatedResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 14724, + "id": 14791, "name": "T", "variant": "typeParam", "kind": 131072, @@ -26764,14 +26780,14 @@ { "type": "reflection", "declaration": { - "id": 14720, + "id": 14787, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14721, + "id": 14788, "name": "limit", "variant": "declaration", "kind": 1024, @@ -26782,7 +26798,7 @@ } }, { - "id": 14722, + "id": 14789, "name": "offset", "variant": "declaration", "kind": 1024, @@ -26793,7 +26809,7 @@ } }, { - "id": 14723, + "id": 14790, "name": "count", "variant": "declaration", "kind": 1024, @@ -26808,9 +26824,9 @@ { "title": "Properties", "children": [ - 14721, - 14722, - 14723 + 14788, + 14789, + 14790 ] } ] @@ -26818,7 +26834,7 @@ }, { "type": "reference", - "target": 14724, + "target": 14791, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -26828,55 +26844,55 @@ "extendedBy": [ { "type": "reference", - "target": 14668, + "target": 14735, "name": "AdminCollectionListResponse" }, { "type": "reference", - "target": 14743, + "target": 14810, "name": "AdminFulfillmentProviderListResponse" }, { "type": "reference", - "target": 14945, + "target": 15012, "name": "AdminNotificationListResponse" }, { "type": "reference", - "target": 15023, + "target": 15090, "name": "AdminPriceListListResponse" }, { "type": "reference", - "target": 15098, + "target": 15165, "name": "AdminProductCategoryListResponse" }, { "type": "reference", - "target": 15141, + "target": 15208, "name": "AdminProductTagListResponse" }, { "type": "reference", - "target": 15184, + "target": 15251, "name": "AdminProductTypeListResponse" }, { "type": "reference", - "target": 15513, + "target": 15580, "name": "AdminStockLocationListResponse" } ] }, { - "id": 14725, + "id": 14792, "name": "AdminFile", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14726, + "id": 14793, "name": "id", "variant": "declaration", "kind": 1024, @@ -26889,12 +26905,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17327, + "target": 17394, "name": "BaseFile.id" } }, { - "id": 14727, + "id": 14794, "name": "url", "variant": "declaration", "kind": 1024, @@ -26907,7 +26923,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17328, + "target": 17395, "name": "BaseFile.url" } } @@ -26916,42 +26932,42 @@ { "title": "Properties", "children": [ - 14726, - 14727 + 14793, + 14794 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17326, + "target": 17393, "name": "BaseFile", "package": "@medusajs/types" } ] }, { - "id": 14728, + "id": 14795, "name": "AdminUploadFile", "variant": "declaration", "kind": 2097152, "flags": {}, "type": { "type": "reference", - "target": 17329, + "target": 17396, "name": "BaseUploadFile", "package": "@medusajs/types" } }, { - "id": 14729, + "id": 14796, "name": "StoreFile", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14730, + "id": 14797, "name": "id", "variant": "declaration", "kind": 1024, @@ -26964,12 +26980,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17327, + "target": 17394, "name": "BaseFile.id" } }, { - "id": 14731, + "id": 14798, "name": "url", "variant": "declaration", "kind": 1024, @@ -26982,7 +26998,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17328, + "target": 17395, "name": "BaseFile.url" } } @@ -26991,29 +27007,29 @@ { "title": "Properties", "children": [ - 14730, - 14731 + 14797, + 14798 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17326, + "target": 17393, "name": "BaseFile", "package": "@medusajs/types" } ] }, { - "id": 14732, + "id": 14799, "name": "AdminFulfillmentProvider", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14733, + "id": 14800, "name": "id", "variant": "declaration", "kind": 1024, @@ -27024,7 +27040,7 @@ } }, { - "id": 14734, + "id": 14801, "name": "is_enabled", "variant": "declaration", "kind": 1024, @@ -27039,21 +27055,21 @@ { "title": "Properties", "children": [ - 14733, - 14734 + 14800, + 14801 ] } ] }, { - "id": 14735, + "id": 14802, "name": "AdminFulfillmentProviderListParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14742, + "id": 14809, "name": "fields", "variant": "declaration", "kind": 1024, @@ -27067,12 +27083,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 14739, + "id": 14806, "name": "limit", "variant": "declaration", "kind": 1024, @@ -27086,12 +27102,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 14740, + "id": 14807, "name": "offset", "variant": "declaration", "kind": 1024, @@ -27105,12 +27121,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 14741, + "id": 14808, "name": "order", "variant": "declaration", "kind": 1024, @@ -27124,12 +27140,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 14736, + "id": 14803, "name": "id", "variant": "declaration", "kind": 1024, @@ -27154,7 +27170,7 @@ } }, { - "id": 14737, + "id": 14804, "name": "q", "variant": "declaration", "kind": 1024, @@ -27167,7 +27183,7 @@ } }, { - "id": 14738, + "id": 14805, "name": "is_enabled", "variant": "declaration", "kind": 1024, @@ -27184,34 +27200,34 @@ { "title": "Properties", "children": [ - 14742, - 14739, - 14740, - 14741, - 14736, - 14737, - 14738 + 14809, + 14806, + 14807, + 14808, + 14803, + 14804, + 14805 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" } ] }, { - "id": 14743, + "id": 14810, "name": "AdminFulfillmentProviderListResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14746, + "id": 14813, "name": "limit", "variant": "declaration", "kind": 1024, @@ -27229,7 +27245,7 @@ } }, { - "id": 14747, + "id": 14814, "name": "offset", "variant": "declaration", "kind": 1024, @@ -27247,7 +27263,7 @@ } }, { - "id": 14748, + "id": 14815, "name": "count", "variant": "declaration", "kind": 1024, @@ -27265,7 +27281,7 @@ } }, { - "id": 14749, + "id": 14816, "name": "fulfillment_providers", "variant": "declaration", "kind": 1024, @@ -27276,7 +27292,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14732, + "target": 14799, "name": "AdminFulfillmentProvider", "package": "@medusajs/types" } @@ -27292,29 +27308,29 @@ { "title": "Properties", "children": [ - 14746, - 14747, - 14748, - 14749 + 14813, + 14814, + 14815, + 14816 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 14744, + "id": 14811, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14745, + "id": 14812, "name": "fulfillment_providers", "variant": "declaration", "kind": 1024, @@ -27323,7 +27339,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14732, + "target": 14799, "name": "AdminFulfillmentProvider", "package": "@medusajs/types" } @@ -27334,7 +27350,7 @@ { "title": "Properties", "children": [ - 14745 + 14812 ] } ] @@ -27347,14 +27363,14 @@ ] }, { - "id": 14750, + "id": 14817, "name": "AdminGeoZone", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14751, + "id": 14818, "name": "id", "variant": "declaration", "kind": 1024, @@ -27365,7 +27381,7 @@ } }, { - "id": 14752, + "id": 14819, "name": "type", "variant": "declaration", "kind": 1024, @@ -27381,7 +27397,7 @@ } }, { - "id": 14753, + "id": 14820, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -27392,7 +27408,7 @@ } }, { - "id": 14754, + "id": 14821, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -27412,7 +27428,7 @@ } }, { - "id": 14755, + "id": 14822, "name": "city", "variant": "declaration", "kind": 1024, @@ -27432,7 +27448,7 @@ } }, { - "id": 14756, + "id": 14823, "name": "postal_expression", "variant": "declaration", "kind": 1024, @@ -27467,7 +27483,7 @@ } }, { - "id": 14757, + "id": 14824, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -27478,7 +27494,7 @@ } }, { - "id": 14758, + "id": 14825, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -27489,7 +27505,7 @@ } }, { - "id": 14759, + "id": 14826, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -27513,28 +27529,28 @@ { "title": "Properties", "children": [ - 14751, - 14752, - 14753, - 14754, - 14755, - 14756, - 14757, - 14758, - 14759 + 14818, + 14819, + 14820, + 14821, + 14822, + 14823, + 14824, + 14825, + 14826 ] } ] }, { - "id": 14760, + "id": 14827, "name": "AdminServiceZone", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14761, + "id": 14828, "name": "id", "variant": "declaration", "kind": 1024, @@ -27545,7 +27561,7 @@ } }, { - "id": 14762, + "id": 14829, "name": "name", "variant": "declaration", "kind": 1024, @@ -27556,7 +27572,7 @@ } }, { - "id": 14763, + "id": 14830, "name": "fulfillment_set_id", "variant": "declaration", "kind": 1024, @@ -27567,7 +27583,7 @@ } }, { - "id": 14764, + "id": 14831, "name": "geo_zones", "variant": "declaration", "kind": 1024, @@ -27576,14 +27592,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 14750, + "target": 14817, "name": "AdminGeoZone", "package": "@medusajs/types" } } }, { - "id": 14765, + "id": 14832, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -27592,14 +27608,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15323, + "target": 15390, "name": "AdminShippingOption", "package": "@medusajs/types" } } }, { - "id": 14766, + "id": 14833, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -27610,7 +27626,7 @@ } }, { - "id": 14767, + "id": 14834, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -27621,7 +27637,7 @@ } }, { - "id": 14768, + "id": 14835, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -27645,27 +27661,27 @@ { "title": "Properties", "children": [ - 14761, - 14762, - 14763, - 14764, - 14765, - 14766, - 14767, - 14768 + 14828, + 14829, + 14830, + 14831, + 14832, + 14833, + 14834, + 14835 ] } ] }, { - "id": 14769, + "id": 14836, "name": "AdminFulfillmentSet", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14770, + "id": 14837, "name": "id", "variant": "declaration", "kind": 1024, @@ -27676,7 +27692,7 @@ } }, { - "id": 14771, + "id": 14838, "name": "name", "variant": "declaration", "kind": 1024, @@ -27687,7 +27703,7 @@ } }, { - "id": 14772, + "id": 14839, "name": "type", "variant": "declaration", "kind": 1024, @@ -27698,7 +27714,7 @@ } }, { - "id": 14773, + "id": 14840, "name": "service_zones", "variant": "declaration", "kind": 1024, @@ -27707,14 +27723,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 14760, + "target": 14827, "name": "AdminServiceZone", "package": "@medusajs/types" } } }, { - "id": 14774, + "id": 14841, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -27725,7 +27741,7 @@ } }, { - "id": 14775, + "id": 14842, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -27736,7 +27752,7 @@ } }, { - "id": 14776, + "id": 14843, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -27760,26 +27776,26 @@ { "title": "Properties", "children": [ - 14770, - 14771, - 14772, - 14773, - 14774, - 14775, - 14776 + 14837, + 14838, + 14839, + 14840, + 14841, + 14842, + 14843 ] } ] }, { - "id": 14777, + "id": 14844, "name": "AdminCreateFulfillmentSetServiceZone", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14778, + "id": 14845, "name": "name", "variant": "declaration", "kind": 1024, @@ -27790,7 +27806,7 @@ } }, { - "id": 14779, + "id": 14846, "name": "geo_zones", "variant": "declaration", "kind": 1024, @@ -27799,7 +27815,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17335, + "target": 17402, "name": "AdminUpsertFulfillmentSetServiceZoneGeoZone", "package": "@medusajs/types" } @@ -27810,21 +27826,21 @@ { "title": "Properties", "children": [ - 14778, - 14779 + 14845, + 14846 ] } ] }, { - "id": 14780, + "id": 14847, "name": "AdminUpdateFulfillmentSetServiceZone", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14781, + "id": 14848, "name": "name", "variant": "declaration", "kind": 1024, @@ -27837,7 +27853,7 @@ } }, { - "id": 14782, + "id": 14849, "name": "geo_zones", "variant": "declaration", "kind": 1024, @@ -27848,7 +27864,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17336, + "target": 17403, "name": "AdminUpdateFulfillmentSetServiceZoneGeoZone", "package": "@medusajs/types" } @@ -27859,28 +27875,28 @@ { "title": "Properties", "children": [ - 14781, - 14782 + 14848, + 14849 ] } ] }, { - "id": 14783, + "id": 14850, "name": "AdminServiceZoneResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14784, + "id": 14851, "name": "service_zone", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14760, + "target": 14827, "name": "AdminServiceZone", "package": "@medusajs/types" } @@ -27890,20 +27906,20 @@ { "title": "Properties", "children": [ - 14784 + 14851 ] } ] }, { - "id": 14785, + "id": 14852, "name": "AdminServiceZoneDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14786, + "id": 14853, "name": "id", "variant": "declaration", "kind": 1024, @@ -27929,7 +27945,7 @@ } }, { - "id": 14787, + "id": 14854, "name": "object", "variant": "declaration", "kind": 1024, @@ -27955,7 +27971,7 @@ } }, { - "id": 14788, + "id": 14855, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -27981,7 +27997,7 @@ } }, { - "id": 14789, + "id": 14856, "name": "parent", "variant": "declaration", "kind": 1024, @@ -27999,7 +28015,7 @@ }, "type": { "type": "reference", - "target": 14769, + "target": 14836, "name": "AdminFulfillmentSet", "package": "@medusajs/types" }, @@ -28014,17 +28030,17 @@ { "title": "Properties", "children": [ - 14786, - 14787, - 14788, - 14789 + 14853, + 14854, + 14855, + 14856 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -28032,7 +28048,7 @@ }, { "type": "reference", - "target": 14769, + "target": 14836, "name": "AdminFulfillmentSet", "package": "@medusajs/types" } @@ -28043,21 +28059,21 @@ ] }, { - "id": 14790, + "id": 14857, "name": "AdminFulfillmentSetResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14791, + "id": 14858, "name": "fulfillment_set", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14769, + "target": 14836, "name": "AdminFulfillmentSet", "package": "@medusajs/types" } @@ -28067,20 +28083,20 @@ { "title": "Properties", "children": [ - 14791 + 14858 ] } ] }, { - "id": 14792, + "id": 14859, "name": "AdminFulfillmentSetDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14793, + "id": 14860, "name": "id", "variant": "declaration", "kind": 1024, @@ -28106,7 +28122,7 @@ } }, { - "id": 14794, + "id": 14861, "name": "object", "variant": "declaration", "kind": 1024, @@ -28132,7 +28148,7 @@ } }, { - "id": 14795, + "id": 14862, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -28158,7 +28174,7 @@ } }, { - "id": 14796, + "id": 14863, "name": "parent", "variant": "declaration", "kind": 1024, @@ -28177,7 +28193,7 @@ "type": { "type": "reflection", "declaration": { - "id": 14797, + "id": 14864, "name": "__type", "variant": "declaration", "kind": 65536, @@ -28195,17 +28211,17 @@ { "title": "Properties", "children": [ - 14793, - 14794, - 14795, - 14796 + 14860, + 14861, + 14862, + 14863 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -28218,14 +28234,14 @@ ] }, { - "id": 14868, + "id": 14935, "name": "InventoryLevel", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14869, + "id": 14936, "name": "id", "variant": "declaration", "kind": 1024, @@ -28236,7 +28252,7 @@ } }, { - "id": 14870, + "id": 14937, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -28247,7 +28263,7 @@ } }, { - "id": 14871, + "id": 14938, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -28258,7 +28274,7 @@ } }, { - "id": 14872, + "id": 14939, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -28269,7 +28285,7 @@ } }, { - "id": 14873, + "id": 14940, "name": "reserved_quantity", "variant": "declaration", "kind": 1024, @@ -28280,7 +28296,7 @@ } }, { - "id": 14874, + "id": 14941, "name": "available_quantity", "variant": "declaration", "kind": 1024, @@ -28291,7 +28307,7 @@ } }, { - "id": 14875, + "id": 14942, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -28302,7 +28318,7 @@ } }, { - "id": 14876, + "id": 14943, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -28343,27 +28359,27 @@ { "title": "Properties", "children": [ - 14869, - 14870, - 14871, - 14872, - 14873, - 14874, - 14875, - 14876 + 14936, + 14937, + 14938, + 14939, + 14940, + 14941, + 14942, + 14943 ] } ] }, { - "id": 14877, + "id": 14944, "name": "AdminUpdateInventoryLevel", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14878, + "id": 14945, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -28376,7 +28392,7 @@ } }, { - "id": 14879, + "id": 14946, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -28393,21 +28409,21 @@ { "title": "Properties", "children": [ - 14878, - 14879 + 14945, + 14946 ] } ] }, { - "id": 14880, + "id": 14947, "name": "AdminCreateInventoryLevel", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14881, + "id": 14948, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -28418,7 +28434,7 @@ } }, { - "id": 14882, + "id": 14949, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -28431,7 +28447,7 @@ } }, { - "id": 14883, + "id": 14950, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -28448,22 +28464,22 @@ { "title": "Properties", "children": [ - 14881, - 14882, - 14883 + 14948, + 14949, + 14950 ] } ] }, { - "id": 14884, + "id": 14951, "name": "AdminBatchUpdateInventoryLevelLocation", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14885, + "id": 14952, "name": "delete", "variant": "declaration", "kind": 1024, @@ -28479,7 +28495,7 @@ } }, { - "id": 14886, + "id": 14953, "name": "update", "variant": "declaration", "kind": 1024, @@ -28492,7 +28508,7 @@ } }, { - "id": 14887, + "id": 14954, "name": "create", "variant": "declaration", "kind": 1024, @@ -28503,7 +28519,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14880, + "target": 14947, "name": "AdminCreateInventoryLevel", "package": "@medusajs/types" } @@ -28514,22 +28530,22 @@ { "title": "Properties", "children": [ - 14885, - 14886, - 14887 + 14952, + 14953, + 14954 ] } ] }, { - "id": 14888, + "id": 14955, "name": "AdminInventoryLevelFilters", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14893, + "id": 14960, "name": "fields", "variant": "declaration", "kind": 1024, @@ -28543,12 +28559,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 14890, + "id": 14957, "name": "limit", "variant": "declaration", "kind": 1024, @@ -28562,12 +28578,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 14891, + "id": 14958, "name": "offset", "variant": "declaration", "kind": 1024, @@ -28581,12 +28597,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 14892, + "id": 14959, "name": "order", "variant": "declaration", "kind": 1024, @@ -28600,12 +28616,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 14889, + "id": 14956, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -28634,39 +28650,39 @@ { "title": "Properties", "children": [ - 14893, - 14890, - 14891, - 14892, - 14889 + 14960, + 14957, + 14958, + 14959, + 14956 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" } ] }, { - "id": 14894, + "id": 14961, "name": "AdminInventoryLevelResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14895, + "id": 14962, "name": "inventory_level", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14868, + "target": 14935, "name": "InventoryLevel", "package": "@medusajs/types" } @@ -28676,32 +28692,32 @@ { "title": "Properties", "children": [ - 14895 + 14962 ] } ] }, { - "id": 14896, + "id": 14963, "name": "AdminInventoryLevelListResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "type": { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 14897, + "id": 14964, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14898, + "id": 14965, "name": "inventory_levels", "variant": "declaration", "kind": 1024, @@ -28710,7 +28726,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14868, + "target": 14935, "name": "InventoryLevel", "package": "@medusajs/types" } @@ -28721,7 +28737,7 @@ { "title": "Properties", "children": [ - 14898 + 14965 ] } ] @@ -28733,14 +28749,14 @@ } }, { - "id": 14798, + "id": 14865, "name": "AdminInventoryItem", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14799, + "id": 14866, "name": "id", "variant": "declaration", "kind": 1024, @@ -28751,7 +28767,7 @@ } }, { - "id": 14800, + "id": 14867, "name": "sku", "variant": "declaration", "kind": 1024, @@ -28773,7 +28789,7 @@ } }, { - "id": 14801, + "id": 14868, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -28795,7 +28811,7 @@ } }, { - "id": 14802, + "id": 14869, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -28817,7 +28833,7 @@ } }, { - "id": 14803, + "id": 14870, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -28828,7 +28844,7 @@ } }, { - "id": 14804, + "id": 14871, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -28850,7 +28866,7 @@ } }, { - "id": 14805, + "id": 14872, "name": "material", "variant": "declaration", "kind": 1024, @@ -28872,7 +28888,7 @@ } }, { - "id": 14806, + "id": 14873, "name": "weight", "variant": "declaration", "kind": 1024, @@ -28894,7 +28910,7 @@ } }, { - "id": 14807, + "id": 14874, "name": "length", "variant": "declaration", "kind": 1024, @@ -28916,7 +28932,7 @@ } }, { - "id": 14808, + "id": 14875, "name": "height", "variant": "declaration", "kind": 1024, @@ -28938,7 +28954,7 @@ } }, { - "id": 14809, + "id": 14876, "name": "width", "variant": "declaration", "kind": 1024, @@ -28960,7 +28976,7 @@ } }, { - "id": 14810, + "id": 14877, "name": "title", "variant": "declaration", "kind": 1024, @@ -28982,7 +28998,7 @@ } }, { - "id": 14811, + "id": 14878, "name": "description", "variant": "declaration", "kind": 1024, @@ -29004,7 +29020,7 @@ } }, { - "id": 14812, + "id": 14879, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -29026,7 +29042,7 @@ } }, { - "id": 14813, + "id": 14880, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -29067,34 +29083,34 @@ { "title": "Properties", "children": [ - 14799, - 14800, - 14801, - 14802, - 14803, - 14804, - 14805, - 14806, - 14807, - 14808, - 14809, - 14810, - 14811, - 14812, - 14813 + 14866, + 14867, + 14868, + 14869, + 14870, + 14871, + 14872, + 14873, + 14874, + 14875, + 14876, + 14877, + 14878, + 14879, + 14880 ] } ] }, { - "id": 14814, + "id": 14881, "name": "AdminCreateInventoryItem", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14815, + "id": 14882, "name": "sku", "variant": "declaration", "kind": 1024, @@ -29107,7 +29123,7 @@ } }, { - "id": 14816, + "id": 14883, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -29120,7 +29136,7 @@ } }, { - "id": 14817, + "id": 14884, "name": "weight", "variant": "declaration", "kind": 1024, @@ -29133,7 +29149,7 @@ } }, { - "id": 14818, + "id": 14885, "name": "length", "variant": "declaration", "kind": 1024, @@ -29146,7 +29162,7 @@ } }, { - "id": 14819, + "id": 14886, "name": "height", "variant": "declaration", "kind": 1024, @@ -29159,7 +29175,7 @@ } }, { - "id": 14820, + "id": 14887, "name": "width", "variant": "declaration", "kind": 1024, @@ -29172,7 +29188,7 @@ } }, { - "id": 14821, + "id": 14888, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -29185,7 +29201,7 @@ } }, { - "id": 14822, + "id": 14889, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -29198,7 +29214,7 @@ } }, { - "id": 14823, + "id": 14890, "name": "material", "variant": "declaration", "kind": 1024, @@ -29211,7 +29227,7 @@ } }, { - "id": 14824, + "id": 14891, "name": "title", "variant": "declaration", "kind": 1024, @@ -29224,7 +29240,7 @@ } }, { - "id": 14825, + "id": 14892, "name": "description", "variant": "declaration", "kind": 1024, @@ -29237,7 +29253,7 @@ } }, { - "id": 14826, + "id": 14893, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -29250,7 +29266,7 @@ } }, { - "id": 14827, + "id": 14894, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -29263,7 +29279,7 @@ } }, { - "id": 14828, + "id": 14895, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -29295,40 +29311,40 @@ { "title": "Properties", "children": [ - 14815, - 14816, - 14817, - 14818, - 14819, - 14820, - 14821, - 14822, - 14823, - 14824, - 14825, - 14826, - 14827, - 14828 + 14882, + 14883, + 14884, + 14885, + 14886, + 14887, + 14888, + 14889, + 14890, + 14891, + 14892, + 14893, + 14894, + 14895 ] } ], "extendedBy": [ { "type": "reference", - "target": 14829, + "target": 14896, "name": "AdminUpdateInventoryItem" } ] }, { - "id": 14829, + "id": 14896, "name": "AdminUpdateInventoryItem", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14830, + "id": 14897, "name": "sku", "variant": "declaration", "kind": 1024, @@ -29342,12 +29358,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14815, + "target": 14882, "name": "AdminCreateInventoryItem.sku" } }, { - "id": 14831, + "id": 14898, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -29361,12 +29377,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14816, + "target": 14883, "name": "AdminCreateInventoryItem.hs_code" } }, { - "id": 14832, + "id": 14899, "name": "weight", "variant": "declaration", "kind": 1024, @@ -29380,12 +29396,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14817, + "target": 14884, "name": "AdminCreateInventoryItem.weight" } }, { - "id": 14833, + "id": 14900, "name": "length", "variant": "declaration", "kind": 1024, @@ -29399,12 +29415,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14818, + "target": 14885, "name": "AdminCreateInventoryItem.length" } }, { - "id": 14834, + "id": 14901, "name": "height", "variant": "declaration", "kind": 1024, @@ -29418,12 +29434,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14819, + "target": 14886, "name": "AdminCreateInventoryItem.height" } }, { - "id": 14835, + "id": 14902, "name": "width", "variant": "declaration", "kind": 1024, @@ -29437,12 +29453,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14820, + "target": 14887, "name": "AdminCreateInventoryItem.width" } }, { - "id": 14836, + "id": 14903, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -29456,12 +29472,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14821, + "target": 14888, "name": "AdminCreateInventoryItem.origin_country" } }, { - "id": 14837, + "id": 14904, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -29475,12 +29491,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14822, + "target": 14889, "name": "AdminCreateInventoryItem.mid_code" } }, { - "id": 14838, + "id": 14905, "name": "material", "variant": "declaration", "kind": 1024, @@ -29494,12 +29510,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14823, + "target": 14890, "name": "AdminCreateInventoryItem.material" } }, { - "id": 14839, + "id": 14906, "name": "title", "variant": "declaration", "kind": 1024, @@ -29513,12 +29529,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14824, + "target": 14891, "name": "AdminCreateInventoryItem.title" } }, { - "id": 14840, + "id": 14907, "name": "description", "variant": "declaration", "kind": 1024, @@ -29532,12 +29548,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14825, + "target": 14892, "name": "AdminCreateInventoryItem.description" } }, { - "id": 14841, + "id": 14908, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -29551,12 +29567,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14826, + "target": 14893, "name": "AdminCreateInventoryItem.requires_shipping" } }, { - "id": 14842, + "id": 14909, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -29570,12 +29586,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14827, + "target": 14894, "name": "AdminCreateInventoryItem.thumbnail" } }, { - "id": 14843, + "id": 14910, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -29604,7 +29620,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 14828, + "target": 14895, "name": "AdminCreateInventoryItem.metadata" } } @@ -29613,41 +29629,41 @@ { "title": "Properties", "children": [ - 14830, - 14831, - 14832, - 14833, - 14834, - 14835, - 14836, - 14837, - 14838, - 14839, - 14840, - 14841, - 14842, - 14843 + 14897, + 14898, + 14899, + 14900, + 14901, + 14902, + 14903, + 14904, + 14905, + 14906, + 14907, + 14908, + 14909, + 14910 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14814, + "target": 14881, "name": "AdminCreateInventoryItem", "package": "@medusajs/types" } ] }, { - "id": 14844, + "id": 14911, "name": "AdminInventoryItemParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14861, + "id": 14928, "name": "fields", "variant": "declaration", "kind": 1024, @@ -29661,12 +29677,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 14858, + "id": 14925, "name": "limit", "variant": "declaration", "kind": 1024, @@ -29680,12 +29696,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 14859, + "id": 14926, "name": "offset", "variant": "declaration", "kind": 1024, @@ -29699,12 +29715,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 14860, + "id": 14927, "name": "order", "variant": "declaration", "kind": 1024, @@ -29718,12 +29734,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 14845, + "id": 14912, "name": "id", "variant": "declaration", "kind": 1024, @@ -29748,7 +29764,7 @@ } }, { - "id": 14846, + "id": 14913, "name": "q", "variant": "declaration", "kind": 1024, @@ -29761,7 +29777,7 @@ } }, { - "id": 14847, + "id": 14914, "name": "sku", "variant": "declaration", "kind": 1024, @@ -29786,7 +29802,7 @@ } }, { - "id": 14848, + "id": 14915, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -29811,7 +29827,7 @@ } }, { - "id": 14849, + "id": 14916, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -29836,7 +29852,7 @@ } }, { - "id": 14850, + "id": 14917, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -29861,7 +29877,7 @@ } }, { - "id": 14851, + "id": 14918, "name": "material", "variant": "declaration", "kind": 1024, @@ -29886,7 +29902,7 @@ } }, { - "id": 14852, + "id": 14919, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -29899,7 +29915,7 @@ } }, { - "id": 14853, + "id": 14920, "name": "weight", "variant": "declaration", "kind": 1024, @@ -29915,7 +29931,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -29929,7 +29945,7 @@ } }, { - "id": 14854, + "id": 14921, "name": "length", "variant": "declaration", "kind": 1024, @@ -29945,7 +29961,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -29959,7 +29975,7 @@ } }, { - "id": 14855, + "id": 14922, "name": "height", "variant": "declaration", "kind": 1024, @@ -29975,7 +29991,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -29989,7 +30005,7 @@ } }, { - "id": 14856, + "id": 14923, "name": "width", "variant": "declaration", "kind": 1024, @@ -30005,7 +30021,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -30019,7 +30035,7 @@ } }, { - "id": 14857, + "id": 14924, "name": "location_levels", "variant": "declaration", "kind": 1024, @@ -30063,51 +30079,51 @@ { "title": "Properties", "children": [ - 14861, - 14858, - 14859, - 14860, - 14845, - 14846, - 14847, - 14848, - 14849, - 14850, - 14851, - 14852, - 14853, - 14854, - 14855, - 14856, - 14857 + 14928, + 14925, + 14926, + 14927, + 14912, + 14913, + 14914, + 14915, + 14916, + 14917, + 14918, + 14919, + 14920, + 14921, + 14922, + 14923, + 14924 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" } ] }, { - "id": 14862, + "id": 14929, "name": "AdminInventoryItemResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14863, + "id": 14930, "name": "inventory_item", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14798, + "target": 14865, "name": "AdminInventoryItem", "package": "@medusajs/types" } @@ -30117,32 +30133,32 @@ { "title": "Properties", "children": [ - 14863 + 14930 ] } ] }, { - "id": 14864, + "id": 14931, "name": "AdminInventoryItemListResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "type": { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 14865, + "id": 14932, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14866, + "id": 14933, "name": "inventory_items", "variant": "declaration", "kind": 1024, @@ -30151,7 +30167,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14798, + "target": 14865, "name": "AdminInventoryItem", "package": "@medusajs/types" } @@ -30162,7 +30178,7 @@ { "title": "Properties", "children": [ - 14866 + 14933 ] } ] @@ -30174,14 +30190,14 @@ } }, { - "id": 14867, + "id": 14934, "name": "AdminInventoryItemDeleteResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "type": { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -30193,7 +30209,7 @@ } }, { - "id": 14899, + "id": 14966, "name": "AdminAcceptInvite", "variant": "declaration", "kind": 2097152, @@ -30201,14 +30217,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14900, + "id": 14967, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14901, + "id": 14968, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -30219,7 +30235,7 @@ } }, { - "id": 14902, + "id": 14969, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -30234,8 +30250,8 @@ { "title": "Properties", "children": [ - 14901, - 14902 + 14968, + 14969 ] } ] @@ -30243,7 +30259,7 @@ } }, { - "id": 14903, + "id": 14970, "name": "AdminCreateInvite", "variant": "declaration", "kind": 2097152, @@ -30251,14 +30267,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14904, + "id": 14971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14905, + "id": 14972, "name": "email", "variant": "declaration", "kind": 1024, @@ -30269,7 +30285,7 @@ } }, { - "id": 14906, + "id": 14973, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -30301,8 +30317,8 @@ { "title": "Properties", "children": [ - 14905, - 14906 + 14972, + 14973 ] } ] @@ -30310,7 +30326,7 @@ } }, { - "id": 14907, + "id": 14974, "name": "AdminInviteResponse", "variant": "declaration", "kind": 2097152, @@ -30318,14 +30334,14 @@ "type": { "type": "reflection", "declaration": { - "id": 14908, + "id": 14975, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14909, + "id": 14976, "name": "id", "variant": "declaration", "kind": 1024, @@ -30336,7 +30352,7 @@ } }, { - "id": 14910, + "id": 14977, "name": "email", "variant": "declaration", "kind": 1024, @@ -30347,7 +30363,7 @@ } }, { - "id": 14911, + "id": 14978, "name": "accepted", "variant": "declaration", "kind": 1024, @@ -30358,7 +30374,7 @@ } }, { - "id": 14912, + "id": 14979, "name": "token", "variant": "declaration", "kind": 1024, @@ -30369,7 +30385,7 @@ } }, { - "id": 14913, + "id": 14980, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -30387,7 +30403,7 @@ } }, { - "id": 14914, + "id": 14981, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -30415,7 +30431,7 @@ } }, { - "id": 14915, + "id": 14982, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -30433,7 +30449,7 @@ } }, { - "id": 14916, + "id": 14983, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -30455,14 +30471,14 @@ { "title": "Properties", "children": [ - 14909, - 14910, - 14911, - 14912, - 14913, - 14914, - 14915, - 14916 + 14976, + 14977, + 14978, + 14979, + 14980, + 14981, + 14982, + 14983 ] } ] @@ -30470,14 +30486,14 @@ } }, { - "id": 14917, + "id": 14984, "name": "AdminNotification", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14918, + "id": 14985, "name": "id", "variant": "declaration", "kind": 1024, @@ -30488,7 +30504,7 @@ } }, { - "id": 14919, + "id": 14986, "name": "to", "variant": "declaration", "kind": 1024, @@ -30499,7 +30515,7 @@ } }, { - "id": 14920, + "id": 14987, "name": "channel", "variant": "declaration", "kind": 1024, @@ -30510,7 +30526,7 @@ } }, { - "id": 14921, + "id": 14988, "name": "template", "variant": "declaration", "kind": 1024, @@ -30521,7 +30537,7 @@ } }, { - "id": 14922, + "id": 14989, "name": "data", "variant": "declaration", "kind": 1024, @@ -30558,7 +30574,7 @@ } }, { - "id": 14923, + "id": 14990, "name": "trigger_type", "variant": "declaration", "kind": 1024, @@ -30580,7 +30596,7 @@ } }, { - "id": 14924, + "id": 14991, "name": "resource_id", "variant": "declaration", "kind": 1024, @@ -30602,7 +30618,7 @@ } }, { - "id": 14925, + "id": 14992, "name": "resource_type", "variant": "declaration", "kind": 1024, @@ -30624,7 +30640,7 @@ } }, { - "id": 14926, + "id": 14993, "name": "receiver_id", "variant": "declaration", "kind": 1024, @@ -30646,7 +30662,7 @@ } }, { - "id": 14927, + "id": 14994, "name": "original_notification_id", "variant": "declaration", "kind": 1024, @@ -30668,7 +30684,7 @@ } }, { - "id": 14928, + "id": 14995, "name": "external_id", "variant": "declaration", "kind": 1024, @@ -30690,7 +30706,7 @@ } }, { - "id": 14929, + "id": 14996, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -30701,7 +30717,7 @@ } }, { - "id": 14930, + "id": 14997, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -30721,25 +30737,25 @@ { "title": "Properties", "children": [ - 14918, - 14919, - 14920, - 14921, - 14922, - 14923, - 14924, - 14925, - 14926, - 14927, - 14928, - 14929, - 14930 + 14985, + 14986, + 14987, + 14988, + 14989, + 14990, + 14991, + 14992, + 14993, + 14994, + 14995, + 14996, + 14997 ] } ] }, { - "id": 14931, + "id": 14998, "name": "AdminNotificationListParams", "variant": "declaration", "kind": 256, @@ -30754,7 +30770,7 @@ }, "children": [ { - "id": 14935, + "id": 15002, "name": "$and", "variant": "declaration", "kind": 1024, @@ -30777,17 +30793,17 @@ "types": [ { "type": "reference", - "target": 14931, + "target": 14998, "name": "AdminNotificationListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 14931, + "target": 14998, "name": "AdminNotificationListParams", "package": "@medusajs/types" } @@ -30800,12 +30816,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 14936, + "id": 15003, "name": "$or", "variant": "declaration", "kind": 1024, @@ -30828,17 +30844,17 @@ "types": [ { "type": "reference", - "target": 14931, + "target": 14998, "name": "AdminNotificationListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 14931, + "target": 14998, "name": "AdminNotificationListParams", "package": "@medusajs/types" } @@ -30851,12 +30867,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 14940, + "id": 15007, "name": "fields", "variant": "declaration", "kind": 1024, @@ -30870,12 +30886,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 14937, + "id": 15004, "name": "limit", "variant": "declaration", "kind": 1024, @@ -30889,12 +30905,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 14938, + "id": 15005, "name": "offset", "variant": "declaration", "kind": 1024, @@ -30908,12 +30924,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 14939, + "id": 15006, "name": "order", "variant": "declaration", "kind": 1024, @@ -30927,12 +30943,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 14932, + "id": 14999, "name": "q", "variant": "declaration", "kind": 1024, @@ -30945,7 +30961,7 @@ } }, { - "id": 14933, + "id": 15000, "name": "id", "variant": "declaration", "kind": 1024, @@ -30970,7 +30986,7 @@ } }, { - "id": 14934, + "id": 15001, "name": "channel", "variant": "declaration", "kind": 1024, @@ -30999,26 +31015,26 @@ { "title": "Properties", "children": [ - 14935, - 14936, - 14940, - 14937, - 14938, - 14939, - 14932, - 14933, - 14934 + 15002, + 15003, + 15007, + 15004, + 15005, + 15006, + 14999, + 15000, + 15001 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 14931, + "target": 14998, "name": "AdminNotificationListParams", "package": "@medusajs/types" } @@ -31028,21 +31044,21 @@ }, { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" } ] }, { - "id": 14941, + "id": 15008, "name": "AdminNotificationParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14942, + "id": 15009, "name": "fields", "variant": "declaration", "kind": 1024, @@ -31056,7 +31072,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 14704, + "target": 14771, "name": "SelectParams.fields" } } @@ -31065,35 +31081,35 @@ { "title": "Properties", "children": [ - 14942 + 15009 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14703, + "target": 14770, "name": "SelectParams", "package": "@medusajs/types" } ] }, { - "id": 14943, + "id": 15010, "name": "AdminNotificationResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14944, + "id": 15011, "name": "notification", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14917, + "target": 14984, "name": "AdminNotification", "package": "@medusajs/types" } @@ -31103,20 +31119,20 @@ { "title": "Properties", "children": [ - 14944 + 15011 ] } ] }, { - "id": 14945, + "id": 15012, "name": "AdminNotificationListResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14948, + "id": 15015, "name": "limit", "variant": "declaration", "kind": 1024, @@ -31134,7 +31150,7 @@ } }, { - "id": 14949, + "id": 15016, "name": "offset", "variant": "declaration", "kind": 1024, @@ -31152,7 +31168,7 @@ } }, { - "id": 14950, + "id": 15017, "name": "count", "variant": "declaration", "kind": 1024, @@ -31170,7 +31186,7 @@ } }, { - "id": 14951, + "id": 15018, "name": "notifications", "variant": "declaration", "kind": 1024, @@ -31181,7 +31197,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14917, + "target": 14984, "name": "AdminNotification", "package": "@medusajs/types" } @@ -31197,29 +31213,29 @@ { "title": "Properties", "children": [ - 14948, - 14949, - 14950, - 14951 + 15015, + 15016, + 15017, + 15018 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 14946, + "id": 15013, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 14947, + "id": 15014, "name": "notifications", "variant": "declaration", "kind": 1024, @@ -31228,7 +31244,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14917, + "target": 14984, "name": "AdminNotification", "package": "@medusajs/types" } @@ -31239,7 +31255,7 @@ { "title": "Properties", "children": [ - 14947 + 15014 ] } ] @@ -31252,14 +31268,14 @@ ] }, { - "id": 14952, + "id": 15019, "name": "AdminPriceListPrice", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14953, + "id": 15020, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -31270,7 +31286,7 @@ } }, { - "id": 14954, + "id": 15021, "name": "rules", "variant": "declaration", "kind": 1024, @@ -31300,8 +31316,8 @@ { "title": "Properties", "children": [ - 14953, - 14954 + 15020, + 15021 ] } ], @@ -31318,14 +31334,14 @@ ] }, { - "id": 14955, + "id": 15022, "name": "AdminPriceList", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14956, + "id": 15023, "name": "id", "variant": "declaration", "kind": 1024, @@ -31336,7 +31352,7 @@ } }, { - "id": 14957, + "id": 15024, "name": "title", "variant": "declaration", "kind": 1024, @@ -31347,7 +31363,7 @@ } }, { - "id": 14958, + "id": 15025, "name": "description", "variant": "declaration", "kind": 1024, @@ -31358,7 +31374,7 @@ } }, { - "id": 14959, + "id": 15026, "name": "rules", "variant": "declaration", "kind": 1024, @@ -31384,7 +31400,7 @@ } }, { - "id": 14960, + "id": 15027, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -31404,7 +31420,7 @@ } }, { - "id": 14961, + "id": 15028, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -31424,7 +31440,7 @@ } }, { - "id": 14962, + "id": 15029, "name": "status", "variant": "declaration", "kind": 1024, @@ -31440,7 +31456,7 @@ } }, { - "id": 14963, + "id": 15030, "name": "type", "variant": "declaration", "kind": 1024, @@ -31456,7 +31472,7 @@ } }, { - "id": 14964, + "id": 15031, "name": "prices", "variant": "declaration", "kind": 1024, @@ -31465,14 +31481,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 14952, + "target": 15019, "name": "AdminPriceListPrice", "package": "@medusajs/types" } } }, { - "id": 14965, + "id": 15032, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -31483,7 +31499,7 @@ } }, { - "id": 14966, + "id": 15033, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -31494,7 +31510,7 @@ } }, { - "id": 14967, + "id": 15034, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -31518,31 +31534,31 @@ { "title": "Properties", "children": [ - 14956, - 14957, - 14958, - 14959, - 14960, - 14961, - 14962, - 14963, - 14964, - 14965, - 14966, - 14967 + 15023, + 15024, + 15025, + 15026, + 15027, + 15028, + 15029, + 15030, + 15031, + 15032, + 15033, + 15034 ] } ] }, { - "id": 14968, + "id": 15035, "name": "AdminCreatePriceListPrice", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14969, + "id": 15036, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -31553,7 +31569,7 @@ } }, { - "id": 14970, + "id": 15037, "name": "amount", "variant": "declaration", "kind": 1024, @@ -31564,7 +31580,7 @@ } }, { - "id": 14971, + "id": 15038, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -31575,7 +31591,7 @@ } }, { - "id": 14972, + "id": 15039, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -31597,7 +31613,7 @@ } }, { - "id": 14973, + "id": 15040, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -31619,7 +31635,7 @@ } }, { - "id": 14974, + "id": 15041, "name": "rules", "variant": "declaration", "kind": 1024, @@ -31651,25 +31667,25 @@ { "title": "Properties", "children": [ - 14969, - 14970, - 14971, - 14972, - 14973, - 14974 + 15036, + 15037, + 15038, + 15039, + 15040, + 15041 ] } ] }, { - "id": 14975, + "id": 15042, "name": "AdminCreatePriceList", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14976, + "id": 15043, "name": "title", "variant": "declaration", "kind": 1024, @@ -31680,7 +31696,7 @@ } }, { - "id": 14977, + "id": 15044, "name": "description", "variant": "declaration", "kind": 1024, @@ -31702,7 +31718,7 @@ } }, { - "id": 14978, + "id": 15045, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -31724,7 +31740,7 @@ } }, { - "id": 14979, + "id": 15046, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -31746,7 +31762,7 @@ } }, { - "id": 14980, + "id": 15047, "name": "status", "variant": "declaration", "kind": 1024, @@ -31762,7 +31778,7 @@ } }, { - "id": 14981, + "id": 15048, "name": "type", "variant": "declaration", "kind": 1024, @@ -31778,7 +31794,7 @@ } }, { - "id": 14982, + "id": 15049, "name": "rules", "variant": "declaration", "kind": 1024, @@ -31809,7 +31825,7 @@ } }, { - "id": 14983, + "id": 15050, "name": "prices", "variant": "declaration", "kind": 1024, @@ -31820,7 +31836,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14968, + "target": 15035, "name": "AdminCreatePriceListPrice", "package": "@medusajs/types" } @@ -31831,27 +31847,27 @@ { "title": "Properties", "children": [ - 14976, - 14977, - 14978, - 14979, - 14980, - 14981, - 14982, - 14983 + 15043, + 15044, + 15045, + 15046, + 15047, + 15048, + 15049, + 15050 ] } ] }, { - "id": 14984, + "id": 15051, "name": "AdminUpdatePriceListPrice", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14985, + "id": 15052, "name": "id", "variant": "declaration", "kind": 1024, @@ -31862,7 +31878,7 @@ } }, { - "id": 14986, + "id": 15053, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -31875,7 +31891,7 @@ } }, { - "id": 14987, + "id": 15054, "name": "amount", "variant": "declaration", "kind": 1024, @@ -31888,7 +31904,7 @@ } }, { - "id": 14988, + "id": 15055, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -31899,7 +31915,7 @@ } }, { - "id": 14989, + "id": 15056, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -31921,7 +31937,7 @@ } }, { - "id": 14990, + "id": 15057, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -31943,7 +31959,7 @@ } }, { - "id": 14991, + "id": 15058, "name": "rules", "variant": "declaration", "kind": 1024, @@ -31975,26 +31991,26 @@ { "title": "Properties", "children": [ - 14985, - 14986, - 14987, - 14988, - 14989, - 14990, - 14991 + 15052, + 15053, + 15054, + 15055, + 15056, + 15057, + 15058 ] } ] }, { - "id": 14992, + "id": 15059, "name": "AdminUpdatePriceList", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 14993, + "id": 15060, "name": "title", "variant": "declaration", "kind": 1024, @@ -32007,7 +32023,7 @@ } }, { - "id": 14994, + "id": 15061, "name": "description", "variant": "declaration", "kind": 1024, @@ -32020,7 +32036,7 @@ } }, { - "id": 14995, + "id": 15062, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -32042,7 +32058,7 @@ } }, { - "id": 14996, + "id": 15063, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -32064,7 +32080,7 @@ } }, { - "id": 14997, + "id": 15064, "name": "status", "variant": "declaration", "kind": 1024, @@ -32082,7 +32098,7 @@ } }, { - "id": 14998, + "id": 15065, "name": "type", "variant": "declaration", "kind": 1024, @@ -32100,7 +32116,7 @@ } }, { - "id": 14999, + "id": 15066, "name": "rules", "variant": "declaration", "kind": 1024, @@ -32135,26 +32151,26 @@ { "title": "Properties", "children": [ - 14993, - 14994, - 14995, - 14996, - 14997, - 14998, - 14999 + 15060, + 15061, + 15062, + 15063, + 15064, + 15065, + 15066 ] } ] }, { - "id": 15000, + "id": 15067, "name": "AdminBatchPriceListPrice", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15001, + "id": 15068, "name": "create", "variant": "declaration", "kind": 1024, @@ -32165,14 +32181,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 14968, + "target": 15035, "name": "AdminCreatePriceListPrice", "package": "@medusajs/types" } } }, { - "id": 15002, + "id": 15069, "name": "update", "variant": "declaration", "kind": 1024, @@ -32183,14 +32199,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 14984, + "target": 15051, "name": "AdminUpdatePriceListPrice", "package": "@medusajs/types" } } }, { - "id": 15003, + "id": 15070, "name": "delete", "variant": "declaration", "kind": 1024, @@ -32210,22 +32226,22 @@ { "title": "Properties", "children": [ - 15001, - 15002, - 15003 + 15068, + 15069, + 15070 ] } ] }, { - "id": 15004, + "id": 15071, "name": "AdminLinkPriceListProducts", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15005, + "id": 15072, "name": "remove", "variant": "declaration", "kind": 1024, @@ -32245,13 +32261,13 @@ { "title": "Properties", "children": [ - 15005 + 15072 ] } ] }, { - "id": 15006, + "id": 15073, "name": "AdminPriceListListParams", "variant": "declaration", "kind": 256, @@ -32266,7 +32282,7 @@ }, "children": [ { - "id": 15017, + "id": 15084, "name": "$and", "variant": "declaration", "kind": 1024, @@ -32289,17 +32305,17 @@ "types": [ { "type": "reference", - "target": 15006, + "target": 15073, "name": "AdminPriceListListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15006, + "target": 15073, "name": "AdminPriceListListParams", "package": "@medusajs/types" } @@ -32312,12 +32328,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 15018, + "id": 15085, "name": "$or", "variant": "declaration", "kind": 1024, @@ -32340,17 +32356,17 @@ "types": [ { "type": "reference", - "target": 15006, + "target": 15073, "name": "AdminPriceListListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15006, + "target": 15073, "name": "AdminPriceListListParams", "package": "@medusajs/types" } @@ -32363,12 +32379,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 15016, + "id": 15083, "name": "fields", "variant": "declaration", "kind": 1024, @@ -32382,12 +32398,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 15013, + "id": 15080, "name": "limit", "variant": "declaration", "kind": 1024, @@ -32401,12 +32417,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 15014, + "id": 15081, "name": "offset", "variant": "declaration", "kind": 1024, @@ -32420,12 +32436,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 15015, + "id": 15082, "name": "order", "variant": "declaration", "kind": 1024, @@ -32439,12 +32455,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 15007, + "id": 15074, "name": "q", "variant": "declaration", "kind": 1024, @@ -32457,7 +32473,7 @@ } }, { - "id": 15008, + "id": 15075, "name": "id", "variant": "declaration", "kind": 1024, @@ -32482,7 +32498,7 @@ } }, { - "id": 15009, + "id": 15076, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -32491,7 +32507,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -32503,7 +32519,7 @@ } }, { - "id": 15010, + "id": 15077, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -32512,7 +32528,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -32524,7 +32540,7 @@ } }, { - "id": 15011, + "id": 15078, "name": "status", "variant": "declaration", "kind": 1024, @@ -32545,7 +32561,7 @@ } }, { - "id": 15012, + "id": 15079, "name": "rules_count", "variant": "declaration", "kind": 1024, @@ -32565,35 +32581,35 @@ { "title": "Properties", "children": [ - 15017, - 15018, - 15016, - 15013, - 15014, - 15015, - 15007, - 15008, - 15009, - 15010, - 15011, - 15012 + 15084, + 15085, + 15083, + 15080, + 15081, + 15082, + 15074, + 15075, + 15076, + 15077, + 15078, + 15079 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15006, + "target": 15073, "name": "AdminPriceListListParams", "package": "@medusajs/types" } @@ -32604,14 +32620,14 @@ ] }, { - "id": 15019, + "id": 15086, "name": "AdminPriceListParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15020, + "id": 15087, "name": "fields", "variant": "declaration", "kind": 1024, @@ -32625,7 +32641,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 14704, + "target": 14771, "name": "SelectParams.fields" } } @@ -32634,35 +32650,35 @@ { "title": "Properties", "children": [ - 15020 + 15087 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14703, + "target": 14770, "name": "SelectParams", "package": "@medusajs/types" } ] }, { - "id": 15021, + "id": 15088, "name": "AdminPriceListResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15022, + "id": 15089, "name": "price_list", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14955, + "target": 15022, "name": "AdminPriceList", "package": "@medusajs/types" } @@ -32672,20 +32688,20 @@ { "title": "Properties", "children": [ - 15022 + 15089 ] } ] }, { - "id": 15023, + "id": 15090, "name": "AdminPriceListListResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15026, + "id": 15093, "name": "limit", "variant": "declaration", "kind": 1024, @@ -32703,7 +32719,7 @@ } }, { - "id": 15027, + "id": 15094, "name": "offset", "variant": "declaration", "kind": 1024, @@ -32721,7 +32737,7 @@ } }, { - "id": 15028, + "id": 15095, "name": "count", "variant": "declaration", "kind": 1024, @@ -32739,7 +32755,7 @@ } }, { - "id": 15029, + "id": 15096, "name": "price_lists", "variant": "declaration", "kind": 1024, @@ -32750,7 +32766,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14955, + "target": 15022, "name": "AdminPriceList", "package": "@medusajs/types" } @@ -32766,29 +32782,29 @@ { "title": "Properties", "children": [ - 15026, - 15027, - 15028, - 15029 + 15093, + 15094, + 15095, + 15096 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 15024, + "id": 15091, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15025, + "id": 15092, "name": "price_lists", "variant": "declaration", "kind": 1024, @@ -32797,7 +32813,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14955, + "target": 15022, "name": "AdminPriceList", "package": "@medusajs/types" } @@ -32808,7 +32824,7 @@ { "title": "Properties", "children": [ - 15025 + 15092 ] } ] @@ -32821,14 +32837,14 @@ ] }, { - "id": 15030, + "id": 15097, "name": "AdminPriceListDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15031, + "id": 15098, "name": "id", "variant": "declaration", "kind": 1024, @@ -32854,7 +32870,7 @@ } }, { - "id": 15032, + "id": 15099, "name": "object", "variant": "declaration", "kind": 1024, @@ -32880,7 +32896,7 @@ } }, { - "id": 15033, + "id": 15100, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -32906,7 +32922,7 @@ } }, { - "id": 15034, + "id": 15101, "name": "parent", "variant": "declaration", "kind": 1024, @@ -32925,7 +32941,7 @@ "type": { "type": "reflection", "declaration": { - "id": 15035, + "id": 15102, "name": "__type", "variant": "declaration", "kind": 65536, @@ -32943,17 +32959,17 @@ { "title": "Properties", "children": [ - 15031, - 15032, - 15033, - 15034 + 15098, + 15099, + 15100, + 15101 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -32966,14 +32982,14 @@ ] }, { - "id": 15036, + "id": 15103, "name": "AdminProductCategory", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15037, + "id": 15104, "name": "category_children", "variant": "declaration", "kind": 1024, @@ -32982,14 +32998,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15036, + "target": 15103, "name": "AdminProductCategory", "package": "@medusajs/types" } } }, { - "id": 15038, + "id": 15105, "name": "parent_category", "variant": "declaration", "kind": 1024, @@ -33003,7 +33019,7 @@ }, { "type": "reference", - "target": 15036, + "target": 15103, "name": "AdminProductCategory", "package": "@medusajs/types" } @@ -33011,7 +33027,7 @@ } }, { - "id": 15039, + "id": 15106, "name": "products", "variant": "declaration", "kind": 1024, @@ -33032,7 +33048,7 @@ } }, { - "id": 15041, + "id": 15108, "name": "id", "variant": "declaration", "kind": 1024, @@ -33050,7 +33066,7 @@ } }, { - "id": 15040, + "id": 15107, "name": "name", "variant": "declaration", "kind": 1024, @@ -33068,7 +33084,7 @@ } }, { - "id": 15045, + "id": 15112, "name": "description", "variant": "declaration", "kind": 1024, @@ -33086,7 +33102,7 @@ } }, { - "id": 15046, + "id": 15113, "name": "handle", "variant": "declaration", "kind": 1024, @@ -33104,7 +33120,7 @@ } }, { - "id": 15048, + "id": 15115, "name": "is_active", "variant": "declaration", "kind": 1024, @@ -33122,7 +33138,7 @@ } }, { - "id": 15049, + "id": 15116, "name": "is_internal", "variant": "declaration", "kind": 1024, @@ -33140,7 +33156,7 @@ } }, { - "id": 15050, + "id": 15117, "name": "rank", "variant": "declaration", "kind": 1024, @@ -33167,7 +33183,7 @@ } }, { - "id": 15047, + "id": 15114, "name": "parent_category_id", "variant": "declaration", "kind": 1024, @@ -33194,7 +33210,7 @@ } }, { - "id": 15042, + "id": 15109, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -33212,7 +33228,7 @@ } }, { - "id": 15043, + "id": 15110, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -33230,7 +33246,7 @@ } }, { - "id": 15044, + "id": 15111, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -33261,20 +33277,20 @@ { "title": "Properties", "children": [ - 15037, - 15038, - 15039, - 15041, - 15040, - 15045, - 15046, - 15048, - 15049, - 15050, - 15047, - 15042, - 15043, - 15044 + 15104, + 15105, + 15106, + 15108, + 15107, + 15112, + 15113, + 15115, + 15116, + 15117, + 15114, + 15109, + 15110, + 15111 ] } ], @@ -33288,7 +33304,7 @@ "typeArguments": [ { "type": "reference", - "target": 17337, + "target": 17404, "name": "BaseProductCategory", "package": "@medusajs/types" }, @@ -33316,14 +33332,14 @@ ] }, { - "id": 15051, + "id": 15118, "name": "AdminCreateProductCategory", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15052, + "id": 15119, "name": "name", "variant": "declaration", "kind": 1024, @@ -33334,7 +33350,7 @@ } }, { - "id": 15053, + "id": 15120, "name": "description", "variant": "declaration", "kind": 1024, @@ -33347,7 +33363,7 @@ } }, { - "id": 15054, + "id": 15121, "name": "handle", "variant": "declaration", "kind": 1024, @@ -33360,7 +33376,7 @@ } }, { - "id": 15055, + "id": 15122, "name": "is_internal", "variant": "declaration", "kind": 1024, @@ -33373,7 +33389,7 @@ } }, { - "id": 15056, + "id": 15123, "name": "is_active", "variant": "declaration", "kind": 1024, @@ -33386,7 +33402,7 @@ } }, { - "id": 15057, + "id": 15124, "name": "parent_category_id", "variant": "declaration", "kind": 1024, @@ -33399,7 +33415,7 @@ } }, { - "id": 15058, + "id": 15125, "name": "rank", "variant": "declaration", "kind": 1024, @@ -33412,7 +33428,7 @@ } }, { - "id": 15059, + "id": 15126, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -33444,27 +33460,27 @@ { "title": "Properties", "children": [ - 15052, - 15053, - 15054, - 15055, - 15056, - 15057, - 15058, - 15059 + 15119, + 15120, + 15121, + 15122, + 15123, + 15124, + 15125, + 15126 ] } ] }, { - "id": 15060, + "id": 15127, "name": "AdminUpdateProductCategory", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15061, + "id": 15128, "name": "name", "variant": "declaration", "kind": 1024, @@ -33477,7 +33493,7 @@ } }, { - "id": 15062, + "id": 15129, "name": "description", "variant": "declaration", "kind": 1024, @@ -33490,7 +33506,7 @@ } }, { - "id": 15063, + "id": 15130, "name": "handle", "variant": "declaration", "kind": 1024, @@ -33503,7 +33519,7 @@ } }, { - "id": 15064, + "id": 15131, "name": "is_internal", "variant": "declaration", "kind": 1024, @@ -33516,7 +33532,7 @@ } }, { - "id": 15065, + "id": 15132, "name": "is_active", "variant": "declaration", "kind": 1024, @@ -33529,7 +33545,7 @@ } }, { - "id": 15066, + "id": 15133, "name": "parent_category_id", "variant": "declaration", "kind": 1024, @@ -33551,7 +33567,7 @@ } }, { - "id": 15067, + "id": 15134, "name": "rank", "variant": "declaration", "kind": 1024, @@ -33564,7 +33580,7 @@ } }, { - "id": 15068, + "id": 15135, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -33596,27 +33612,27 @@ { "title": "Properties", "children": [ - 15061, - 15062, - 15063, - 15064, - 15065, - 15066, - 15067, - 15068 + 15128, + 15129, + 15130, + 15131, + 15132, + 15133, + 15134, + 15135 ] } ] }, { - "id": 15069, + "id": 15136, "name": "AdminUpdateProductCategoryProducts", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15070, + "id": 15137, "name": "add", "variant": "declaration", "kind": 1024, @@ -33632,7 +33648,7 @@ } }, { - "id": 15071, + "id": 15138, "name": "remove", "variant": "declaration", "kind": 1024, @@ -33652,14 +33668,14 @@ { "title": "Properties", "children": [ - 15070, - 15071 + 15137, + 15138 ] } ] }, { - "id": 15072, + "id": 15139, "name": "AdminProductCategoryListParams", "variant": "declaration", "kind": 256, @@ -33674,7 +33690,7 @@ }, "children": [ { - "id": 15090, + "id": 15157, "name": "$and", "variant": "declaration", "kind": 1024, @@ -33697,17 +33713,17 @@ "types": [ { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams", "package": "@medusajs/types" } @@ -33720,12 +33736,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17370, + "target": 17437, "name": "BaseProductCategoryListParams.$and" } }, { - "id": 15091, + "id": 15158, "name": "$or", "variant": "declaration", "kind": 1024, @@ -33748,17 +33764,17 @@ "types": [ { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams", "package": "@medusajs/types" } @@ -33771,12 +33787,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17371, + "target": 17438, "name": "BaseProductCategoryListParams.$or" } }, { - "id": 15089, + "id": 15156, "name": "fields", "variant": "declaration", "kind": 1024, @@ -33790,12 +33806,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17369, + "target": 17436, "name": "BaseProductCategoryListParams.fields" } }, { - "id": 15086, + "id": 15153, "name": "limit", "variant": "declaration", "kind": 1024, @@ -33809,12 +33825,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17366, + "target": 17433, "name": "BaseProductCategoryListParams.limit" } }, { - "id": 15087, + "id": 15154, "name": "offset", "variant": "declaration", "kind": 1024, @@ -33828,12 +33844,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17367, + "target": 17434, "name": "BaseProductCategoryListParams.offset" } }, { - "id": 15088, + "id": 15155, "name": "order", "variant": "declaration", "kind": 1024, @@ -33847,12 +33863,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17368, + "target": 17435, "name": "BaseProductCategoryListParams.order" } }, { - "id": 15073, + "id": 15140, "name": "is_internal", "variant": "declaration", "kind": 1024, @@ -33865,12 +33881,12 @@ }, "overwrites": { "type": "reference", - "target": 17360, + "target": 17427, "name": "BaseProductCategoryListParams.is_internal" } }, { - "id": 15074, + "id": 15141, "name": "is_active", "variant": "declaration", "kind": 1024, @@ -33883,12 +33899,12 @@ }, "overwrites": { "type": "reference", - "target": 17359, + "target": 17426, "name": "BaseProductCategoryListParams.is_active" } }, { - "id": 15075, + "id": 15142, "name": "q", "variant": "declaration", "kind": 1024, @@ -33902,12 +33918,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17353, + "target": 17420, "name": "BaseProductCategoryListParams.q" } }, { - "id": 15076, + "id": 15143, "name": "id", "variant": "declaration", "kind": 1024, @@ -33933,12 +33949,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17354, + "target": 17421, "name": "BaseProductCategoryListParams.id" } }, { - "id": 15077, + "id": 15144, "name": "name", "variant": "declaration", "kind": 1024, @@ -33964,12 +33980,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17355, + "target": 17422, "name": "BaseProductCategoryListParams.name" } }, { - "id": 15078, + "id": 15145, "name": "description", "variant": "declaration", "kind": 1024, @@ -33995,12 +34011,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17356, + "target": 17423, "name": "BaseProductCategoryListParams.description" } }, { - "id": 15079, + "id": 15146, "name": "parent_category_id", "variant": "declaration", "kind": 1024, @@ -34030,12 +34046,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17357, + "target": 17424, "name": "BaseProductCategoryListParams.parent_category_id" } }, { - "id": 15080, + "id": 15147, "name": "handle", "variant": "declaration", "kind": 1024, @@ -34061,12 +34077,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17358, + "target": 17425, "name": "BaseProductCategoryListParams.handle" } }, { - "id": 15081, + "id": 15148, "name": "include_descendants_tree", "variant": "declaration", "kind": 1024, @@ -34080,12 +34096,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17361, + "target": 17428, "name": "BaseProductCategoryListParams.include_descendants_tree" } }, { - "id": 15082, + "id": 15149, "name": "include_ancestors_tree", "variant": "declaration", "kind": 1024, @@ -34099,12 +34115,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17362, + "target": 17429, "name": "BaseProductCategoryListParams.include_ancestors_tree" } }, { - "id": 15083, + "id": 15150, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -34114,7 +34130,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -34126,12 +34142,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17363, + "target": 17430, "name": "BaseProductCategoryListParams.created_at" } }, { - "id": 15084, + "id": 15151, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -34141,7 +34157,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -34153,12 +34169,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17364, + "target": 17431, "name": "BaseProductCategoryListParams.updated_at" } }, { - "id": 15085, + "id": 15152, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -34168,7 +34184,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -34180,7 +34196,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17365, + "target": 17432, "name": "BaseProductCategoryListParams.deleted_at" } } @@ -34189,46 +34205,46 @@ { "title": "Properties", "children": [ - 15090, - 15091, - 15089, - 15086, - 15087, - 15088, - 15073, - 15074, - 15075, - 15076, - 15077, - 15078, - 15079, - 15080, - 15081, - 15082, - 15083, - 15084, - 15085 + 15157, + 15158, + 15156, + 15153, + 15154, + 15155, + 15140, + 15141, + 15142, + 15143, + 15144, + 15145, + 15146, + 15147, + 15148, + 15149, + 15150, + 15151, + 15152 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams", "package": "@medusajs/types" } ] }, { - "id": 15092, + "id": 15159, "name": "AdminProductCategoryParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15095, + "id": 15162, "name": "fields", "variant": "declaration", "kind": 1024, @@ -34242,12 +34258,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17375, + "target": 17442, "name": "BaseProductCategoryParams.fields" } }, { - "id": 15093, + "id": 15160, "name": "include_ancestors_tree", "variant": "declaration", "kind": 1024, @@ -34261,12 +34277,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17373, + "target": 17440, "name": "BaseProductCategoryParams.include_ancestors_tree" } }, { - "id": 15094, + "id": 15161, "name": "include_descendants_tree", "variant": "declaration", "kind": 1024, @@ -34280,7 +34296,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17374, + "target": 17441, "name": "BaseProductCategoryParams.include_descendants_tree" } } @@ -34289,37 +34305,37 @@ { "title": "Properties", "children": [ - 15095, - 15093, - 15094 + 15162, + 15160, + 15161 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17372, + "target": 17439, "name": "BaseProductCategoryParams", "package": "@medusajs/types" } ] }, { - "id": 15096, + "id": 15163, "name": "AdminProductCategoryResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15097, + "id": 15164, "name": "product_category", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15036, + "target": 15103, "name": "AdminProductCategory", "package": "@medusajs/types" } @@ -34329,20 +34345,20 @@ { "title": "Properties", "children": [ - 15097 + 15164 ] } ] }, { - "id": 15098, + "id": 15165, "name": "AdminProductCategoryListResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15101, + "id": 15168, "name": "limit", "variant": "declaration", "kind": 1024, @@ -34360,7 +34376,7 @@ } }, { - "id": 15102, + "id": 15169, "name": "offset", "variant": "declaration", "kind": 1024, @@ -34378,7 +34394,7 @@ } }, { - "id": 15103, + "id": 15170, "name": "count", "variant": "declaration", "kind": 1024, @@ -34396,7 +34412,7 @@ } }, { - "id": 15104, + "id": 15171, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -34407,7 +34423,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15036, + "target": 15103, "name": "AdminProductCategory", "package": "@medusajs/types" } @@ -34423,29 +34439,29 @@ { "title": "Properties", "children": [ - 15101, - 15102, - 15103, - 15104 + 15168, + 15169, + 15170, + 15171 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 15099, + "id": 15166, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15100, + "id": 15167, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -34454,7 +34470,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15036, + "target": 15103, "name": "AdminProductCategory", "package": "@medusajs/types" } @@ -34465,7 +34481,7 @@ { "title": "Properties", "children": [ - 15100 + 15167 ] } ] @@ -34478,14 +34494,14 @@ ] }, { - "id": 15105, + "id": 15172, "name": "AdminProductCategoryDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15106, + "id": 15173, "name": "id", "variant": "declaration", "kind": 1024, @@ -34511,7 +34527,7 @@ } }, { - "id": 15107, + "id": 15174, "name": "object", "variant": "declaration", "kind": 1024, @@ -34537,7 +34553,7 @@ } }, { - "id": 15108, + "id": 15175, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -34563,7 +34579,7 @@ } }, { - "id": 15109, + "id": 15176, "name": "parent", "variant": "declaration", "kind": 1024, @@ -34582,7 +34598,7 @@ "type": { "type": "reflection", "declaration": { - "id": 15110, + "id": 15177, "name": "__type", "variant": "declaration", "kind": 65536, @@ -34600,17 +34616,17 @@ { "title": "Properties", "children": [ - 15106, - 15107, - 15108, - 15109 + 15173, + 15174, + 15175, + 15176 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -34623,14 +34639,14 @@ ] }, { - "id": 15111, + "id": 15178, "name": "AdminProductTag", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15112, + "id": 15179, "name": "id", "variant": "declaration", "kind": 1024, @@ -34643,12 +34659,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17377, + "target": 17444, "name": "BaseProductTag.id" } }, { - "id": 15113, + "id": 15180, "name": "value", "variant": "declaration", "kind": 1024, @@ -34661,12 +34677,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17378, + "target": 17445, "name": "BaseProductTag.value" } }, { - "id": 15114, + "id": 15181, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -34679,12 +34695,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17379, + "target": 17446, "name": "BaseProductTag.created_at" } }, { - "id": 15115, + "id": 15182, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -34697,12 +34713,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17380, + "target": 17447, "name": "BaseProductTag.updated_at" } }, { - "id": 15116, + "id": 15183, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -34725,12 +34741,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17381, + "target": 17448, "name": "BaseProductTag.deleted_at" } }, { - "id": 15117, + "id": 15184, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -34768,7 +34784,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17382, + "target": 17449, "name": "BaseProductTag.metadata" } } @@ -34777,33 +34793,33 @@ { "title": "Properties", "children": [ - 15112, - 15113, - 15114, - 15115, - 15116, - 15117 + 15179, + 15180, + 15181, + 15182, + 15183, + 15184 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17376, + "target": 17443, "name": "BaseProductTag", "package": "@medusajs/types" } ] }, { - "id": 15118, + "id": 15185, "name": "AdminCreateProductTag", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15119, + "id": 15186, "name": "value", "variant": "declaration", "kind": 1024, @@ -34814,7 +34830,7 @@ } }, { - "id": 15120, + "id": 15187, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -34855,21 +34871,21 @@ { "title": "Properties", "children": [ - 15119, - 15120 + 15186, + 15187 ] } ] }, { - "id": 15121, + "id": 15188, "name": "AdminUpdateProductTag", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15122, + "id": 15189, "name": "value", "variant": "declaration", "kind": 1024, @@ -34882,7 +34898,7 @@ } }, { - "id": 15123, + "id": 15190, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -34923,14 +34939,14 @@ { "title": "Properties", "children": [ - 15122, - 15123 + 15189, + 15190 ] } ] }, { - "id": 15124, + "id": 15191, "name": "AdminProductTagListParams", "variant": "declaration", "kind": 256, @@ -34945,7 +34961,7 @@ }, "children": [ { - "id": 15135, + "id": 15202, "name": "$and", "variant": "declaration", "kind": 1024, @@ -34968,17 +34984,17 @@ "types": [ { "type": "reference", - "target": 15124, + "target": 15191, "name": "AdminProductTagListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15124, + "target": 15191, "name": "AdminProductTagListParams", "package": "@medusajs/types" } @@ -34991,12 +35007,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 15136, + "id": 15203, "name": "$or", "variant": "declaration", "kind": 1024, @@ -35019,17 +35035,17 @@ "types": [ { "type": "reference", - "target": 15124, + "target": 15191, "name": "AdminProductTagListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15124, + "target": 15191, "name": "AdminProductTagListParams", "package": "@medusajs/types" } @@ -35042,12 +35058,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 15134, + "id": 15201, "name": "fields", "variant": "declaration", "kind": 1024, @@ -35061,12 +35077,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17392, + "target": 17459, "name": "BaseProductTagListParams.fields" } }, { - "id": 15131, + "id": 15198, "name": "limit", "variant": "declaration", "kind": 1024, @@ -35080,12 +35096,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17389, + "target": 17456, "name": "BaseProductTagListParams.limit" } }, { - "id": 15132, + "id": 15199, "name": "offset", "variant": "declaration", "kind": 1024, @@ -35099,12 +35115,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17390, + "target": 17457, "name": "BaseProductTagListParams.offset" } }, { - "id": 15133, + "id": 15200, "name": "order", "variant": "declaration", "kind": 1024, @@ -35118,12 +35134,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17391, + "target": 17458, "name": "BaseProductTagListParams.order" } }, { - "id": 15125, + "id": 15192, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -35132,7 +35148,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -35144,7 +35160,7 @@ } }, { - "id": 15126, + "id": 15193, "name": "q", "variant": "declaration", "kind": 1024, @@ -35158,12 +35174,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17384, + "target": 17451, "name": "BaseProductTagListParams.q" } }, { - "id": 15127, + "id": 15194, "name": "id", "variant": "declaration", "kind": 1024, @@ -35189,12 +35205,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17385, + "target": 17452, "name": "BaseProductTagListParams.id" } }, { - "id": 15128, + "id": 15195, "name": "value", "variant": "declaration", "kind": 1024, @@ -35220,12 +35236,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17386, + "target": 17453, "name": "BaseProductTagListParams.value" } }, { - "id": 15129, + "id": 15196, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -35235,7 +35251,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -35247,12 +35263,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17387, + "target": 17454, "name": "BaseProductTagListParams.created_at" } }, { - "id": 15130, + "id": 15197, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -35262,7 +35278,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -35274,7 +35290,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17388, + "target": 17455, "name": "BaseProductTagListParams.updated_at" } } @@ -35283,35 +35299,35 @@ { "title": "Properties", "children": [ - 15135, - 15136, - 15134, - 15131, - 15132, - 15133, - 15125, - 15126, - 15127, - 15128, - 15129, - 15130 + 15202, + 15203, + 15201, + 15198, + 15199, + 15200, + 15192, + 15193, + 15194, + 15195, + 15196, + 15197 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17383, + "target": 17450, "name": "BaseProductTagListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15124, + "target": 15191, "name": "AdminProductTagListParams", "package": "@medusajs/types" } @@ -35322,14 +35338,14 @@ ] }, { - "id": 15137, + "id": 15204, "name": "AdminProductTagParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15138, + "id": 15205, "name": "fields", "variant": "declaration", "kind": 1024, @@ -35343,7 +35359,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 14704, + "target": 14771, "name": "SelectParams.fields" } } @@ -35352,35 +35368,35 @@ { "title": "Properties", "children": [ - 15138 + 15205 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14703, + "target": 14770, "name": "SelectParams", "package": "@medusajs/types" } ] }, { - "id": 15139, + "id": 15206, "name": "AdminProductTagResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15140, + "id": 15207, "name": "product_tag", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15111, + "target": 15178, "name": "AdminProductTag", "package": "@medusajs/types" } @@ -35390,20 +35406,20 @@ { "title": "Properties", "children": [ - 15140 + 15207 ] } ] }, { - "id": 15141, + "id": 15208, "name": "AdminProductTagListResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15144, + "id": 15211, "name": "limit", "variant": "declaration", "kind": 1024, @@ -35421,7 +35437,7 @@ } }, { - "id": 15145, + "id": 15212, "name": "offset", "variant": "declaration", "kind": 1024, @@ -35439,7 +35455,7 @@ } }, { - "id": 15146, + "id": 15213, "name": "count", "variant": "declaration", "kind": 1024, @@ -35457,7 +35473,7 @@ } }, { - "id": 15147, + "id": 15214, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -35468,7 +35484,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15111, + "target": 15178, "name": "AdminProductTag", "package": "@medusajs/types" } @@ -35484,29 +35500,29 @@ { "title": "Properties", "children": [ - 15144, - 15145, - 15146, - 15147 + 15211, + 15212, + 15213, + 15214 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 15142, + "id": 15209, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15143, + "id": 15210, "name": "product_tags", "variant": "declaration", "kind": 1024, @@ -35515,7 +35531,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15111, + "target": 15178, "name": "AdminProductTag", "package": "@medusajs/types" } @@ -35526,7 +35542,7 @@ { "title": "Properties", "children": [ - 15143 + 15210 ] } ] @@ -35539,14 +35555,14 @@ ] }, { - "id": 15148, + "id": 15215, "name": "AdminProductTagDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15149, + "id": 15216, "name": "id", "variant": "declaration", "kind": 1024, @@ -35572,7 +35588,7 @@ } }, { - "id": 15150, + "id": 15217, "name": "object", "variant": "declaration", "kind": 1024, @@ -35598,7 +35614,7 @@ } }, { - "id": 15151, + "id": 15218, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -35624,7 +35640,7 @@ } }, { - "id": 15152, + "id": 15219, "name": "parent", "variant": "declaration", "kind": 1024, @@ -35643,7 +35659,7 @@ "type": { "type": "reflection", "declaration": { - "id": 15153, + "id": 15220, "name": "__type", "variant": "declaration", "kind": 65536, @@ -35661,17 +35677,17 @@ { "title": "Properties", "children": [ - 15149, - 15150, - 15151, - 15152 + 15216, + 15217, + 15218, + 15219 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -35684,14 +35700,14 @@ ] }, { - "id": 15154, + "id": 15221, "name": "AdminProductType", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15155, + "id": 15222, "name": "id", "variant": "declaration", "kind": 1024, @@ -35704,12 +35720,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17394, + "target": 17461, "name": "BaseProductType.id" } }, { - "id": 15156, + "id": 15223, "name": "value", "variant": "declaration", "kind": 1024, @@ -35722,12 +35738,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17395, + "target": 17462, "name": "BaseProductType.value" } }, { - "id": 15157, + "id": 15224, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -35740,12 +35756,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17396, + "target": 17463, "name": "BaseProductType.created_at" } }, { - "id": 15158, + "id": 15225, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -35758,12 +35774,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17397, + "target": 17464, "name": "BaseProductType.updated_at" } }, { - "id": 15159, + "id": 15226, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -35786,12 +35802,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17398, + "target": 17465, "name": "BaseProductType.deleted_at" } }, { - "id": 15160, + "id": 15227, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -35829,7 +35845,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17399, + "target": 17466, "name": "BaseProductType.metadata" } } @@ -35838,33 +35854,33 @@ { "title": "Properties", "children": [ - 15155, - 15156, - 15157, - 15158, - 15159, - 15160 + 15222, + 15223, + 15224, + 15225, + 15226, + 15227 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17393, + "target": 17460, "name": "BaseProductType", "package": "@medusajs/types" } ] }, { - "id": 15161, + "id": 15228, "name": "AdminCreateProductType", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15162, + "id": 15229, "name": "value", "variant": "declaration", "kind": 1024, @@ -35875,7 +35891,7 @@ } }, { - "id": 15163, + "id": 15230, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -35916,21 +35932,21 @@ { "title": "Properties", "children": [ - 15162, - 15163 + 15229, + 15230 ] } ] }, { - "id": 15164, + "id": 15231, "name": "AdminUpdateProductType", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15165, + "id": 15232, "name": "value", "variant": "declaration", "kind": 1024, @@ -35943,7 +35959,7 @@ } }, { - "id": 15166, + "id": 15233, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -35984,14 +36000,14 @@ { "title": "Properties", "children": [ - 15165, - 15166 + 15232, + 15233 ] } ] }, { - "id": 15167, + "id": 15234, "name": "AdminProductTypeListParams", "variant": "declaration", "kind": 256, @@ -36006,7 +36022,7 @@ }, "children": [ { - "id": 15178, + "id": 15245, "name": "$and", "variant": "declaration", "kind": 1024, @@ -36029,17 +36045,17 @@ "types": [ { "type": "reference", - "target": 15167, + "target": 15234, "name": "AdminProductTypeListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15167, + "target": 15234, "name": "AdminProductTypeListParams", "package": "@medusajs/types" } @@ -36052,12 +36068,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 15179, + "id": 15246, "name": "$or", "variant": "declaration", "kind": 1024, @@ -36080,17 +36096,17 @@ "types": [ { "type": "reference", - "target": 15167, + "target": 15234, "name": "AdminProductTypeListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15167, + "target": 15234, "name": "AdminProductTypeListParams", "package": "@medusajs/types" } @@ -36103,12 +36119,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 15177, + "id": 15244, "name": "fields", "variant": "declaration", "kind": 1024, @@ -36122,12 +36138,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 15174, + "id": 15241, "name": "limit", "variant": "declaration", "kind": 1024, @@ -36141,12 +36157,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 15175, + "id": 15242, "name": "offset", "variant": "declaration", "kind": 1024, @@ -36160,12 +36176,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 15176, + "id": 15243, "name": "order", "variant": "declaration", "kind": 1024, @@ -36179,12 +36195,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 15168, + "id": 15235, "name": "q", "variant": "declaration", "kind": 1024, @@ -36197,7 +36213,7 @@ } }, { - "id": 15169, + "id": 15236, "name": "id", "variant": "declaration", "kind": 1024, @@ -36222,7 +36238,7 @@ } }, { - "id": 15170, + "id": 15237, "name": "value", "variant": "declaration", "kind": 1024, @@ -36247,7 +36263,7 @@ } }, { - "id": 15171, + "id": 15238, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -36256,7 +36272,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -36268,7 +36284,7 @@ } }, { - "id": 15172, + "id": 15239, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -36277,7 +36293,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -36289,7 +36305,7 @@ } }, { - "id": 15173, + "id": 15240, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -36298,7 +36314,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -36314,35 +36330,35 @@ { "title": "Properties", "children": [ - 15178, - 15179, - 15177, - 15174, - 15175, - 15176, - 15168, - 15169, - 15170, - 15171, - 15172, - 15173 + 15245, + 15246, + 15244, + 15241, + 15242, + 15243, + 15235, + 15236, + 15237, + 15238, + 15239, + 15240 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15167, + "target": 15234, "name": "AdminProductTypeListParams", "package": "@medusajs/types" } @@ -36353,14 +36369,14 @@ ] }, { - "id": 15180, + "id": 15247, "name": "AdminProductTypeParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15181, + "id": 15248, "name": "fields", "variant": "declaration", "kind": 1024, @@ -36374,7 +36390,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 14704, + "target": 14771, "name": "SelectParams.fields" } } @@ -36383,35 +36399,35 @@ { "title": "Properties", "children": [ - 15181 + 15248 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14703, + "target": 14770, "name": "SelectParams", "package": "@medusajs/types" } ] }, { - "id": 15182, + "id": 15249, "name": "AdminProductTypeResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15183, + "id": 15250, "name": "product_type", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15154, + "target": 15221, "name": "AdminProductType", "package": "@medusajs/types" } @@ -36421,20 +36437,20 @@ { "title": "Properties", "children": [ - 15183 + 15250 ] } ] }, { - "id": 15184, + "id": 15251, "name": "AdminProductTypeListResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15187, + "id": 15254, "name": "limit", "variant": "declaration", "kind": 1024, @@ -36452,7 +36468,7 @@ } }, { - "id": 15188, + "id": 15255, "name": "offset", "variant": "declaration", "kind": 1024, @@ -36470,7 +36486,7 @@ } }, { - "id": 15189, + "id": 15256, "name": "count", "variant": "declaration", "kind": 1024, @@ -36488,7 +36504,7 @@ } }, { - "id": 15190, + "id": 15257, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -36499,7 +36515,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15154, + "target": 15221, "name": "AdminProductType", "package": "@medusajs/types" } @@ -36515,29 +36531,29 @@ { "title": "Properties", "children": [ - 15187, - 15188, - 15189, - 15190 + 15254, + 15255, + 15256, + 15257 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 15185, + "id": 15252, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15186, + "id": 15253, "name": "product_types", "variant": "declaration", "kind": 1024, @@ -36546,7 +36562,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15154, + "target": 15221, "name": "AdminProductType", "package": "@medusajs/types" } @@ -36557,7 +36573,7 @@ { "title": "Properties", "children": [ - 15186 + 15253 ] } ] @@ -36570,14 +36586,14 @@ ] }, { - "id": 15191, + "id": 15258, "name": "AdminProductTypeDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15192, + "id": 15259, "name": "id", "variant": "declaration", "kind": 1024, @@ -36603,7 +36619,7 @@ } }, { - "id": 15193, + "id": 15260, "name": "object", "variant": "declaration", "kind": 1024, @@ -36629,7 +36645,7 @@ } }, { - "id": 15194, + "id": 15261, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -36655,7 +36671,7 @@ } }, { - "id": 15195, + "id": 15262, "name": "parent", "variant": "declaration", "kind": 1024, @@ -36674,7 +36690,7 @@ "type": { "type": "reflection", "declaration": { - "id": 15196, + "id": 15263, "name": "__type", "variant": "declaration", "kind": 65536, @@ -36692,17 +36708,17 @@ { "title": "Properties", "children": [ - 15192, - 15193, - 15194, - 15195 + 15259, + 15260, + 15261, + 15262 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -36715,21 +36731,21 @@ ] }, { - "id": 15294, + "id": 15361, "name": "AdminReservationResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15295, + "id": 15362, "name": "reservation", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17408, + "target": 17475, "name": "ReservationResponse", "package": "@medusajs/types" } @@ -36739,32 +36755,32 @@ { "title": "Properties", "children": [ - 15295 + 15362 ] } ] }, { - "id": 15296, + "id": 15363, "name": "AdminReservationListResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "type": { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 15297, + "id": 15364, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15298, + "id": 15365, "name": "reservations", "variant": "declaration", "kind": 1024, @@ -36773,7 +36789,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17408, + "target": 17475, "name": "ReservationResponse", "package": "@medusajs/types" } @@ -36784,7 +36800,7 @@ { "title": "Properties", "children": [ - 15298 + 15365 ] } ] @@ -36796,14 +36812,14 @@ } }, { - "id": 15266, + "id": 15333, "name": "AdminReturnReason", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15267, + "id": 15334, "name": "id", "variant": "declaration", "kind": 1024, @@ -36816,12 +36832,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17401, + "target": 17468, "name": "BaseReturnReason.id" } }, { - "id": 15268, + "id": 15335, "name": "value", "variant": "declaration", "kind": 1024, @@ -36834,12 +36850,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17402, + "target": 17469, "name": "BaseReturnReason.value" } }, { - "id": 15269, + "id": 15336, "name": "label", "variant": "declaration", "kind": 1024, @@ -36852,12 +36868,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17403, + "target": 17470, "name": "BaseReturnReason.label" } }, { - "id": 15270, + "id": 15337, "name": "description", "variant": "declaration", "kind": 1024, @@ -36880,12 +36896,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17404, + "target": 17471, "name": "BaseReturnReason.description" } }, { - "id": 15271, + "id": 15338, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -36923,12 +36939,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17405, + "target": 17472, "name": "BaseReturnReason.metadata" } }, { - "id": 15272, + "id": 15339, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -36941,12 +36957,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 17406, + "target": 17473, "name": "BaseReturnReason.created_at" } }, { - "id": 15273, + "id": 15340, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -36959,7 +36975,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 17407, + "target": 17474, "name": "BaseReturnReason.updated_at" } } @@ -36968,34 +36984,34 @@ { "title": "Properties", "children": [ - 15267, - 15268, - 15269, - 15270, - 15271, - 15272, - 15273 + 15334, + 15335, + 15336, + 15337, + 15338, + 15339, + 15340 ] } ], "extendedTypes": [ { "type": "reference", - "target": 17400, + "target": 17467, "name": "BaseReturnReason", "package": "@medusajs/types" } ] }, { - "id": 15274, + "id": 15341, "name": "AdminCreateReturnReason", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15275, + "id": 15342, "name": "value", "variant": "declaration", "kind": 1024, @@ -37006,7 +37022,7 @@ } }, { - "id": 15276, + "id": 15343, "name": "label", "variant": "declaration", "kind": 1024, @@ -37017,7 +37033,7 @@ } }, { - "id": 15277, + "id": 15344, "name": "description", "variant": "declaration", "kind": 1024, @@ -37034,22 +37050,22 @@ { "title": "Properties", "children": [ - 15275, - 15276, - 15277 + 15342, + 15343, + 15344 ] } ] }, { - "id": 15278, + "id": 15345, "name": "AdminReturnReasonsResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15279, + "id": 15346, "name": "return_reasons", "variant": "declaration", "kind": 1024, @@ -37058,7 +37074,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15266, + "target": 15333, "name": "AdminReturnReason", "package": "@medusajs/types" } @@ -37069,13 +37085,13 @@ { "title": "Properties", "children": [ - 15279 + 15346 ] } ] }, { - "id": 15280, + "id": 15347, "name": "AdminReturnReasonListParams", "variant": "declaration", "kind": 256, @@ -37090,7 +37106,7 @@ }, "children": [ { - "id": 15292, + "id": 15359, "name": "$and", "variant": "declaration", "kind": 1024, @@ -37113,17 +37129,17 @@ "types": [ { "type": "reference", - "target": 15280, + "target": 15347, "name": "AdminReturnReasonListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15280, + "target": 15347, "name": "AdminReturnReasonListParams", "package": "@medusajs/types" } @@ -37136,12 +37152,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 15293, + "id": 15360, "name": "$or", "variant": "declaration", "kind": 1024, @@ -37164,17 +37180,17 @@ "types": [ { "type": "reference", - "target": 15280, + "target": 15347, "name": "AdminReturnReasonListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15280, + "target": 15347, "name": "AdminReturnReasonListParams", "package": "@medusajs/types" } @@ -37187,12 +37203,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 15291, + "id": 15358, "name": "fields", "variant": "declaration", "kind": 1024, @@ -37206,12 +37222,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 15288, + "id": 15355, "name": "limit", "variant": "declaration", "kind": 1024, @@ -37225,12 +37241,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 15289, + "id": 15356, "name": "offset", "variant": "declaration", "kind": 1024, @@ -37244,12 +37260,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 15290, + "id": 15357, "name": "order", "variant": "declaration", "kind": 1024, @@ -37263,12 +37279,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 15281, + "id": 15348, "name": "id", "variant": "declaration", "kind": 1024, @@ -37291,7 +37307,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -37317,7 +37333,7 @@ } }, { - "id": 15282, + "id": 15349, "name": "value", "variant": "declaration", "kind": 1024, @@ -37333,7 +37349,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -37347,7 +37363,7 @@ } }, { - "id": 15283, + "id": 15350, "name": "label", "variant": "declaration", "kind": 1024, @@ -37363,7 +37379,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -37377,7 +37393,7 @@ } }, { - "id": 15284, + "id": 15351, "name": "description", "variant": "declaration", "kind": 1024, @@ -37393,7 +37409,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -37407,7 +37423,7 @@ } }, { - "id": 15285, + "id": 15352, "name": "parent_return_reason_id", "variant": "declaration", "kind": 1024, @@ -37423,7 +37439,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -37449,7 +37465,7 @@ } }, { - "id": 15286, + "id": 15353, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -37458,7 +37474,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -37470,7 +37486,7 @@ } }, { - "id": 15287, + "id": 15354, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -37479,7 +37495,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -37495,36 +37511,36 @@ { "title": "Properties", "children": [ - 15292, - 15293, - 15291, - 15288, - 15289, - 15290, - 15281, - 15282, - 15283, - 15284, - 15285, - 15286, - 15287 + 15359, + 15360, + 15358, + 15355, + 15356, + 15357, + 15348, + 15349, + 15350, + 15351, + 15352, + 15353, + 15354 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15280, + "target": 15347, "name": "AdminReturnReasonListParams", "package": "@medusajs/types" } @@ -37535,14 +37551,14 @@ ] }, { - "id": 15197, + "id": 15264, "name": "AdminBaseReturnItem", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15198, + "id": 15265, "name": "id", "variant": "declaration", "kind": 1024, @@ -37553,7 +37569,7 @@ } }, { - "id": 15199, + "id": 15266, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -37564,7 +37580,7 @@ } }, { - "id": 15200, + "id": 15267, "name": "received_quantity", "variant": "declaration", "kind": 1024, @@ -37575,7 +37591,7 @@ } }, { - "id": 15201, + "id": 15268, "name": "reason_id", "variant": "declaration", "kind": 1024, @@ -37588,7 +37604,7 @@ } }, { - "id": 15202, + "id": 15269, "name": "note", "variant": "declaration", "kind": 1024, @@ -37601,7 +37617,7 @@ } }, { - "id": 15203, + "id": 15270, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -37612,7 +37628,7 @@ } }, { - "id": 15204, + "id": 15271, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -37623,7 +37639,7 @@ } }, { - "id": 15205, + "id": 15272, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -37655,27 +37671,27 @@ { "title": "Properties", "children": [ - 15198, - 15199, - 15200, - 15201, - 15202, - 15203, - 15204, - 15205 + 15265, + 15266, + 15267, + 15268, + 15269, + 15270, + 15271, + 15272 ] } ] }, { - "id": 15206, + "id": 15273, "name": "AdminReturn", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15207, + "id": 15274, "name": "id", "variant": "declaration", "kind": 1024, @@ -37686,7 +37702,7 @@ } }, { - "id": 15208, + "id": 15275, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -37697,7 +37713,7 @@ } }, { - "id": 15209, + "id": 15276, "name": "status", "variant": "declaration", "kind": 1024, @@ -37710,7 +37726,7 @@ } }, { - "id": 15210, + "id": 15277, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -37723,7 +37739,7 @@ } }, { - "id": 15211, + "id": 15278, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -37736,7 +37752,7 @@ } }, { - "id": 15212, + "id": 15279, "name": "order_version", "variant": "declaration", "kind": 1024, @@ -37747,7 +37763,7 @@ } }, { - "id": 15213, + "id": 15280, "name": "display_id", "variant": "declaration", "kind": 1024, @@ -37758,7 +37774,7 @@ } }, { - "id": 15214, + "id": 15281, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -37771,7 +37787,7 @@ } }, { - "id": 15215, + "id": 15282, "name": "refund_amount", "variant": "declaration", "kind": 1024, @@ -37784,7 +37800,7 @@ } }, { - "id": 15216, + "id": 15283, "name": "items", "variant": "declaration", "kind": 1024, @@ -37793,7 +37809,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15197, + "target": 15264, "name": "AdminBaseReturnItem", "package": "@medusajs/types" } @@ -37804,36 +37820,36 @@ { "title": "Properties", "children": [ - 15207, - 15208, - 15209, - 15210, - 15211, - 15212, - 15213, - 15214, - 15215, - 15216 + 15274, + 15275, + 15276, + 15277, + 15278, + 15279, + 15280, + 15281, + 15282, + 15283 ] } ] }, { - "id": 15217, + "id": 15284, "name": "AdminReturnResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15218, + "id": 15285, "name": "return", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15206, + "target": 15273, "name": "AdminReturn", "package": "@medusajs/types" } @@ -37843,20 +37859,20 @@ { "title": "Properties", "children": [ - 15218 + 15285 ] } ] }, { - "id": 15219, + "id": 15286, "name": "AdminReturnsResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15220, + "id": 15287, "name": "returns", "variant": "declaration", "kind": 1024, @@ -37865,7 +37881,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15206, + "target": 15273, "name": "AdminReturn", "package": "@medusajs/types" } @@ -37876,20 +37892,20 @@ { "title": "Properties", "children": [ - 15220 + 15287 ] } ] }, { - "id": 15221, + "id": 15288, "name": "AdminInitiateReturnRequest", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15222, + "id": 15289, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -37900,7 +37916,7 @@ } }, { - "id": 15223, + "id": 15290, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -37913,7 +37929,7 @@ } }, { - "id": 15224, + "id": 15291, "name": "description", "variant": "declaration", "kind": 1024, @@ -37926,7 +37942,7 @@ } }, { - "id": 15225, + "id": 15292, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -37939,7 +37955,7 @@ } }, { - "id": 15226, + "id": 15293, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -37952,7 +37968,7 @@ } }, { - "id": 15227, + "id": 15294, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -37984,25 +38000,25 @@ { "title": "Properties", "children": [ - 15222, - 15223, - 15224, - 15225, - 15226, - 15227 + 15289, + 15290, + 15291, + 15292, + 15293, + 15294 ] } ] }, { - "id": 15228, + "id": 15295, "name": "AdminAddReturnItem", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15229, + "id": 15296, "name": "id", "variant": "declaration", "kind": 1024, @@ -38013,7 +38029,7 @@ } }, { - "id": 15230, + "id": 15297, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -38024,7 +38040,7 @@ } }, { - "id": 15231, + "id": 15298, "name": "description", "variant": "declaration", "kind": 1024, @@ -38037,7 +38053,7 @@ } }, { - "id": 15232, + "id": 15299, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -38050,7 +38066,7 @@ } }, { - "id": 15233, + "id": 15300, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -38082,24 +38098,24 @@ { "title": "Properties", "children": [ - 15229, - 15230, - 15231, - 15232, - 15233 + 15296, + 15297, + 15298, + 15299, + 15300 ] } ] }, { - "id": 15234, + "id": 15301, "name": "AdminAddReturnItems", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15235, + "id": 15302, "name": "items", "variant": "declaration", "kind": 1024, @@ -38108,7 +38124,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15228, + "target": 15295, "name": "AdminAddReturnItem", "package": "@medusajs/types" } @@ -38119,20 +38135,20 @@ { "title": "Properties", "children": [ - 15235 + 15302 ] } ] }, { - "id": 15236, + "id": 15303, "name": "AdminUpdateReturnItems", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15237, + "id": 15304, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -38145,7 +38161,7 @@ } }, { - "id": 15238, + "id": 15305, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -38158,7 +38174,7 @@ } }, { - "id": 15239, + "id": 15306, "name": "reason_id", "variant": "declaration", "kind": 1024, @@ -38175,22 +38191,22 @@ { "title": "Properties", "children": [ - 15237, - 15238, - 15239 + 15304, + 15305, + 15306 ] } ] }, { - "id": 15240, + "id": 15307, "name": "AdminAddReturnShipping", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15241, + "id": 15308, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -38201,7 +38217,7 @@ } }, { - "id": 15242, + "id": 15309, "name": "custom_price", "variant": "declaration", "kind": 1024, @@ -38214,7 +38230,7 @@ } }, { - "id": 15243, + "id": 15310, "name": "description", "variant": "declaration", "kind": 1024, @@ -38227,7 +38243,7 @@ } }, { - "id": 15244, + "id": 15311, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -38240,7 +38256,7 @@ } }, { - "id": 15245, + "id": 15312, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -38272,24 +38288,24 @@ { "title": "Properties", "children": [ - 15241, - 15242, - 15243, - 15244, - 15245 + 15308, + 15309, + 15310, + 15311, + 15312 ] } ] }, { - "id": 15246, + "id": 15313, "name": "AdminUpdateReturnShipping", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15247, + "id": 15314, "name": "custom_price", "variant": "declaration", "kind": 1024, @@ -38302,7 +38318,7 @@ } }, { - "id": 15248, + "id": 15315, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -38315,7 +38331,7 @@ } }, { - "id": 15249, + "id": 15316, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -38347,22 +38363,22 @@ { "title": "Properties", "children": [ - 15247, - 15248, - 15249 + 15314, + 15315, + 15316 ] } ] }, { - "id": 15250, + "id": 15317, "name": "AdminConfirmReturnRequest", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15251, + "id": 15318, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -38379,20 +38395,20 @@ { "title": "Properties", "children": [ - 15251 + 15318 ] } ] }, { - "id": 15252, + "id": 15319, "name": "AdminUpdateReturnRequest", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15253, + "id": 15320, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -38405,7 +38421,7 @@ } }, { - "id": 15254, + "id": 15321, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -38418,7 +38434,7 @@ } }, { - "id": 15255, + "id": 15322, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -38459,22 +38475,22 @@ { "title": "Properties", "children": [ - 15253, - 15254, - 15255 + 15320, + 15321, + 15322 ] } ] }, { - "id": 15256, + "id": 15323, "name": "AdminReturnFilters", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15265, + "id": 15332, "name": "fields", "variant": "declaration", "kind": 1024, @@ -38488,12 +38504,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 15262, + "id": 15329, "name": "limit", "variant": "declaration", "kind": 1024, @@ -38507,12 +38523,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 15263, + "id": 15330, "name": "offset", "variant": "declaration", "kind": 1024, @@ -38526,12 +38542,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 15264, + "id": 15331, "name": "order", "variant": "declaration", "kind": 1024, @@ -38545,12 +38561,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 15257, + "id": 15324, "name": "id", "variant": "declaration", "kind": 1024, @@ -38573,7 +38589,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -38599,7 +38615,7 @@ } }, { - "id": 15258, + "id": 15325, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -38622,7 +38638,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -38648,7 +38664,7 @@ } }, { - "id": 15259, + "id": 15326, "name": "status", "variant": "declaration", "kind": 1024, @@ -38690,7 +38706,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "reference", @@ -38719,7 +38735,7 @@ } }, { - "id": 15260, + "id": 15327, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -38728,7 +38744,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -38740,7 +38756,7 @@ } }, { - "id": 15261, + "id": 15328, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -38749,7 +38765,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -38765,36 +38781,36 @@ { "title": "Properties", "children": [ - 15265, - 15262, - 15263, - 15264, - 15257, - 15258, - 15259, - 15260, - 15261 + 15332, + 15329, + 15330, + 15331, + 15324, + 15325, + 15326, + 15327, + 15328 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" } ] }, { - "id": 15299, + "id": 15366, "name": "AdminShippingOptionType", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15300, + "id": 15367, "name": "id", "variant": "declaration", "kind": 1024, @@ -38805,7 +38821,7 @@ } }, { - "id": 15301, + "id": 15368, "name": "label", "variant": "declaration", "kind": 1024, @@ -38816,7 +38832,7 @@ } }, { - "id": 15302, + "id": 15369, "name": "description", "variant": "declaration", "kind": 1024, @@ -38827,7 +38843,7 @@ } }, { - "id": 15303, + "id": 15370, "name": "code", "variant": "declaration", "kind": 1024, @@ -38838,7 +38854,7 @@ } }, { - "id": 15304, + "id": 15371, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -38849,7 +38865,7 @@ } }, { - "id": 15305, + "id": 15372, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -38860,7 +38876,7 @@ } }, { - "id": 15306, + "id": 15373, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -38871,7 +38887,7 @@ } }, { - "id": 15307, + "id": 15374, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -38895,27 +38911,27 @@ { "title": "Properties", "children": [ - 15300, - 15301, - 15302, - 15303, - 15304, - 15305, - 15306, - 15307 + 15367, + 15368, + 15369, + 15370, + 15371, + 15372, + 15373, + 15374 ] } ] }, { - "id": 15308, + "id": 15375, "name": "AdminShippingOptionRule", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15309, + "id": 15376, "name": "id", "variant": "declaration", "kind": 1024, @@ -38926,7 +38942,7 @@ } }, { - "id": 15310, + "id": 15377, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -38937,7 +38953,7 @@ } }, { - "id": 15311, + "id": 15378, "name": "operator", "variant": "declaration", "kind": 1024, @@ -38948,7 +38964,7 @@ } }, { - "id": 15312, + "id": 15379, "name": "value", "variant": "declaration", "kind": 1024, @@ -38975,7 +38991,7 @@ } }, { - "id": 15313, + "id": 15380, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -38986,7 +39002,7 @@ } }, { - "id": 15314, + "id": 15381, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -38997,7 +39013,7 @@ } }, { - "id": 15315, + "id": 15382, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -39008,7 +39024,7 @@ } }, { - "id": 15316, + "id": 15383, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -39032,27 +39048,27 @@ { "title": "Properties", "children": [ - 15309, - 15310, - 15311, - 15312, - 15313, - 15314, - 15315, - 15316 + 15376, + 15377, + 15378, + 15379, + 15380, + 15381, + 15382, + 15383 ] } ] }, { - "id": 15317, + "id": 15384, "name": "AdminShippingOptionPriceRule", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15318, + "id": 15385, "name": "id", "variant": "declaration", "kind": 1024, @@ -39063,7 +39079,7 @@ } }, { - "id": 15319, + "id": 15386, "name": "value", "variant": "declaration", "kind": 1024, @@ -39078,21 +39094,21 @@ { "title": "Properties", "children": [ - 15318, - 15319 + 15385, + 15386 ] } ] }, { - "id": 15320, + "id": 15387, "name": "AdminShippingOptionPrice", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15321, + "id": 15388, "name": "price_rules", "variant": "declaration", "kind": 1024, @@ -39101,14 +39117,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15317, + "target": 15384, "name": "AdminShippingOptionPriceRule", "package": "@medusajs/types" } } }, { - "id": 15322, + "id": 15389, "name": "rules_count", "variant": "declaration", "kind": 1024, @@ -39123,8 +39139,8 @@ { "title": "Properties", "children": [ - 15321, - 15322 + 15388, + 15389 ] } ], @@ -39141,14 +39157,14 @@ ] }, { - "id": 15323, + "id": 15390, "name": "AdminShippingOption", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15324, + "id": 15391, "name": "id", "variant": "declaration", "kind": 1024, @@ -39159,7 +39175,7 @@ } }, { - "id": 15325, + "id": 15392, "name": "name", "variant": "declaration", "kind": 1024, @@ -39170,7 +39186,7 @@ } }, { - "id": 15326, + "id": 15393, "name": "price_type", "variant": "declaration", "kind": 1024, @@ -39186,7 +39202,7 @@ } }, { - "id": 15327, + "id": 15394, "name": "service_zone_id", "variant": "declaration", "kind": 1024, @@ -39197,20 +39213,20 @@ } }, { - "id": 15328, + "id": 15395, "name": "service_zone", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14760, + "target": 14827, "name": "AdminServiceZone", "package": "@medusajs/types" } }, { - "id": 15329, + "id": 15396, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -39221,20 +39237,20 @@ } }, { - "id": 15330, + "id": 15397, "name": "provider", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14732, + "target": 14799, "name": "AdminFulfillmentProvider", "package": "@medusajs/types" } }, { - "id": 15331, + "id": 15398, "name": "shipping_option_type_id", "variant": "declaration", "kind": 1024, @@ -39254,20 +39270,20 @@ } }, { - "id": 15332, + "id": 15399, "name": "type", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15299, + "target": 15366, "name": "AdminShippingOptionType", "package": "@medusajs/types" } }, { - "id": 15333, + "id": 15400, "name": "shipping_profile_id", "variant": "declaration", "kind": 1024, @@ -39278,20 +39294,20 @@ } }, { - "id": 15334, + "id": 15401, "name": "shipping_profile", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15425, + "target": 15492, "name": "AdminShippingProfile", "package": "@medusajs/types" } }, { - "id": 15335, + "id": 15402, "name": "rules", "variant": "declaration", "kind": 1024, @@ -39300,14 +39316,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15308, + "target": 15375, "name": "AdminShippingOptionRule", "package": "@medusajs/types" } } }, { - "id": 15336, + "id": 15403, "name": "prices", "variant": "declaration", "kind": 1024, @@ -39316,14 +39332,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15320, + "target": 15387, "name": "AdminShippingOptionPrice", "package": "@medusajs/types" } } }, { - "id": 15337, + "id": 15404, "name": "data", "variant": "declaration", "kind": 1024, @@ -39358,7 +39374,7 @@ } }, { - "id": 15338, + "id": 15405, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -39393,7 +39409,7 @@ } }, { - "id": 15339, + "id": 15406, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -39409,7 +39425,7 @@ } }, { - "id": 15340, + "id": 15407, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -39425,7 +39441,7 @@ } }, { - "id": 15341, + "id": 15408, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -39454,50 +39470,50 @@ { "title": "Properties", "children": [ - 15324, - 15325, - 15326, - 15327, - 15328, - 15329, - 15330, - 15331, - 15332, - 15333, - 15334, - 15335, - 15336, - 15337, - 15338, - 15339, - 15340, - 15341 + 15391, + 15392, + 15393, + 15394, + 15395, + 15396, + 15397, + 15398, + 15399, + 15400, + 15401, + 15402, + 15403, + 15404, + 15405, + 15406, + 15407, + 15408 ] } ] }, { - "id": 15342, + "id": 15409, "name": "AdminCreateShippingOptionRule", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15343, + "id": 15410, "name": "operator", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14077, + "target": 14144, "name": "RuleOperatorType", "package": "@medusajs/types" } }, { - "id": 15344, + "id": 15411, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -39508,7 +39524,7 @@ } }, { - "id": 15345, + "id": 15412, "name": "value", "variant": "declaration", "kind": 1024, @@ -39535,29 +39551,29 @@ { "title": "Properties", "children": [ - 15343, - 15344, - 15345 + 15410, + 15411, + 15412 ] } ], "extendedBy": [ { "type": "reference", - "target": 15366, + "target": 15433, "name": "AdminUpdateShippingOptionRule" } ] }, { - "id": 15346, + "id": 15413, "name": "AdminCreateShippingOptionType", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15347, + "id": 15414, "name": "label", "variant": "declaration", "kind": 1024, @@ -39568,7 +39584,7 @@ } }, { - "id": 15348, + "id": 15415, "name": "description", "variant": "declaration", "kind": 1024, @@ -39579,7 +39595,7 @@ } }, { - "id": 15349, + "id": 15416, "name": "code", "variant": "declaration", "kind": 1024, @@ -39594,22 +39610,22 @@ { "title": "Properties", "children": [ - 15347, - 15348, - 15349 + 15414, + 15415, + 15416 ] } ] }, { - "id": 15350, + "id": 15417, "name": "AdminCreateShippingOptionPriceWithCurrency", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15351, + "id": 15418, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -39620,7 +39636,7 @@ } }, { - "id": 15352, + "id": 15419, "name": "amount", "variant": "declaration", "kind": 1024, @@ -39635,21 +39651,21 @@ { "title": "Properties", "children": [ - 15351, - 15352 + 15418, + 15419 ] } ] }, { - "id": 15353, + "id": 15420, "name": "AdminCreateShippingOptionPriceWithRegion", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15354, + "id": 15421, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -39660,7 +39676,7 @@ } }, { - "id": 15355, + "id": 15422, "name": "amount", "variant": "declaration", "kind": 1024, @@ -39675,21 +39691,21 @@ { "title": "Properties", "children": [ - 15354, - 15355 + 15421, + 15422 ] } ] }, { - "id": 15356, + "id": 15423, "name": "AdminCreateShippingOption", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15357, + "id": 15424, "name": "name", "variant": "declaration", "kind": 1024, @@ -39700,7 +39716,7 @@ } }, { - "id": 15358, + "id": 15425, "name": "service_zone_id", "variant": "declaration", "kind": 1024, @@ -39711,7 +39727,7 @@ } }, { - "id": 15359, + "id": 15426, "name": "shipping_profile_id", "variant": "declaration", "kind": 1024, @@ -39722,7 +39738,7 @@ } }, { - "id": 15360, + "id": 15427, "name": "data", "variant": "declaration", "kind": 1024, @@ -39750,7 +39766,7 @@ } }, { - "id": 15361, + "id": 15428, "name": "price_type", "variant": "declaration", "kind": 1024, @@ -39766,7 +39782,7 @@ } }, { - "id": 15362, + "id": 15429, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -39777,20 +39793,20 @@ } }, { - "id": 15363, + "id": 15430, "name": "type", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15346, + "target": 15413, "name": "AdminCreateShippingOptionType", "package": "@medusajs/types" } }, { - "id": 15364, + "id": 15431, "name": "prices", "variant": "declaration", "kind": 1024, @@ -39802,13 +39818,13 @@ "types": [ { "type": "reference", - "target": 15350, + "target": 15417, "name": "AdminCreateShippingOptionPriceWithCurrency", "package": "@medusajs/types" }, { "type": "reference", - "target": 15353, + "target": 15420, "name": "AdminCreateShippingOptionPriceWithRegion", "package": "@medusajs/types" } @@ -39817,7 +39833,7 @@ } }, { - "id": 15365, + "id": 15432, "name": "rules", "variant": "declaration", "kind": 1024, @@ -39828,7 +39844,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15342, + "target": 15409, "name": "AdminCreateShippingOptionRule", "package": "@medusajs/types" } @@ -39839,28 +39855,28 @@ { "title": "Properties", "children": [ - 15357, - 15358, - 15359, - 15360, - 15361, - 15362, - 15363, - 15364, - 15365 + 15424, + 15425, + 15426, + 15427, + 15428, + 15429, + 15430, + 15431, + 15432 ] } ] }, { - "id": 15366, + "id": 15433, "name": "AdminUpdateShippingOptionRule", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15368, + "id": 15435, "name": "operator", "variant": "declaration", "kind": 1024, @@ -39869,18 +39885,18 @@ }, "type": { "type": "reference", - "target": 14077, + "target": 14144, "name": "RuleOperatorType", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 15343, + "target": 15410, "name": "AdminCreateShippingOptionRule.operator" } }, { - "id": 15369, + "id": 15436, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -39893,12 +39909,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 15344, + "target": 15411, "name": "AdminCreateShippingOptionRule.attribute" } }, { - "id": 15370, + "id": 15437, "name": "value", "variant": "declaration", "kind": 1024, @@ -39923,12 +39939,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 15345, + "target": 15412, "name": "AdminCreateShippingOptionRule.value" } }, { - "id": 15367, + "id": 15434, "name": "id", "variant": "declaration", "kind": 1024, @@ -39945,31 +39961,31 @@ { "title": "Properties", "children": [ - 15368, - 15369, - 15370, - 15367 + 15435, + 15436, + 15437, + 15434 ] } ], "extendedTypes": [ { "type": "reference", - "target": 15342, + "target": 15409, "name": "AdminCreateShippingOptionRule", "package": "@medusajs/types" } ] }, { - "id": 15371, + "id": 15438, "name": "AdminUpdateShippingOptionPriceWithCurrency", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15372, + "id": 15439, "name": "id", "variant": "declaration", "kind": 1024, @@ -39982,7 +39998,7 @@ } }, { - "id": 15373, + "id": 15440, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -39995,7 +40011,7 @@ } }, { - "id": 15374, + "id": 15441, "name": "amount", "variant": "declaration", "kind": 1024, @@ -40012,22 +40028,22 @@ { "title": "Properties", "children": [ - 15372, - 15373, - 15374 + 15439, + 15440, + 15441 ] } ] }, { - "id": 15375, + "id": 15442, "name": "AdminUpdateShippingOptionPriceWithRegion", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15376, + "id": 15443, "name": "id", "variant": "declaration", "kind": 1024, @@ -40040,7 +40056,7 @@ } }, { - "id": 15377, + "id": 15444, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -40053,7 +40069,7 @@ } }, { - "id": 15378, + "id": 15445, "name": "amount", "variant": "declaration", "kind": 1024, @@ -40070,22 +40086,22 @@ { "title": "Properties", "children": [ - 15376, - 15377, - 15378 + 15443, + 15444, + 15445 ] } ] }, { - "id": 15379, + "id": 15446, "name": "AdminUpdateShippingOption", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15380, + "id": 15447, "name": "name", "variant": "declaration", "kind": 1024, @@ -40098,7 +40114,7 @@ } }, { - "id": 15381, + "id": 15448, "name": "data", "variant": "declaration", "kind": 1024, @@ -40126,7 +40142,7 @@ } }, { - "id": 15382, + "id": 15449, "name": "price_type", "variant": "declaration", "kind": 1024, @@ -40144,7 +40160,7 @@ } }, { - "id": 15383, + "id": 15450, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -40157,7 +40173,7 @@ } }, { - "id": 15384, + "id": 15451, "name": "shipping_profile_id", "variant": "declaration", "kind": 1024, @@ -40170,7 +40186,7 @@ } }, { - "id": 15385, + "id": 15452, "name": "type", "variant": "declaration", "kind": 1024, @@ -40179,13 +40195,13 @@ }, "type": { "type": "reference", - "target": 15346, + "target": 15413, "name": "AdminCreateShippingOptionType", "package": "@medusajs/types" } }, { - "id": 15386, + "id": 15453, "name": "prices", "variant": "declaration", "kind": 1024, @@ -40199,13 +40215,13 @@ "types": [ { "type": "reference", - "target": 15371, + "target": 15438, "name": "AdminUpdateShippingOptionPriceWithCurrency", "package": "@medusajs/types" }, { "type": "reference", - "target": 15375, + "target": 15442, "name": "AdminUpdateShippingOptionPriceWithRegion", "package": "@medusajs/types" } @@ -40214,7 +40230,7 @@ } }, { - "id": 15387, + "id": 15454, "name": "rules", "variant": "declaration", "kind": 1024, @@ -40228,13 +40244,13 @@ "types": [ { "type": "reference", - "target": 15342, + "target": 15409, "name": "AdminCreateShippingOptionRule", "package": "@medusajs/types" }, { "type": "reference", - "target": 15366, + "target": 15433, "name": "AdminUpdateShippingOptionRule", "package": "@medusajs/types" } @@ -40247,27 +40263,27 @@ { "title": "Properties", "children": [ - 15380, - 15381, - 15382, - 15383, - 15384, - 15385, - 15386, - 15387 + 15447, + 15448, + 15449, + 15450, + 15451, + 15452, + 15453, + 15454 ] } ] }, { - "id": 15388, + "id": 15455, "name": "AdminUpdateShippingOptionRules", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15389, + "id": 15456, "name": "create", "variant": "declaration", "kind": 1024, @@ -40283,7 +40299,7 @@ } }, { - "id": 15390, + "id": 15457, "name": "update", "variant": "declaration", "kind": 1024, @@ -40299,7 +40315,7 @@ } }, { - "id": 15391, + "id": 15458, "name": "delete", "variant": "declaration", "kind": 1024, @@ -40319,22 +40335,22 @@ { "title": "Properties", "children": [ - 15389, - 15390, - 15391 + 15456, + 15457, + 15458 ] } ] }, { - "id": 15392, + "id": 15459, "name": "AdminShippingOptionListParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15405, + "id": 15472, "name": "fields", "variant": "declaration", "kind": 1024, @@ -40348,12 +40364,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 15402, + "id": 15469, "name": "limit", "variant": "declaration", "kind": 1024, @@ -40367,12 +40383,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 15403, + "id": 15470, "name": "offset", "variant": "declaration", "kind": 1024, @@ -40386,12 +40402,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 15404, + "id": 15471, "name": "order", "variant": "declaration", "kind": 1024, @@ -40405,12 +40421,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 15393, + "id": 15460, "name": "id", "variant": "declaration", "kind": 1024, @@ -40435,7 +40451,7 @@ } }, { - "id": 15394, + "id": 15461, "name": "q", "variant": "declaration", "kind": 1024, @@ -40448,7 +40464,7 @@ } }, { - "id": 15395, + "id": 15462, "name": "service_zone_id", "variant": "declaration", "kind": 1024, @@ -40461,7 +40477,7 @@ } }, { - "id": 15396, + "id": 15463, "name": "shipping_profile_id", "variant": "declaration", "kind": 1024, @@ -40474,7 +40490,7 @@ } }, { - "id": 15397, + "id": 15464, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -40487,7 +40503,7 @@ } }, { - "id": 15398, + "id": 15465, "name": "shipping_option_type_id", "variant": "declaration", "kind": 1024, @@ -40500,7 +40516,7 @@ } }, { - "id": 15399, + "id": 15466, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -40509,7 +40525,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -40521,7 +40537,7 @@ } }, { - "id": 15400, + "id": 15467, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -40530,7 +40546,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -40542,7 +40558,7 @@ } }, { - "id": 15401, + "id": 15468, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -40551,7 +40567,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -40567,47 +40583,47 @@ { "title": "Properties", "children": [ - 15405, - 15402, - 15403, - 15404, - 15393, - 15394, - 15395, - 15396, - 15397, - 15398, - 15399, - 15400, - 15401 + 15472, + 15469, + 15470, + 15471, + 15460, + 15461, + 15462, + 15463, + 15464, + 15465, + 15466, + 15467, + 15468 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" } ] }, { - "id": 15406, + "id": 15473, "name": "AdminShippingOptionResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15407, + "id": 15474, "name": "shipping_option", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15323, + "target": 15390, "name": "AdminShippingOption", "package": "@medusajs/types" } @@ -40617,32 +40633,32 @@ { "title": "Properties", "children": [ - 15407 + 15474 ] } ] }, { - "id": 15408, + "id": 15475, "name": "AdminShippingOptionListResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "type": { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 15409, + "id": 15476, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15410, + "id": 15477, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -40651,7 +40667,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15323, + "target": 15390, "name": "AdminShippingOption", "package": "@medusajs/types" } @@ -40662,7 +40678,7 @@ { "title": "Properties", "children": [ - 15410 + 15477 ] } ] @@ -40674,14 +40690,14 @@ } }, { - "id": 15411, + "id": 15478, "name": "AdminShippingOptionDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15412, + "id": 15479, "name": "id", "variant": "declaration", "kind": 1024, @@ -40707,7 +40723,7 @@ } }, { - "id": 15413, + "id": 15480, "name": "object", "variant": "declaration", "kind": 1024, @@ -40733,7 +40749,7 @@ } }, { - "id": 15414, + "id": 15481, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -40759,7 +40775,7 @@ } }, { - "id": 15415, + "id": 15482, "name": "parent", "variant": "declaration", "kind": 1024, @@ -40778,7 +40794,7 @@ "type": { "type": "reflection", "declaration": { - "id": 15416, + "id": 15483, "name": "__type", "variant": "declaration", "kind": 65536, @@ -40796,17 +40812,17 @@ { "title": "Properties", "children": [ - 15412, - 15413, - 15414, - 15415 + 15479, + 15480, + 15481, + 15482 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -40819,14 +40835,14 @@ ] }, { - "id": 15417, + "id": 15484, "name": "AdminUpdateShippingOptionRulesResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15418, + "id": 15485, "name": "created", "variant": "declaration", "kind": 1024, @@ -40835,14 +40851,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15308, + "target": 15375, "name": "AdminShippingOptionRule", "package": "@medusajs/types" } } }, { - "id": 15419, + "id": 15486, "name": "updated", "variant": "declaration", "kind": 1024, @@ -40851,14 +40867,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15308, + "target": 15375, "name": "AdminShippingOptionRule", "package": "@medusajs/types" } } }, { - "id": 15420, + "id": 15487, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -40866,14 +40882,14 @@ "type": { "type": "reflection", "declaration": { - "id": 15421, + "id": 15488, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15422, + "id": 15489, "name": "ids", "variant": "declaration", "kind": 1024, @@ -40887,7 +40903,7 @@ } }, { - "id": 15423, + "id": 15490, "name": "object", "variant": "declaration", "kind": 1024, @@ -40898,7 +40914,7 @@ } }, { - "id": 15424, + "id": 15491, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -40913,9 +40929,9 @@ { "title": "Properties", "children": [ - 15422, - 15423, - 15424 + 15489, + 15490, + 15491 ] } ] @@ -40927,22 +40943,22 @@ { "title": "Properties", "children": [ - 15418, - 15419, - 15420 + 15485, + 15486, + 15487 ] } ] }, { - "id": 15425, + "id": 15492, "name": "AdminShippingProfile", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15426, + "id": 15493, "name": "id", "variant": "declaration", "kind": 1024, @@ -40953,7 +40969,7 @@ } }, { - "id": 15427, + "id": 15494, "name": "name", "variant": "declaration", "kind": 1024, @@ -40964,7 +40980,7 @@ } }, { - "id": 15428, + "id": 15495, "name": "type", "variant": "declaration", "kind": 1024, @@ -40975,7 +40991,7 @@ } }, { - "id": 15429, + "id": 15496, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -41010,7 +41026,7 @@ } }, { - "id": 15430, + "id": 15497, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -41021,7 +41037,7 @@ } }, { - "id": 15431, + "id": 15498, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -41032,7 +41048,7 @@ } }, { - "id": 15432, + "id": 15499, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -41056,26 +41072,26 @@ { "title": "Properties", "children": [ - 15426, - 15427, - 15428, - 15429, - 15430, - 15431, - 15432 + 15493, + 15494, + 15495, + 15496, + 15497, + 15498, + 15499 ] } ] }, { - "id": 15433, + "id": 15500, "name": "AdminCreateShippingProfile", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15434, + "id": 15501, "name": "name", "variant": "declaration", "kind": 1024, @@ -41086,7 +41102,7 @@ } }, { - "id": 15435, + "id": 15502, "name": "type", "variant": "declaration", "kind": 1024, @@ -41097,7 +41113,7 @@ } }, { - "id": 15436, + "id": 15503, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -41129,22 +41145,22 @@ { "title": "Properties", "children": [ - 15434, - 15435, - 15436 + 15501, + 15502, + 15503 ] } ] }, { - "id": 15437, + "id": 15504, "name": "AdminUpdateShippingProfile", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15438, + "id": 15505, "name": "name", "variant": "declaration", "kind": 1024, @@ -41157,7 +41173,7 @@ } }, { - "id": 15439, + "id": 15506, "name": "type", "variant": "declaration", "kind": 1024, @@ -41170,7 +41186,7 @@ } }, { - "id": 15440, + "id": 15507, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -41211,22 +41227,22 @@ { "title": "Properties", "children": [ - 15438, - 15439, - 15440 + 15505, + 15506, + 15507 ] } ] }, { - "id": 15441, + "id": 15508, "name": "AdminShippingProfileListParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15454, + "id": 15521, "name": "fields", "variant": "declaration", "kind": 1024, @@ -41240,12 +41256,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 15451, + "id": 15518, "name": "limit", "variant": "declaration", "kind": 1024, @@ -41259,12 +41275,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 15452, + "id": 15519, "name": "offset", "variant": "declaration", "kind": 1024, @@ -41278,12 +41294,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 15453, + "id": 15520, "name": "order", "variant": "declaration", "kind": 1024, @@ -41297,12 +41313,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 15442, + "id": 15509, "name": "id", "variant": "declaration", "kind": 1024, @@ -41327,7 +41343,7 @@ } }, { - "id": 15443, + "id": 15510, "name": "q", "variant": "declaration", "kind": 1024, @@ -41340,7 +41356,7 @@ } }, { - "id": 15444, + "id": 15511, "name": "type", "variant": "declaration", "kind": 1024, @@ -41353,7 +41369,7 @@ } }, { - "id": 15445, + "id": 15512, "name": "name", "variant": "declaration", "kind": 1024, @@ -41366,7 +41382,7 @@ } }, { - "id": 15446, + "id": 15513, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -41375,7 +41391,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -41387,7 +41403,7 @@ } }, { - "id": 15447, + "id": 15514, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -41396,7 +41412,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -41408,7 +41424,7 @@ } }, { - "id": 15448, + "id": 15515, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -41417,7 +41433,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -41429,7 +41445,7 @@ } }, { - "id": 15449, + "id": 15516, "name": "$and", "variant": "declaration", "kind": 1024, @@ -41440,14 +41456,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15441, + "target": 15508, "name": "AdminShippingProfileListParams", "package": "@medusajs/types" } } }, { - "id": 15450, + "id": 15517, "name": "$or", "variant": "declaration", "kind": 1024, @@ -41458,7 +41474,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15441, + "target": 15508, "name": "AdminShippingProfileListParams", "package": "@medusajs/types" } @@ -41469,47 +41485,47 @@ { "title": "Properties", "children": [ - 15454, - 15451, - 15452, - 15453, - 15442, - 15443, - 15444, - 15445, - 15446, - 15447, - 15448, - 15449, - 15450 + 15521, + 15518, + 15519, + 15520, + 15509, + 15510, + 15511, + 15512, + 15513, + 15514, + 15515, + 15516, + 15517 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" } ] }, { - "id": 15455, + "id": 15522, "name": "AdminShippingProfileResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15456, + "id": 15523, "name": "shipping_profile", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15425, + "target": 15492, "name": "AdminShippingProfile", "package": "@medusajs/types" } @@ -41519,32 +41535,32 @@ { "title": "Properties", "children": [ - 15456 + 15523 ] } ] }, { - "id": 15457, + "id": 15524, "name": "AdminShippingProfileListResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "type": { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 15458, + "id": 15525, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15459, + "id": 15526, "name": "shipping_profiles", "variant": "declaration", "kind": 1024, @@ -41553,7 +41569,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15425, + "target": 15492, "name": "AdminShippingProfile", "package": "@medusajs/types" } @@ -41564,7 +41580,7 @@ { "title": "Properties", "children": [ - 15459 + 15526 ] } ] @@ -41576,14 +41592,14 @@ } }, { - "id": 15460, + "id": 15527, "name": "AdminShippingProfileDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15461, + "id": 15528, "name": "id", "variant": "declaration", "kind": 1024, @@ -41609,7 +41625,7 @@ } }, { - "id": 15462, + "id": 15529, "name": "object", "variant": "declaration", "kind": 1024, @@ -41635,7 +41651,7 @@ } }, { - "id": 15463, + "id": 15530, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -41661,7 +41677,7 @@ } }, { - "id": 15464, + "id": 15531, "name": "parent", "variant": "declaration", "kind": 1024, @@ -41680,7 +41696,7 @@ "type": { "type": "reflection", "declaration": { - "id": 15465, + "id": 15532, "name": "__type", "variant": "declaration", "kind": 65536, @@ -41698,17 +41714,17 @@ { "title": "Properties", "children": [ - 15461, - 15462, - 15463, - 15464 + 15528, + 15529, + 15530, + 15531 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -41721,14 +41737,14 @@ ] }, { - "id": 15466, + "id": 15533, "name": "AdminStockLocationAddress", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15467, + "id": 15534, "name": "id", "variant": "declaration", "kind": 1024, @@ -41739,7 +41755,7 @@ } }, { - "id": 15468, + "id": 15535, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -41750,7 +41766,7 @@ } }, { - "id": 15469, + "id": 15536, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -41770,7 +41786,7 @@ } }, { - "id": 15470, + "id": 15537, "name": "company", "variant": "declaration", "kind": 1024, @@ -41790,7 +41806,7 @@ } }, { - "id": 15471, + "id": 15538, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -41801,7 +41817,7 @@ } }, { - "id": 15472, + "id": 15539, "name": "city", "variant": "declaration", "kind": 1024, @@ -41821,7 +41837,7 @@ } }, { - "id": 15473, + "id": 15540, "name": "phone", "variant": "declaration", "kind": 1024, @@ -41841,7 +41857,7 @@ } }, { - "id": 15474, + "id": 15541, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -41861,7 +41877,7 @@ } }, { - "id": 15475, + "id": 15542, "name": "province", "variant": "declaration", "kind": 1024, @@ -41885,28 +41901,28 @@ { "title": "Properties", "children": [ - 15467, - 15468, - 15469, - 15470, - 15471, - 15472, - 15473, - 15474, - 15475 + 15534, + 15535, + 15536, + 15537, + 15538, + 15539, + 15540, + 15541, + 15542 ] } ] }, { - "id": 15476, + "id": 15543, "name": "AdminStockLocation", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15477, + "id": 15544, "name": "id", "variant": "declaration", "kind": 1024, @@ -41917,7 +41933,7 @@ } }, { - "id": 15478, + "id": 15545, "name": "name", "variant": "declaration", "kind": 1024, @@ -41928,7 +41944,7 @@ } }, { - "id": 15479, + "id": 15546, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -41939,7 +41955,7 @@ } }, { - "id": 15480, + "id": 15547, "name": "address", "variant": "declaration", "kind": 1024, @@ -41948,13 +41964,13 @@ }, "type": { "type": "reference", - "target": 15466, + "target": 15533, "name": "AdminStockLocationAddress", "package": "@medusajs/types" } }, { - "id": 15481, + "id": 15548, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -41975,7 +41991,7 @@ } }, { - "id": 15482, + "id": 15549, "name": "fulfillment_sets", "variant": "declaration", "kind": 1024, @@ -41986,7 +42002,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14769, + "target": 14836, "name": "AdminFulfillmentSet", "package": "@medusajs/types" } @@ -41997,25 +42013,25 @@ { "title": "Properties", "children": [ - 15477, - 15478, - 15479, - 15480, - 15481, - 15482 + 15544, + 15545, + 15546, + 15547, + 15548, + 15549 ] } ] }, { - "id": 15483, + "id": 15550, "name": "AdminCreateStockLocation", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15484, + "id": 15551, "name": "name", "variant": "declaration", "kind": 1024, @@ -42026,7 +42042,7 @@ } }, { - "id": 15485, + "id": 15552, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -42039,7 +42055,7 @@ } }, { - "id": 15486, + "id": 15553, "name": "address", "variant": "declaration", "kind": 1024, @@ -42048,13 +42064,13 @@ }, "type": { "type": "reference", - "target": 17422, + "target": 17489, "name": "AdminUpsertStockLocationAddress", "package": "@medusajs/types" } }, { - "id": 15487, + "id": 15554, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -42086,23 +42102,23 @@ { "title": "Properties", "children": [ - 15484, - 15485, - 15486, - 15487 + 15551, + 15552, + 15553, + 15554 ] } ] }, { - "id": 15488, + "id": 15555, "name": "AdminUpdateStockLocation", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15489, + "id": 15556, "name": "name", "variant": "declaration", "kind": 1024, @@ -42115,7 +42131,7 @@ } }, { - "id": 15490, + "id": 15557, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -42128,7 +42144,7 @@ } }, { - "id": 15491, + "id": 15558, "name": "address", "variant": "declaration", "kind": 1024, @@ -42137,13 +42153,13 @@ }, "type": { "type": "reference", - "target": 17422, + "target": 17489, "name": "AdminUpsertStockLocationAddress", "package": "@medusajs/types" } }, { - "id": 15492, + "id": 15559, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -42175,23 +42191,23 @@ { "title": "Properties", "children": [ - 15489, - 15490, - 15491, - 15492 + 15556, + 15557, + 15558, + 15559 ] } ] }, { - "id": 15493, + "id": 15560, "name": "AdminUpdateStockLocationSalesChannels", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15494, + "id": 15561, "name": "add", "variant": "declaration", "kind": 1024, @@ -42207,7 +42223,7 @@ } }, { - "id": 15495, + "id": 15562, "name": "remove", "variant": "declaration", "kind": 1024, @@ -42227,21 +42243,21 @@ { "title": "Properties", "children": [ - 15494, - 15495 + 15561, + 15562 ] } ] }, { - "id": 15496, + "id": 15563, "name": "AdminCreateStockLocationFulfillmentSet", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15497, + "id": 15564, "name": "name", "variant": "declaration", "kind": 1024, @@ -42252,7 +42268,7 @@ } }, { - "id": 15498, + "id": 15565, "name": "type", "variant": "declaration", "kind": 1024, @@ -42267,21 +42283,21 @@ { "title": "Properties", "children": [ - 15497, - 15498 + 15564, + 15565 ] } ] }, { - "id": 15499, + "id": 15566, "name": "AdminStockLocationListParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15510, + "id": 15577, "name": "fields", "variant": "declaration", "kind": 1024, @@ -42295,12 +42311,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 15507, + "id": 15574, "name": "limit", "variant": "declaration", "kind": 1024, @@ -42314,12 +42330,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 15508, + "id": 15575, "name": "offset", "variant": "declaration", "kind": 1024, @@ -42333,12 +42349,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 15509, + "id": 15576, "name": "order", "variant": "declaration", "kind": 1024, @@ -42352,12 +42368,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 15500, + "id": 15567, "name": "id", "variant": "declaration", "kind": 1024, @@ -42382,7 +42398,7 @@ } }, { - "id": 15501, + "id": 15568, "name": "q", "variant": "declaration", "kind": 1024, @@ -42395,7 +42411,7 @@ } }, { - "id": 15502, + "id": 15569, "name": "name", "variant": "declaration", "kind": 1024, @@ -42420,7 +42436,7 @@ } }, { - "id": 15503, + "id": 15570, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -42445,7 +42461,7 @@ } }, { - "id": 15504, + "id": 15571, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -42470,7 +42486,7 @@ } }, { - "id": 15505, + "id": 15572, "name": "$and", "variant": "declaration", "kind": 1024, @@ -42481,14 +42497,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15499, + "target": 15566, "name": "AdminStockLocationListParams", "package": "@medusajs/types" } } }, { - "id": 15506, + "id": 15573, "name": "$or", "variant": "declaration", "kind": 1024, @@ -42499,7 +42515,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15499, + "target": 15566, "name": "AdminStockLocationListParams", "package": "@medusajs/types" } @@ -42510,45 +42526,45 @@ { "title": "Properties", "children": [ - 15510, - 15507, - 15508, - 15509, - 15500, - 15501, - 15502, - 15503, - 15504, - 15505, - 15506 + 15577, + 15574, + 15575, + 15576, + 15567, + 15568, + 15569, + 15570, + 15571, + 15572, + 15573 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" } ] }, { - "id": 15511, + "id": 15578, "name": "AdminStockLocationResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15512, + "id": 15579, "name": "stock_location", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15476, + "target": 15543, "name": "AdminStockLocation", "package": "@medusajs/types" } @@ -42558,20 +42574,20 @@ { "title": "Properties", "children": [ - 15512 + 15579 ] } ] }, { - "id": 15513, + "id": 15580, "name": "AdminStockLocationListResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15516, + "id": 15583, "name": "limit", "variant": "declaration", "kind": 1024, @@ -42589,7 +42605,7 @@ } }, { - "id": 15517, + "id": 15584, "name": "offset", "variant": "declaration", "kind": 1024, @@ -42607,7 +42623,7 @@ } }, { - "id": 15518, + "id": 15585, "name": "count", "variant": "declaration", "kind": 1024, @@ -42625,7 +42641,7 @@ } }, { - "id": 15519, + "id": 15586, "name": "stock_locations", "variant": "declaration", "kind": 1024, @@ -42636,7 +42652,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15476, + "target": 15543, "name": "AdminStockLocation", "package": "@medusajs/types" } @@ -42652,29 +42668,29 @@ { "title": "Properties", "children": [ - 15516, - 15517, - 15518, - 15519 + 15583, + 15584, + 15585, + 15586 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 15514, + "id": 15581, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15515, + "id": 15582, "name": "stock_locations", "variant": "declaration", "kind": 1024, @@ -42683,7 +42699,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15476, + "target": 15543, "name": "AdminStockLocation", "package": "@medusajs/types" } @@ -42694,7 +42710,7 @@ { "title": "Properties", "children": [ - 15515 + 15582 ] } ] @@ -42707,14 +42723,14 @@ ] }, { - "id": 15520, + "id": 15587, "name": "AdminStockLocationDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15521, + "id": 15588, "name": "id", "variant": "declaration", "kind": 1024, @@ -42740,7 +42756,7 @@ } }, { - "id": 15522, + "id": 15589, "name": "object", "variant": "declaration", "kind": 1024, @@ -42766,7 +42782,7 @@ } }, { - "id": 15523, + "id": 15590, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -42792,7 +42808,7 @@ } }, { - "id": 15524, + "id": 15591, "name": "parent", "variant": "declaration", "kind": 1024, @@ -42811,7 +42827,7 @@ "type": { "type": "reflection", "declaration": { - "id": 15525, + "id": 15592, "name": "__type", "variant": "declaration", "kind": 65536, @@ -42829,17 +42845,17 @@ { "title": "Properties", "children": [ - 15521, - 15522, - 15523, - 15524 + 15588, + 15589, + 15590, + 15591 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -42852,14 +42868,14 @@ ] }, { - "id": 15526, + "id": 15593, "name": "AdminTaxRateRule", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15527, + "id": 15594, "name": "reference", "variant": "declaration", "kind": 1024, @@ -42870,7 +42886,7 @@ } }, { - "id": 15528, + "id": 15595, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -42885,21 +42901,21 @@ { "title": "Properties", "children": [ - 15527, - 15528 + 15594, + 15595 ] } ] }, { - "id": 15529, + "id": 15596, "name": "AdminTaxRate", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15530, + "id": 15597, "name": "id", "variant": "declaration", "kind": 1024, @@ -42910,7 +42926,7 @@ } }, { - "id": 15531, + "id": 15598, "name": "rate", "variant": "declaration", "kind": 1024, @@ -42930,7 +42946,7 @@ } }, { - "id": 15532, + "id": 15599, "name": "code", "variant": "declaration", "kind": 1024, @@ -42950,7 +42966,7 @@ } }, { - "id": 15533, + "id": 15600, "name": "name", "variant": "declaration", "kind": 1024, @@ -42961,7 +42977,7 @@ } }, { - "id": 15534, + "id": 15601, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -42996,7 +43012,7 @@ } }, { - "id": 15535, + "id": 15602, "name": "tax_region_id", "variant": "declaration", "kind": 1024, @@ -43007,7 +43023,7 @@ } }, { - "id": 15536, + "id": 15603, "name": "is_combinable", "variant": "declaration", "kind": 1024, @@ -43018,7 +43034,7 @@ } }, { - "id": 15537, + "id": 15604, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -43029,7 +43045,7 @@ } }, { - "id": 15538, + "id": 15605, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -43040,7 +43056,7 @@ } }, { - "id": 15539, + "id": 15606, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -43051,7 +43067,7 @@ } }, { - "id": 15540, + "id": 15607, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -43062,7 +43078,7 @@ } }, { - "id": 15541, + "id": 15608, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -43082,20 +43098,20 @@ } }, { - "id": 15542, + "id": 15609, "name": "tax_region", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15588, + "target": 15655, "name": "AdminTaxRegion", "package": "@medusajs/types" } }, { - "id": 15543, + "id": 15610, "name": "rules", "variant": "declaration", "kind": 1024, @@ -43104,7 +43120,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15526, + "target": 15593, "name": "AdminTaxRateRule", "package": "@medusajs/types" } @@ -43115,33 +43131,33 @@ { "title": "Properties", "children": [ - 15530, - 15531, - 15532, - 15533, - 15534, - 15535, - 15536, - 15537, - 15538, - 15539, - 15540, - 15541, - 15542, - 15543 + 15597, + 15598, + 15599, + 15600, + 15601, + 15602, + 15603, + 15604, + 15605, + 15606, + 15607, + 15608, + 15609, + 15610 ] } ] }, { - "id": 15544, + "id": 15611, "name": "AdminCreateTaxRate", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15545, + "id": 15612, "name": "name", "variant": "declaration", "kind": 1024, @@ -43152,7 +43168,7 @@ } }, { - "id": 15546, + "id": 15613, "name": "tax_region_id", "variant": "declaration", "kind": 1024, @@ -43163,7 +43179,7 @@ } }, { - "id": 15547, + "id": 15614, "name": "rate", "variant": "declaration", "kind": 1024, @@ -43176,7 +43192,7 @@ } }, { - "id": 15548, + "id": 15615, "name": "code", "variant": "declaration", "kind": 1024, @@ -43189,7 +43205,7 @@ } }, { - "id": 15549, + "id": 15616, "name": "rules", "variant": "declaration", "kind": 1024, @@ -43200,14 +43216,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 17431, + "target": 17498, "name": "AdminCreateTaxRateRule", "package": "@medusajs/types" } } }, { - "id": 15550, + "id": 15617, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -43220,7 +43236,7 @@ } }, { - "id": 15551, + "id": 15618, "name": "is_combinable", "variant": "declaration", "kind": 1024, @@ -43233,7 +43249,7 @@ } }, { - "id": 15552, + "id": 15619, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -43265,27 +43281,27 @@ { "title": "Properties", "children": [ - 15545, - 15546, - 15547, - 15548, - 15549, - 15550, - 15551, - 15552 + 15612, + 15613, + 15614, + 15615, + 15616, + 15617, + 15618, + 15619 ] } ] }, { - "id": 15553, + "id": 15620, "name": "AdminUpdateTaxRate", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15554, + "id": 15621, "name": "name", "variant": "declaration", "kind": 1024, @@ -43298,7 +43314,7 @@ } }, { - "id": 15555, + "id": 15622, "name": "rate", "variant": "declaration", "kind": 1024, @@ -43311,7 +43327,7 @@ } }, { - "id": 15556, + "id": 15623, "name": "code", "variant": "declaration", "kind": 1024, @@ -43333,7 +43349,7 @@ } }, { - "id": 15557, + "id": 15624, "name": "rules", "variant": "declaration", "kind": 1024, @@ -43344,14 +43360,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 17431, + "target": 17498, "name": "AdminCreateTaxRateRule", "package": "@medusajs/types" } } }, { - "id": 15558, + "id": 15625, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -43364,7 +43380,7 @@ } }, { - "id": 15559, + "id": 15626, "name": "is_combinable", "variant": "declaration", "kind": 1024, @@ -43377,7 +43393,7 @@ } }, { - "id": 15560, + "id": 15627, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -43409,26 +43425,26 @@ { "title": "Properties", "children": [ - 15554, - 15555, - 15556, - 15557, - 15558, - 15559, - 15560 + 15621, + 15622, + 15623, + 15624, + 15625, + 15626, + 15627 ] } ] }, { - "id": 15561, + "id": 15628, "name": "AdminTaxRateListParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15576, + "id": 15643, "name": "fields", "variant": "declaration", "kind": 1024, @@ -43442,12 +43458,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 15573, + "id": 15640, "name": "limit", "variant": "declaration", "kind": 1024, @@ -43461,12 +43477,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 15574, + "id": 15641, "name": "offset", "variant": "declaration", "kind": 1024, @@ -43480,12 +43496,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 15575, + "id": 15642, "name": "order", "variant": "declaration", "kind": 1024, @@ -43499,12 +43515,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 15562, + "id": 15629, "name": "id", "variant": "declaration", "kind": 1024, @@ -43529,7 +43545,7 @@ } }, { - "id": 15563, + "id": 15630, "name": "q", "variant": "declaration", "kind": 1024, @@ -43542,7 +43558,7 @@ } }, { - "id": 15564, + "id": 15631, "name": "tax_region_id", "variant": "declaration", "kind": 1024, @@ -43565,7 +43581,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -43591,7 +43607,7 @@ } }, { - "id": 15565, + "id": 15632, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -43604,7 +43620,7 @@ } }, { - "id": 15566, + "id": 15633, "name": "service_zone_id", "variant": "declaration", "kind": 1024, @@ -43617,7 +43633,7 @@ } }, { - "id": 15567, + "id": 15634, "name": "shipping_profile_id", "variant": "declaration", "kind": 1024, @@ -43630,7 +43646,7 @@ } }, { - "id": 15568, + "id": 15635, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -43643,7 +43659,7 @@ } }, { - "id": 15569, + "id": 15636, "name": "shipping_option_type_id", "variant": "declaration", "kind": 1024, @@ -43656,7 +43672,7 @@ } }, { - "id": 15570, + "id": 15637, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -43672,7 +43688,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -43686,7 +43702,7 @@ } }, { - "id": 15571, + "id": 15638, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -43702,7 +43718,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -43716,7 +43732,7 @@ } }, { - "id": 15572, + "id": 15639, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -43732,7 +43748,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -43750,49 +43766,49 @@ { "title": "Properties", "children": [ - 15576, - 15573, - 15574, - 15575, - 15562, - 15563, - 15564, - 15565, - 15566, - 15567, - 15568, - 15569, - 15570, - 15571, - 15572 + 15643, + 15640, + 15641, + 15642, + 15629, + 15630, + 15631, + 15632, + 15633, + 15634, + 15635, + 15636, + 15637, + 15638, + 15639 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" } ] }, { - "id": 15577, + "id": 15644, "name": "AdminTaxRateResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15578, + "id": 15645, "name": "tax_rate", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15529, + "target": 15596, "name": "AdminTaxRate", "package": "@medusajs/types" } @@ -43802,32 +43818,32 @@ { "title": "Properties", "children": [ - 15578 + 15645 ] } ] }, { - "id": 15579, + "id": 15646, "name": "AdminTaxRateListResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "type": { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 15580, + "id": 15647, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15581, + "id": 15648, "name": "tax_rates", "variant": "declaration", "kind": 1024, @@ -43836,7 +43852,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15529, + "target": 15596, "name": "AdminTaxRate", "package": "@medusajs/types" } @@ -43847,7 +43863,7 @@ { "title": "Properties", "children": [ - 15581 + 15648 ] } ] @@ -43859,14 +43875,14 @@ } }, { - "id": 15582, + "id": 15649, "name": "AdminTaxRateDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15583, + "id": 15650, "name": "id", "variant": "declaration", "kind": 1024, @@ -43892,7 +43908,7 @@ } }, { - "id": 15584, + "id": 15651, "name": "object", "variant": "declaration", "kind": 1024, @@ -43918,7 +43934,7 @@ } }, { - "id": 15585, + "id": 15652, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -43944,7 +43960,7 @@ } }, { - "id": 15586, + "id": 15653, "name": "parent", "variant": "declaration", "kind": 1024, @@ -43963,7 +43979,7 @@ "type": { "type": "reflection", "declaration": { - "id": 15587, + "id": 15654, "name": "__type", "variant": "declaration", "kind": 65536, @@ -43981,17 +43997,17 @@ { "title": "Properties", "children": [ - 15583, - 15584, - 15585, - 15586 + 15650, + 15651, + 15652, + 15653 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -44004,14 +44020,14 @@ ] }, { - "id": 15588, + "id": 15655, "name": "AdminTaxRegion", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15589, + "id": 15656, "name": "id", "variant": "declaration", "kind": 1024, @@ -44022,7 +44038,7 @@ } }, { - "id": 15590, + "id": 15657, "name": "rate", "variant": "declaration", "kind": 1024, @@ -44042,7 +44058,7 @@ } }, { - "id": 15591, + "id": 15658, "name": "code", "variant": "declaration", "kind": 1024, @@ -44062,7 +44078,7 @@ } }, { - "id": 15592, + "id": 15659, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -44082,7 +44098,7 @@ } }, { - "id": 15593, + "id": 15660, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -44102,7 +44118,7 @@ } }, { - "id": 15594, + "id": 15661, "name": "name", "variant": "declaration", "kind": 1024, @@ -44113,7 +44129,7 @@ } }, { - "id": 15595, + "id": 15662, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -44148,7 +44164,7 @@ } }, { - "id": 15596, + "id": 15663, "name": "tax_region_id", "variant": "declaration", "kind": 1024, @@ -44159,7 +44175,7 @@ } }, { - "id": 15597, + "id": 15664, "name": "is_combinable", "variant": "declaration", "kind": 1024, @@ -44170,7 +44186,7 @@ } }, { - "id": 15598, + "id": 15665, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -44181,7 +44197,7 @@ } }, { - "id": 15599, + "id": 15666, "name": "parent_id", "variant": "declaration", "kind": 1024, @@ -44201,7 +44217,7 @@ } }, { - "id": 15600, + "id": 15667, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -44212,7 +44228,7 @@ } }, { - "id": 15601, + "id": 15668, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -44223,7 +44239,7 @@ } }, { - "id": 15602, + "id": 15669, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -44243,7 +44259,7 @@ } }, { - "id": 15603, + "id": 15670, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -44263,7 +44279,7 @@ } }, { - "id": 15604, + "id": 15671, "name": "tax_rates", "variant": "declaration", "kind": 1024, @@ -44272,14 +44288,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15529, + "target": 15596, "name": "AdminTaxRate", "package": "@medusajs/types" } } }, { - "id": 15605, + "id": 15672, "name": "parent", "variant": "declaration", "kind": 1024, @@ -44293,7 +44309,7 @@ }, { "type": "reference", - "target": 15588, + "target": 15655, "name": "AdminTaxRegion", "package": "@medusajs/types" } @@ -44301,7 +44317,7 @@ } }, { - "id": 15606, + "id": 15673, "name": "children", "variant": "declaration", "kind": 1024, @@ -44310,7 +44326,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15588, + "target": 15655, "name": "AdminTaxRegion", "package": "@medusajs/types" } @@ -44321,37 +44337,37 @@ { "title": "Properties", "children": [ - 15589, - 15590, - 15591, - 15592, - 15593, - 15594, - 15595, - 15596, - 15597, - 15598, - 15599, - 15600, - 15601, - 15602, - 15603, - 15604, - 15605, - 15606 + 15656, + 15657, + 15658, + 15659, + 15660, + 15661, + 15662, + 15663, + 15664, + 15665, + 15666, + 15667, + 15668, + 15669, + 15670, + 15671, + 15672, + 15673 ] } ] }, { - "id": 15607, + "id": 15674, "name": "AdminCreateTaxRegion", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15608, + "id": 15675, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -44362,7 +44378,7 @@ } }, { - "id": 15609, + "id": 15676, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -44375,7 +44391,7 @@ } }, { - "id": 15610, + "id": 15677, "name": "parent_id", "variant": "declaration", "kind": 1024, @@ -44388,7 +44404,7 @@ } }, { - "id": 15611, + "id": 15678, "name": "default_tax_rate", "variant": "declaration", "kind": 1024, @@ -44398,14 +44414,14 @@ "type": { "type": "reflection", "declaration": { - "id": 15612, + "id": 15679, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15613, + "id": 15680, "name": "rate", "variant": "declaration", "kind": 1024, @@ -44418,7 +44434,7 @@ } }, { - "id": 15614, + "id": 15681, "name": "code", "variant": "declaration", "kind": 1024, @@ -44431,7 +44447,7 @@ } }, { - "id": 15615, + "id": 15682, "name": "name", "variant": "declaration", "kind": 1024, @@ -44442,7 +44458,7 @@ } }, { - "id": 15616, + "id": 15683, "name": "is_combinable", "variant": "declaration", "kind": 1024, @@ -44455,7 +44471,7 @@ } }, { - "id": 15617, + "id": 15684, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -44487,11 +44503,11 @@ { "title": "Properties", "children": [ - 15613, - 15614, - 15615, - 15616, - 15617 + 15680, + 15681, + 15682, + 15683, + 15684 ] } ] @@ -44499,7 +44515,7 @@ } }, { - "id": 15618, + "id": 15685, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -44531,17 +44547,17 @@ { "title": "Properties", "children": [ - 15608, - 15609, - 15610, - 15611, - 15618 + 15675, + 15676, + 15677, + 15678, + 15685 ] } ] }, { - "id": 15619, + "id": 15686, "name": "AdminTaxRegionListParams", "variant": "declaration", "kind": 256, @@ -44556,7 +44572,7 @@ }, "children": [ { - "id": 15633, + "id": 15700, "name": "$and", "variant": "declaration", "kind": 1024, @@ -44579,17 +44595,17 @@ "types": [ { "type": "reference", - "target": 15619, + "target": 15686, "name": "AdminTaxRegionListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15619, + "target": 15686, "name": "AdminTaxRegionListParams", "package": "@medusajs/types" } @@ -44602,12 +44618,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 15634, + "id": 15701, "name": "$or", "variant": "declaration", "kind": 1024, @@ -44630,17 +44646,17 @@ "types": [ { "type": "reference", - "target": 15619, + "target": 15686, "name": "AdminTaxRegionListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15619, + "target": 15686, "name": "AdminTaxRegionListParams", "package": "@medusajs/types" } @@ -44653,12 +44669,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 15632, + "id": 15699, "name": "fields", "variant": "declaration", "kind": 1024, @@ -44672,12 +44688,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 15629, + "id": 15696, "name": "limit", "variant": "declaration", "kind": 1024, @@ -44691,12 +44707,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 15630, + "id": 15697, "name": "offset", "variant": "declaration", "kind": 1024, @@ -44710,12 +44726,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 15631, + "id": 15698, "name": "order", "variant": "declaration", "kind": 1024, @@ -44729,12 +44745,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 15620, + "id": 15687, "name": "id", "variant": "declaration", "kind": 1024, @@ -44759,7 +44775,7 @@ } }, { - "id": 15621, + "id": 15688, "name": "q", "variant": "declaration", "kind": 1024, @@ -44772,7 +44788,7 @@ } }, { - "id": 15622, + "id": 15689, "name": "parent_id", "variant": "declaration", "kind": 1024, @@ -44795,7 +44811,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -44821,7 +44837,7 @@ } }, { - "id": 15623, + "id": 15690, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -44844,7 +44860,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -44870,7 +44886,7 @@ } }, { - "id": 15624, + "id": 15691, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -44893,7 +44909,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -44919,7 +44935,7 @@ } }, { - "id": 15625, + "id": 15692, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -44935,7 +44951,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -44949,7 +44965,7 @@ } }, { - "id": 15626, + "id": 15693, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -44965,7 +44981,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -44979,7 +44995,7 @@ } }, { - "id": 15627, + "id": 15694, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -44995,7 +45011,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -45009,7 +45025,7 @@ } }, { - "id": 15628, + "id": 15695, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -45025,7 +45041,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -45043,38 +45059,38 @@ { "title": "Properties", "children": [ - 15633, - 15634, - 15632, - 15629, - 15630, - 15631, - 15620, - 15621, - 15622, - 15623, - 15624, - 15625, - 15626, - 15627, - 15628 + 15700, + 15701, + 15699, + 15696, + 15697, + 15698, + 15687, + 15688, + 15689, + 15690, + 15691, + 15692, + 15693, + 15694, + 15695 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15619, + "target": 15686, "name": "AdminTaxRegionListParams", "package": "@medusajs/types" } @@ -45085,14 +45101,14 @@ ] }, { - "id": 15635, + "id": 15702, "name": "AdminTaxRegionParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15636, + "id": 15703, "name": "fields", "variant": "declaration", "kind": 1024, @@ -45106,7 +45122,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 14704, + "target": 14771, "name": "SelectParams.fields" } } @@ -45115,35 +45131,35 @@ { "title": "Properties", "children": [ - 15636 + 15703 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14703, + "target": 14770, "name": "SelectParams", "package": "@medusajs/types" } ] }, { - "id": 15637, + "id": 15704, "name": "AdminTaxRegionResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15638, + "id": 15705, "name": "tax_region", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 15588, + "target": 15655, "name": "AdminTaxRegion", "package": "@medusajs/types" } @@ -45153,32 +45169,32 @@ { "title": "Properties", "children": [ - 15638 + 15705 ] } ] }, { - "id": 15639, + "id": 15706, "name": "AdminTaxRegionListResponse", "variant": "declaration", "kind": 2097152, "flags": {}, "type": { "type": "reference", - "target": 14719, + "target": 14786, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 15640, + "id": 15707, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15641, + "id": 15708, "name": "tax_regions", "variant": "declaration", "kind": 1024, @@ -45187,7 +45203,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15588, + "target": 15655, "name": "AdminTaxRegion", "package": "@medusajs/types" } @@ -45198,7 +45214,7 @@ { "title": "Properties", "children": [ - 15641 + 15708 ] } ] @@ -45210,14 +45226,14 @@ } }, { - "id": 15642, + "id": 15709, "name": "AdminTaxRegionDeleteResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15643, + "id": 15710, "name": "id", "variant": "declaration", "kind": 1024, @@ -45243,7 +45259,7 @@ } }, { - "id": 15644, + "id": 15711, "name": "object", "variant": "declaration", "kind": 1024, @@ -45269,7 +45285,7 @@ } }, { - "id": 15645, + "id": 15712, "name": "deleted", "variant": "declaration", "kind": 1024, @@ -45295,7 +45311,7 @@ } }, { - "id": 15646, + "id": 15713, "name": "parent", "variant": "declaration", "kind": 1024, @@ -45314,7 +45330,7 @@ "type": { "type": "reflection", "declaration": { - "id": 15647, + "id": 15714, "name": "__type", "variant": "declaration", "kind": 65536, @@ -45332,17 +45348,17 @@ { "title": "Properties", "children": [ - 15643, - 15644, - 15645, - 15646 + 15710, + 15711, + 15712, + 15713 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14710, + "target": 14777, "typeArguments": [ { "type": "literal", @@ -45359,190 +45375,190 @@ { "title": "Interfaces", "children": [ - 14586, - 14598, - 14610, - 14628, - 14630, - 14639, - 14643, - 14647, - 14650, - 14664, - 14666, - 14668, - 14675, - 14681, - 14690, - 14703, - 14705, - 14725, - 14729, - 14732, + 14653, + 14665, + 14677, + 14695, + 14697, + 14706, + 14710, + 14714, + 14717, + 14731, + 14733, 14735, - 14743, - 14750, - 14760, - 14769, - 14777, - 14780, - 14783, - 14785, - 14790, + 14742, + 14748, + 14757, + 14770, + 14772, 14792, - 14868, - 14877, - 14880, - 14884, - 14888, - 14894, - 14798, - 14814, - 14829, + 14796, + 14799, + 14802, + 14810, + 14817, + 14827, + 14836, 14844, - 14862, - 14917, - 14931, - 14941, - 14943, - 14945, - 14952, + 14847, + 14850, + 14852, + 14857, + 14859, + 14935, + 14944, + 14947, + 14951, 14955, - 14968, - 14975, + 14961, + 14865, + 14881, + 14896, + 14911, + 14929, 14984, - 14992, - 15000, - 15004, - 15006, + 14998, + 15008, + 15010, + 15012, 15019, - 15021, - 15023, - 15030, - 15036, + 15022, + 15035, + 15042, 15051, - 15060, - 15069, - 15072, - 15092, - 15096, - 15098, - 15105, - 15111, + 15059, + 15067, + 15071, + 15073, + 15086, + 15088, + 15090, + 15097, + 15103, 15118, - 15121, - 15124, - 15137, + 15127, + 15136, 15139, - 15141, - 15148, - 15154, - 15161, - 15164, - 15167, - 15180, - 15182, - 15184, + 15159, + 15163, + 15165, + 15172, + 15178, + 15185, + 15188, 15191, - 15294, - 15266, - 15274, - 15278, - 15280, - 15197, + 15204, 15206, - 15217, - 15219, + 15208, + 15215, 15221, 15228, + 15231, 15234, - 15236, - 15240, - 15246, - 15250, - 15252, - 15256, - 15299, - 15308, + 15247, + 15249, + 15251, + 15258, + 15361, + 15333, + 15341, + 15345, + 15347, + 15264, + 15273, + 15284, + 15286, + 15288, + 15295, + 15301, + 15303, + 15307, + 15313, 15317, - 15320, + 15319, 15323, - 15342, - 15346, - 15350, - 15353, - 15356, 15366, - 15371, 15375, - 15379, - 15388, - 15392, - 15406, - 15411, + 15384, + 15387, + 15390, + 15409, + 15413, 15417, - 15425, + 15420, + 15423, 15433, - 15437, - 15441, + 15438, + 15442, + 15446, 15455, - 15460, - 15466, - 15476, - 15483, - 15488, - 15493, - 15496, - 15499, - 15511, - 15513, - 15520, - 15526, - 15529, - 15544, - 15553, - 15561, - 15577, - 15582, - 15588, - 15607, - 15619, - 15635, - 15637, - 15642 + 15459, + 15473, + 15478, + 15484, + 15492, + 15500, + 15504, + 15508, + 15522, + 15527, + 15533, + 15543, + 15550, + 15555, + 15560, + 15563, + 15566, + 15578, + 15580, + 15587, + 15593, + 15596, + 15611, + 15620, + 15628, + 15644, + 15649, + 15655, + 15674, + 15686, + 15702, + 15704, + 15709 ] }, { "title": "Type Aliases", "children": [ - 14625, - 14710, - 14719, - 14728, - 14896, - 14864, - 14867, - 14899, - 14903, - 14907, - 15296, - 15408, - 15457, - 15579, - 15639 + 14692, + 14777, + 14786, + 14795, + 14963, + 14931, + 14934, + 14966, + 14970, + 14974, + 15363, + 15475, + 15524, + 15646, + 15706 ] } ] }, { - "id": 17337, + "id": 17404, "name": "BaseProductCategory", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17338, + "id": 17405, "name": "id", "variant": "declaration", "kind": 1024, @@ -45553,7 +45569,7 @@ } }, { - "id": 17339, + "id": 17406, "name": "name", "variant": "declaration", "kind": 1024, @@ -45564,7 +45580,7 @@ } }, { - "id": 17340, + "id": 17407, "name": "description", "variant": "declaration", "kind": 1024, @@ -45575,7 +45591,7 @@ } }, { - "id": 17341, + "id": 17408, "name": "handle", "variant": "declaration", "kind": 1024, @@ -45586,7 +45602,7 @@ } }, { - "id": 17342, + "id": 17409, "name": "is_active", "variant": "declaration", "kind": 1024, @@ -45597,7 +45613,7 @@ } }, { - "id": 17343, + "id": 17410, "name": "is_internal", "variant": "declaration", "kind": 1024, @@ -45608,7 +45624,7 @@ } }, { - "id": 17344, + "id": 17411, "name": "rank", "variant": "declaration", "kind": 1024, @@ -45628,7 +45644,7 @@ } }, { - "id": 17345, + "id": 17412, "name": "parent_category_id", "variant": "declaration", "kind": 1024, @@ -45648,7 +45664,7 @@ } }, { - "id": 17346, + "id": 17413, "name": "parent_category", "variant": "declaration", "kind": 1024, @@ -45662,7 +45678,7 @@ }, { "type": "reference", - "target": 17337, + "target": 17404, "name": "BaseProductCategory", "package": "@medusajs/types" } @@ -45670,7 +45686,7 @@ } }, { - "id": 17347, + "id": 17414, "name": "category_children", "variant": "declaration", "kind": 1024, @@ -45679,14 +45695,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 17337, + "target": 17404, "name": "BaseProductCategory", "package": "@medusajs/types" } } }, { - "id": 17348, + "id": 17415, "name": "products", "variant": "declaration", "kind": 1024, @@ -45707,7 +45723,7 @@ } }, { - "id": 17349, + "id": 17416, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -45718,7 +45734,7 @@ } }, { - "id": 17350, + "id": 17417, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -45729,7 +45745,7 @@ } }, { - "id": 17351, + "id": 17418, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -45753,26 +45769,26 @@ { "title": "Properties", "children": [ - 17338, - 17339, - 17340, - 17341, - 17342, - 17343, - 17344, - 17345, - 17346, - 17347, - 17348, - 17349, - 17350, - 17351 + 17405, + 17406, + 17407, + 17408, + 17409, + 17410, + 17411, + 17412, + 17413, + 17414, + 17415, + 17416, + 17417, + 17418 ] } ] }, { - "id": 17352, + "id": 17419, "name": "BaseProductCategoryListParams", "variant": "declaration", "kind": 256, @@ -45787,7 +45803,7 @@ }, "children": [ { - "id": 17370, + "id": 17437, "name": "$and", "variant": "declaration", "kind": 1024, @@ -45810,17 +45826,17 @@ "types": [ { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams", "package": "@medusajs/types" } @@ -45833,12 +45849,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 17371, + "id": 17438, "name": "$or", "variant": "declaration", "kind": 1024, @@ -45861,17 +45877,17 @@ "types": [ { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams", "package": "@medusajs/types" } @@ -45884,12 +45900,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 17369, + "id": 17436, "name": "fields", "variant": "declaration", "kind": 1024, @@ -45903,12 +45919,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 17366, + "id": 17433, "name": "limit", "variant": "declaration", "kind": 1024, @@ -45922,12 +45938,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 17367, + "id": 17434, "name": "offset", "variant": "declaration", "kind": 1024, @@ -45941,12 +45957,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 17368, + "id": 17435, "name": "order", "variant": "declaration", "kind": 1024, @@ -45960,12 +45976,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 17353, + "id": 17420, "name": "q", "variant": "declaration", "kind": 1024, @@ -45978,7 +45994,7 @@ } }, { - "id": 17354, + "id": 17421, "name": "id", "variant": "declaration", "kind": 1024, @@ -46003,7 +46019,7 @@ } }, { - "id": 17355, + "id": 17422, "name": "name", "variant": "declaration", "kind": 1024, @@ -46028,7 +46044,7 @@ } }, { - "id": 17356, + "id": 17423, "name": "description", "variant": "declaration", "kind": 1024, @@ -46053,7 +46069,7 @@ } }, { - "id": 17357, + "id": 17424, "name": "parent_category_id", "variant": "declaration", "kind": 1024, @@ -46082,7 +46098,7 @@ } }, { - "id": 17358, + "id": 17425, "name": "handle", "variant": "declaration", "kind": 1024, @@ -46107,7 +46123,7 @@ } }, { - "id": 17359, + "id": 17426, "name": "is_active", "variant": "declaration", "kind": 1024, @@ -46120,7 +46136,7 @@ } }, { - "id": 17360, + "id": 17427, "name": "is_internal", "variant": "declaration", "kind": 1024, @@ -46133,7 +46149,7 @@ } }, { - "id": 17361, + "id": 17428, "name": "include_descendants_tree", "variant": "declaration", "kind": 1024, @@ -46146,7 +46162,7 @@ } }, { - "id": 17362, + "id": 17429, "name": "include_ancestors_tree", "variant": "declaration", "kind": 1024, @@ -46159,7 +46175,7 @@ } }, { - "id": 17363, + "id": 17430, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -46168,7 +46184,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -46180,7 +46196,7 @@ } }, { - "id": 17364, + "id": 17431, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -46189,7 +46205,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -46201,7 +46217,7 @@ } }, { - "id": 17365, + "id": 17432, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -46210,7 +46226,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -46226,42 +46242,42 @@ { "title": "Properties", "children": [ - 17370, - 17371, - 17369, - 17366, - 17367, - 17368, - 17353, - 17354, - 17355, - 17356, - 17357, - 17358, - 17359, - 17360, - 17361, - 17362, - 17363, - 17364, - 17365 + 17437, + 17438, + 17436, + 17433, + 17434, + 17435, + 17420, + 17421, + 17422, + 17423, + 17424, + 17425, + 17426, + 17427, + 17428, + 17429, + 17430, + 17431, + 17432 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 17352, + "target": 17419, "name": "BaseProductCategoryListParams", "package": "@medusajs/types" } @@ -46273,20 +46289,20 @@ "extendedBy": [ { "type": "reference", - "target": 15072, + "target": 15139, "name": "AdminProductCategoryListParams" } ] }, { - "id": 17372, + "id": 17439, "name": "BaseProductCategoryParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17375, + "id": 17442, "name": "fields", "variant": "declaration", "kind": 1024, @@ -46300,12 +46316,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14704, + "target": 14771, "name": "SelectParams.fields" } }, { - "id": 17373, + "id": 17440, "name": "include_ancestors_tree", "variant": "declaration", "kind": 1024, @@ -46318,7 +46334,7 @@ } }, { - "id": 17374, + "id": 17441, "name": "include_descendants_tree", "variant": "declaration", "kind": 1024, @@ -46335,16 +46351,16 @@ { "title": "Properties", "children": [ - 17375, - 17373, - 17374 + 17442, + 17440, + 17441 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14703, + "target": 14770, "name": "SelectParams", "package": "@medusajs/types" } @@ -46352,20 +46368,20 @@ "extendedBy": [ { "type": "reference", - "target": 15092, + "target": 15159, "name": "AdminProductCategoryParams" } ] }, { - "id": 17376, + "id": 17443, "name": "BaseProductTag", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17377, + "id": 17444, "name": "id", "variant": "declaration", "kind": 1024, @@ -46376,7 +46392,7 @@ } }, { - "id": 17378, + "id": 17445, "name": "value", "variant": "declaration", "kind": 1024, @@ -46387,7 +46403,7 @@ } }, { - "id": 17379, + "id": 17446, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -46398,7 +46414,7 @@ } }, { - "id": 17380, + "id": 17447, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -46409,7 +46425,7 @@ } }, { - "id": 17381, + "id": 17448, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -46431,7 +46447,7 @@ } }, { - "id": 17382, + "id": 17449, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -46472,32 +46488,32 @@ { "title": "Properties", "children": [ - 17377, - 17378, - 17379, - 17380, - 17381, - 17382 + 17444, + 17445, + 17446, + 17447, + 17448, + 17449 ] } ], "extendedBy": [ { "type": "reference", - "target": 15111, + "target": 15178, "name": "AdminProductTag" } ] }, { - "id": 17383, + "id": 17450, "name": "BaseProductTagListParams", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17392, + "id": 17459, "name": "fields", "variant": "declaration", "kind": 1024, @@ -46511,12 +46527,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14709, + "target": 14776, "name": "FindParams.fields" } }, { - "id": 17389, + "id": 17456, "name": "limit", "variant": "declaration", "kind": 1024, @@ -46530,12 +46546,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14706, + "target": 14773, "name": "FindParams.limit" } }, { - "id": 17390, + "id": 17457, "name": "offset", "variant": "declaration", "kind": 1024, @@ -46549,12 +46565,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14707, + "target": 14774, "name": "FindParams.offset" } }, { - "id": 17391, + "id": 17458, "name": "order", "variant": "declaration", "kind": 1024, @@ -46568,12 +46584,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14708, + "target": 14775, "name": "FindParams.order" } }, { - "id": 17384, + "id": 17451, "name": "q", "variant": "declaration", "kind": 1024, @@ -46586,7 +46602,7 @@ } }, { - "id": 17385, + "id": 17452, "name": "id", "variant": "declaration", "kind": 1024, @@ -46611,7 +46627,7 @@ } }, { - "id": 17386, + "id": 17453, "name": "value", "variant": "declaration", "kind": 1024, @@ -46636,7 +46652,7 @@ } }, { - "id": 17387, + "id": 17454, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -46645,7 +46661,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -46657,7 +46673,7 @@ } }, { - "id": 17388, + "id": 17455, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -46666,7 +46682,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -46682,22 +46698,22 @@ { "title": "Properties", "children": [ - 17392, - 17389, - 17390, - 17391, - 17384, - 17385, - 17386, - 17387, - 17388 + 17459, + 17456, + 17457, + 17458, + 17451, + 17452, + 17453, + 17454, + 17455 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14705, + "target": 14772, "name": "FindParams", "package": "@medusajs/types" } @@ -46705,20 +46721,20 @@ "extendedBy": [ { "type": "reference", - "target": 15124, + "target": 15191, "name": "AdminProductTagListParams" } ] }, { - "id": 17393, + "id": 17460, "name": "BaseProductType", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17394, + "id": 17461, "name": "id", "variant": "declaration", "kind": 1024, @@ -46729,7 +46745,7 @@ } }, { - "id": 17395, + "id": 17462, "name": "value", "variant": "declaration", "kind": 1024, @@ -46740,7 +46756,7 @@ } }, { - "id": 17396, + "id": 17463, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -46751,7 +46767,7 @@ } }, { - "id": 17397, + "id": 17464, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -46762,7 +46778,7 @@ } }, { - "id": 17398, + "id": 17465, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -46784,7 +46800,7 @@ } }, { - "id": 17399, + "id": 17466, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -46825,32 +46841,32 @@ { "title": "Properties", "children": [ - 17394, - 17395, - 17396, - 17397, - 17398, - 17399 + 17461, + 17462, + 17463, + 17464, + 17465, + 17466 ] } ], "extendedBy": [ { "type": "reference", - "target": 15154, + "target": 15221, "name": "AdminProductType" } ] }, { - "id": 17408, + "id": 17475, "name": "ReservationResponse", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17409, + "id": 17476, "name": "id", "variant": "declaration", "kind": 1024, @@ -46861,7 +46877,7 @@ } }, { - "id": 17410, + "id": 17477, "name": "line_item_id", "variant": "declaration", "kind": 1024, @@ -46881,7 +46897,7 @@ } }, { - "id": 17411, + "id": 17478, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -46892,7 +46908,7 @@ } }, { - "id": 17412, + "id": 17479, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -46903,7 +46919,7 @@ } }, { - "id": 17413, + "id": 17480, "name": "external_id", "variant": "declaration", "kind": 1024, @@ -46923,7 +46939,7 @@ } }, { - "id": 17414, + "id": 17481, "name": "description", "variant": "declaration", "kind": 1024, @@ -46943,7 +46959,7 @@ } }, { - "id": 17415, + "id": 17482, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -46954,7 +46970,7 @@ } }, { - "id": 17416, + "id": 17483, "name": "inventory_item", "variant": "declaration", "kind": 1024, @@ -46980,7 +46996,7 @@ } }, { - "id": 17417, + "id": 17484, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -47008,7 +47024,7 @@ } }, { - "id": 17418, + "id": 17485, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -47030,7 +47046,7 @@ } }, { - "id": 17419, + "id": 17486, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -47061,7 +47077,7 @@ } }, { - "id": 17420, + "id": 17487, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -47088,7 +47104,7 @@ } }, { - "id": 17421, + "id": 17488, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -47119,32 +47135,32 @@ { "title": "Properties", "children": [ - 17409, - 17410, - 17411, - 17412, - 17413, - 17414, - 17415, - 17416, - 17417, - 17418, - 17419, - 17420, - 17421 + 17476, + 17477, + 17478, + 17479, + 17480, + 17481, + 17482, + 17483, + 17484, + 17485, + 17486, + 17487, + 17488 ] } ] }, { - "id": 17400, + "id": 17467, "name": "BaseReturnReason", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17401, + "id": 17468, "name": "id", "variant": "declaration", "kind": 1024, @@ -47155,7 +47171,7 @@ } }, { - "id": 17402, + "id": 17469, "name": "value", "variant": "declaration", "kind": 1024, @@ -47166,7 +47182,7 @@ } }, { - "id": 17403, + "id": 17470, "name": "label", "variant": "declaration", "kind": 1024, @@ -47177,7 +47193,7 @@ } }, { - "id": 17404, + "id": 17471, "name": "description", "variant": "declaration", "kind": 1024, @@ -47199,7 +47215,7 @@ } }, { - "id": 17405, + "id": 17472, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -47236,7 +47252,7 @@ } }, { - "id": 17406, + "id": 17473, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -47247,7 +47263,7 @@ } }, { - "id": 17407, + "id": 17474, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -47262,33 +47278,33 @@ { "title": "Properties", "children": [ - 17401, - 17402, - 17403, - 17404, - 17405, - 17406, - 17407 + 17468, + 17469, + 17470, + 17471, + 17472, + 17473, + 17474 ] } ], "extendedBy": [ { "type": "reference", - "target": 15266, + "target": 15333, "name": "AdminReturnReason" } ] }, { - "id": 17422, + "id": 17489, "name": "AdminUpsertStockLocationAddress", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17423, + "id": 17490, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -47299,7 +47315,7 @@ } }, { - "id": 17424, + "id": 17491, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -47312,7 +47328,7 @@ } }, { - "id": 17425, + "id": 17492, "name": "company", "variant": "declaration", "kind": 1024, @@ -47325,7 +47341,7 @@ } }, { - "id": 17426, + "id": 17493, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -47336,7 +47352,7 @@ } }, { - "id": 17427, + "id": 17494, "name": "city", "variant": "declaration", "kind": 1024, @@ -47349,7 +47365,7 @@ } }, { - "id": 17428, + "id": 17495, "name": "phone", "variant": "declaration", "kind": 1024, @@ -47362,7 +47378,7 @@ } }, { - "id": 17429, + "id": 17496, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -47375,7 +47391,7 @@ } }, { - "id": 17430, + "id": 17497, "name": "province", "variant": "declaration", "kind": 1024, @@ -47392,27 +47408,27 @@ { "title": "Properties", "children": [ - 17423, - 17424, - 17425, - 17426, - 17427, - 17428, - 17429, - 17430 + 17490, + 17491, + 17492, + 17493, + 17494, + 17495, + 17496, + 17497 ] } ] }, { - "id": 17431, + "id": 17498, "name": "AdminCreateTaxRateRule", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17432, + "id": 17499, "name": "reference", "variant": "declaration", "kind": 1024, @@ -47423,7 +47439,7 @@ } }, { - "id": 17433, + "id": 17500, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -47438,21 +47454,21 @@ { "title": "Properties", "children": [ - 17432, - 17433 + 17499, + 17500 ] } ] }, { - "id": 15648, + "id": 15715, "name": "InventoryTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 15649, + "id": 15716, "name": "InventoryItemDTO", "variant": "declaration", "kind": 256, @@ -47467,7 +47483,7 @@ }, "children": [ { - "id": 15650, + "id": 15717, "name": "id", "variant": "declaration", "kind": 1024, @@ -47486,7 +47502,7 @@ } }, { - "id": 15651, + "id": 15718, "name": "sku", "variant": "declaration", "kind": 1024, @@ -47516,7 +47532,7 @@ } }, { - "id": 15652, + "id": 15719, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -47546,7 +47562,7 @@ } }, { - "id": 15653, + "id": 15720, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -47576,7 +47592,7 @@ } }, { - "id": 15654, + "id": 15721, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -47595,7 +47611,7 @@ } }, { - "id": 15655, + "id": 15722, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -47625,7 +47641,7 @@ } }, { - "id": 15656, + "id": 15723, "name": "material", "variant": "declaration", "kind": 1024, @@ -47655,7 +47671,7 @@ } }, { - "id": 15657, + "id": 15724, "name": "weight", "variant": "declaration", "kind": 1024, @@ -47685,7 +47701,7 @@ } }, { - "id": 15658, + "id": 15725, "name": "length", "variant": "declaration", "kind": 1024, @@ -47715,7 +47731,7 @@ } }, { - "id": 15659, + "id": 15726, "name": "height", "variant": "declaration", "kind": 1024, @@ -47745,7 +47761,7 @@ } }, { - "id": 15660, + "id": 15727, "name": "width", "variant": "declaration", "kind": 1024, @@ -47775,7 +47791,7 @@ } }, { - "id": 15661, + "id": 15728, "name": "title", "variant": "declaration", "kind": 1024, @@ -47805,7 +47821,7 @@ } }, { - "id": 15662, + "id": 15729, "name": "description", "variant": "declaration", "kind": 1024, @@ -47835,7 +47851,7 @@ } }, { - "id": 15663, + "id": 15730, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -47865,7 +47881,7 @@ } }, { - "id": 15664, + "id": 15731, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -47910,7 +47926,7 @@ } }, { - "id": 15665, + "id": 15732, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -47943,7 +47959,7 @@ } }, { - "id": 15666, + "id": 15733, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -47976,7 +47992,7 @@ } }, { - "id": 15667, + "id": 15734, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -48017,30 +48033,30 @@ { "title": "Properties", "children": [ - 15650, - 15651, - 15652, - 15653, - 15654, - 15655, - 15656, - 15657, - 15658, - 15659, - 15660, - 15661, - 15662, - 15663, - 15664, - 15665, - 15666, - 15667 + 15717, + 15718, + 15719, + 15720, + 15721, + 15722, + 15723, + 15724, + 15725, + 15726, + 15727, + 15728, + 15729, + 15730, + 15731, + 15732, + 15733, + 15734 ] } ] }, { - "id": 15668, + "id": 15735, "name": "FilterableInventoryItemProps", "variant": "declaration", "kind": 256, @@ -48055,7 +48071,7 @@ }, "children": [ { - "id": 15669, + "id": 15736, "name": "q", "variant": "declaration", "kind": 1024, @@ -48076,7 +48092,7 @@ } }, { - "id": 15670, + "id": 15737, "name": "id", "variant": "declaration", "kind": 1024, @@ -48109,7 +48125,7 @@ } }, { - "id": 15671, + "id": 15738, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -48142,7 +48158,7 @@ } }, { - "id": 15672, + "id": 15739, "name": "sku", "variant": "declaration", "kind": 1024, @@ -48173,7 +48189,7 @@ }, { "type": "reference", - "target": 14053, + "target": 14120, "name": "StringComparisonOperator", "package": "@medusajs/types" } @@ -48181,7 +48197,7 @@ } }, { - "id": 15673, + "id": 15740, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -48214,7 +48230,7 @@ } }, { - "id": 15674, + "id": 15741, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -48245,7 +48261,7 @@ }, { "type": "reference", - "target": 14053, + "target": 14120, "name": "StringComparisonOperator", "package": "@medusajs/types" } @@ -48253,7 +48269,7 @@ } }, { - "id": 15675, + "id": 15742, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -48278,19 +48294,19 @@ { "title": "Properties", "children": [ - 15669, - 15670, - 15671, - 15672, - 15673, - 15674, - 15675 + 15736, + 15737, + 15738, + 15739, + 15740, + 15741, + 15742 ] } ] }, { - "id": 15676, + "id": 15743, "name": "InventoryLevelDTO", "variant": "declaration", "kind": 256, @@ -48305,7 +48321,7 @@ }, "children": [ { - "id": 15677, + "id": 15744, "name": "id", "variant": "declaration", "kind": 1024, @@ -48324,7 +48340,7 @@ } }, { - "id": 15678, + "id": 15745, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -48343,7 +48359,7 @@ } }, { - "id": 15679, + "id": 15746, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -48362,7 +48378,7 @@ } }, { - "id": 15680, + "id": 15747, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -48381,7 +48397,7 @@ } }, { - "id": 15681, + "id": 15748, "name": "reserved_quantity", "variant": "declaration", "kind": 1024, @@ -48400,7 +48416,7 @@ } }, { - "id": 15682, + "id": 15749, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -48419,7 +48435,7 @@ } }, { - "id": 15683, + "id": 15750, "name": "available_quantity", "variant": "declaration", "kind": 1024, @@ -48438,7 +48454,7 @@ } }, { - "id": 15684, + "id": 15751, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -48481,7 +48497,7 @@ } }, { - "id": 15685, + "id": 15752, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -48514,7 +48530,7 @@ } }, { - "id": 15686, + "id": 15753, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -48547,7 +48563,7 @@ } }, { - "id": 15687, + "id": 15754, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -48588,23 +48604,23 @@ { "title": "Properties", "children": [ - 15677, - 15678, - 15679, - 15680, - 15681, - 15682, - 15683, - 15684, - 15685, - 15686, - 15687 + 15744, + 15745, + 15746, + 15747, + 15748, + 15749, + 15750, + 15751, + 15752, + 15753, + 15754 ] } ] }, { - "id": 15688, + "id": 15755, "name": "FilterableInventoryLevelProps", "variant": "declaration", "kind": 256, @@ -48619,7 +48635,7 @@ }, "children": [ { - "id": 15694, + "id": 15761, "name": "$and", "variant": "declaration", "kind": 1024, @@ -48642,17 +48658,17 @@ "types": [ { "type": "reference", - "target": 15688, + "target": 15755, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15688, + "target": 15755, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" } @@ -48665,12 +48681,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 15695, + "id": 15762, "name": "$or", "variant": "declaration", "kind": 1024, @@ -48693,17 +48709,17 @@ "types": [ { "type": "reference", - "target": 15688, + "target": 15755, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15688, + "target": 15755, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" } @@ -48716,12 +48732,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 15689, + "id": 15756, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -48754,7 +48770,7 @@ } }, { - "id": 15690, + "id": 15757, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -48787,7 +48803,7 @@ } }, { - "id": 15691, + "id": 15758, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -48819,7 +48835,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "reference", @@ -48838,7 +48854,7 @@ } }, { - "id": 15692, + "id": 15759, "name": "reserved_quantity", "variant": "declaration", "kind": 1024, @@ -48870,7 +48886,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "reference", @@ -48889,7 +48905,7 @@ } }, { - "id": 15693, + "id": 15760, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -48921,7 +48937,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "reference", @@ -48944,24 +48960,24 @@ { "title": "Properties", "children": [ - 15694, - 15695, - 15689, - 15690, - 15691, - 15692, - 15693 + 15761, + 15762, + 15756, + 15757, + 15758, + 15759, + 15760 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 15688, + "target": 15755, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" } @@ -48972,7 +48988,7 @@ ] }, { - "id": 15696, + "id": 15763, "name": "ReservationItemDTO", "variant": "declaration", "kind": 256, @@ -48987,7 +49003,7 @@ }, "children": [ { - "id": 15697, + "id": 15764, "name": "id", "variant": "declaration", "kind": 1024, @@ -49006,7 +49022,7 @@ } }, { - "id": 15698, + "id": 15765, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -49025,7 +49041,7 @@ } }, { - "id": 15699, + "id": 15766, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -49044,7 +49060,7 @@ } }, { - "id": 15700, + "id": 15767, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -49059,13 +49075,13 @@ }, "type": { "type": "reference", - "target": 17220, + "target": 17287, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 15701, + "id": 15768, "name": "line_item_id", "variant": "declaration", "kind": 1024, @@ -49095,7 +49111,7 @@ } }, { - "id": 15702, + "id": 15769, "name": "description", "variant": "declaration", "kind": 1024, @@ -49125,7 +49141,7 @@ } }, { - "id": 15703, + "id": 15770, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -49146,7 +49162,7 @@ } }, { - "id": 15704, + "id": 15771, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -49176,7 +49192,7 @@ } }, { - "id": 15705, + "id": 15772, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -49219,7 +49235,7 @@ } }, { - "id": 15706, + "id": 15773, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -49252,7 +49268,7 @@ } }, { - "id": 15707, + "id": 15774, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -49285,7 +49301,7 @@ } }, { - "id": 15708, + "id": 15775, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -49326,24 +49342,24 @@ { "title": "Properties", "children": [ - 15697, - 15698, - 15699, - 15700, - 15701, - 15702, - 15703, - 15704, - 15705, - 15706, - 15707, - 15708 + 15764, + 15765, + 15766, + 15767, + 15768, + 15769, + 15770, + 15771, + 15772, + 15773, + 15774, + 15775 ] } ] }, { - "id": 15709, + "id": 15776, "name": "FilterableReservationItemProps", "variant": "declaration", "kind": 256, @@ -49358,7 +49374,7 @@ }, "children": [ { - "id": 15710, + "id": 15777, "name": "id", "variant": "declaration", "kind": 1024, @@ -49391,7 +49407,7 @@ } }, { - "id": 15712, + "id": 15779, "name": "line_item_id", "variant": "declaration", "kind": 1024, @@ -49424,7 +49440,7 @@ } }, { - "id": 15713, + "id": 15780, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -49457,7 +49473,7 @@ } }, { - "id": 15714, + "id": 15781, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -49490,7 +49506,7 @@ } }, { - "id": 15715, + "id": 15782, "name": "description", "variant": "declaration", "kind": 1024, @@ -49522,7 +49538,7 @@ }, { "type": "reference", - "target": 14053, + "target": 14120, "name": "StringComparisonOperator", "package": "@medusajs/types" } @@ -49530,7 +49546,7 @@ } }, { - "id": 15716, + "id": 15783, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -49563,7 +49579,7 @@ } }, { - "id": 15717, + "id": 15784, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -49595,7 +49611,7 @@ }, { "type": "reference", - "target": 14061, + "target": 14128, "name": "NumericalComparisonOperator", "package": "@medusajs/types" } @@ -49607,26 +49623,26 @@ { "title": "Properties", "children": [ - 15710, - 15712, - 15713, - 15714, - 15715, - 15716, - 15717 + 15777, + 15779, + 15780, + 15781, + 15782, + 15783, + 15784 ] } ] }, { - "id": 15718, + "id": 15785, "name": "UpdateInventoryItemInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15719, + "id": 15786, "name": "id", "variant": "declaration", "kind": 1024, @@ -49637,7 +49653,7 @@ } }, { - "id": 15720, + "id": 15787, "name": "sku", "variant": "declaration", "kind": 1024, @@ -49673,7 +49689,7 @@ } }, { - "id": 15721, + "id": 15788, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -49709,7 +49725,7 @@ } }, { - "id": 15722, + "id": 15789, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -49745,7 +49761,7 @@ } }, { - "id": 15723, + "id": 15790, "name": "material", "variant": "declaration", "kind": 1024, @@ -49781,7 +49797,7 @@ } }, { - "id": 15724, + "id": 15791, "name": "weight", "variant": "declaration", "kind": 1024, @@ -49817,7 +49833,7 @@ } }, { - "id": 15725, + "id": 15792, "name": "length", "variant": "declaration", "kind": 1024, @@ -49853,7 +49869,7 @@ } }, { - "id": 15726, + "id": 15793, "name": "height", "variant": "declaration", "kind": 1024, @@ -49889,7 +49905,7 @@ } }, { - "id": 15727, + "id": 15794, "name": "width", "variant": "declaration", "kind": 1024, @@ -49925,7 +49941,7 @@ } }, { - "id": 15728, + "id": 15795, "name": "title", "variant": "declaration", "kind": 1024, @@ -49961,7 +49977,7 @@ } }, { - "id": 15729, + "id": 15796, "name": "description", "variant": "declaration", "kind": 1024, @@ -49997,7 +50013,7 @@ } }, { - "id": 15730, + "id": 15797, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -50033,7 +50049,7 @@ } }, { - "id": 15731, + "id": 15798, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -50084,7 +50100,7 @@ } }, { - "id": 15732, + "id": 15799, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -50120,7 +50136,7 @@ } }, { - "id": 15733, + "id": 15800, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -50151,21 +50167,21 @@ { "title": "Properties", "children": [ - 15719, - 15720, - 15721, - 15722, - 15723, - 15724, - 15725, - 15726, - 15727, - 15728, - 15729, - 15730, - 15731, - 15732, - 15733 + 15786, + 15787, + 15788, + 15789, + 15790, + 15791, + 15792, + 15793, + 15794, + 15795, + 15796, + 15797, + 15798, + 15799, + 15800 ] } ], @@ -50179,7 +50195,7 @@ "typeArguments": [ { "type": "reference", - "target": 15734, + "target": 15801, "name": "CreateInventoryItemInput", "package": "@medusajs/types" } @@ -50190,7 +50206,7 @@ ] }, { - "id": 15734, + "id": 15801, "name": "CreateInventoryItemInput", "variant": "declaration", "kind": 256, @@ -50205,7 +50221,7 @@ }, "children": [ { - "id": 15735, + "id": 15802, "name": "sku", "variant": "declaration", "kind": 1024, @@ -50235,7 +50251,7 @@ } }, { - "id": 15736, + "id": 15803, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -50265,7 +50281,7 @@ } }, { - "id": 15737, + "id": 15804, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -50295,7 +50311,7 @@ } }, { - "id": 15738, + "id": 15805, "name": "material", "variant": "declaration", "kind": 1024, @@ -50325,7 +50341,7 @@ } }, { - "id": 15739, + "id": 15806, "name": "weight", "variant": "declaration", "kind": 1024, @@ -50355,7 +50371,7 @@ } }, { - "id": 15740, + "id": 15807, "name": "length", "variant": "declaration", "kind": 1024, @@ -50385,7 +50401,7 @@ } }, { - "id": 15741, + "id": 15808, "name": "height", "variant": "declaration", "kind": 1024, @@ -50415,7 +50431,7 @@ } }, { - "id": 15742, + "id": 15809, "name": "width", "variant": "declaration", "kind": 1024, @@ -50445,7 +50461,7 @@ } }, { - "id": 15743, + "id": 15810, "name": "title", "variant": "declaration", "kind": 1024, @@ -50475,7 +50491,7 @@ } }, { - "id": 15744, + "id": 15811, "name": "description", "variant": "declaration", "kind": 1024, @@ -50505,7 +50521,7 @@ } }, { - "id": 15745, + "id": 15812, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -50535,7 +50551,7 @@ } }, { - "id": 15746, + "id": 15813, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -50580,7 +50596,7 @@ } }, { - "id": 15747, + "id": 15814, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -50610,7 +50626,7 @@ } }, { - "id": 15748, + "id": 15815, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -50635,33 +50651,33 @@ { "title": "Properties", "children": [ - 15735, - 15736, - 15737, - 15738, - 15739, - 15740, - 15741, - 15742, - 15743, - 15744, - 15745, - 15746, - 15747, - 15748 + 15802, + 15803, + 15804, + 15805, + 15806, + 15807, + 15808, + 15809, + 15810, + 15811, + 15812, + 15813, + 15814, + 15815 ] } ] }, { - "id": 15749, + "id": 15816, "name": "CreateInventoryLevelInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15750, + "id": 15817, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -50680,7 +50696,7 @@ } }, { - "id": 15751, + "id": 15818, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -50699,7 +50715,7 @@ } }, { - "id": 15752, + "id": 15819, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -50720,7 +50736,7 @@ } }, { - "id": 15753, + "id": 15820, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -50745,16 +50761,16 @@ { "title": "Properties", "children": [ - 15750, - 15751, - 15752, - 15753 + 15817, + 15818, + 15819, + 15820 ] } ] }, { - "id": 15754, + "id": 15821, "name": "UpdateInventoryLevelInput", "variant": "declaration", "kind": 256, @@ -50769,7 +50785,7 @@ }, "children": [ { - "id": 15755, + "id": 15822, "name": "id", "variant": "declaration", "kind": 1024, @@ -50790,7 +50806,7 @@ } }, { - "id": 15756, + "id": 15823, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -50811,7 +50827,7 @@ } }, { - "id": 15757, + "id": 15824, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -50836,15 +50852,15 @@ { "title": "Properties", "children": [ - 15755, - 15756, - 15757 + 15822, + 15823, + 15824 ] } ] }, { - "id": 15758, + "id": 15825, "name": "BulkUpdateInventoryLevelInput", "variant": "declaration", "kind": 256, @@ -50859,7 +50875,7 @@ }, "children": [ { - "id": 15761, + "id": 15828, "name": "id", "variant": "declaration", "kind": 1024, @@ -50880,7 +50896,7 @@ } }, { - "id": 15762, + "id": 15829, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -50901,7 +50917,7 @@ } }, { - "id": 15763, + "id": 15830, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -50922,7 +50938,7 @@ } }, { - "id": 15759, + "id": 15826, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -50941,7 +50957,7 @@ } }, { - "id": 15760, + "id": 15827, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -50964,17 +50980,17 @@ { "title": "Properties", "children": [ - 15761, - 15762, - 15763, - 15759, - 15760 + 15828, + 15829, + 15830, + 15826, + 15827 ] } ] }, { - "id": 15764, + "id": 15831, "name": "BulkAdjustInventoryLevelInput", "variant": "declaration", "kind": 2097152, @@ -50985,14 +51001,14 @@ { "type": "reflection", "declaration": { - "id": 15765, + "id": 15832, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15766, + "id": 15833, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -51011,7 +51027,7 @@ } }, { - "id": 15767, + "id": 15834, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -51030,7 +51046,7 @@ } }, { - "id": 15768, + "id": 15835, "name": "adjustment", "variant": "declaration", "kind": 1024, @@ -51045,7 +51061,7 @@ }, "type": { "type": "reference", - "target": 17220, + "target": 17287, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -51055,9 +51071,9 @@ { "title": "Properties", "children": [ - 15766, - 15767, - 15768 + 15833, + 15834, + 15835 ] } ] @@ -51065,7 +51081,7 @@ }, { "type": "reference", - "target": 15754, + "target": 15821, "name": "UpdateInventoryLevelInput", "package": "@medusajs/types" } @@ -51073,7 +51089,7 @@ } }, { - "id": 15769, + "id": 15836, "name": "UpdateReservationItemInput", "variant": "declaration", "kind": 256, @@ -51088,7 +51104,7 @@ }, "children": [ { - "id": 15770, + "id": 15837, "name": "id", "variant": "declaration", "kind": 1024, @@ -51099,7 +51115,7 @@ } }, { - "id": 15771, + "id": 15838, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -51116,13 +51132,13 @@ }, "type": { "type": "reference", - "target": 17220, + "target": 17287, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 15772, + "id": 15839, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -51143,7 +51159,7 @@ } }, { - "id": 15773, + "id": 15840, "name": "description", "variant": "declaration", "kind": 1024, @@ -51173,7 +51189,7 @@ } }, { - "id": 15774, + "id": 15841, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -51194,7 +51210,7 @@ } }, { - "id": 15775, + "id": 15842, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -51243,18 +51259,18 @@ { "title": "Properties", "children": [ - 15770, - 15771, - 15772, - 15773, - 15774, - 15775 + 15837, + 15838, + 15839, + 15840, + 15841, + 15842 ] } ] }, { - "id": 15776, + "id": 15843, "name": "CreateReservationItemInput", "variant": "declaration", "kind": 256, @@ -51269,7 +51285,7 @@ }, "children": [ { - "id": 15777, + "id": 15844, "name": "line_item_id", "variant": "declaration", "kind": 1024, @@ -51299,7 +51315,7 @@ } }, { - "id": 15778, + "id": 15845, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -51318,7 +51334,7 @@ } }, { - "id": 15779, + "id": 15846, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -51337,7 +51353,7 @@ } }, { - "id": 15780, + "id": 15847, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -51352,13 +51368,13 @@ }, "type": { "type": "reference", - "target": 17220, + "target": 17287, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 15781, + "id": 15848, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -51379,7 +51395,7 @@ } }, { - "id": 15782, + "id": 15849, "name": "description", "variant": "declaration", "kind": 1024, @@ -51409,7 +51425,7 @@ } }, { - "id": 15783, + "id": 15850, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -51439,7 +51455,7 @@ } }, { - "id": 15784, + "id": 15851, "name": "external_id", "variant": "declaration", "kind": 1024, @@ -51469,7 +51485,7 @@ } }, { - "id": 15785, + "id": 15852, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -51518,28 +51534,28 @@ { "title": "Properties", "children": [ - 15777, - 15778, - 15779, - 15780, - 15781, - 15782, - 15783, - 15784, - 15785 + 15844, + 15845, + 15846, + 15847, + 15848, + 15849, + 15850, + 15851, + 15852 ] } ] }, { - "id": 15786, + "id": 15853, "name": "ReserveQuantityContext", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 15787, + "id": 15854, "name": "locationId", "variant": "declaration", "kind": 1024, @@ -51561,7 +51577,7 @@ } }, { - "id": 15788, + "id": 15855, "name": "lineItemId", "variant": "declaration", "kind": 1024, @@ -51583,7 +51599,7 @@ } }, { - "id": 15789, + "id": 15856, "name": "salesChannelId", "variant": "declaration", "kind": 1024, @@ -51609,15 +51625,15 @@ { "title": "Properties", "children": [ - 15787, - 15788, - 15789 + 15854, + 15855, + 15856 ] } ] }, { - "id": 15790, + "id": 15857, "name": "IInventoryService", "variant": "declaration", "kind": 256, @@ -51632,14 +51648,14 @@ }, "children": [ { - "id": 15791, + "id": 15858, "name": "listInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15792, + "id": 15859, "name": "listInventoryItems", "variant": "signature", "kind": 4096, @@ -51726,7 +51742,7 @@ }, "parameters": [ { - "id": 15793, + "id": 15860, "name": "selector", "variant": "param", "kind": 32768, @@ -51741,13 +51757,13 @@ }, "type": { "type": "reference", - "target": 15668, + "target": 15735, "name": "FilterableInventoryItemProps", "package": "@medusajs/types" } }, { - "id": 15794, + "id": 15861, "name": "config", "variant": "param", "kind": 32768, @@ -51780,11 +51796,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 15649, + "target": 15716, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -51794,7 +51810,7 @@ } }, { - "id": 15795, + "id": 15862, "name": "context", "variant": "param", "kind": 32768, @@ -51811,7 +51827,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -51828,7 +51844,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15649, + "target": 15716, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -51841,14 +51857,14 @@ ] }, { - "id": 15796, + "id": 15863, "name": "listAndCountInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15797, + "id": 15864, "name": "listAndCountInventoryItems", "variant": "signature", "kind": 4096, @@ -51935,7 +51951,7 @@ }, "parameters": [ { - "id": 15798, + "id": 15865, "name": "selector", "variant": "param", "kind": 32768, @@ -51950,13 +51966,13 @@ }, "type": { "type": "reference", - "target": 15668, + "target": 15735, "name": "FilterableInventoryItemProps", "package": "@medusajs/types" } }, { - "id": 15799, + "id": 15866, "name": "config", "variant": "param", "kind": 32768, @@ -51989,11 +52005,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 15649, + "target": 15716, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -52003,7 +52019,7 @@ } }, { - "id": 15800, + "id": 15867, "name": "context", "variant": "param", "kind": 32768, @@ -52020,7 +52036,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -52040,7 +52056,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15649, + "target": 15716, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -52059,14 +52075,14 @@ ] }, { - "id": 15801, + "id": 15868, "name": "listReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15802, + "id": 15869, "name": "listReservationItems", "variant": "signature", "kind": 4096, @@ -52153,7 +52169,7 @@ }, "parameters": [ { - "id": 15803, + "id": 15870, "name": "selector", "variant": "param", "kind": 32768, @@ -52168,13 +52184,13 @@ }, "type": { "type": "reference", - "target": 15709, + "target": 15776, "name": "FilterableReservationItemProps", "package": "@medusajs/types" } }, { - "id": 15804, + "id": 15871, "name": "config", "variant": "param", "kind": 32768, @@ -52207,11 +52223,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -52221,7 +52237,7 @@ } }, { - "id": 15805, + "id": 15872, "name": "context", "variant": "param", "kind": 32768, @@ -52238,7 +52254,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -52255,7 +52271,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -52268,14 +52284,14 @@ ] }, { - "id": 15806, + "id": 15873, "name": "listAndCountReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15807, + "id": 15874, "name": "listAndCountReservationItems", "variant": "signature", "kind": 4096, @@ -52362,7 +52378,7 @@ }, "parameters": [ { - "id": 15808, + "id": 15875, "name": "selector", "variant": "param", "kind": 32768, @@ -52377,13 +52393,13 @@ }, "type": { "type": "reference", - "target": 15709, + "target": 15776, "name": "FilterableReservationItemProps", "package": "@medusajs/types" } }, { - "id": 15809, + "id": 15876, "name": "config", "variant": "param", "kind": 32768, @@ -52416,11 +52432,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -52430,7 +52446,7 @@ } }, { - "id": 15810, + "id": 15877, "name": "context", "variant": "param", "kind": 32768, @@ -52447,7 +52463,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -52467,7 +52483,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -52486,14 +52502,14 @@ ] }, { - "id": 15811, + "id": 15878, "name": "listInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15812, + "id": 15879, "name": "listInventoryLevels", "variant": "signature", "kind": 4096, @@ -52580,7 +52596,7 @@ }, "parameters": [ { - "id": 15813, + "id": 15880, "name": "selector", "variant": "param", "kind": 32768, @@ -52595,13 +52611,13 @@ }, "type": { "type": "reference", - "target": 15688, + "target": 15755, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" } }, { - "id": 15814, + "id": 15881, "name": "config", "variant": "param", "kind": 32768, @@ -52634,11 +52650,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -52648,7 +52664,7 @@ } }, { - "id": 15815, + "id": 15882, "name": "context", "variant": "param", "kind": 32768, @@ -52665,7 +52681,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -52682,7 +52698,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -52695,14 +52711,14 @@ ] }, { - "id": 15816, + "id": 15883, "name": "listAndCountInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15817, + "id": 15884, "name": "listAndCountInventoryLevels", "variant": "signature", "kind": 4096, @@ -52789,7 +52805,7 @@ }, "parameters": [ { - "id": 15818, + "id": 15885, "name": "selector", "variant": "param", "kind": 32768, @@ -52804,13 +52820,13 @@ }, "type": { "type": "reference", - "target": 15688, + "target": 15755, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" } }, { - "id": 15819, + "id": 15886, "name": "config", "variant": "param", "kind": 32768, @@ -52843,11 +52859,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -52857,7 +52873,7 @@ } }, { - "id": 15820, + "id": 15887, "name": "context", "variant": "param", "kind": 32768, @@ -52874,7 +52890,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -52894,7 +52910,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -52913,14 +52929,14 @@ ] }, { - "id": 15821, + "id": 15888, "name": "retrieveInventoryItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15822, + "id": 15889, "name": "retrieveInventoryItem", "variant": "signature", "kind": 4096, @@ -52967,7 +52983,7 @@ }, "parameters": [ { - "id": 15823, + "id": 15890, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -52986,7 +53002,7 @@ } }, { - "id": 15824, + "id": 15891, "name": "config", "variant": "param", "kind": 32768, @@ -53019,11 +53035,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 15649, + "target": 15716, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -53033,7 +53049,7 @@ } }, { - "id": 15825, + "id": 15892, "name": "context", "variant": "param", "kind": 32768, @@ -53050,7 +53066,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -53065,7 +53081,7 @@ "typeArguments": [ { "type": "reference", - "target": 15649, + "target": 15716, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -53077,14 +53093,14 @@ ] }, { - "id": 15826, + "id": 15893, "name": "retrieveInventoryLevelByItemAndLocation", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15827, + "id": 15894, "name": "retrieveInventoryLevelByItemAndLocation", "variant": "signature", "kind": 4096, @@ -53119,7 +53135,7 @@ }, "parameters": [ { - "id": 15828, + "id": 15895, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -53138,7 +53154,7 @@ } }, { - "id": 15829, + "id": 15896, "name": "locationId", "variant": "param", "kind": 32768, @@ -53157,7 +53173,7 @@ } }, { - "id": 15830, + "id": 15897, "name": "context", "variant": "param", "kind": 32768, @@ -53174,7 +53190,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -53189,7 +53205,7 @@ "typeArguments": [ { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -53201,14 +53217,14 @@ ] }, { - "id": 15831, + "id": 15898, "name": "retrieveInventoryLevel", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15832, + "id": 15899, "name": "retrieveInventoryLevel", "variant": "signature", "kind": 4096, @@ -53255,7 +53271,7 @@ }, "parameters": [ { - "id": 15833, + "id": 15900, "name": "inventoryLevelId", "variant": "param", "kind": 32768, @@ -53274,7 +53290,7 @@ } }, { - "id": 15834, + "id": 15901, "name": "config", "variant": "param", "kind": 32768, @@ -53307,11 +53323,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -53321,7 +53337,7 @@ } }, { - "id": 15835, + "id": 15902, "name": "context", "variant": "param", "kind": 32768, @@ -53338,7 +53354,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -53353,7 +53369,7 @@ "typeArguments": [ { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -53365,14 +53381,14 @@ ] }, { - "id": 15836, + "id": 15903, "name": "retrieveReservationItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15837, + "id": 15904, "name": "retrieveReservationItem", "variant": "signature", "kind": 4096, @@ -53419,7 +53435,7 @@ }, "parameters": [ { - "id": 15838, + "id": 15905, "name": "reservationId", "variant": "param", "kind": 32768, @@ -53438,7 +53454,7 @@ } }, { - "id": 15839, + "id": 15906, "name": "config", "variant": "param", "kind": 32768, @@ -53471,11 +53487,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -53485,7 +53501,7 @@ } }, { - "id": 15840, + "id": 15907, "name": "context", "variant": "param", "kind": 32768, @@ -53502,7 +53518,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -53517,7 +53533,7 @@ "typeArguments": [ { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -53529,14 +53545,14 @@ ] }, { - "id": 15841, + "id": 15908, "name": "createReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15842, + "id": 15909, "name": "createReservationItems", "variant": "signature", "kind": 4096, @@ -53571,7 +53587,7 @@ }, "parameters": [ { - "id": 15843, + "id": 15910, "name": "input", "variant": "param", "kind": 32768, @@ -53588,14 +53604,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15776, + "target": 15843, "name": "CreateReservationItemInput", "package": "@medusajs/types" } } }, { - "id": 15844, + "id": 15911, "name": "context", "variant": "param", "kind": 32768, @@ -53612,7 +53628,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -53629,7 +53645,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -53640,7 +53656,7 @@ } }, { - "id": 15845, + "id": 15912, "name": "createReservationItems", "variant": "signature", "kind": 4096, @@ -53675,7 +53691,7 @@ }, "parameters": [ { - "id": 15846, + "id": 15913, "name": "input", "variant": "param", "kind": 32768, @@ -53690,13 +53706,13 @@ }, "type": { "type": "reference", - "target": 15776, + "target": 15843, "name": "CreateReservationItemInput", "package": "@medusajs/types" } }, { - "id": 15847, + "id": 15914, "name": "context", "variant": "param", "kind": 32768, @@ -53713,7 +53729,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -53728,7 +53744,7 @@ "typeArguments": [ { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -53740,14 +53756,14 @@ ] }, { - "id": 15848, + "id": 15915, "name": "createInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15849, + "id": 15916, "name": "createInventoryItems", "variant": "signature", "kind": 4096, @@ -53782,7 +53798,7 @@ }, "parameters": [ { - "id": 15850, + "id": 15917, "name": "input", "variant": "param", "kind": 32768, @@ -53799,14 +53815,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15734, + "target": 15801, "name": "CreateInventoryItemInput", "package": "@medusajs/types" } } }, { - "id": 15851, + "id": 15918, "name": "context", "variant": "param", "kind": 32768, @@ -53823,7 +53839,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -53840,7 +53856,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15649, + "target": 15716, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -53851,7 +53867,7 @@ } }, { - "id": 15852, + "id": 15919, "name": "createInventoryItems", "variant": "signature", "kind": 4096, @@ -53886,7 +53902,7 @@ }, "parameters": [ { - "id": 15853, + "id": 15920, "name": "input", "variant": "param", "kind": 32768, @@ -53901,13 +53917,13 @@ }, "type": { "type": "reference", - "target": 15734, + "target": 15801, "name": "CreateInventoryItemInput", "package": "@medusajs/types" } }, { - "id": 15854, + "id": 15921, "name": "context", "variant": "param", "kind": 32768, @@ -53924,7 +53940,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -53939,7 +53955,7 @@ "typeArguments": [ { "type": "reference", - "target": 15649, + "target": 15716, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -53951,14 +53967,14 @@ ] }, { - "id": 15855, + "id": 15922, "name": "createInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15856, + "id": 15923, "name": "createInventoryLevels", "variant": "signature", "kind": 4096, @@ -53993,7 +54009,7 @@ }, "parameters": [ { - "id": 15857, + "id": 15924, "name": "data", "variant": "param", "kind": 32768, @@ -54010,14 +54026,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15749, + "target": 15816, "name": "CreateInventoryLevelInput", "package": "@medusajs/types" } } }, { - "id": 15858, + "id": 15925, "name": "context", "variant": "param", "kind": 32768, @@ -54034,7 +54050,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -54051,7 +54067,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -54062,7 +54078,7 @@ } }, { - "id": 15859, + "id": 15926, "name": "createInventoryLevels", "variant": "signature", "kind": 4096, @@ -54097,7 +54113,7 @@ }, "parameters": [ { - "id": 15860, + "id": 15927, "name": "data", "variant": "param", "kind": 32768, @@ -54112,13 +54128,13 @@ }, "type": { "type": "reference", - "target": 15749, + "target": 15816, "name": "CreateInventoryLevelInput", "package": "@medusajs/types" } }, { - "id": 15861, + "id": 15928, "name": "context", "variant": "param", "kind": 32768, @@ -54135,7 +54151,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -54150,7 +54166,7 @@ "typeArguments": [ { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -54162,14 +54178,14 @@ ] }, { - "id": 15862, + "id": 15929, "name": "updateInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15863, + "id": 15930, "name": "updateInventoryLevels", "variant": "signature", "kind": 4096, @@ -54204,7 +54220,7 @@ }, "parameters": [ { - "id": 15864, + "id": 15931, "name": "updates", "variant": "param", "kind": 32768, @@ -54221,14 +54237,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15758, + "target": 15825, "name": "BulkUpdateInventoryLevelInput", "package": "@medusajs/types" } } }, { - "id": 15865, + "id": 15932, "name": "context", "variant": "param", "kind": 32768, @@ -54245,7 +54261,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -54262,7 +54278,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -54273,7 +54289,7 @@ } }, { - "id": 15866, + "id": 15933, "name": "updateInventoryLevels", "variant": "signature", "kind": 4096, @@ -54308,7 +54324,7 @@ }, "parameters": [ { - "id": 15867, + "id": 15934, "name": "updates", "variant": "param", "kind": 32768, @@ -54323,13 +54339,13 @@ }, "type": { "type": "reference", - "target": 15758, + "target": 15825, "name": "BulkUpdateInventoryLevelInput", "package": "@medusajs/types" } }, { - "id": 15868, + "id": 15935, "name": "context", "variant": "param", "kind": 32768, @@ -54346,7 +54362,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -54361,7 +54377,7 @@ "typeArguments": [ { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -54373,14 +54389,14 @@ ] }, { - "id": 15869, + "id": 15936, "name": "updateInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15870, + "id": 15937, "name": "updateInventoryItems", "variant": "signature", "kind": 4096, @@ -54415,7 +54431,7 @@ }, "parameters": [ { - "id": 15871, + "id": 15938, "name": "input", "variant": "param", "kind": 32768, @@ -54430,13 +54446,13 @@ }, "type": { "type": "reference", - "target": 15718, + "target": 15785, "name": "UpdateInventoryItemInput", "package": "@medusajs/types" } }, { - "id": 15872, + "id": 15939, "name": "context", "variant": "param", "kind": 32768, @@ -54453,7 +54469,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -54468,7 +54484,7 @@ "typeArguments": [ { "type": "reference", - "target": 15649, + "target": 15716, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -54478,7 +54494,7 @@ } }, { - "id": 15873, + "id": 15940, "name": "updateInventoryItems", "variant": "signature", "kind": 4096, @@ -54513,7 +54529,7 @@ }, "parameters": [ { - "id": 15874, + "id": 15941, "name": "input", "variant": "param", "kind": 32768, @@ -54530,14 +54546,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15718, + "target": 15785, "name": "UpdateInventoryItemInput", "package": "@medusajs/types" } } }, { - "id": 15875, + "id": 15942, "name": "context", "variant": "param", "kind": 32768, @@ -54554,7 +54570,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -54571,7 +54587,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15649, + "target": 15716, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -54584,14 +54600,14 @@ ] }, { - "id": 15876, + "id": 15943, "name": "updateReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15877, + "id": 15944, "name": "updateReservationItems", "variant": "signature", "kind": 4096, @@ -54626,7 +54642,7 @@ }, "parameters": [ { - "id": 15878, + "id": 15945, "name": "input", "variant": "param", "kind": 32768, @@ -54641,13 +54657,13 @@ }, "type": { "type": "reference", - "target": 15769, + "target": 15836, "name": "UpdateReservationItemInput", "package": "@medusajs/types" } }, { - "id": 15879, + "id": 15946, "name": "context", "variant": "param", "kind": 32768, @@ -54664,7 +54680,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -54679,7 +54695,7 @@ "typeArguments": [ { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -54689,7 +54705,7 @@ } }, { - "id": 15880, + "id": 15947, "name": "updateReservationItems", "variant": "signature", "kind": 4096, @@ -54724,7 +54740,7 @@ }, "parameters": [ { - "id": 15881, + "id": 15948, "name": "input", "variant": "param", "kind": 32768, @@ -54741,14 +54757,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 15769, + "target": 15836, "name": "UpdateReservationItemInput", "package": "@medusajs/types" } } }, { - "id": 15882, + "id": 15949, "name": "context", "variant": "param", "kind": 32768, @@ -54765,7 +54781,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -54782,7 +54798,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -54795,14 +54811,14 @@ ] }, { - "id": 15883, + "id": 15950, "name": "deleteReservationItemsByLineItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15884, + "id": 15951, "name": "deleteReservationItemsByLineItem", "variant": "signature", "kind": 4096, @@ -54837,7 +54853,7 @@ }, "parameters": [ { - "id": 15885, + "id": 15952, "name": "lineItemId", "variant": "param", "kind": 32768, @@ -54868,7 +54884,7 @@ } }, { - "id": 15886, + "id": 15953, "name": "context", "variant": "param", "kind": 32768, @@ -54885,7 +54901,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -54910,14 +54926,14 @@ ] }, { - "id": 15887, + "id": 15954, "name": "restoreReservationItemsByLineItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15888, + "id": 15955, "name": "restoreReservationItemsByLineItem", "variant": "signature", "kind": 4096, @@ -54952,7 +54968,7 @@ }, "parameters": [ { - "id": 15889, + "id": 15956, "name": "lineItemId", "variant": "param", "kind": 32768, @@ -54983,7 +54999,7 @@ } }, { - "id": 15890, + "id": 15957, "name": "context", "variant": "param", "kind": 32768, @@ -55000,7 +55016,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -55025,14 +55041,14 @@ ] }, { - "id": 15891, + "id": 15958, "name": "deleteReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15892, + "id": 15959, "name": "deleteReservationItems", "variant": "signature", "kind": 4096, @@ -55067,7 +55083,7 @@ }, "parameters": [ { - "id": 15893, + "id": 15960, "name": "reservationItemId", "variant": "param", "kind": 32768, @@ -55098,7 +55114,7 @@ } }, { - "id": 15894, + "id": 15961, "name": "context", "variant": "param", "kind": 32768, @@ -55115,7 +55131,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -55140,14 +55156,14 @@ ] }, { - "id": 15895, + "id": 15962, "name": "softDeleteReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15896, + "id": 15963, "name": "softDeleteReservationItems", "variant": "signature", "kind": 4096, @@ -55190,7 +55206,7 @@ }, "typeParameters": [ { - "id": 15897, + "id": 15964, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -55207,7 +55223,7 @@ ], "parameters": [ { - "id": 15898, + "id": 15965, "name": "ReservationItemIds", "variant": "param", "kind": 32768, @@ -55221,7 +55237,7 @@ } }, { - "id": 15899, + "id": 15966, "name": "config", "variant": "param", "kind": 32768, @@ -55238,11 +55254,11 @@ }, "type": { "type": "reference", - "target": 14391, + "target": 14458, "typeArguments": [ { "type": "reference", - "target": 15897, + "target": 15964, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -55253,7 +55269,7 @@ } }, { - "id": 15900, + "id": 15967, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -55270,7 +55286,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -55322,14 +55338,14 @@ ] }, { - "id": 15901, + "id": 15968, "name": "restoreReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15902, + "id": 15969, "name": "restoreReservationItems", "variant": "signature", "kind": 4096, @@ -55372,7 +55388,7 @@ }, "typeParameters": [ { - "id": 15903, + "id": 15970, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -55389,7 +55405,7 @@ ], "parameters": [ { - "id": 15904, + "id": 15971, "name": "ReservationItemIds", "variant": "param", "kind": 32768, @@ -55411,7 +55427,7 @@ } }, { - "id": 15905, + "id": 15972, "name": "config", "variant": "param", "kind": 32768, @@ -55444,11 +55460,11 @@ }, "type": { "type": "reference", - "target": 14394, + "target": 14461, "typeArguments": [ { "type": "reference", - "target": 15903, + "target": 15970, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -55459,7 +55475,7 @@ } }, { - "id": 15906, + "id": 15973, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -55476,7 +55492,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -55528,14 +55544,14 @@ ] }, { - "id": 15907, + "id": 15974, "name": "deleteInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15908, + "id": 15975, "name": "deleteInventoryItems", "variant": "signature", "kind": 4096, @@ -55570,7 +55586,7 @@ }, "parameters": [ { - "id": 15909, + "id": 15976, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -55601,7 +55617,7 @@ } }, { - "id": 15910, + "id": 15977, "name": "context", "variant": "param", "kind": 32768, @@ -55618,7 +55634,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -55643,14 +55659,14 @@ ] }, { - "id": 15911, + "id": 15978, "name": "softDeleteInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15912, + "id": 15979, "name": "softDeleteInventoryItems", "variant": "signature", "kind": 4096, @@ -55701,7 +55717,7 @@ }, "typeParameters": [ { - "id": 15913, + "id": 15980, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -55718,7 +55734,7 @@ ], "parameters": [ { - "id": 15914, + "id": 15981, "name": "inventoryItemIds", "variant": "param", "kind": 32768, @@ -55740,7 +55756,7 @@ } }, { - "id": 15915, + "id": 15982, "name": "config", "variant": "param", "kind": 32768, @@ -55757,11 +55773,11 @@ }, "type": { "type": "reference", - "target": 14391, + "target": 14458, "typeArguments": [ { "type": "reference", - "target": 15913, + "target": 15980, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -55772,7 +55788,7 @@ } }, { - "id": 15916, + "id": 15983, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -55789,7 +55805,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -55841,14 +55857,14 @@ ] }, { - "id": 15917, + "id": 15984, "name": "restoreInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15918, + "id": 15985, "name": "restoreInventoryItems", "variant": "signature", "kind": 4096, @@ -55899,7 +55915,7 @@ }, "typeParameters": [ { - "id": 15919, + "id": 15986, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -55916,7 +55932,7 @@ ], "parameters": [ { - "id": 15920, + "id": 15987, "name": "inventoryItemIds", "variant": "param", "kind": 32768, @@ -55938,7 +55954,7 @@ } }, { - "id": 15921, + "id": 15988, "name": "config", "variant": "param", "kind": 32768, @@ -55971,11 +55987,11 @@ }, "type": { "type": "reference", - "target": 14394, + "target": 14461, "typeArguments": [ { "type": "reference", - "target": 15919, + "target": 15986, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -55986,7 +56002,7 @@ } }, { - "id": 15922, + "id": 15989, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -56003,7 +56019,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -56055,14 +56071,14 @@ ] }, { - "id": 15923, + "id": 15990, "name": "deleteInventoryItemLevelByLocationId", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15924, + "id": 15991, "name": "deleteInventoryItemLevelByLocationId", "variant": "signature", "kind": 4096, @@ -56097,7 +56113,7 @@ }, "parameters": [ { - "id": 15925, + "id": 15992, "name": "locationId", "variant": "param", "kind": 32768, @@ -56128,7 +56144,7 @@ } }, { - "id": 15926, + "id": 15993, "name": "context", "variant": "param", "kind": 32768, @@ -56145,7 +56161,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -56200,14 +56216,14 @@ ] }, { - "id": 15927, + "id": 15994, "name": "deleteReservationItemByLocationId", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15928, + "id": 15995, "name": "deleteReservationItemByLocationId", "variant": "signature", "kind": 4096, @@ -56242,7 +56258,7 @@ }, "parameters": [ { - "id": 15929, + "id": 15996, "name": "locationId", "variant": "param", "kind": 32768, @@ -56273,7 +56289,7 @@ } }, { - "id": 15930, + "id": 15997, "name": "context", "variant": "param", "kind": 32768, @@ -56290,7 +56306,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -56315,14 +56331,14 @@ ] }, { - "id": 15931, + "id": 15998, "name": "deleteInventoryLevel", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15932, + "id": 15999, "name": "deleteInventoryLevel", "variant": "signature", "kind": 4096, @@ -56357,7 +56373,7 @@ }, "parameters": [ { - "id": 15933, + "id": 16000, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -56376,7 +56392,7 @@ } }, { - "id": 15934, + "id": 16001, "name": "locationId", "variant": "param", "kind": 32768, @@ -56395,7 +56411,7 @@ } }, { - "id": 15935, + "id": 16002, "name": "context", "variant": "param", "kind": 32768, @@ -56412,7 +56428,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -56437,14 +56453,14 @@ ] }, { - "id": 15936, + "id": 16003, "name": "deleteInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15937, + "id": 16004, "name": "deleteInventoryLevels", "variant": "signature", "kind": 4096, @@ -56479,7 +56495,7 @@ }, "parameters": [ { - "id": 15938, + "id": 16005, "name": "inventoryLevelIds", "variant": "param", "kind": 32768, @@ -56510,7 +56526,7 @@ } }, { - "id": 15939, + "id": 16006, "name": "context", "variant": "param", "kind": 32768, @@ -56527,7 +56543,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -56552,14 +56568,14 @@ ] }, { - "id": 15940, + "id": 16007, "name": "softDeleteInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15941, + "id": 16008, "name": "softDeleteInventoryLevels", "variant": "signature", "kind": 4096, @@ -56602,7 +56618,7 @@ }, "typeParameters": [ { - "id": 15942, + "id": 16009, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -56619,7 +56635,7 @@ ], "parameters": [ { - "id": 15943, + "id": 16010, "name": "inventoryLevelIds", "variant": "param", "kind": 32768, @@ -56641,7 +56657,7 @@ } }, { - "id": 15944, + "id": 16011, "name": "config", "variant": "param", "kind": 32768, @@ -56658,11 +56674,11 @@ }, "type": { "type": "reference", - "target": 14391, + "target": 14458, "typeArguments": [ { "type": "reference", - "target": 15942, + "target": 16009, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -56673,7 +56689,7 @@ } }, { - "id": 15945, + "id": 16012, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -56690,7 +56706,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -56742,14 +56758,14 @@ ] }, { - "id": 15946, + "id": 16013, "name": "restoreInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15947, + "id": 16014, "name": "restoreInventoryLevels", "variant": "signature", "kind": 4096, @@ -56792,7 +56808,7 @@ }, "typeParameters": [ { - "id": 15948, + "id": 16015, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -56809,7 +56825,7 @@ ], "parameters": [ { - "id": 15949, + "id": 16016, "name": "inventoryLevelIds", "variant": "param", "kind": 32768, @@ -56831,7 +56847,7 @@ } }, { - "id": 15950, + "id": 16017, "name": "config", "variant": "param", "kind": 32768, @@ -56864,11 +56880,11 @@ }, "type": { "type": "reference", - "target": 14394, + "target": 14461, "typeArguments": [ { "type": "reference", - "target": 15948, + "target": 16015, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -56879,7 +56895,7 @@ } }, { - "id": 15951, + "id": 16018, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -56896,7 +56912,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -56948,14 +56964,14 @@ ] }, { - "id": 15952, + "id": 16019, "name": "adjustInventory", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15953, + "id": 16020, "name": "adjustInventory", "variant": "signature", "kind": 4096, @@ -56990,7 +57006,7 @@ }, "parameters": [ { - "id": 15954, + "id": 16021, "name": "data", "variant": "param", "kind": 32768, @@ -57000,14 +57016,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 15955, + "id": 16022, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 15956, + "id": 16023, "name": "inventoryItemId", "variant": "declaration", "kind": 1024, @@ -57018,7 +57034,7 @@ } }, { - "id": 15957, + "id": 16024, "name": "locationId", "variant": "declaration", "kind": 1024, @@ -57029,14 +57045,14 @@ } }, { - "id": 15958, + "id": 16025, "name": "adjustment", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17220, + "target": 17287, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -57046,9 +57062,9 @@ { "title": "Properties", "children": [ - 15956, - 15957, - 15958 + 16023, + 16024, + 16025 ] } ] @@ -57057,7 +57073,7 @@ } }, { - "id": 15959, + "id": 16026, "name": "context", "variant": "param", "kind": 32768, @@ -57074,7 +57090,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -57091,7 +57107,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -57102,14 +57118,14 @@ } }, { - "id": 15960, + "id": 16027, "name": "adjustInventory", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 15961, + "id": 16028, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -57120,7 +57136,7 @@ } }, { - "id": 15962, + "id": 16029, "name": "locationId", "variant": "param", "kind": 32768, @@ -57131,20 +57147,20 @@ } }, { - "id": 15963, + "id": 16030, "name": "adjustment", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 17220, + "target": 17287, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 15964, + "id": 16031, "name": "context", "variant": "param", "kind": 32768, @@ -57153,7 +57169,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -57168,7 +57184,7 @@ "typeArguments": [ { "type": "reference", - "target": 15676, + "target": 15743, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -57180,14 +57196,14 @@ ] }, { - "id": 15965, + "id": 16032, "name": "confirmInventory", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15966, + "id": 16033, "name": "confirmInventory", "variant": "signature", "kind": 4096, @@ -57222,7 +57238,7 @@ }, "parameters": [ { - "id": 15967, + "id": 16034, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -57241,7 +57257,7 @@ } }, { - "id": 15968, + "id": 16035, "name": "locationIds", "variant": "param", "kind": 32768, @@ -57263,7 +57279,7 @@ } }, { - "id": 15969, + "id": 16036, "name": "quantity", "variant": "param", "kind": 32768, @@ -57278,13 +57294,13 @@ }, "type": { "type": "reference", - "target": 17220, + "target": 17287, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 15970, + "id": 16037, "name": "context", "variant": "param", "kind": 32768, @@ -57301,7 +57317,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -57326,14 +57342,14 @@ ] }, { - "id": 15971, + "id": 16038, "name": "retrieveAvailableQuantity", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15972, + "id": 16039, "name": "retrieveAvailableQuantity", "variant": "signature", "kind": 4096, @@ -57368,7 +57384,7 @@ }, "parameters": [ { - "id": 15973, + "id": 16040, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -57387,7 +57403,7 @@ } }, { - "id": 15974, + "id": 16041, "name": "locationIds", "variant": "param", "kind": 32768, @@ -57409,7 +57425,7 @@ } }, { - "id": 15975, + "id": 16042, "name": "context", "variant": "param", "kind": 32768, @@ -57426,7 +57442,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -57441,7 +57457,7 @@ "typeArguments": [ { "type": "reference", - "target": 17207, + "target": 17274, "name": "IBigNumber", "package": "@medusajs/types" } @@ -57453,14 +57469,14 @@ ] }, { - "id": 15976, + "id": 16043, "name": "retrieveStockedQuantity", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15977, + "id": 16044, "name": "retrieveStockedQuantity", "variant": "signature", "kind": 4096, @@ -57495,7 +57511,7 @@ }, "parameters": [ { - "id": 15978, + "id": 16045, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -57514,7 +57530,7 @@ } }, { - "id": 15979, + "id": 16046, "name": "locationIds", "variant": "param", "kind": 32768, @@ -57536,7 +57552,7 @@ } }, { - "id": 15980, + "id": 16047, "name": "context", "variant": "param", "kind": 32768, @@ -57553,7 +57569,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -57568,7 +57584,7 @@ "typeArguments": [ { "type": "reference", - "target": 17207, + "target": 17274, "name": "IBigNumber", "package": "@medusajs/types" } @@ -57580,14 +57596,14 @@ ] }, { - "id": 15981, + "id": 16048, "name": "retrieveReservedQuantity", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 15982, + "id": 16049, "name": "retrieveReservedQuantity", "variant": "signature", "kind": 4096, @@ -57622,7 +57638,7 @@ }, "parameters": [ { - "id": 15983, + "id": 16050, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -57641,7 +57657,7 @@ } }, { - "id": 15984, + "id": 16051, "name": "locationIds", "variant": "param", "kind": 32768, @@ -57663,7 +57679,7 @@ } }, { - "id": 15985, + "id": 16052, "name": "context", "variant": "param", "kind": 32768, @@ -57680,7 +57696,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -57695,7 +57711,7 @@ "typeArguments": [ { "type": "reference", - "target": 17207, + "target": 17274, "name": "IBigNumber", "package": "@medusajs/types" } @@ -57711,48 +57727,48 @@ { "title": "Methods", "children": [ - 15791, - 15796, - 15801, - 15806, - 15811, - 15816, - 15821, - 15826, - 15831, - 15836, - 15841, - 15848, - 15855, - 15862, - 15869, - 15876, + 15858, + 15863, + 15868, + 15873, + 15878, 15883, - 15887, - 15891, - 15895, - 15901, - 15907, - 15911, - 15917, - 15923, - 15927, - 15931, + 15888, + 15893, + 15898, + 15903, + 15908, + 15915, + 15922, + 15929, 15936, - 15940, - 15946, - 15952, - 15965, - 15971, - 15976, - 15981 + 15943, + 15950, + 15954, + 15958, + 15962, + 15968, + 15974, + 15978, + 15984, + 15990, + 15994, + 15998, + 16003, + 16007, + 16013, + 16019, + 16032, + 16038, + 16043, + 16048 ] } ], "extendedTypes": [ { "type": "reference", - "target": 16228, + "target": 16295, "name": "IModuleService", "package": "@medusajs/types" } @@ -57763,33 +57779,33 @@ { "title": "Interfaces", "children": [ - 15649, - 15668, - 15676, - 15688, - 15696, - 15709, - 15718, - 15734, - 15749, - 15754, - 15758, - 15769, + 15716, + 15735, + 15743, + 15755, + 15763, 15776, - 15786, - 15790 + 15785, + 15801, + 15816, + 15821, + 15825, + 15836, + 15843, + 15853, + 15857 ] }, { "title": "Type Aliases", "children": [ - 15764 + 15831 ] } ] }, { - "id": 17001, + "id": 17068, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -57797,14 +57813,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17002, + "id": 17069, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17003, + "id": 17070, "name": "alias", "variant": "declaration", "kind": 1024, @@ -57815,7 +57831,7 @@ } }, { - "id": 17004, + "id": 17071, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -57826,7 +57842,7 @@ } }, { - "id": 17005, + "id": 17072, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -57837,7 +57853,7 @@ } }, { - "id": 17006, + "id": 17073, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -57848,7 +57864,7 @@ } }, { - "id": 17007, + "id": 17074, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -57869,7 +57885,7 @@ } }, { - "id": 17008, + "id": 17075, "name": "isList", "variant": "declaration", "kind": 1024, @@ -57890,7 +57906,7 @@ } }, { - "id": 17009, + "id": 17076, "name": "args", "variant": "declaration", "kind": 1024, @@ -57930,13 +57946,13 @@ { "title": "Properties", "children": [ - 17003, - 17004, - 17005, - 17006, - 17007, - 17008, - 17009 + 17070, + 17071, + 17072, + 17073, + 17074, + 17075, + 17076 ] } ] @@ -57944,14 +57960,14 @@ } }, { - "id": 17010, + "id": 17077, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17011, + "id": 17078, "name": "name", "variant": "declaration", "kind": 1024, @@ -57974,7 +57990,7 @@ } }, { - "id": 17012, + "id": 17079, "name": "args", "variant": "declaration", "kind": 1024, @@ -58014,21 +58030,21 @@ { "title": "Properties", "children": [ - 17011, - 17012 + 17078, + 17079 ] } ] }, { - "id": 17013, + "id": 17080, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17014, + "id": 17081, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -58039,7 +58055,7 @@ } }, { - "id": 17015, + "id": 17082, "name": "alias", "variant": "declaration", "kind": 1024, @@ -58059,7 +58075,7 @@ "types": [ { "type": "reference", - "target": 17010, + "target": 17077, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -58067,7 +58083,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17010, + "target": 17077, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -58076,7 +58092,7 @@ } }, { - "id": 17016, + "id": 17083, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -58112,14 +58128,14 @@ { "type": "reflection", "declaration": { - "id": 17017, + "id": 17084, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17018, + "id": 17085, "name": "path", "variant": "declaration", "kind": 1024, @@ -58130,7 +58146,7 @@ } }, { - "id": 17019, + "id": 17086, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -58148,8 +58164,8 @@ { "title": "Properties", "children": [ - 17018, - 17019 + 17085, + 17086 ] } ] @@ -58163,7 +58179,7 @@ } }, { - "id": 17020, + "id": 17087, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -58177,7 +58193,7 @@ } }, { - "id": 17021, + "id": 17088, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -58188,14 +58204,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 17001, + "target": 17068, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 17022, + "id": 17089, "name": "extends", "variant": "declaration", "kind": 1024, @@ -58207,14 +58223,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17023, + "id": 17090, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17024, + "id": 17091, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -58225,14 +58241,14 @@ } }, { - "id": 17025, + "id": 17092, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17001, + "target": 17068, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -58242,8 +58258,8 @@ { "title": "Properties", "children": [ - 17024, - 17025 + 17091, + 17092 ] } ] @@ -58252,7 +58268,7 @@ } }, { - "id": 17026, + "id": 17093, "name": "args", "variant": "declaration", "kind": 1024, @@ -58292,26 +58308,26 @@ { "title": "Properties", "children": [ - 17014, - 17015, - 17016, - 17020, - 17021, - 17022, - 17026 + 17081, + 17082, + 17083, + 17087, + 17088, + 17089, + 17093 ] } ] }, { - "id": 17027, + "id": 17094, "name": "JoinerArgument", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17028, + "id": 17095, "name": "name", "variant": "declaration", "kind": 1024, @@ -58322,7 +58338,7 @@ } }, { - "id": 17029, + "id": 17096, "name": "value", "variant": "declaration", "kind": 1024, @@ -58339,21 +58355,21 @@ { "title": "Properties", "children": [ - 17028, - 17029 + 17095, + 17096 ] } ] }, { - "id": 17030, + "id": 17097, "name": "JoinerDirective", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17031, + "id": 17098, "name": "name", "variant": "declaration", "kind": 1024, @@ -58364,7 +58380,7 @@ } }, { - "id": 17032, + "id": 17099, "name": "value", "variant": "declaration", "kind": 1024, @@ -58381,21 +58397,21 @@ { "title": "Properties", "children": [ - 17031, - 17032 + 17098, + 17099 ] } ] }, { - "id": 17033, + "id": 17100, "name": "RemoteJoinerQuery", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17034, + "id": 17101, "name": "service", "variant": "declaration", "kind": 1024, @@ -58408,7 +58424,7 @@ } }, { - "id": 17035, + "id": 17102, "name": "alias", "variant": "declaration", "kind": 1024, @@ -58421,7 +58437,7 @@ } }, { - "id": 17036, + "id": 17103, "name": "expands", "variant": "declaration", "kind": 1024, @@ -58433,14 +58449,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17037, + "id": 17104, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17038, + "id": 17105, "name": "property", "variant": "declaration", "kind": 1024, @@ -58451,7 +58467,7 @@ } }, { - "id": 17039, + "id": 17106, "name": "fields", "variant": "declaration", "kind": 1024, @@ -58465,7 +58481,7 @@ } }, { - "id": 17040, + "id": 17107, "name": "args", "variant": "declaration", "kind": 1024, @@ -58476,14 +58492,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 17027, + "target": 17094, "name": "JoinerArgument", "package": "@medusajs/types" } } }, { - "id": 17041, + "id": 17108, "name": "directives", "variant": "declaration", "kind": 1024, @@ -58493,21 +58509,21 @@ "type": { "type": "reflection", "declaration": { - "id": 17042, + "id": 17109, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 17043, + "id": 17110, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17044, + "id": 17111, "name": "field", "variant": "param", "kind": 32768, @@ -58522,7 +58538,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17030, + "target": 17097, "name": "JoinerDirective", "package": "@medusajs/types" } @@ -58537,10 +58553,10 @@ { "title": "Properties", "children": [ - 17038, - 17039, - 17040, - 17041 + 17105, + 17106, + 17107, + 17108 ] } ] @@ -58549,7 +58565,7 @@ } }, { - "id": 17045, + "id": 17112, "name": "fields", "variant": "declaration", "kind": 1024, @@ -58563,7 +58579,7 @@ } }, { - "id": 17046, + "id": 17113, "name": "args", "variant": "declaration", "kind": 1024, @@ -58574,14 +58590,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 17027, + "target": 17094, "name": "JoinerArgument", "package": "@medusajs/types" } } }, { - "id": 17047, + "id": 17114, "name": "directives", "variant": "declaration", "kind": 1024, @@ -58591,21 +58607,21 @@ "type": { "type": "reflection", "declaration": { - "id": 17048, + "id": 17115, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 17049, + "id": 17116, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17050, + "id": 17117, "name": "field", "variant": "param", "kind": 32768, @@ -58620,7 +58636,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17030, + "target": 17097, "name": "JoinerDirective", "package": "@medusajs/types" } @@ -58635,25 +58651,25 @@ { "title": "Properties", "children": [ - 17034, - 17035, - 17036, - 17045, - 17046, - 17047 + 17101, + 17102, + 17103, + 17112, + 17113, + 17114 ] } ] }, { - "id": 17051, + "id": 17118, "name": "RemoteJoinerOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17052, + "id": 17119, "name": "throwIfKeyNotFound", "variant": "declaration", "kind": 1024, @@ -58666,7 +58682,7 @@ } }, { - "id": 17053, + "id": 17120, "name": "throwIfRelationNotFound", "variant": "declaration", "kind": 1024, @@ -58695,28 +58711,28 @@ { "title": "Properties", "children": [ - 17052, - 17053 + 17119, + 17120 ] } ] }, { - "id": 17054, + "id": 17121, "name": "RemoteNestedExpands", "variant": "declaration", "kind": 256, "flags": {}, "indexSignatures": [ { - "id": 17055, + "id": 17122, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17056, + "id": 17123, "name": "key", "variant": "param", "kind": 32768, @@ -58730,14 +58746,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17057, + "id": 17124, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17058, + "id": 17125, "name": "fields", "variant": "declaration", "kind": 1024, @@ -58753,7 +58769,7 @@ } }, { - "id": 17059, + "id": 17126, "name": "args", "variant": "declaration", "kind": 1024, @@ -58764,14 +58780,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 17027, + "target": 17094, "name": "JoinerArgument", "package": "@medusajs/types" } } }, { - "id": 17060, + "id": 17127, "name": "expands", "variant": "declaration", "kind": 1024, @@ -58780,7 +58796,7 @@ }, "type": { "type": "reference", - "target": 17054, + "target": 17121, "name": "RemoteNestedExpands", "package": "@medusajs/types" } @@ -58790,9 +58806,9 @@ { "title": "Properties", "children": [ - 17058, - 17059, - 17060 + 17125, + 17126, + 17127 ] } ] @@ -58802,7 +58818,7 @@ ] }, { - "id": 17061, + "id": 17128, "name": "InternalJoinerServiceConfig", "variant": "declaration", "kind": 2097152, @@ -58819,7 +58835,7 @@ "typeArguments": [ { "type": "reference", - "target": 17013, + "target": 17080, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -58834,14 +58850,14 @@ { "type": "reflection", "declaration": { - "id": 17062, + "id": 17129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17063, + "id": 17130, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -58861,7 +58877,7 @@ }, { "type": "reference", - "target": 17001, + "target": 17068, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -58875,7 +58891,7 @@ { "title": "Properties", "children": [ - 17063 + 17130 ] } ] @@ -58885,14 +58901,14 @@ } }, { - "id": 17064, + "id": 17131, "name": "RemoteExpandProperty", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17065, + "id": 17132, "name": "property", "variant": "declaration", "kind": 1024, @@ -58903,7 +58919,7 @@ } }, { - "id": 17066, + "id": 17133, "name": "parent", "variant": "declaration", "kind": 1024, @@ -58914,7 +58930,7 @@ } }, { - "id": 17067, + "id": 17134, "name": "parentConfig", "variant": "declaration", "kind": 1024, @@ -58923,26 +58939,26 @@ }, "type": { "type": "reference", - "target": 17061, + "target": 17128, "name": "InternalJoinerServiceConfig", "package": "@medusajs/types" } }, { - "id": 17068, + "id": 17135, "name": "serviceConfig", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17061, + "target": 17128, "name": "InternalJoinerServiceConfig", "package": "@medusajs/types" } }, { - "id": 17069, + "id": 17136, "name": "fields", "variant": "declaration", "kind": 1024, @@ -58958,7 +58974,7 @@ } }, { - "id": 17070, + "id": 17137, "name": "args", "variant": "declaration", "kind": 1024, @@ -58969,14 +58985,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 17027, + "target": 17094, "name": "JoinerArgument", "package": "@medusajs/types" } } }, { - "id": 17071, + "id": 17138, "name": "expands", "variant": "declaration", "kind": 1024, @@ -58985,7 +59001,7 @@ }, "type": { "type": "reference", - "target": 17054, + "target": 17121, "name": "RemoteNestedExpands", "package": "@medusajs/types" } @@ -58995,19 +59011,19 @@ { "title": "Properties", "children": [ - 17065, - 17066, - 17067, - 17068, - 17069, - 17070, - 17071 + 17132, + 17133, + 17134, + 17135, + 17136, + 17137, + 17138 ] } ] }, { - "id": 17120, + "id": 17187, "name": "PlannerActionLinkDescriptor", "variant": "declaration", "kind": 2097152, @@ -59023,14 +59039,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17121, + "id": 17188, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17122, + "id": 17189, "name": "fromModule", "variant": "declaration", "kind": 1024, @@ -59041,7 +59057,7 @@ } }, { - "id": 17123, + "id": 17190, "name": "toModule", "variant": "declaration", "kind": 1024, @@ -59052,7 +59068,7 @@ } }, { - "id": 17124, + "id": 17191, "name": "fromModel", "variant": "declaration", "kind": 1024, @@ -59063,7 +59079,7 @@ } }, { - "id": 17125, + "id": 17192, "name": "toModel", "variant": "declaration", "kind": 1024, @@ -59078,10 +59094,10 @@ { "title": "Properties", "children": [ - 17122, - 17123, - 17124, - 17125 + 17189, + 17190, + 17191, + 17192 ] } ] @@ -59089,7 +59105,7 @@ } }, { - "id": 17126, + "id": 17193, "name": "LinkMigrationsPlannerAction", "variant": "declaration", "kind": 2097152, @@ -59108,14 +59124,14 @@ { "type": "reflection", "declaration": { - "id": 17127, + "id": 17194, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17128, + "id": 17195, "name": "action", "variant": "declaration", "kind": 1024, @@ -59139,20 +59155,20 @@ } }, { - "id": 17129, + "id": 17196, "name": "linkDescriptor", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17120, + "target": 17187, "name": "PlannerActionLinkDescriptor", "package": "@medusajs/types" } }, { - "id": 17130, + "id": 17197, "name": "sql", "variant": "declaration", "kind": 1024, @@ -59163,7 +59179,7 @@ } }, { - "id": 17131, + "id": 17198, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -59178,10 +59194,10 @@ { "title": "Properties", "children": [ - 17128, - 17129, - 17130, - 17131 + 17195, + 17196, + 17197, + 17198 ] } ] @@ -59190,14 +59206,14 @@ { "type": "reflection", "declaration": { - "id": 17132, + "id": 17199, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17133, + "id": 17200, "name": "action", "variant": "declaration", "kind": 1024, @@ -59208,7 +59224,7 @@ } }, { - "id": 17134, + "id": 17201, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -59219,14 +59235,14 @@ } }, { - "id": 17135, + "id": 17202, "name": "linkDescriptor", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17120, + "target": 17187, "name": "PlannerActionLinkDescriptor", "package": "@medusajs/types" } @@ -59236,9 +59252,9 @@ { "title": "Properties", "children": [ - 17133, - 17134, - 17135 + 17200, + 17201, + 17202 ] } ] @@ -59247,14 +59263,14 @@ { "type": "reflection", "declaration": { - "id": 17136, + "id": 17203, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17137, + "id": 17204, "name": "action", "variant": "declaration", "kind": 1024, @@ -59265,20 +59281,20 @@ } }, { - "id": 17138, + "id": 17205, "name": "linkDescriptor", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17120, + "target": 17187, "name": "PlannerActionLinkDescriptor", "package": "@medusajs/types" } }, { - "id": 17139, + "id": 17206, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -59293,9 +59309,9 @@ { "title": "Properties", "children": [ - 17137, - 17138, - 17139 + 17204, + 17205, + 17206 ] } ] @@ -59305,21 +59321,21 @@ } }, { - "id": 17140, + "id": 17207, "name": "ILinkMigrationsPlanner", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17141, + "id": 17208, "name": "createPlan", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17142, + "id": 17209, "name": "createPlan", "variant": "signature", "kind": 4096, @@ -59335,7 +59351,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17126, + "target": 17193, "name": "LinkMigrationsPlannerAction", "package": "@medusajs/types" } @@ -59348,21 +59364,21 @@ ] }, { - "id": 17143, + "id": 17210, "name": "executePlan", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17144, + "id": 17211, "name": "executePlan", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17145, + "id": 17212, "name": "actions", "variant": "param", "kind": 32768, @@ -59371,7 +59387,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17126, + "target": 17193, "name": "LinkMigrationsPlannerAction", "package": "@medusajs/types" } @@ -59401,35 +59417,35 @@ { "title": "Methods", "children": [ - 17141, - 17143 + 17208, + 17210 ] } ] }, { - "id": 17072, + "id": 17139, "name": "ILinkModule", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17073, + "id": 17140, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17074, + "id": 17141, "name": "list", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17075, + "id": 17142, "name": "filters", "variant": "param", "kind": 32768, @@ -59457,7 +59473,7 @@ } }, { - "id": 17076, + "id": 17143, "name": "config", "variant": "param", "kind": 32768, @@ -59466,7 +59482,7 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "intrinsic", @@ -59478,7 +59494,7 @@ } }, { - "id": 17077, + "id": 17144, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -59487,7 +59503,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -59515,21 +59531,21 @@ ] }, { - "id": 17078, + "id": 17145, "name": "listAndCount", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17079, + "id": 17146, "name": "listAndCount", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17080, + "id": 17147, "name": "filters", "variant": "param", "kind": 32768, @@ -59557,7 +59573,7 @@ } }, { - "id": 17081, + "id": 17148, "name": "config", "variant": "param", "kind": 32768, @@ -59566,7 +59582,7 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "intrinsic", @@ -59578,7 +59594,7 @@ } }, { - "id": 17082, + "id": 17149, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -59587,7 +59603,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -59624,21 +59640,21 @@ ] }, { - "id": 17083, + "id": 17150, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17084, + "id": 17151, "name": "create", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17085, + "id": 17152, "name": "primaryKeyOrBulkData", "variant": "param", "kind": 32768, @@ -59711,7 +59727,7 @@ } }, { - "id": 17086, + "id": 17153, "name": "foreignKeyData", "variant": "param", "kind": 32768, @@ -59724,7 +59740,7 @@ } }, { - "id": 17087, + "id": 17154, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -59733,7 +59749,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -59761,21 +59777,21 @@ ] }, { - "id": 17088, + "id": 17155, "name": "dismiss", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17089, + "id": 17156, "name": "dismiss", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17090, + "id": 17157, "name": "primaryKeyOrBulkData", "variant": "param", "kind": 32768, @@ -59826,7 +59842,7 @@ } }, { - "id": 17091, + "id": 17158, "name": "foreignKeyData", "variant": "param", "kind": 32768, @@ -59839,7 +59855,7 @@ } }, { - "id": 17092, + "id": 17159, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -59848,7 +59864,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -59876,21 +59892,21 @@ ] }, { - "id": 17093, + "id": 17160, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17094, + "id": 17161, "name": "delete", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17095, + "id": 17162, "name": "data", "variant": "param", "kind": 32768, @@ -59901,7 +59917,7 @@ } }, { - "id": 17096, + "id": 17163, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -59910,7 +59926,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -59935,21 +59951,21 @@ ] }, { - "id": 17097, + "id": 17164, "name": "softDelete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17098, + "id": 17165, "name": "softDelete", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17099, + "id": 17166, "name": "data", "variant": "param", "kind": 32768, @@ -59960,7 +59976,7 @@ } }, { - "id": 17100, + "id": 17167, "name": "config", "variant": "param", "kind": 32768, @@ -59969,13 +59985,13 @@ }, "type": { "type": "reference", - "target": 14391, + "target": 14458, "name": "SoftDeleteReturn", "package": "@medusajs/types" } }, { - "id": 17101, + "id": 17168, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -59984,7 +60000,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -60036,21 +60052,21 @@ ] }, { - "id": 17102, + "id": 17169, "name": "restore", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17103, + "id": 17170, "name": "restore", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17104, + "id": 17171, "name": "data", "variant": "param", "kind": 32768, @@ -60061,7 +60077,7 @@ } }, { - "id": 17105, + "id": 17172, "name": "config", "variant": "param", "kind": 32768, @@ -60070,13 +60086,13 @@ }, "type": { "type": "reference", - "target": 14394, + "target": 14461, "name": "RestoreReturn", "package": "@medusajs/types" } }, { - "id": 17106, + "id": 17173, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -60085,7 +60101,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -60141,41 +60157,41 @@ { "title": "Methods", "children": [ - 17073, - 17078, - 17083, - 17088, - 17093, - 17097, - 17102 + 17140, + 17145, + 17150, + 17155, + 17160, + 17164, + 17169 ] } ], "extendedTypes": [ { "type": "reference", - "target": 16228, + "target": 16295, "name": "IModuleService", "package": "@medusajs/types" } ] }, { - "id": 15999, + "id": 16066, "name": "LoggerTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16000, + "id": 16067, "name": "Logger", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16001, + "id": 16068, "name": "panic", "variant": "declaration", "kind": 1024, @@ -60183,21 +60199,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16002, + "id": 16069, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16003, + "id": 16070, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16004, + "id": 16071, "name": "data", "variant": "param", "kind": 32768, @@ -60218,7 +60234,7 @@ } }, { - "id": 16005, + "id": 16072, "name": "shouldLog", "variant": "declaration", "kind": 1024, @@ -60226,21 +60242,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16006, + "id": 16073, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16007, + "id": 16074, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16008, + "id": 16075, "name": "level", "variant": "param", "kind": 32768, @@ -60261,7 +60277,7 @@ } }, { - "id": 16009, + "id": 16076, "name": "setLogLevel", "variant": "declaration", "kind": 1024, @@ -60269,21 +60285,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16010, + "id": 16077, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16011, + "id": 16078, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16012, + "id": 16079, "name": "level", "variant": "param", "kind": 32768, @@ -60304,7 +60320,7 @@ } }, { - "id": 16013, + "id": 16080, "name": "unsetLogLevel", "variant": "declaration", "kind": 1024, @@ -60312,14 +60328,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16014, + "id": 16081, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16015, + "id": 16082, "name": "__type", "variant": "signature", "kind": 4096, @@ -60334,7 +60350,7 @@ } }, { - "id": 16016, + "id": 16083, "name": "activity", "variant": "declaration", "kind": 1024, @@ -60342,21 +60358,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16017, + "id": 16084, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16018, + "id": 16085, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16019, + "id": 16086, "name": "message", "variant": "param", "kind": 32768, @@ -60367,7 +60383,7 @@ } }, { - "id": 16020, + "id": 16087, "name": "config", "variant": "param", "kind": 32768, @@ -60390,7 +60406,7 @@ } }, { - "id": 16021, + "id": 16088, "name": "progress", "variant": "declaration", "kind": 1024, @@ -60398,21 +60414,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16022, + "id": 16089, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16023, + "id": 16090, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16024, + "id": 16091, "name": "activityId", "variant": "param", "kind": 32768, @@ -60423,7 +60439,7 @@ } }, { - "id": 16025, + "id": 16092, "name": "message", "variant": "param", "kind": 32768, @@ -60444,7 +60460,7 @@ } }, { - "id": 16026, + "id": 16093, "name": "error", "variant": "declaration", "kind": 1024, @@ -60452,21 +60468,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16027, + "id": 16094, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16028, + "id": 16095, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16029, + "id": 16096, "name": "messageOrError", "variant": "param", "kind": 32768, @@ -60477,7 +60493,7 @@ } }, { - "id": 16030, + "id": 16097, "name": "error", "variant": "param", "kind": 32768, @@ -60500,7 +60516,7 @@ } }, { - "id": 16031, + "id": 16098, "name": "failure", "variant": "declaration", "kind": 1024, @@ -60508,21 +60524,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16032, + "id": 16099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16033, + "id": 16100, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16034, + "id": 16101, "name": "activityId", "variant": "param", "kind": 32768, @@ -60533,7 +60549,7 @@ } }, { - "id": 16035, + "id": 16102, "name": "message", "variant": "param", "kind": 32768, @@ -60554,7 +60570,7 @@ } }, { - "id": 16036, + "id": 16103, "name": "success", "variant": "declaration", "kind": 1024, @@ -60562,21 +60578,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16037, + "id": 16104, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16038, + "id": 16105, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16039, + "id": 16106, "name": "activityId", "variant": "param", "kind": 32768, @@ -60587,7 +60603,7 @@ } }, { - "id": 16040, + "id": 16107, "name": "message", "variant": "param", "kind": 32768, @@ -60608,7 +60624,7 @@ } }, { - "id": 16041, + "id": 16108, "name": "debug", "variant": "declaration", "kind": 1024, @@ -60616,21 +60632,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16042, + "id": 16109, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16043, + "id": 16110, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16044, + "id": 16111, "name": "message", "variant": "param", "kind": 32768, @@ -60651,7 +60667,7 @@ } }, { - "id": 16045, + "id": 16112, "name": "info", "variant": "declaration", "kind": 1024, @@ -60659,21 +60675,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16046, + "id": 16113, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16047, + "id": 16114, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16048, + "id": 16115, "name": "message", "variant": "param", "kind": 32768, @@ -60694,7 +60710,7 @@ } }, { - "id": 16049, + "id": 16116, "name": "warn", "variant": "declaration", "kind": 1024, @@ -60702,21 +60718,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16050, + "id": 16117, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16051, + "id": 16118, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16052, + "id": 16119, "name": "message", "variant": "param", "kind": 32768, @@ -60737,7 +60753,7 @@ } }, { - "id": 16053, + "id": 16120, "name": "log", "variant": "declaration", "kind": 1024, @@ -60745,21 +60761,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16054, + "id": 16121, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16055, + "id": 16122, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16056, + "id": 16123, "name": "args", "variant": "param", "kind": 32768, @@ -60789,19 +60805,19 @@ { "title": "Properties", "children": [ - 16001, - 16005, - 16009, - 16013, - 16016, - 16021, - 16026, - 16031, - 16036, - 16041, - 16045, - 16049, - 16053 + 16068, + 16072, + 16076, + 16080, + 16083, + 16088, + 16093, + 16098, + 16103, + 16108, + 16112, + 16116, + 16120 ] } ] @@ -60811,27 +60827,27 @@ { "title": "Interfaces", "children": [ - 16000 + 16067 ] } ] }, { - "id": 16057, + "id": 16124, "name": "ModulesSdkTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16058, + "id": 16125, "name": "Constructor", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 16064, + "id": 16131, "name": "T", "variant": "typeParam", "kind": 131072, @@ -60841,21 +60857,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16059, + "id": 16126, "name": "__type", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 16060, + "id": 16127, "name": "__type", "variant": "signature", "kind": 16384, "flags": {}, "parameters": [ { - "id": 16063, + "id": 16130, "name": "args", "variant": "param", "kind": 32768, @@ -60876,7 +60892,7 @@ "types": [ { "type": "reference", - "target": 16064, + "target": 16131, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -60884,21 +60900,21 @@ { "type": "reflection", "declaration": { - "id": 16061, + "id": 16128, "name": "__type", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 16062, + "id": 16129, "name": "__type", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 16064, + "target": 16131, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -60915,7 +60931,7 @@ } }, { - "id": 16065, + "id": 16132, "name": "LogLevel", "variant": "declaration", "kind": 2097152, @@ -60955,7 +60971,7 @@ } }, { - "id": 16066, + "id": 16133, "name": "LoggerOptions", "variant": "declaration", "kind": 2097152, @@ -60975,7 +60991,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16065, + "target": 16132, "name": "LogLevel", "package": "@medusajs/types" } @@ -60984,7 +61000,7 @@ } }, { - "id": 16067, + "id": 16134, "name": "CustomModuleDefinition", "variant": "declaration", "kind": 2097152, @@ -60992,14 +61008,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16068, + "id": 16135, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16069, + "id": 16136, "name": "key", "variant": "declaration", "kind": 1024, @@ -61012,7 +61028,7 @@ } }, { - "id": 16070, + "id": 16137, "name": "registrationName", "variant": "declaration", "kind": 1024, @@ -61025,7 +61041,7 @@ } }, { - "id": 16071, + "id": 16138, "name": "label", "variant": "declaration", "kind": 1024, @@ -61038,7 +61054,7 @@ } }, { - "id": 16072, + "id": 16139, "name": "isQueryable", "variant": "declaration", "kind": 1024, @@ -61051,7 +61067,7 @@ } }, { - "id": 16073, + "id": 16140, "name": "dependencies", "variant": "declaration", "kind": 1024, @@ -61071,11 +61087,11 @@ { "title": "Properties", "children": [ - 16069, - 16070, - 16071, - 16072, - 16073 + 16136, + 16137, + 16138, + 16139, + 16140 ] } ] @@ -61083,7 +61099,7 @@ } }, { - "id": 16074, + "id": 16141, "name": "InternalModuleDeclaration", "variant": "declaration", "kind": 2097152, @@ -61091,14 +61107,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16075, + "id": 16142, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16076, + "id": 16143, "name": "scope", "variant": "declaration", "kind": 1024, @@ -61109,7 +61125,7 @@ } }, { - "id": 16077, + "id": 16144, "name": "resources", "variant": "declaration", "kind": 1024, @@ -61129,7 +61145,7 @@ } }, { - "id": 16078, + "id": 16145, "name": "dependencies", "variant": "declaration", "kind": 1024, @@ -61145,7 +61161,7 @@ } }, { - "id": 16079, + "id": 16146, "name": "definition", "variant": "declaration", "kind": 1024, @@ -61154,13 +61170,13 @@ }, "type": { "type": "reference", - "target": 16067, + "target": 16134, "name": "CustomModuleDefinition", "package": "@medusajs/types" } }, { - "id": 16080, + "id": 16147, "name": "resolve", "variant": "declaration", "kind": 1024, @@ -61176,7 +61192,7 @@ }, { "type": "reference", - "target": 16181, + "target": 16248, "name": "ModuleExports", "package": "@medusajs/types" } @@ -61184,7 +61200,7 @@ } }, { - "id": 16081, + "id": 16148, "name": "options", "variant": "declaration", "kind": 1024, @@ -61212,7 +61228,7 @@ } }, { - "id": 16082, + "id": 16149, "name": "alias", "variant": "declaration", "kind": 1024, @@ -61233,7 +61249,7 @@ } }, { - "id": 16083, + "id": 16150, "name": "main", "variant": "declaration", "kind": 1024, @@ -61254,7 +61270,7 @@ } }, { - "id": 16084, + "id": 16151, "name": "worker_mode", "variant": "declaration", "kind": 1024, @@ -61284,15 +61300,15 @@ { "title": "Properties", "children": [ - 16076, - 16077, - 16078, - 16079, - 16080, - 16081, - 16082, - 16083, - 16084 + 16143, + 16144, + 16145, + 16146, + 16147, + 16148, + 16149, + 16150, + 16151 ] } ] @@ -61300,7 +61316,7 @@ } }, { - "id": 16085, + "id": 16152, "name": "ExternalModuleDeclaration", "variant": "declaration", "kind": 2097152, @@ -61308,14 +61324,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16086, + "id": 16153, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16087, + "id": 16154, "name": "scope", "variant": "declaration", "kind": 1024, @@ -61326,7 +61342,7 @@ } }, { - "id": 16088, + "id": 16155, "name": "definition", "variant": "declaration", "kind": 1024, @@ -61335,13 +61351,13 @@ }, "type": { "type": "reference", - "target": 16067, + "target": 16134, "name": "CustomModuleDefinition", "package": "@medusajs/types" } }, { - "id": 16089, + "id": 16156, "name": "server", "variant": "declaration", "kind": 1024, @@ -61351,14 +61367,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16090, + "id": 16157, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16091, + "id": 16158, "name": "type", "variant": "declaration", "kind": 1024, @@ -61369,7 +61385,7 @@ } }, { - "id": 16092, + "id": 16159, "name": "url", "variant": "declaration", "kind": 1024, @@ -61380,7 +61396,7 @@ } }, { - "id": 16093, + "id": 16160, "name": "keepAlive", "variant": "declaration", "kind": 1024, @@ -61395,9 +61411,9 @@ { "title": "Properties", "children": [ - 16091, - 16092, - 16093 + 16158, + 16159, + 16160 ] } ] @@ -61405,7 +61421,7 @@ } }, { - "id": 16094, + "id": 16161, "name": "options", "variant": "declaration", "kind": 1024, @@ -61433,7 +61449,7 @@ } }, { - "id": 16095, + "id": 16162, "name": "alias", "variant": "declaration", "kind": 1024, @@ -61454,7 +61470,7 @@ } }, { - "id": 16096, + "id": 16163, "name": "main", "variant": "declaration", "kind": 1024, @@ -61479,12 +61495,12 @@ { "title": "Properties", "children": [ - 16087, - 16088, - 16089, - 16094, - 16095, - 16096 + 16154, + 16155, + 16156, + 16161, + 16162, + 16163 ] } ] @@ -61492,7 +61508,7 @@ } }, { - "id": 16097, + "id": 16164, "name": "ModuleResolution", "variant": "declaration", "kind": 2097152, @@ -61500,14 +61516,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16098, + "id": 16165, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16099, + "id": 16166, "name": "resolutionPath", "variant": "declaration", "kind": 1024, @@ -61527,20 +61543,20 @@ } }, { - "id": 16100, + "id": 16167, "name": "definition", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16105, + "target": 16172, "name": "ModuleDefinition", "package": "@medusajs/types" } }, { - "id": 16101, + "id": 16168, "name": "options", "variant": "declaration", "kind": 1024, @@ -61568,7 +61584,7 @@ } }, { - "id": 16102, + "id": 16169, "name": "dependencies", "variant": "declaration", "kind": 1024, @@ -61584,7 +61600,7 @@ } }, { - "id": 16103, + "id": 16170, "name": "moduleDeclaration", "variant": "declaration", "kind": 1024, @@ -61596,13 +61612,13 @@ "types": [ { "type": "reference", - "target": 16074, + "target": 16141, "name": "InternalModuleDeclaration", "package": "@medusajs/types" }, { "type": "reference", - "target": 16085, + "target": 16152, "name": "ExternalModuleDeclaration", "package": "@medusajs/types" } @@ -61610,7 +61626,7 @@ } }, { - "id": 16104, + "id": 16171, "name": "moduleExports", "variant": "declaration", "kind": 1024, @@ -61619,7 +61635,7 @@ }, "type": { "type": "reference", - "target": 16181, + "target": 16248, "name": "ModuleExports", "package": "@medusajs/types" } @@ -61629,12 +61645,12 @@ { "title": "Properties", "children": [ - 16099, - 16100, - 16101, - 16102, - 16103, - 16104 + 16166, + 16167, + 16168, + 16169, + 16170, + 16171 ] } ] @@ -61642,7 +61658,7 @@ } }, { - "id": 16105, + "id": 16172, "name": "ModuleDefinition", "variant": "declaration", "kind": 2097152, @@ -61650,14 +61666,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16106, + "id": 16173, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16107, + "id": 16174, "name": "key", "variant": "declaration", "kind": 1024, @@ -61668,7 +61684,7 @@ } }, { - "id": 16108, + "id": 16175, "name": "registrationName", "variant": "declaration", "kind": 1024, @@ -61679,7 +61695,7 @@ } }, { - "id": 16109, + "id": 16176, "name": "defaultPackage", "variant": "declaration", "kind": 1024, @@ -61699,7 +61715,7 @@ } }, { - "id": 16110, + "id": 16177, "name": "label", "variant": "declaration", "kind": 1024, @@ -61710,7 +61726,7 @@ } }, { - "id": 16111, + "id": 16178, "name": "isRequired", "variant": "declaration", "kind": 1024, @@ -61723,7 +61739,7 @@ } }, { - "id": 16112, + "id": 16179, "name": "isQueryable", "variant": "declaration", "kind": 1024, @@ -61736,7 +61752,7 @@ } }, { - "id": 16113, + "id": 16180, "name": "dependencies", "variant": "declaration", "kind": 1024, @@ -61752,7 +61768,7 @@ } }, { - "id": 16115, + "id": 16182, "name": "defaultModuleDeclaration", "variant": "declaration", "kind": 1024, @@ -61762,13 +61778,13 @@ "types": [ { "type": "reference", - "target": 16074, + "target": 16141, "name": "InternalModuleDeclaration", "package": "@medusajs/types" }, { "type": "reference", - "target": 16085, + "target": 16152, "name": "ExternalModuleDeclaration", "package": "@medusajs/types" } @@ -61780,14 +61796,14 @@ { "title": "Properties", "children": [ - 16107, - 16108, - 16109, - 16110, - 16111, - 16112, - 16113, - 16115 + 16174, + 16175, + 16176, + 16177, + 16178, + 16179, + 16180, + 16182 ] } ] @@ -61795,7 +61811,7 @@ } }, { - "id": 16116, + "id": 16183, "name": "LinkModuleDefinition", "variant": "declaration", "kind": 2097152, @@ -61803,14 +61819,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16117, + "id": 16184, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16118, + "id": 16185, "name": "key", "variant": "declaration", "kind": 1024, @@ -61821,7 +61837,7 @@ } }, { - "id": 16119, + "id": 16186, "name": "registrationName", "variant": "declaration", "kind": 1024, @@ -61832,7 +61848,7 @@ } }, { - "id": 16120, + "id": 16187, "name": "label", "variant": "declaration", "kind": 1024, @@ -61843,7 +61859,7 @@ } }, { - "id": 16121, + "id": 16188, "name": "dependencies", "variant": "declaration", "kind": 1024, @@ -61859,14 +61875,14 @@ } }, { - "id": 16122, + "id": 16189, "name": "defaultModuleDeclaration", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16074, + "target": 16141, "name": "InternalModuleDeclaration", "package": "@medusajs/types" } @@ -61876,11 +61892,11 @@ { "title": "Properties", "children": [ - 16118, - 16119, - 16120, - 16121, - 16122 + 16185, + 16186, + 16187, + 16188, + 16189 ] } ] @@ -61888,7 +61904,7 @@ } }, { - "id": 16123, + "id": 16190, "name": "ModuleConfig", "variant": "declaration", "kind": 2097152, @@ -61898,21 +61914,21 @@ "types": [ { "type": "reference", - "target": 17434, + "target": 17501, "name": "ModuleDeclaration", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 16124, + "id": 16191, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16125, + "id": 16192, "name": "module", "variant": "declaration", "kind": 1024, @@ -61923,7 +61939,7 @@ } }, { - "id": 16126, + "id": 16193, "name": "path", "variant": "declaration", "kind": 1024, @@ -61934,14 +61950,14 @@ } }, { - "id": 16127, + "id": 16194, "name": "definition", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16105, + "target": 16172, "name": "ModuleDefinition", "package": "@medusajs/types" } @@ -61951,9 +61967,9 @@ { "title": "Properties", "children": [ - 16125, - 16126, - 16127 + 16192, + 16193, + 16194 ] } ] @@ -61963,7 +61979,7 @@ } }, { - "id": 16128, + "id": 16195, "name": "LoadedModule", "variant": "declaration", "kind": 2097152, @@ -61978,34 +61994,34 @@ { "type": "reflection", "declaration": { - "id": 16129, + "id": 16196, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16130, + "id": 16197, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16154, + "target": 16221, "name": "ModuleJoinerConfig", "package": "@medusajs/types" } }, { - "id": 16131, + "id": 16198, "name": "__definition", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16105, + "target": 16172, "name": "ModuleDefinition", "package": "@medusajs/types" } @@ -62015,8 +62031,8 @@ { "title": "Properties", "children": [ - 16130, - 16131 + 16197, + 16198 ] } ] @@ -62026,14 +62042,14 @@ } }, { - "id": 16132, + "id": 16199, "name": "LoaderOptions", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 16138, + "id": 16205, "name": "TOptions", "variant": "typeParam", "kind": 131072, @@ -62062,27 +62078,27 @@ "type": { "type": "reflection", "declaration": { - "id": 16133, + "id": 16200, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16134, + "id": 16201, "name": "container", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14176, + "target": 14243, "name": "MedusaContainer", "package": "@medusajs/types" } }, { - "id": 16135, + "id": 16202, "name": "options", "variant": "declaration", "kind": 1024, @@ -62091,14 +62107,14 @@ }, "type": { "type": "reference", - "target": 16138, + "target": 16205, "name": "TOptions", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 16136, + "id": 16203, "name": "logger", "variant": "declaration", "kind": 1024, @@ -62107,13 +62123,13 @@ }, "type": { "type": "reference", - "target": 16000, + "target": 16067, "name": "Logger", "package": "@medusajs/types" } }, { - "id": 16137, + "id": 16204, "name": "dataLoaderOnly", "variant": "declaration", "kind": 1024, @@ -62130,10 +62146,10 @@ { "title": "Properties", "children": [ - 16134, - 16135, - 16136, - 16137 + 16201, + 16202, + 16203, + 16204 ] } ] @@ -62141,7 +62157,7 @@ } }, { - "id": 16139, + "id": 16206, "name": "ModuleLoaderFunction", "variant": "declaration", "kind": 2097152, @@ -62149,28 +62165,28 @@ "type": { "type": "reflection", "declaration": { - "id": 16140, + "id": 16207, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16141, + "id": 16208, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16142, + "id": 16209, "name": "options", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 16132, + "target": 16199, "typeArguments": [ { "type": "intrinsic", @@ -62182,7 +62198,7 @@ } }, { - "id": 16143, + "id": 16210, "name": "moduleDeclaration", "variant": "param", "kind": 32768, @@ -62191,7 +62207,7 @@ }, "type": { "type": "reference", - "target": 16074, + "target": 16141, "name": "InternalModuleDeclaration", "package": "@medusajs/types" } @@ -62218,7 +62234,7 @@ } }, { - "id": 16144, + "id": 16211, "name": "ModulesResponse", "variant": "declaration", "kind": 2097152, @@ -62228,14 +62244,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16145, + "id": 16212, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16146, + "id": 16213, "name": "module", "variant": "declaration", "kind": 1024, @@ -62246,7 +62262,7 @@ } }, { - "id": 16147, + "id": 16214, "name": "resolution", "variant": "declaration", "kind": 1024, @@ -62270,8 +62286,8 @@ { "title": "Properties", "children": [ - 16146, - 16147 + 16213, + 16214 ] } ] @@ -62280,7 +62296,7 @@ } }, { - "id": 16148, + "id": 16215, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -62299,14 +62315,14 @@ { "type": "reflection", "declaration": { - "id": 16149, + "id": 16216, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16150, + "id": 16217, "name": "type", "variant": "declaration", "kind": 1024, @@ -62402,7 +62418,7 @@ } }, { - "id": 16151, + "id": 16218, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -62415,7 +62431,7 @@ } }, { - "id": 16152, + "id": 16219, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -62428,7 +62444,7 @@ } }, { - "id": 16153, + "id": 16220, "name": "options", "variant": "declaration", "kind": 1024, @@ -62468,10 +62484,10 @@ { "title": "Properties", "children": [ - 16150, - 16151, - 16152, - 16153 + 16217, + 16218, + 16219, + 16220 ] } ] @@ -62483,7 +62499,7 @@ } }, { - "id": 16154, + "id": 16221, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -62500,7 +62516,7 @@ "typeArguments": [ { "type": "reference", - "target": 17013, + "target": 17080, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -62532,14 +62548,14 @@ { "type": "reflection", "declaration": { - "id": 16155, + "id": 16222, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16156, + "id": 16223, "name": "schema", "variant": "declaration", "kind": 1024, @@ -62560,7 +62576,7 @@ } }, { - "id": 16157, + "id": 16224, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -62571,14 +62587,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 16178, + "target": 16245, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 16158, + "id": 16225, "name": "extends", "variant": "declaration", "kind": 1024, @@ -62590,14 +62606,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16159, + "id": 16226, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16160, + "id": 16227, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -62608,7 +62624,7 @@ } }, { - "id": 16161, + "id": 16228, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -62636,14 +62652,14 @@ { "type": "reflection", "declaration": { - "id": 16162, + "id": 16229, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16163, + "id": 16230, "name": "path", "variant": "declaration", "kind": 1024, @@ -62654,7 +62670,7 @@ } }, { - "id": 16164, + "id": 16231, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -62670,7 +62686,7 @@ } }, { - "id": 16165, + "id": 16232, "name": "isList", "variant": "declaration", "kind": 1024, @@ -62687,9 +62703,9 @@ { "title": "Properties", "children": [ - 16163, - 16164, - 16165 + 16230, + 16231, + 16232 ] } ] @@ -62703,14 +62719,14 @@ } }, { - "id": 16166, + "id": 16233, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16178, + "target": 16245, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -62720,9 +62736,9 @@ { "title": "Properties", "children": [ - 16160, - 16161, - 16166 + 16227, + 16228, + 16233 ] } ] @@ -62731,7 +62747,7 @@ } }, { - "id": 16167, + "id": 16234, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -62744,7 +62760,7 @@ } }, { - "id": 16168, + "id": 16235, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -62760,7 +62776,7 @@ } }, { - "id": 16169, + "id": 16236, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -62781,7 +62797,7 @@ } }, { - "id": 16170, + "id": 16237, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -62817,7 +62833,7 @@ } }, { - "id": 16171, + "id": 16238, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -62838,7 +62854,7 @@ } }, { - "id": 16172, + "id": 16239, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -62862,7 +62878,7 @@ } }, { - "id": 16173, + "id": 16240, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -62872,14 +62888,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16174, + "id": 16241, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16175, + "id": 16242, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -62900,7 +62916,7 @@ } }, { - "id": 16176, + "id": 16243, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -62921,7 +62937,7 @@ } }, { - "id": 16177, + "id": 16244, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -62930,7 +62946,7 @@ }, "type": { "type": "reference", - "target": 16148, + "target": 16215, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -62940,9 +62956,9 @@ { "title": "Properties", "children": [ - 16175, - 16176, - 16177 + 16242, + 16243, + 16244 ] } ] @@ -62954,16 +62970,16 @@ { "title": "Properties", "children": [ - 16156, - 16157, - 16158, - 16167, - 16168, - 16169, - 16170, - 16171, - 16172, - 16173 + 16223, + 16224, + 16225, + 16234, + 16235, + 16236, + 16237, + 16238, + 16239, + 16240 ] } ] @@ -62973,7 +62989,7 @@ } }, { - "id": 16178, + "id": 16245, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -62983,21 +62999,21 @@ "types": [ { "type": "reference", - "target": 17001, + "target": 17068, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 16179, + "id": 16246, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16180, + "id": 16247, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -63022,7 +63038,7 @@ { "title": "Properties", "children": [ - 16180 + 16247 ] } ] @@ -63032,21 +63048,21 @@ } }, { - "id": 16181, + "id": 16248, "name": "ModuleExports", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 16197, + "id": 16264, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {}, "default": { "type": "reference", - "target": 16058, + "target": 16125, "typeArguments": [ { "type": "intrinsic", @@ -63061,28 +63077,28 @@ "type": { "type": "reflection", "declaration": { - "id": 16182, + "id": 16249, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16183, + "id": 16250, "name": "service", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 16197, + "target": 16264, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 16184, + "id": 16251, "name": "loaders", "variant": "declaration", "kind": 1024, @@ -63093,14 +63109,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 16139, + "target": 16206, "name": "ModuleLoaderFunction", "package": "@medusajs/types" } } }, { - "id": 16185, + "id": 16252, "name": "runMigrations", "variant": "declaration", "kind": 2048, @@ -63109,21 +63125,21 @@ }, "signatures": [ { - "id": 16186, + "id": 16253, "name": "runMigrations", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16187, + "id": 16254, "name": "options", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 16132, + "target": 16199, "typeArguments": [ { "type": "intrinsic", @@ -63135,7 +63151,7 @@ } }, { - "id": 16188, + "id": 16255, "name": "moduleDeclaration", "variant": "param", "kind": 32768, @@ -63144,7 +63160,7 @@ }, "type": { "type": "reference", - "target": 16074, + "target": 16141, "name": "InternalModuleDeclaration", "package": "@medusajs/types" } @@ -63169,7 +63185,7 @@ ] }, { - "id": 16189, + "id": 16256, "name": "revertMigration", "variant": "declaration", "kind": 2048, @@ -63178,21 +63194,21 @@ }, "signatures": [ { - "id": 16190, + "id": 16257, "name": "revertMigration", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16191, + "id": 16258, "name": "options", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 16132, + "target": 16199, "typeArguments": [ { "type": "intrinsic", @@ -63204,7 +63220,7 @@ } }, { - "id": 16192, + "id": 16259, "name": "moduleDeclaration", "variant": "param", "kind": 32768, @@ -63213,7 +63229,7 @@ }, "type": { "type": "reference", - "target": 16074, + "target": 16141, "name": "InternalModuleDeclaration", "package": "@medusajs/types" } @@ -63238,7 +63254,7 @@ ] }, { - "id": 16193, + "id": 16260, "name": "generateMigration", "variant": "declaration", "kind": 2048, @@ -63247,21 +63263,21 @@ }, "signatures": [ { - "id": 16194, + "id": 16261, "name": "generateMigration", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16195, + "id": 16262, "name": "options", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 16132, + "target": 16199, "typeArguments": [ { "type": "intrinsic", @@ -63273,7 +63289,7 @@ } }, { - "id": 16196, + "id": 16263, "name": "moduleDeclaration", "variant": "param", "kind": 32768, @@ -63282,7 +63298,7 @@ }, "type": { "type": "reference", - "target": 16074, + "target": 16141, "name": "InternalModuleDeclaration", "package": "@medusajs/types" } @@ -63311,16 +63327,16 @@ { "title": "Properties", "children": [ - 16183, - 16184 + 16250, + 16251 ] }, { "title": "Methods", "children": [ - 16185, - 16189, - 16193 + 16252, + 16256, + 16260 ] } ] @@ -63328,14 +63344,14 @@ } }, { - "id": 16198, + "id": 16265, "name": "ModuleServiceInitializeOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16199, + "id": 16266, "name": "database", "variant": "declaration", "kind": 1024, @@ -63343,14 +63359,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16200, + "id": 16267, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16201, + "id": 16268, "name": "connection", "variant": "declaration", "kind": 1024, @@ -63371,7 +63387,7 @@ } }, { - "id": 16202, + "id": 16269, "name": "clientUrl", "variant": "declaration", "kind": 1024, @@ -63384,7 +63400,7 @@ } }, { - "id": 16203, + "id": 16270, "name": "schema", "variant": "declaration", "kind": 1024, @@ -63397,7 +63413,7 @@ } }, { - "id": 16204, + "id": 16271, "name": "host", "variant": "declaration", "kind": 1024, @@ -63410,7 +63426,7 @@ } }, { - "id": 16205, + "id": 16272, "name": "port", "variant": "declaration", "kind": 1024, @@ -63423,7 +63439,7 @@ } }, { - "id": 16206, + "id": 16273, "name": "user", "variant": "declaration", "kind": 1024, @@ -63436,7 +63452,7 @@ } }, { - "id": 16207, + "id": 16274, "name": "password", "variant": "declaration", "kind": 1024, @@ -63449,7 +63465,7 @@ } }, { - "id": 16208, + "id": 16275, "name": "database", "variant": "declaration", "kind": 1024, @@ -63462,7 +63478,7 @@ } }, { - "id": 16209, + "id": 16276, "name": "driverOptions", "variant": "declaration", "kind": 1024, @@ -63494,14 +63510,14 @@ { "type": "reflection", "declaration": { - "id": 16210, + "id": 16277, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16211, + "id": 16278, "name": "connection", "variant": "declaration", "kind": 1024, @@ -63533,7 +63549,7 @@ { "title": "Properties", "children": [ - 16211 + 16278 ] } ] @@ -63543,7 +63559,7 @@ } }, { - "id": 16212, + "id": 16279, "name": "debug", "variant": "declaration", "kind": 1024, @@ -63556,7 +63572,7 @@ } }, { - "id": 16213, + "id": 16280, "name": "pool", "variant": "declaration", "kind": 1024, @@ -63588,17 +63604,17 @@ { "title": "Properties", "children": [ - 16201, - 16202, - 16203, - 16204, - 16205, - 16206, - 16207, - 16208, - 16209, - 16212, - 16213 + 16268, + 16269, + 16270, + 16271, + 16272, + 16273, + 16274, + 16275, + 16276, + 16279, + 16280 ] } ] @@ -63610,13 +63626,13 @@ { "title": "Properties", "children": [ - 16199 + 16266 ] } ] }, { - "id": 16214, + "id": 16281, "name": "ModuleServiceInitializeCustomDataLayerOptions", "variant": "declaration", "kind": 2097152, @@ -63624,14 +63640,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16215, + "id": 16282, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16216, + "id": 16283, "name": "manager", "variant": "declaration", "kind": 1024, @@ -63644,7 +63660,7 @@ } }, { - "id": 16217, + "id": 16284, "name": "repositories", "variant": "declaration", "kind": 1024, @@ -63654,21 +63670,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16218, + "id": 16285, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 16219, + "id": 16286, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 16220, + "id": 16287, "name": "key", "variant": "param", "kind": 32768, @@ -63681,11 +63697,11 @@ ], "type": { "type": "reference", - "target": 16058, + "target": 16125, "typeArguments": [ { "type": "reference", - "target": 14271, + "target": 14338, "name": "RepositoryService", "package": "@medusajs/types" } @@ -63703,8 +63719,8 @@ { "title": "Properties", "children": [ - 16216, - 16217 + 16283, + 16284 ] } ] @@ -63712,7 +63728,7 @@ } }, { - "id": 16221, + "id": 16288, "name": "ModuleBootstrapDeclaration", "variant": "declaration", "kind": 2097152, @@ -63722,13 +63738,13 @@ "types": [ { "type": "reference", - "target": 16074, + "target": 16141, "name": "InternalModuleDeclaration", "package": "@medusajs/types" }, { "type": "reference", - "target": 16085, + "target": 16152, "name": "ExternalModuleDeclaration", "package": "@medusajs/types" } @@ -63736,7 +63752,7 @@ } }, { - "id": 16222, + "id": 16289, "name": "RemoteQueryFunction", "variant": "declaration", "kind": 2097152, @@ -63744,21 +63760,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16223, + "id": 16290, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16224, + "id": 16291, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16225, + "id": 16292, "name": "query", "variant": "param", "kind": 32768, @@ -63772,7 +63788,7 @@ }, { "type": "reference", - "target": 17033, + "target": 17100, "name": "RemoteJoinerQuery", "package": "@medusajs/types" }, @@ -63784,7 +63800,7 @@ } }, { - "id": 16226, + "id": 16293, "name": "variables", "variant": "param", "kind": 32768, @@ -63812,7 +63828,7 @@ } }, { - "id": 16227, + "id": 16294, "name": "options", "variant": "param", "kind": 32768, @@ -63821,7 +63837,7 @@ }, "type": { "type": "reference", - "target": 17051, + "target": 17118, "name": "RemoteJoinerOptions", "package": "@medusajs/types" } @@ -63857,7 +63873,7 @@ } }, { - "id": 16228, + "id": 16295, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -63865,58 +63881,58 @@ "extendedBy": [ { "type": "reference", - "target": 14505, + "target": 14572, "name": "IFileModuleService" }, { "type": "reference", - "target": 15790, + "target": 15857, "name": "IInventoryService" }, { "type": "reference", - "target": 16403, + "target": 16470, "name": "INotificationModuleService" }, { "type": "reference", - "target": 16558, + "target": 16625, "name": "IStockLocationService" }, { "type": "reference", - "target": 16781, + "target": 16848, "name": "IWorkflowEngineService" }, { "type": "reference", - "target": 17072, + "target": 17139, "name": "ILinkModule" } ] }, { - "id": 16242, + "id": 16309, "name": "IMedusaInternalService", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16243, + "id": 16310, "name": "__container__", "variant": "declaration", "kind": 262144, "flags": {}, "getSignature": { - "id": 16244, + "id": 16311, "name": "__container__", "variant": "signature", "kind": 524288, "flags": {}, "type": { "type": "reference", - "target": 16346, + "target": 16413, "name": "TContainer", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TContainer", @@ -63925,21 +63941,21 @@ } }, { - "id": 16245, + "id": 16312, "name": "retrieve", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16246, + "id": 16313, "name": "retrieve", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16247, + "id": 16314, "name": "idOrObject", "variant": "param", "kind": 32768, @@ -63950,7 +63966,7 @@ } }, { - "id": 16248, + "id": 16315, "name": "config", "variant": "param", "kind": 32768, @@ -63959,7 +63975,7 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "intrinsic", @@ -63971,7 +63987,7 @@ } }, { - "id": 16249, + "id": 16316, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -63980,7 +63996,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -63995,11 +64011,11 @@ "typeArguments": [ { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -64015,14 +64031,14 @@ } }, { - "id": 16250, + "id": 16317, "name": "retrieve", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16251, + "id": 16318, "name": "idOrObject", "variant": "param", "kind": 32768, @@ -64033,7 +64049,7 @@ } }, { - "id": 16252, + "id": 16319, "name": "config", "variant": "param", "kind": 32768, @@ -64042,7 +64058,7 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "intrinsic", @@ -64054,7 +64070,7 @@ } }, { - "id": 16253, + "id": 16320, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -64063,7 +64079,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -64078,11 +64094,11 @@ "typeArguments": [ { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -64100,21 +64116,21 @@ ] }, { - "id": 16254, + "id": 16321, "name": "list", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16255, + "id": 16322, "name": "list", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16256, + "id": 16323, "name": "filters", "variant": "param", "kind": 32768, @@ -64127,7 +64143,7 @@ { "type": "reflection", "declaration": { - "id": 16257, + "id": 16324, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64136,12 +64152,12 @@ }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 16258, + "id": 16325, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64156,7 +64172,7 @@ } }, { - "id": 16259, + "id": 16326, "name": "config", "variant": "param", "kind": 32768, @@ -64165,7 +64181,7 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "intrinsic", @@ -64177,7 +64193,7 @@ } }, { - "id": 16260, + "id": 16327, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -64186,7 +64202,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -64203,11 +64219,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -64226,21 +64242,21 @@ ] }, { - "id": 16261, + "id": 16328, "name": "listAndCount", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16262, + "id": 16329, "name": "listAndCount", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16263, + "id": 16330, "name": "filters", "variant": "param", "kind": 32768, @@ -64253,7 +64269,7 @@ { "type": "reflection", "declaration": { - "id": 16264, + "id": 16331, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64262,12 +64278,12 @@ }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 16265, + "id": 16332, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64282,7 +64298,7 @@ } }, { - "id": 16266, + "id": 16333, "name": "config", "variant": "param", "kind": 32768, @@ -64291,7 +64307,7 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "intrinsic", @@ -64303,7 +64319,7 @@ } }, { - "id": 16267, + "id": 16334, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -64312,7 +64328,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -64332,11 +64348,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -64361,21 +64377,21 @@ ] }, { - "id": 16268, + "id": 16335, "name": "create", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16269, + "id": 16336, "name": "create", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16270, + "id": 16337, "name": "data", "variant": "param", "kind": 32768, @@ -64389,7 +64405,7 @@ } }, { - "id": 16271, + "id": 16338, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -64398,7 +64414,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -64415,11 +64431,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -64436,14 +64452,14 @@ } }, { - "id": 16272, + "id": 16339, "name": "create", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16273, + "id": 16340, "name": "data", "variant": "param", "kind": 32768, @@ -64454,7 +64470,7 @@ } }, { - "id": 16274, + "id": 16341, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -64463,7 +64479,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -64478,11 +64494,11 @@ "typeArguments": [ { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -64500,21 +64516,21 @@ ] }, { - "id": 16275, + "id": 16342, "name": "update", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16276, + "id": 16343, "name": "update", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16277, + "id": 16344, "name": "data", "variant": "param", "kind": 32768, @@ -64528,7 +64544,7 @@ } }, { - "id": 16278, + "id": 16345, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -64537,7 +64553,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -64554,11 +64570,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -64575,14 +64591,14 @@ } }, { - "id": 16279, + "id": 16346, "name": "update", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16280, + "id": 16347, "name": "data", "variant": "param", "kind": 32768, @@ -64593,7 +64609,7 @@ } }, { - "id": 16281, + "id": 16348, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -64602,7 +64618,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -64617,11 +64633,11 @@ "typeArguments": [ { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -64637,14 +64653,14 @@ } }, { - "id": 16282, + "id": 16349, "name": "update", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16283, + "id": 16350, "name": "selectorAndData", "variant": "param", "kind": 32768, @@ -64652,14 +64668,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16284, + "id": 16351, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16285, + "id": 16352, "name": "selector", "variant": "declaration", "kind": 1024, @@ -64670,7 +64686,7 @@ { "type": "reflection", "declaration": { - "id": 16286, + "id": 16353, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64679,12 +64695,12 @@ }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 16287, + "id": 16354, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64699,7 +64715,7 @@ } }, { - "id": 16288, + "id": 16355, "name": "data", "variant": "declaration", "kind": 1024, @@ -64714,8 +64730,8 @@ { "title": "Properties", "children": [ - 16285, - 16288 + 16352, + 16355 ] } ] @@ -64723,7 +64739,7 @@ } }, { - "id": 16289, + "id": 16356, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -64732,7 +64748,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -64749,11 +64765,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -64770,14 +64786,14 @@ } }, { - "id": 16290, + "id": 16357, "name": "update", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16291, + "id": 16358, "name": "selectorAndData", "variant": "param", "kind": 32768, @@ -64787,14 +64803,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16292, + "id": 16359, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16293, + "id": 16360, "name": "selector", "variant": "declaration", "kind": 1024, @@ -64805,7 +64821,7 @@ { "type": "reflection", "declaration": { - "id": 16294, + "id": 16361, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64814,12 +64830,12 @@ }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 16295, + "id": 16362, "name": "__type", "variant": "declaration", "kind": 65536, @@ -64834,7 +64850,7 @@ } }, { - "id": 16296, + "id": 16363, "name": "data", "variant": "declaration", "kind": 1024, @@ -64849,8 +64865,8 @@ { "title": "Properties", "children": [ - 16293, - 16296 + 16360, + 16363 ] } ] @@ -64859,7 +64875,7 @@ } }, { - "id": 16297, + "id": 16364, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -64868,7 +64884,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -64885,11 +64901,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -64908,21 +64924,21 @@ ] }, { - "id": 16298, + "id": 16365, "name": "delete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16299, + "id": 16366, "name": "delete", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16300, + "id": 16367, "name": "idOrSelector", "variant": "param", "kind": 32768, @@ -64933,7 +64949,7 @@ } }, { - "id": 16301, + "id": 16368, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -64942,7 +64958,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -64965,14 +64981,14 @@ } }, { - "id": 16302, + "id": 16369, "name": "delete", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16303, + "id": 16370, "name": "idOrSelector", "variant": "param", "kind": 32768, @@ -64986,7 +65002,7 @@ } }, { - "id": 16304, + "id": 16371, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -64995,7 +65011,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -65018,14 +65034,14 @@ } }, { - "id": 16305, + "id": 16372, "name": "delete", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16306, + "id": 16373, "name": "idOrSelector", "variant": "param", "kind": 32768, @@ -65036,7 +65052,7 @@ } }, { - "id": 16307, + "id": 16374, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -65045,7 +65061,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -65068,14 +65084,14 @@ } }, { - "id": 16308, + "id": 16375, "name": "delete", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16309, + "id": 16376, "name": "idOrSelector", "variant": "param", "kind": 32768, @@ -65089,7 +65105,7 @@ } }, { - "id": 16310, + "id": 16377, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -65098,7 +65114,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -65121,14 +65137,14 @@ } }, { - "id": 16311, + "id": 16378, "name": "delete", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16312, + "id": 16379, "name": "idOrSelector", "variant": "param", "kind": 32768, @@ -65136,14 +65152,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16313, + "id": 16380, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16314, + "id": 16381, "name": "selector", "variant": "declaration", "kind": 1024, @@ -65154,7 +65170,7 @@ { "type": "reflection", "declaration": { - "id": 16315, + "id": 16382, "name": "__type", "variant": "declaration", "kind": 65536, @@ -65163,12 +65179,12 @@ }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reflection", "declaration": { - "id": 16316, + "id": 16383, "name": "__type", "variant": "declaration", "kind": 65536, @@ -65187,7 +65203,7 @@ { "title": "Properties", "children": [ - 16314 + 16381 ] } ] @@ -65195,7 +65211,7 @@ } }, { - "id": 16317, + "id": 16384, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -65204,7 +65220,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -65229,21 +65245,21 @@ ] }, { - "id": 16318, + "id": 16385, "name": "softDelete", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16319, + "id": 16386, "name": "softDelete", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16320, + "id": 16387, "name": "idsOrFilter", "variant": "param", "kind": 32768, @@ -65265,7 +65281,7 @@ { "type": "reflection", "declaration": { - "id": 16321, + "id": 16388, "name": "__type", "variant": "declaration", "kind": 65536, @@ -65277,7 +65293,7 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16322, + "id": 16389, "name": "__type", "variant": "declaration", "kind": 65536, @@ -65289,7 +65305,7 @@ } }, { - "id": 16323, + "id": 16390, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -65298,7 +65314,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -65318,11 +65334,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -65365,21 +65381,21 @@ ] }, { - "id": 16324, + "id": 16391, "name": "restore", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16325, + "id": 16392, "name": "restore", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16326, + "id": 16393, "name": "idsOrFilter", "variant": "param", "kind": 32768, @@ -65397,7 +65413,7 @@ { "type": "reflection", "declaration": { - "id": 16327, + "id": 16394, "name": "__type", "variant": "declaration", "kind": 65536, @@ -65408,7 +65424,7 @@ } }, { - "id": 16328, + "id": 16395, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -65417,7 +65433,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -65437,11 +65453,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -65484,21 +65500,21 @@ ] }, { - "id": 16329, + "id": 16396, "name": "upsert", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16330, + "id": 16397, "name": "upsert", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16331, + "id": 16398, "name": "data", "variant": "param", "kind": 32768, @@ -65512,7 +65528,7 @@ } }, { - "id": 16332, + "id": 16399, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -65521,7 +65537,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -65538,11 +65554,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -65559,14 +65575,14 @@ } }, { - "id": 16333, + "id": 16400, "name": "upsert", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16334, + "id": 16401, "name": "data", "variant": "param", "kind": 32768, @@ -65577,7 +65593,7 @@ } }, { - "id": 16335, + "id": 16402, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -65586,7 +65602,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -65601,11 +65617,11 @@ "typeArguments": [ { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -65623,21 +65639,21 @@ ] }, { - "id": 16336, + "id": 16403, "name": "upsertWithReplace", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16337, + "id": 16404, "name": "upsertWithReplace", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16338, + "id": 16405, "name": "data", "variant": "param", "kind": 32768, @@ -65651,7 +65667,7 @@ } }, { - "id": 16339, + "id": 16406, "name": "config", "variant": "param", "kind": 32768, @@ -65660,15 +65676,15 @@ }, "type": { "type": "reference", - "target": 14263, + "target": 14330, "typeArguments": [ { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -65684,7 +65700,7 @@ } }, { - "id": 16340, + "id": 16407, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -65693,7 +65709,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -65709,14 +65725,14 @@ { "type": "reflection", "declaration": { - "id": 16341, + "id": 16408, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16342, + "id": 16409, "name": "entities", "variant": "declaration", "kind": 1024, @@ -65725,11 +65741,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 16963, + "target": 17030, "typeArguments": [ { "type": "reference", - "target": 16344, + "target": 16411, "name": "TEntity", "package": "@medusajs/types", "qualifiedName": "IMedusaInternalService.TEntity", @@ -65742,14 +65758,14 @@ } }, { - "id": 16343, + "id": 16410, "name": "performedActions", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 14266, + "target": 14333, "name": "PerformedActions", "package": "@medusajs/types" } @@ -65759,8 +65775,8 @@ { "title": "Properties", "children": [ - 16342, - 16343 + 16409, + 16410 ] } ] @@ -65778,28 +65794,28 @@ { "title": "Accessors", "children": [ - 16243 + 16310 ] }, { "title": "Methods", "children": [ - 16245, - 16254, - 16261, - 16268, - 16275, - 16298, - 16318, - 16324, - 16329, - 16336 + 16312, + 16321, + 16328, + 16335, + 16342, + 16365, + 16385, + 16391, + 16396, + 16403 ] } ], "typeParameters": [ { - "id": 16344, + "id": 16411, "name": "TEntity", "variant": "typeParam", "kind": 131072, @@ -65807,7 +65823,7 @@ "type": { "type": "reflection", "declaration": { - "id": 16345, + "id": 16412, "name": "__type", "variant": "declaration", "kind": 65536, @@ -65816,7 +65832,7 @@ } }, { - "id": 16346, + "id": 16413, "name": "TContainer", "variant": "typeParam", "kind": 131072, @@ -65833,7 +65849,7 @@ ] }, { - "id": 16347, + "id": 16414, "name": "ModuleProviderExports", "variant": "declaration", "kind": 2097152, @@ -65841,14 +65857,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16348, + "id": 16415, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16349, + "id": 16416, "name": "services", "variant": "declaration", "kind": 1024, @@ -65857,7 +65873,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16058, + "target": 16125, "typeArguments": [ { "type": "intrinsic", @@ -65874,7 +65890,7 @@ { "title": "Properties", "children": [ - 16349 + 16416 ] } ] @@ -65882,7 +65898,7 @@ } }, { - "id": 16350, + "id": 16417, "name": "ModuleProvider", "variant": "declaration", "kind": 2097152, @@ -65890,14 +65906,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16351, + "id": 16418, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16352, + "id": 16419, "name": "resolve", "variant": "declaration", "kind": 1024, @@ -65911,7 +65927,7 @@ }, { "type": "reference", - "target": 16347, + "target": 16414, "name": "ModuleProviderExports", "package": "@medusajs/types" } @@ -65919,7 +65935,7 @@ } }, { - "id": 16353, + "id": 16420, "name": "id", "variant": "declaration", "kind": 1024, @@ -65930,7 +65946,7 @@ } }, { - "id": 16354, + "id": 16421, "name": "options", "variant": "declaration", "kind": 1024, @@ -65962,9 +65978,9 @@ { "title": "Properties", "children": [ - 16352, - 16353, - 16354 + 16419, + 16420, + 16421 ] } ] @@ -65976,43 +65992,43 @@ { "title": "Interfaces", "children": [ - 16198, - 16228, - 16242 + 16265, + 16295, + 16309 ] }, { "title": "Type Aliases", "children": [ - 16058, - 16065, - 16066, - 16067, - 16074, - 16085, - 16097, - 16105, - 16116, - 16123, - 16128, + 16125, 16132, - 16139, - 16144, - 16148, - 16154, - 16178, - 16181, - 16214, + 16133, + 16134, + 16141, + 16152, + 16164, + 16172, + 16183, + 16190, + 16195, + 16199, + 16206, + 16211, + 16215, 16221, - 16222, - 16347, - 16350 + 16245, + 16248, + 16281, + 16288, + 16289, + 16414, + 16417 ] } ] }, { - "id": 17434, + "id": 17501, "name": "ModuleDeclaration", "variant": "declaration", "kind": 2097152, @@ -66022,13 +66038,13 @@ "types": [ { "type": "reference", - "target": 16085, + "target": 16152, "name": "ExternalModuleDeclaration", "package": "@medusajs/types" }, { "type": "reference", - "target": 16074, + "target": 16141, "name": "InternalModuleDeclaration", "package": "@medusajs/types" } @@ -66036,14 +66052,14 @@ } }, { - "id": 16355, + "id": 16422, "name": "NotificationTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16356, + "id": 16423, "name": "NotificationDTO", "variant": "declaration", "kind": 256, @@ -66058,7 +66074,7 @@ }, "children": [ { - "id": 16357, + "id": 16424, "name": "id", "variant": "declaration", "kind": 1024, @@ -66077,7 +66093,7 @@ } }, { - "id": 16358, + "id": 16425, "name": "to", "variant": "declaration", "kind": 1024, @@ -66096,7 +66112,7 @@ } }, { - "id": 16359, + "id": 16426, "name": "channel", "variant": "declaration", "kind": 1024, @@ -66115,7 +66131,7 @@ } }, { - "id": 16360, + "id": 16427, "name": "template", "variant": "declaration", "kind": 1024, @@ -66134,7 +66150,7 @@ } }, { - "id": 16361, + "id": 16428, "name": "data", "variant": "declaration", "kind": 1024, @@ -66177,7 +66193,7 @@ } }, { - "id": 16362, + "id": 16429, "name": "trigger_type", "variant": "declaration", "kind": 1024, @@ -66207,7 +66223,7 @@ } }, { - "id": 16363, + "id": 16430, "name": "resource_id", "variant": "declaration", "kind": 1024, @@ -66237,7 +66253,7 @@ } }, { - "id": 16364, + "id": 16431, "name": "resource_type", "variant": "declaration", "kind": 1024, @@ -66267,7 +66283,7 @@ } }, { - "id": 16365, + "id": 16432, "name": "receiver_id", "variant": "declaration", "kind": 1024, @@ -66297,7 +66313,7 @@ } }, { - "id": 16366, + "id": 16433, "name": "original_notification_id", "variant": "declaration", "kind": 1024, @@ -66327,7 +66343,7 @@ } }, { - "id": 16367, + "id": 16434, "name": "external_id", "variant": "declaration", "kind": 1024, @@ -66357,7 +66373,7 @@ } }, { - "id": 16368, + "id": 16435, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -66376,7 +66392,7 @@ } }, { - "id": 16369, + "id": 16436, "name": "provider", "variant": "declaration", "kind": 1024, @@ -66391,13 +66407,13 @@ }, "type": { "type": "reference", - "target": 16371, + "target": 16438, "name": "NotificationProviderDTO", "package": "@medusajs/types" } }, { - "id": 16370, + "id": 16437, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -66425,26 +66441,26 @@ { "title": "Properties", "children": [ - 16357, - 16358, - 16359, - 16360, - 16361, - 16362, - 16363, - 16364, - 16365, - 16366, - 16367, - 16368, - 16369, - 16370 + 16424, + 16425, + 16426, + 16427, + 16428, + 16429, + 16430, + 16431, + 16432, + 16433, + 16434, + 16435, + 16436, + 16437 ] } ] }, { - "id": 16371, + "id": 16438, "name": "NotificationProviderDTO", "variant": "declaration", "kind": 256, @@ -66459,7 +66475,7 @@ }, "children": [ { - "id": 16372, + "id": 16439, "name": "id", "variant": "declaration", "kind": 1024, @@ -66478,7 +66494,7 @@ } }, { - "id": 16373, + "id": 16440, "name": "handle", "variant": "declaration", "kind": 1024, @@ -66497,7 +66513,7 @@ } }, { - "id": 16374, + "id": 16441, "name": "name", "variant": "declaration", "kind": 1024, @@ -66516,7 +66532,7 @@ } }, { - "id": 16375, + "id": 16442, "name": "channels", "variant": "declaration", "kind": 1024, @@ -66542,16 +66558,16 @@ { "title": "Properties", "children": [ - 16372, - 16373, - 16374, - 16375 + 16439, + 16440, + 16441, + 16442 ] } ] }, { - "id": 16376, + "id": 16443, "name": "FilterableNotificationProps", "variant": "declaration", "kind": 256, @@ -66566,7 +66582,7 @@ }, "children": [ { - "id": 16386, + "id": 16453, "name": "$and", "variant": "declaration", "kind": 1024, @@ -66589,17 +66605,17 @@ "types": [ { "type": "reference", - "target": 16376, + "target": 16443, "name": "FilterableNotificationProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 16376, + "target": 16443, "name": "FilterableNotificationProps", "package": "@medusajs/types" } @@ -66612,12 +66628,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 16387, + "id": 16454, "name": "$or", "variant": "declaration", "kind": 1024, @@ -66640,17 +66656,17 @@ "types": [ { "type": "reference", - "target": 16376, + "target": 16443, "name": "FilterableNotificationProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 16376, + "target": 16443, "name": "FilterableNotificationProps", "package": "@medusajs/types" } @@ -66663,12 +66679,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 16377, + "id": 16444, "name": "q", "variant": "declaration", "kind": 1024, @@ -66689,7 +66705,7 @@ } }, { - "id": 16378, + "id": 16445, "name": "to", "variant": "declaration", "kind": 1024, @@ -66720,7 +66736,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -66746,7 +66762,7 @@ } }, { - "id": 16379, + "id": 16446, "name": "channel", "variant": "declaration", "kind": 1024, @@ -66777,7 +66793,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -66803,7 +66819,7 @@ } }, { - "id": 16380, + "id": 16447, "name": "template", "variant": "declaration", "kind": 1024, @@ -66834,7 +66850,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -66860,7 +66876,7 @@ } }, { - "id": 16381, + "id": 16448, "name": "trigger_type", "variant": "declaration", "kind": 1024, @@ -66891,7 +66907,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -66917,7 +66933,7 @@ } }, { - "id": 16382, + "id": 16449, "name": "resource_id", "variant": "declaration", "kind": 1024, @@ -66948,7 +66964,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -66974,7 +66990,7 @@ } }, { - "id": 16383, + "id": 16450, "name": "resource_type", "variant": "declaration", "kind": 1024, @@ -67005,7 +67021,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -67031,7 +67047,7 @@ } }, { - "id": 16384, + "id": 16451, "name": "receiver_id", "variant": "declaration", "kind": 1024, @@ -67062,7 +67078,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "union", @@ -67088,7 +67104,7 @@ } }, { - "id": 16385, + "id": 16452, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -67105,7 +67121,7 @@ }, "type": { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -67121,28 +67137,28 @@ { "title": "Properties", "children": [ - 16386, - 16387, - 16377, - 16378, - 16379, - 16380, - 16381, - 16382, - 16383, - 16384, - 16385 + 16453, + 16454, + 16444, + 16445, + 16446, + 16447, + 16448, + 16449, + 16450, + 16451, + 16452 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 16376, + "target": 16443, "name": "FilterableNotificationProps", "package": "@medusajs/types" } @@ -67153,7 +67169,7 @@ ] }, { - "id": 16392, + "id": 16459, "name": "CreateNotificationDTO", "variant": "declaration", "kind": 256, @@ -67168,7 +67184,7 @@ }, "children": [ { - "id": 16393, + "id": 16460, "name": "to", "variant": "declaration", "kind": 1024, @@ -67187,7 +67203,7 @@ } }, { - "id": 16394, + "id": 16461, "name": "channel", "variant": "declaration", "kind": 1024, @@ -67206,7 +67222,7 @@ } }, { - "id": 16395, + "id": 16462, "name": "template", "variant": "declaration", "kind": 1024, @@ -67225,7 +67241,7 @@ } }, { - "id": 16396, + "id": 16463, "name": "data", "variant": "declaration", "kind": 1024, @@ -67270,7 +67286,7 @@ } }, { - "id": 16397, + "id": 16464, "name": "trigger_type", "variant": "declaration", "kind": 1024, @@ -67300,7 +67316,7 @@ } }, { - "id": 16398, + "id": 16465, "name": "resource_id", "variant": "declaration", "kind": 1024, @@ -67330,7 +67346,7 @@ } }, { - "id": 16399, + "id": 16466, "name": "resource_type", "variant": "declaration", "kind": 1024, @@ -67360,7 +67376,7 @@ } }, { - "id": 16400, + "id": 16467, "name": "receiver_id", "variant": "declaration", "kind": 1024, @@ -67390,7 +67406,7 @@ } }, { - "id": 16401, + "id": 16468, "name": "original_notification_id", "variant": "declaration", "kind": 1024, @@ -67420,7 +67436,7 @@ } }, { - "id": 16402, + "id": 16469, "name": "idempotency_key", "variant": "declaration", "kind": 1024, @@ -67454,22 +67470,22 @@ { "title": "Properties", "children": [ - 16393, - 16394, - 16395, - 16396, - 16397, - 16398, - 16399, - 16400, - 16401, - 16402 + 16460, + 16461, + 16462, + 16463, + 16464, + 16465, + 16466, + 16467, + 16468, + 16469 ] } ] }, { - "id": 16439, + "id": 16506, "name": "ProviderSendNotificationDTO", "variant": "declaration", "kind": 256, @@ -67484,7 +67500,7 @@ }, "children": [ { - "id": 16440, + "id": 16507, "name": "to", "variant": "declaration", "kind": 1024, @@ -67503,7 +67519,7 @@ } }, { - "id": 16441, + "id": 16508, "name": "channel", "variant": "declaration", "kind": 1024, @@ -67522,7 +67538,7 @@ } }, { - "id": 16442, + "id": 16509, "name": "template", "variant": "declaration", "kind": 1024, @@ -67541,7 +67557,7 @@ } }, { - "id": 16443, + "id": 16510, "name": "data", "variant": "declaration", "kind": 1024, @@ -67590,16 +67606,16 @@ { "title": "Properties", "children": [ - 16440, - 16441, - 16442, - 16443 + 16507, + 16508, + 16509, + 16510 ] } ] }, { - "id": 16444, + "id": 16511, "name": "ProviderSendNotificationResultsDTO", "variant": "declaration", "kind": 256, @@ -67614,7 +67630,7 @@ }, "children": [ { - "id": 16445, + "id": 16512, "name": "id", "variant": "declaration", "kind": 1024, @@ -67639,27 +67655,27 @@ { "title": "Properties", "children": [ - 16445 + 16512 ] } ] }, { - "id": 16446, + "id": 16513, "name": "INotificationProvider", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16447, + "id": 16514, "name": "send", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16448, + "id": 16515, "name": "send", "variant": "signature", "kind": 4096, @@ -67685,7 +67701,7 @@ }, "parameters": [ { - "id": 16449, + "id": 16516, "name": "notification", "variant": "param", "kind": 32768, @@ -67700,7 +67716,7 @@ }, "type": { "type": "reference", - "target": 16439, + "target": 16506, "name": "ProviderSendNotificationDTO", "package": "@medusajs/types" } @@ -67715,7 +67731,7 @@ "typeArguments": [ { "type": "reference", - "target": 16444, + "target": 16511, "name": "ProviderSendNotificationResultsDTO", "package": "@medusajs/types" } @@ -67731,27 +67747,27 @@ { "title": "Methods", "children": [ - 16447 + 16514 ] } ] }, { - "id": 16388, + "id": 16455, "name": "LocalNotificationServiceOptions", "variant": "declaration", "kind": 256, "flags": {} }, { - "id": 16389, + "id": 16456, "name": "SendgridNotificationServiceOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16390, + "id": 16457, "name": "api_key", "variant": "declaration", "kind": 1024, @@ -67762,7 +67778,7 @@ } }, { - "id": 16391, + "id": 16458, "name": "from", "variant": "declaration", "kind": 1024, @@ -67777,14 +67793,14 @@ { "title": "Properties", "children": [ - 16390, - 16391 + 16457, + 16458 ] } ] }, { - "id": 16403, + "id": 16470, "name": "INotificationModuleService", "variant": "declaration", "kind": 256, @@ -67799,14 +67815,14 @@ }, "children": [ { - "id": 16404, + "id": 16471, "name": "createNotifications", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16405, + "id": 16472, "name": "createNotifications", "variant": "signature", "kind": 4096, @@ -67841,7 +67857,7 @@ }, "parameters": [ { - "id": 16406, + "id": 16473, "name": "data", "variant": "param", "kind": 32768, @@ -67858,14 +67874,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 16392, + "target": 16459, "name": "CreateNotificationDTO", "package": "@medusajs/types" } } }, { - "id": 16407, + "id": 16474, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -67882,7 +67898,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -67899,7 +67915,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16356, + "target": 16423, "name": "NotificationDTO", "package": "@medusajs/types" } @@ -67910,7 +67926,7 @@ } }, { - "id": 16408, + "id": 16475, "name": "createNotifications", "variant": "signature", "kind": 4096, @@ -67945,7 +67961,7 @@ }, "parameters": [ { - "id": 16409, + "id": 16476, "name": "data", "variant": "param", "kind": 32768, @@ -67960,13 +67976,13 @@ }, "type": { "type": "reference", - "target": 16392, + "target": 16459, "name": "CreateNotificationDTO", "package": "@medusajs/types" } }, { - "id": 16410, + "id": 16477, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -67983,7 +67999,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -67998,7 +68014,7 @@ "typeArguments": [ { "type": "reference", - "target": 16356, + "target": 16423, "name": "NotificationDTO", "package": "@medusajs/types" } @@ -68010,14 +68026,14 @@ ] }, { - "id": 16411, + "id": 16478, "name": "retrieveNotification", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16412, + "id": 16479, "name": "retrieveNotification", "variant": "signature", "kind": 4096, @@ -68064,7 +68080,7 @@ }, "parameters": [ { - "id": 16413, + "id": 16480, "name": "notificationId", "variant": "param", "kind": 32768, @@ -68083,7 +68099,7 @@ } }, { - "id": 16414, + "id": 16481, "name": "config", "variant": "param", "kind": 32768, @@ -68116,11 +68132,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 16356, + "target": 16423, "name": "NotificationDTO", "package": "@medusajs/types" } @@ -68130,7 +68146,7 @@ } }, { - "id": 16415, + "id": 16482, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -68147,7 +68163,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -68162,7 +68178,7 @@ "typeArguments": [ { "type": "reference", - "target": 16356, + "target": 16423, "name": "NotificationDTO", "package": "@medusajs/types" } @@ -68174,14 +68190,14 @@ ] }, { - "id": 16416, + "id": 16483, "name": "listNotifications", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16417, + "id": 16484, "name": "listNotifications", "variant": "signature", "kind": 4096, @@ -68268,7 +68284,7 @@ }, "parameters": [ { - "id": 16418, + "id": 16485, "name": "filters", "variant": "param", "kind": 32768, @@ -68285,13 +68301,13 @@ }, "type": { "type": "reference", - "target": 16376, + "target": 16443, "name": "FilterableNotificationProps", "package": "@medusajs/types" } }, { - "id": 16419, + "id": 16486, "name": "config", "variant": "param", "kind": 32768, @@ -68324,11 +68340,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 16356, + "target": 16423, "name": "NotificationDTO", "package": "@medusajs/types" } @@ -68338,7 +68354,7 @@ } }, { - "id": 16420, + "id": 16487, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -68355,7 +68371,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -68372,7 +68388,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16356, + "target": 16423, "name": "NotificationDTO", "package": "@medusajs/types" } @@ -68385,14 +68401,14 @@ ] }, { - "id": 16421, + "id": 16488, "name": "listAndCountNotifications", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16422, + "id": 16489, "name": "listAndCountNotifications", "variant": "signature", "kind": 4096, @@ -68479,7 +68495,7 @@ }, "parameters": [ { - "id": 16423, + "id": 16490, "name": "filters", "variant": "param", "kind": 32768, @@ -68496,13 +68512,13 @@ }, "type": { "type": "reference", - "target": 16376, + "target": 16443, "name": "FilterableNotificationProps", "package": "@medusajs/types" } }, { - "id": 16424, + "id": 16491, "name": "config", "variant": "param", "kind": 32768, @@ -68535,11 +68551,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 16356, + "target": 16423, "name": "NotificationDTO", "package": "@medusajs/types" } @@ -68549,7 +68565,7 @@ } }, { - "id": 16425, + "id": 16492, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -68566,7 +68582,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -68586,7 +68602,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16356, + "target": 16423, "name": "NotificationDTO", "package": "@medusajs/types" } @@ -68609,17 +68625,17 @@ { "title": "Methods", "children": [ - 16404, - 16411, - 16416, - 16421 + 16471, + 16478, + 16483, + 16488 ] } ], "extendedTypes": [ { "type": "reference", - "target": 16228, + "target": 16295, "name": "IModuleService", "package": "@medusajs/types" } @@ -68630,29 +68646,29 @@ { "title": "Interfaces", "children": [ - 16356, - 16371, - 16376, - 16392, - 16439, - 16444, - 16446, - 16388, - 16389, - 16403 + 16423, + 16438, + 16443, + 16459, + 16506, + 16511, + 16513, + 16455, + 16456, + 16470 ] } ] }, { - "id": 17146, + "id": 17213, "name": "ProductCategoryTransformOptions", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17147, + "id": 17214, "name": "includeDescendantsTree", "variant": "declaration", "kind": 1024, @@ -68665,7 +68681,7 @@ } }, { - "id": 17148, + "id": 17215, "name": "includeAncestorsTree", "variant": "declaration", "kind": 1024, @@ -68682,29 +68698,29 @@ { "title": "Properties", "children": [ - 17147, - 17148 + 17214, + 17215 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14047, + "target": 14114, "name": "RepositoryTransformOptions", "package": "@medusajs/types" } ] }, { - "id": 16450, + "id": 16517, "name": "SearchTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16451, + "id": 16518, "name": "IndexSettings", "variant": "declaration", "kind": 2097152, @@ -68712,14 +68728,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16452, + "id": 16519, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16453, + "id": 16520, "name": "indexSettings", "variant": "declaration", "kind": 1024, @@ -68761,7 +68777,7 @@ } }, { - "id": 16454, + "id": 16521, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -68782,7 +68798,7 @@ } }, { - "id": 16455, + "id": 16522, "name": "transformer", "variant": "declaration", "kind": 1024, @@ -68800,21 +68816,21 @@ "type": { "type": "reflection", "declaration": { - "id": 16456, + "id": 16523, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 16457, + "id": 16524, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16458, + "id": 16525, "name": "document", "variant": "param", "kind": 32768, @@ -68839,9 +68855,9 @@ { "title": "Properties", "children": [ - 16453, - 16454, - 16455 + 16520, + 16521, + 16522 ] } ] @@ -68849,14 +68865,14 @@ } }, { - "id": 16459, + "id": 16526, "name": "ISearchService", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16460, + "id": 16527, "name": "options", "variant": "declaration", "kind": 1024, @@ -68882,14 +68898,14 @@ } }, { - "id": 16461, + "id": 16528, "name": "createIndex", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16462, + "id": 16529, "name": "createIndex", "variant": "signature", "kind": 4096, @@ -68915,7 +68931,7 @@ }, "parameters": [ { - "id": 16463, + "id": 16530, "name": "indexName", "variant": "param", "kind": 32768, @@ -68934,7 +68950,7 @@ } }, { - "id": 16464, + "id": 16531, "name": "options", "variant": "param", "kind": 32768, @@ -68961,14 +68977,14 @@ ] }, { - "id": 16465, + "id": 16532, "name": "getIndex", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16466, + "id": 16533, "name": "getIndex", "variant": "signature", "kind": 4096, @@ -68994,7 +69010,7 @@ }, "parameters": [ { - "id": 16467, + "id": 16534, "name": "indexName", "variant": "param", "kind": 32768, @@ -69021,14 +69037,14 @@ ] }, { - "id": 16468, + "id": 16535, "name": "addDocuments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16469, + "id": 16536, "name": "addDocuments", "variant": "signature", "kind": 4096, @@ -69054,7 +69070,7 @@ }, "parameters": [ { - "id": 16470, + "id": 16537, "name": "indexName", "variant": "param", "kind": 32768, @@ -69073,7 +69089,7 @@ } }, { - "id": 16471, + "id": 16538, "name": "documents", "variant": "param", "kind": 32768, @@ -69092,7 +69108,7 @@ } }, { - "id": 16472, + "id": 16539, "name": "type", "variant": "param", "kind": 32768, @@ -69119,14 +69135,14 @@ ] }, { - "id": 16473, + "id": 16540, "name": "replaceDocuments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16474, + "id": 16541, "name": "replaceDocuments", "variant": "signature", "kind": 4096, @@ -69152,7 +69168,7 @@ }, "parameters": [ { - "id": 16475, + "id": 16542, "name": "indexName", "variant": "param", "kind": 32768, @@ -69171,7 +69187,7 @@ } }, { - "id": 16476, + "id": 16543, "name": "documents", "variant": "param", "kind": 32768, @@ -69190,7 +69206,7 @@ } }, { - "id": 16477, + "id": 16544, "name": "type", "variant": "param", "kind": 32768, @@ -69217,14 +69233,14 @@ ] }, { - "id": 16478, + "id": 16545, "name": "deleteDocument", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16479, + "id": 16546, "name": "deleteDocument", "variant": "signature", "kind": 4096, @@ -69250,7 +69266,7 @@ }, "parameters": [ { - "id": 16480, + "id": 16547, "name": "indexName", "variant": "param", "kind": 32768, @@ -69269,7 +69285,7 @@ } }, { - "id": 16481, + "id": 16548, "name": "document_id", "variant": "param", "kind": 32768, @@ -69305,14 +69321,14 @@ ] }, { - "id": 16482, + "id": 16549, "name": "deleteAllDocuments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16483, + "id": 16550, "name": "deleteAllDocuments", "variant": "signature", "kind": 4096, @@ -69338,7 +69354,7 @@ }, "parameters": [ { - "id": 16484, + "id": 16551, "name": "indexName", "variant": "param", "kind": 32768, @@ -69365,14 +69381,14 @@ ] }, { - "id": 16485, + "id": 16552, "name": "search", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16486, + "id": 16553, "name": "search", "variant": "signature", "kind": 4096, @@ -69398,7 +69414,7 @@ }, "parameters": [ { - "id": 16487, + "id": 16554, "name": "indexName", "variant": "param", "kind": 32768, @@ -69417,7 +69433,7 @@ } }, { - "id": 16488, + "id": 16555, "name": "query", "variant": "param", "kind": 32768, @@ -69445,7 +69461,7 @@ } }, { - "id": 16489, + "id": 16556, "name": "options", "variant": "param", "kind": 32768, @@ -69472,14 +69488,14 @@ ] }, { - "id": 16490, + "id": 16557, "name": "updateSettings", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16491, + "id": 16558, "name": "updateSettings", "variant": "signature", "kind": 4096, @@ -69505,7 +69521,7 @@ }, "parameters": [ { - "id": 16492, + "id": 16559, "name": "indexName", "variant": "param", "kind": 32768, @@ -69524,7 +69540,7 @@ } }, { - "id": 16493, + "id": 16560, "name": "settings", "variant": "param", "kind": 32768, @@ -69555,20 +69571,20 @@ { "title": "Properties", "children": [ - 16460 + 16527 ] }, { "title": "Methods", "children": [ - 16461, - 16465, - 16468, - 16473, - 16478, - 16482, - 16485, - 16490 + 16528, + 16532, + 16535, + 16540, + 16545, + 16549, + 16552, + 16557 ] } ] @@ -69578,19 +69594,19 @@ { "title": "Interfaces", "children": [ - 16459 + 16526 ] }, { "title": "Type Aliases", "children": [ - 16451 + 16518 ] } ] }, { - "id": 17149, + "id": 17216, "name": "SharedContext", "variant": "declaration", "kind": 256, @@ -69619,7 +69635,7 @@ }, "children": [ { - "id": 17150, + "id": 17217, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -69640,7 +69656,7 @@ } }, { - "id": 17151, + "id": 17218, "name": "manager", "variant": "declaration", "kind": 1024, @@ -69665,21 +69681,21 @@ { "title": "Properties", "children": [ - 17150, - 17151 + 17217, + 17218 ] } ] }, { - "id": 17152, + "id": 17219, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17153, + "id": 17220, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -69695,7 +69711,7 @@ } }, { - "id": 17154, + "id": 17221, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -69705,21 +69721,21 @@ "type": { "type": "reflection", "declaration": { - "id": 17155, + "id": 17222, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 17156, + "id": 17223, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17157, + "id": 17224, "name": "key", "variant": "param", "kind": 32768, @@ -69760,35 +69776,35 @@ { "title": "Properties", "children": [ - 17153, - 17154 + 17220, + 17221 ] } ] }, { - "id": 17158, + "id": 17225, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17159, + "id": 17226, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17160, + "id": 17227, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17161, + "id": 17228, "name": "msg", "variant": "param", "kind": 32768, @@ -69798,7 +69814,7 @@ "types": [ { "type": "reference", - "target": 14421, + "target": 14488, "name": "Message", "package": "@medusajs/types" }, @@ -69806,7 +69822,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14421, + "target": 14488, "name": "Message", "package": "@medusajs/types" } @@ -69823,21 +69839,21 @@ ] }, { - "id": 17162, + "id": 17229, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17163, + "id": 17230, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17164, + "id": 17231, "name": "format", "variant": "param", "kind": 32768, @@ -69846,7 +69862,7 @@ }, "type": { "type": "reference", - "target": 17152, + "target": 17219, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -69867,7 +69883,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 14421, + "target": 14488, "name": "Message", "package": "@medusajs/types" } @@ -69880,14 +69896,14 @@ ] }, { - "id": 17165, + "id": 17232, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17166, + "id": 17233, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -69900,21 +69916,21 @@ ] }, { - "id": 17167, + "id": 17234, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17168, + "id": 17235, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 17169, + "id": 17236, "name": "T", "variant": "typeParam", "kind": 131072, @@ -69923,7 +69939,7 @@ ], "parameters": [ { - "id": 17170, + "id": 17237, "name": "messageData", "variant": "param", "kind": 32768, @@ -69933,11 +69949,11 @@ "types": [ { "type": "reference", - "target": 14425, + "target": 14492, "typeArguments": [ { "type": "reference", - "target": 17169, + "target": 17236, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -69950,11 +69966,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 14425, + "target": 14492, "typeArguments": [ { "type": "reference", - "target": 17169, + "target": 17236, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -69968,7 +69984,7 @@ } }, { - "id": 17171, + "id": 17238, "name": "options", "variant": "param", "kind": 32768, @@ -70008,16 +70024,16 @@ { "title": "Methods", "children": [ - 17159, - 17162, - 17165, - 17167 + 17226, + 17229, + 17232, + 17234 ] } ] }, { - "id": 17172, + "id": 17239, "name": "Context", "variant": "declaration", "kind": 256, @@ -70032,7 +70048,7 @@ }, "children": [ { - "id": 17173, + "id": 17240, "name": "__type", "variant": "declaration", "kind": 1024, @@ -70045,7 +70061,7 @@ } }, { - "id": 17174, + "id": 17241, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -70078,14 +70094,14 @@ }, "type": { "type": "reference", - "target": 17183, + "target": 17250, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 17175, + "id": 17242, "name": "manager", "variant": "declaration", "kind": 1024, @@ -70118,14 +70134,14 @@ }, "type": { "type": "reference", - "target": 17183, + "target": 17250, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 17176, + "id": 17243, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -70178,7 +70194,7 @@ } }, { - "id": 17177, + "id": 17244, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -70199,7 +70215,7 @@ } }, { - "id": 17178, + "id": 17245, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -70220,7 +70236,7 @@ } }, { - "id": 17179, + "id": 17246, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -70241,7 +70257,7 @@ } }, { - "id": 17180, + "id": 17247, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -70258,13 +70274,13 @@ }, "type": { "type": "reference", - "target": 17158, + "target": 17225, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 17181, + "id": 17248, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -70285,7 +70301,7 @@ } }, { - "id": 17182, + "id": 17249, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -70310,22 +70326,22 @@ { "title": "Properties", "children": [ - 17173, - 17174, - 17175, - 17176, - 17177, - 17178, - 17179, - 17180, - 17181, - 17182 + 17240, + 17241, + 17242, + 17243, + 17244, + 17245, + 17246, + 17247, + 17248, + 17249 ] } ], "typeParameters": [ { - "id": 17183, + "id": 17250, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -70338,14 +70354,14 @@ ] }, { - "id": 16494, + "id": 16561, "name": "StockLocationTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16495, + "id": 16562, "name": "StockLocationAddressDTO", "variant": "declaration", "kind": 2097152, @@ -70364,14 +70380,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16496, + "id": 16563, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16497, + "id": 16564, "name": "id", "variant": "declaration", "kind": 1024, @@ -70392,7 +70408,7 @@ } }, { - "id": 16498, + "id": 16565, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -70411,7 +70427,7 @@ } }, { - "id": 16499, + "id": 16566, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -70441,7 +70457,7 @@ } }, { - "id": 16500, + "id": 16567, "name": "company", "variant": "declaration", "kind": 1024, @@ -70471,7 +70487,7 @@ } }, { - "id": 16501, + "id": 16568, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -70490,7 +70506,7 @@ } }, { - "id": 16502, + "id": 16569, "name": "city", "variant": "declaration", "kind": 1024, @@ -70520,7 +70536,7 @@ } }, { - "id": 16503, + "id": 16570, "name": "phone", "variant": "declaration", "kind": 1024, @@ -70550,7 +70566,7 @@ } }, { - "id": 16504, + "id": 16571, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -70580,7 +70596,7 @@ } }, { - "id": 16505, + "id": 16572, "name": "province", "variant": "declaration", "kind": 1024, @@ -70610,7 +70626,7 @@ } }, { - "id": 16506, + "id": 16573, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -70627,13 +70643,13 @@ }, "type": { "type": "reference", - "target": 14072, + "target": 14139, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 16507, + "id": 16574, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -70666,7 +70682,7 @@ } }, { - "id": 16508, + "id": 16575, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -70699,7 +70715,7 @@ } }, { - "id": 16509, + "id": 16576, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -70740,19 +70756,19 @@ { "title": "Properties", "children": [ - 16497, - 16498, - 16499, - 16500, - 16501, - 16502, - 16503, - 16504, - 16505, - 16506, - 16507, - 16508, - 16509 + 16564, + 16565, + 16566, + 16567, + 16568, + 16569, + 16570, + 16571, + 16572, + 16573, + 16574, + 16575, + 16576 ] } ] @@ -70760,7 +70776,7 @@ } }, { - "id": 16510, + "id": 16577, "name": "StockLocationDTO", "variant": "declaration", "kind": 2097152, @@ -70779,14 +70795,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16511, + "id": 16578, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16512, + "id": 16579, "name": "id", "variant": "declaration", "kind": 1024, @@ -70805,7 +70821,7 @@ } }, { - "id": 16513, + "id": 16580, "name": "name", "variant": "declaration", "kind": 1024, @@ -70824,7 +70840,7 @@ } }, { - "id": 16514, + "id": 16581, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -70867,7 +70883,7 @@ } }, { - "id": 16515, + "id": 16582, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -70886,7 +70902,7 @@ } }, { - "id": 16516, + "id": 16583, "name": "address", "variant": "declaration", "kind": 1024, @@ -70903,13 +70919,13 @@ }, "type": { "type": "reference", - "target": 16495, + "target": 16562, "name": "StockLocationAddressDTO", "package": "@medusajs/types" } }, { - "id": 16517, + "id": 16584, "name": "fulfillment_sets", "variant": "declaration", "kind": 1024, @@ -70936,7 +70952,7 @@ } }, { - "id": 16518, + "id": 16585, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -70969,7 +70985,7 @@ } }, { - "id": 16519, + "id": 16586, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -71002,7 +71018,7 @@ } }, { - "id": 16520, + "id": 16587, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -71043,15 +71059,15 @@ { "title": "Properties", "children": [ - 16512, - 16513, - 16514, - 16515, - 16516, - 16517, - 16518, - 16519, - 16520 + 16579, + 16580, + 16581, + 16582, + 16583, + 16584, + 16585, + 16586, + 16587 ] } ] @@ -71059,7 +71075,7 @@ } }, { - "id": 16521, + "id": 16588, "name": "StockLocationExpandedDTO", "variant": "declaration", "kind": 2097152, @@ -71075,21 +71091,21 @@ "types": [ { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 16522, + "id": 16589, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16523, + "id": 16590, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -71117,7 +71133,7 @@ { "title": "Properties", "children": [ - 16523 + 16590 ] } ] @@ -71127,7 +71143,7 @@ } }, { - "id": 16524, + "id": 16591, "name": "FilterableStockLocationProps", "variant": "declaration", "kind": 256, @@ -71142,7 +71158,7 @@ }, "children": [ { - "id": 16528, + "id": 16595, "name": "$and", "variant": "declaration", "kind": 1024, @@ -71165,17 +71181,17 @@ "types": [ { "type": "reference", - "target": 16524, + "target": 16591, "name": "FilterableStockLocationProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 16524, + "target": 16591, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } @@ -71188,12 +71204,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 16529, + "id": 16596, "name": "$or", "variant": "declaration", "kind": 1024, @@ -71216,17 +71232,17 @@ "types": [ { "type": "reference", - "target": 16524, + "target": 16591, "name": "FilterableStockLocationProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 16524, + "target": 16591, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } @@ -71239,12 +71255,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 16525, + "id": 16592, "name": "q", "variant": "declaration", "kind": 1024, @@ -71265,7 +71281,7 @@ } }, { - "id": 16526, + "id": 16593, "name": "id", "variant": "declaration", "kind": 1024, @@ -71298,7 +71314,7 @@ } }, { - "id": 16527, + "id": 16594, "name": "name", "variant": "declaration", "kind": 1024, @@ -71329,7 +71345,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -71347,22 +71363,22 @@ { "title": "Properties", "children": [ - 16528, - 16529, - 16525, - 16526, - 16527 + 16595, + 16596, + 16592, + 16593, + 16594 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 16524, + "target": 16591, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } @@ -71373,7 +71389,7 @@ ] }, { - "id": 16530, + "id": 16597, "name": "StockLocationAddressInput", "variant": "declaration", "kind": 2097152, @@ -71392,14 +71408,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16531, + "id": 16598, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16532, + "id": 16599, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -71418,7 +71434,7 @@ } }, { - "id": 16533, + "id": 16600, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -71448,7 +71464,7 @@ } }, { - "id": 16534, + "id": 16601, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -71467,7 +71483,7 @@ } }, { - "id": 16535, + "id": 16602, "name": "city", "variant": "declaration", "kind": 1024, @@ -71497,7 +71513,7 @@ } }, { - "id": 16536, + "id": 16603, "name": "phone", "variant": "declaration", "kind": 1024, @@ -71527,7 +71543,7 @@ } }, { - "id": 16537, + "id": 16604, "name": "province", "variant": "declaration", "kind": 1024, @@ -71557,7 +71573,7 @@ } }, { - "id": 16538, + "id": 16605, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -71587,7 +71603,7 @@ } }, { - "id": 16539, + "id": 16606, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -71604,7 +71620,7 @@ }, "type": { "type": "reference", - "target": 14072, + "target": 14139, "name": "MetadataType", "package": "@medusajs/types" } @@ -71614,14 +71630,14 @@ { "title": "Properties", "children": [ - 16532, - 16533, - 16534, - 16535, - 16536, - 16537, - 16538, - 16539 + 16599, + 16600, + 16601, + 16602, + 16603, + 16604, + 16605, + 16606 ] } ] @@ -71629,7 +71645,7 @@ } }, { - "id": 16540, + "id": 16607, "name": "CreateStockLocationInput", "variant": "declaration", "kind": 2097152, @@ -71648,14 +71664,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16541, + "id": 16608, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16542, + "id": 16609, "name": "name", "variant": "declaration", "kind": 1024, @@ -71674,7 +71690,7 @@ } }, { - "id": 16543, + "id": 16610, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -71704,7 +71720,7 @@ } }, { - "id": 16544, + "id": 16611, "name": "address", "variant": "declaration", "kind": 1024, @@ -71728,7 +71744,7 @@ }, { "type": "reference", - "target": 16530, + "target": 16597, "name": "StockLocationAddressInput", "package": "@medusajs/types" } @@ -71736,7 +71752,7 @@ } }, { - "id": 16545, + "id": 16612, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -71753,7 +71769,7 @@ }, "type": { "type": "reference", - "target": 14072, + "target": 14139, "name": "MetadataType", "package": "@medusajs/types" } @@ -71763,10 +71779,10 @@ { "title": "Properties", "children": [ - 16542, - 16543, - 16544, - 16545 + 16609, + 16610, + 16611, + 16612 ] } ] @@ -71774,7 +71790,7 @@ } }, { - "id": 16546, + "id": 16613, "name": "UpdateStockLocationInput", "variant": "declaration", "kind": 2097152, @@ -71793,14 +71809,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16547, + "id": 16614, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16548, + "id": 16615, "name": "name", "variant": "declaration", "kind": 1024, @@ -71821,7 +71837,7 @@ } }, { - "id": 16549, + "id": 16616, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -71851,7 +71867,7 @@ } }, { - "id": 16550, + "id": 16617, "name": "address", "variant": "declaration", "kind": 1024, @@ -71868,13 +71884,13 @@ }, "type": { "type": "reference", - "target": 16530, + "target": 16597, "name": "StockLocationAddressInput", "package": "@medusajs/types" } }, { - "id": 16551, + "id": 16618, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -71891,7 +71907,7 @@ }, "type": { "type": "reference", - "target": 14072, + "target": 14139, "name": "MetadataType", "package": "@medusajs/types" } @@ -71901,10 +71917,10 @@ { "title": "Properties", "children": [ - 16548, - 16549, - 16550, - 16551 + 16615, + 16616, + 16617, + 16618 ] } ] @@ -71912,7 +71928,7 @@ } }, { - "id": 16552, + "id": 16619, "name": "UpsertStockLocationInput", "variant": "declaration", "kind": 256, @@ -71943,7 +71959,7 @@ }, "children": [ { - "id": 16553, + "id": 16620, "name": "name", "variant": "declaration", "kind": 1024, @@ -71964,7 +71980,7 @@ } }, { - "id": 16554, + "id": 16621, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -71994,7 +72010,7 @@ } }, { - "id": 16555, + "id": 16622, "name": "address", "variant": "declaration", "kind": 1024, @@ -72011,13 +72027,13 @@ }, "type": { "type": "reference", - "target": 16530, + "target": 16597, "name": "StockLocationAddressInput", "package": "@medusajs/types" } }, { - "id": 16556, + "id": 16623, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -72034,13 +72050,13 @@ }, "type": { "type": "reference", - "target": 14072, + "target": 14139, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 16557, + "id": 16624, "name": "id", "variant": "declaration", "kind": 1024, @@ -72065,17 +72081,17 @@ { "title": "Properties", "children": [ - 16553, - 16554, - 16555, - 16556, - 16557 + 16620, + 16621, + 16622, + 16623, + 16624 ] } ] }, { - "id": 16558, + "id": 16625, "name": "IStockLocationService", "variant": "declaration", "kind": 256, @@ -72090,14 +72106,14 @@ }, "children": [ { - "id": 16559, + "id": 16626, "name": "listStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16560, + "id": 16627, "name": "listStockLocations", "variant": "signature", "kind": 4096, @@ -72184,7 +72200,7 @@ }, "parameters": [ { - "id": 16561, + "id": 16628, "name": "selector", "variant": "param", "kind": 32768, @@ -72199,13 +72215,13 @@ }, "type": { "type": "reference", - "target": 16524, + "target": 16591, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } }, { - "id": 16562, + "id": 16629, "name": "config", "variant": "param", "kind": 32768, @@ -72238,11 +72254,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -72252,7 +72268,7 @@ } }, { - "id": 16563, + "id": 16630, "name": "context", "variant": "param", "kind": 32768, @@ -72269,7 +72285,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -72286,7 +72302,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -72299,14 +72315,14 @@ ] }, { - "id": 16564, + "id": 16631, "name": "listAndCountStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16565, + "id": 16632, "name": "listAndCountStockLocations", "variant": "signature", "kind": 4096, @@ -72393,7 +72409,7 @@ }, "parameters": [ { - "id": 16566, + "id": 16633, "name": "selector", "variant": "param", "kind": 32768, @@ -72408,13 +72424,13 @@ }, "type": { "type": "reference", - "target": 16524, + "target": 16591, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } }, { - "id": 16567, + "id": 16634, "name": "config", "variant": "param", "kind": 32768, @@ -72447,11 +72463,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -72461,7 +72477,7 @@ } }, { - "id": 16568, + "id": 16635, "name": "context", "variant": "param", "kind": 32768, @@ -72478,7 +72494,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -72498,7 +72514,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -72517,14 +72533,14 @@ ] }, { - "id": 16569, + "id": 16636, "name": "retrieveStockLocation", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16570, + "id": 16637, "name": "retrieveStockLocation", "variant": "signature", "kind": 4096, @@ -72559,7 +72575,7 @@ }, "parameters": [ { - "id": 16571, + "id": 16638, "name": "id", "variant": "param", "kind": 32768, @@ -72578,7 +72594,7 @@ } }, { - "id": 16572, + "id": 16639, "name": "config", "variant": "param", "kind": 32768, @@ -72611,11 +72627,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -72625,7 +72641,7 @@ } }, { - "id": 16573, + "id": 16640, "name": "context", "variant": "param", "kind": 32768, @@ -72642,7 +72658,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -72657,7 +72673,7 @@ "typeArguments": [ { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -72669,14 +72685,14 @@ ] }, { - "id": 16574, + "id": 16641, "name": "createStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16575, + "id": 16642, "name": "createStockLocations", "variant": "signature", "kind": 4096, @@ -72711,7 +72727,7 @@ }, "parameters": [ { - "id": 16576, + "id": 16643, "name": "input", "variant": "param", "kind": 32768, @@ -72726,13 +72742,13 @@ }, "type": { "type": "reference", - "target": 16540, + "target": 16607, "name": "CreateStockLocationInput", "package": "@medusajs/types" } }, { - "id": 16577, + "id": 16644, "name": "context", "variant": "param", "kind": 32768, @@ -72749,7 +72765,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -72764,7 +72780,7 @@ "typeArguments": [ { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -72774,7 +72790,7 @@ } }, { - "id": 16578, + "id": 16645, "name": "createStockLocations", "variant": "signature", "kind": 4096, @@ -72809,7 +72825,7 @@ }, "parameters": [ { - "id": 16579, + "id": 16646, "name": "input", "variant": "param", "kind": 32768, @@ -72826,14 +72842,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 16540, + "target": 16607, "name": "CreateStockLocationInput", "package": "@medusajs/types" } } }, { - "id": 16580, + "id": 16647, "name": "context", "variant": "param", "kind": 32768, @@ -72850,7 +72866,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -72867,7 +72883,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -72880,14 +72896,14 @@ ] }, { - "id": 16581, + "id": 16648, "name": "upsertStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16582, + "id": 16649, "name": "upsertStockLocations", "variant": "signature", "kind": 4096, @@ -72922,7 +72938,7 @@ }, "parameters": [ { - "id": 16583, + "id": 16650, "name": "data", "variant": "param", "kind": 32768, @@ -72939,14 +72955,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 16552, + "target": 16619, "name": "UpsertStockLocationInput", "package": "@medusajs/types" } } }, { - "id": 16584, + "id": 16651, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -72963,7 +72979,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -72980,7 +72996,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -72991,7 +73007,7 @@ } }, { - "id": 16585, + "id": 16652, "name": "upsertStockLocations", "variant": "signature", "kind": 4096, @@ -73026,7 +73042,7 @@ }, "parameters": [ { - "id": 16586, + "id": 16653, "name": "data", "variant": "param", "kind": 32768, @@ -73041,13 +73057,13 @@ }, "type": { "type": "reference", - "target": 16552, + "target": 16619, "name": "UpsertStockLocationInput", "package": "@medusajs/types" } }, { - "id": 16587, + "id": 16654, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -73064,7 +73080,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -73079,7 +73095,7 @@ "typeArguments": [ { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -73091,14 +73107,14 @@ ] }, { - "id": 16588, + "id": 16655, "name": "updateStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16589, + "id": 16656, "name": "updateStockLocations", "variant": "signature", "kind": 4096, @@ -73133,7 +73149,7 @@ }, "parameters": [ { - "id": 16590, + "id": 16657, "name": "id", "variant": "param", "kind": 32768, @@ -73144,7 +73160,7 @@ } }, { - "id": 16591, + "id": 16658, "name": "input", "variant": "param", "kind": 32768, @@ -73159,13 +73175,13 @@ }, "type": { "type": "reference", - "target": 16546, + "target": 16613, "name": "UpdateStockLocationInput", "package": "@medusajs/types" } }, { - "id": 16592, + "id": 16659, "name": "context", "variant": "param", "kind": 32768, @@ -73182,7 +73198,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -73197,7 +73213,7 @@ "typeArguments": [ { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -73207,7 +73223,7 @@ } }, { - "id": 16593, + "id": 16660, "name": "updateStockLocations", "variant": "signature", "kind": 4096, @@ -73242,7 +73258,7 @@ }, "parameters": [ { - "id": 16594, + "id": 16661, "name": "selector", "variant": "param", "kind": 32768, @@ -73257,13 +73273,13 @@ }, "type": { "type": "reference", - "target": 16524, + "target": 16591, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } }, { - "id": 16595, + "id": 16662, "name": "input", "variant": "param", "kind": 32768, @@ -73278,13 +73294,13 @@ }, "type": { "type": "reference", - "target": 16546, + "target": 16613, "name": "UpdateStockLocationInput", "package": "@medusajs/types" } }, { - "id": 16596, + "id": 16663, "name": "context", "variant": "param", "kind": 32768, @@ -73301,7 +73317,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -73318,7 +73334,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16510, + "target": 16577, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -73331,14 +73347,14 @@ ] }, { - "id": 16597, + "id": 16664, "name": "deleteStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16598, + "id": 16665, "name": "deleteStockLocations", "variant": "signature", "kind": 4096, @@ -73373,7 +73389,7 @@ }, "parameters": [ { - "id": 16599, + "id": 16666, "name": "id", "variant": "param", "kind": 32768, @@ -73404,7 +73420,7 @@ } }, { - "id": 16600, + "id": 16667, "name": "context", "variant": "param", "kind": 32768, @@ -73421,7 +73437,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -73446,14 +73462,14 @@ ] }, { - "id": 16601, + "id": 16668, "name": "softDeleteStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16602, + "id": 16669, "name": "softDeleteStockLocations", "variant": "signature", "kind": 4096, @@ -73504,7 +73520,7 @@ }, "typeParameters": [ { - "id": 16603, + "id": 16670, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -73521,7 +73537,7 @@ ], "parameters": [ { - "id": 16604, + "id": 16671, "name": "stockLocationIds", "variant": "param", "kind": 32768, @@ -73543,7 +73559,7 @@ } }, { - "id": 16605, + "id": 16672, "name": "config", "variant": "param", "kind": 32768, @@ -73560,11 +73576,11 @@ }, "type": { "type": "reference", - "target": 14391, + "target": 14458, "typeArguments": [ { "type": "reference", - "target": 16603, + "target": 16670, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -73575,7 +73591,7 @@ } }, { - "id": 16606, + "id": 16673, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -73592,7 +73608,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -73644,14 +73660,14 @@ ] }, { - "id": 16607, + "id": 16674, "name": "restoreStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16608, + "id": 16675, "name": "restoreStockLocations", "variant": "signature", "kind": 4096, @@ -73702,7 +73718,7 @@ }, "typeParameters": [ { - "id": 16609, + "id": 16676, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -73719,7 +73735,7 @@ ], "parameters": [ { - "id": 16610, + "id": 16677, "name": "stockLocationIds", "variant": "param", "kind": 32768, @@ -73741,7 +73757,7 @@ } }, { - "id": 16611, + "id": 16678, "name": "config", "variant": "param", "kind": 32768, @@ -73774,11 +73790,11 @@ }, "type": { "type": "reference", - "target": 14394, + "target": 14461, "typeArguments": [ { "type": "reference", - "target": 16609, + "target": 16676, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -73789,7 +73805,7 @@ } }, { - "id": 16612, + "id": 16679, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -73806,7 +73822,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -73862,22 +73878,22 @@ { "title": "Methods", "children": [ - 16559, - 16564, - 16569, - 16574, - 16581, - 16588, - 16597, - 16601, - 16607 + 16626, + 16631, + 16636, + 16641, + 16648, + 16655, + 16664, + 16668, + 16674 ] } ], "extendedTypes": [ { "type": "reference", - "target": 16228, + "target": 16295, "name": "IModuleService", "package": "@medusajs/types" } @@ -73888,33 +73904,33 @@ { "title": "Interfaces", "children": [ - 16524, - 16552, - 16558 + 16591, + 16619, + 16625 ] }, { "title": "Type Aliases", "children": [ - 16495, - 16510, - 16521, - 16530, - 16540, - 16546 + 16562, + 16577, + 16588, + 16597, + 16607, + 16613 ] } ] }, { - "id": 17207, + "id": 17274, "name": "IBigNumber", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17208, + "id": 17275, "name": "numeric", "variant": "declaration", "kind": 1024, @@ -73925,7 +73941,7 @@ } }, { - "id": 17209, + "id": 17276, "name": "raw", "variant": "declaration", "kind": 1024, @@ -73934,13 +73950,13 @@ }, "type": { "type": "reference", - "target": 17215, + "target": 17282, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 17210, + "id": 17277, "name": "bigNumber", "variant": "declaration", "kind": 1024, @@ -73958,14 +73974,14 @@ } }, { - "id": 17211, + "id": 17278, "name": "toJSON", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17212, + "id": 17279, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -73978,14 +73994,14 @@ ] }, { - "id": 17213, + "id": 17280, "name": "valueOf", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17214, + "id": 17281, "name": "valueOf", "variant": "signature", "kind": 4096, @@ -74002,22 +74018,22 @@ { "title": "Properties", "children": [ - 17208, - 17209, - 17210 + 17275, + 17276, + 17277 ] }, { "title": "Methods", "children": [ - 17211, - 17213 + 17278, + 17280 ] } ] }, { - "id": 17215, + "id": 17282, "name": "BigNumberRawValue", "variant": "declaration", "kind": 2097152, @@ -74025,14 +74041,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17216, + "id": 17283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17217, + "id": 17284, "name": "value", "variant": "declaration", "kind": 1024, @@ -74056,20 +74072,20 @@ { "title": "Properties", "children": [ - 17217 + 17284 ] } ], "indexSignatures": [ { - "id": 17218, + "id": 17285, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17219, + "id": 17286, "name": "key", "variant": "param", "kind": 32768, @@ -74090,7 +74106,7 @@ } }, { - "id": 17220, + "id": 17287, "name": "BigNumberInput", "variant": "declaration", "kind": 2097152, @@ -74100,7 +74116,7 @@ "types": [ { "type": "reference", - "target": 17215, + "target": 17282, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -74124,7 +74140,7 @@ }, { "type": "reference", - "target": 17207, + "target": 17274, "name": "IBigNumber", "package": "@medusajs/types" } @@ -74132,7 +74148,7 @@ } }, { - "id": 17221, + "id": 17288, "name": "BigNumberValue", "variant": "declaration", "kind": 2097152, @@ -74160,7 +74176,7 @@ }, { "type": "reference", - "target": 17207, + "target": 17274, "name": "IBigNumber", "package": "@medusajs/types" } @@ -74168,7 +74184,7 @@ } }, { - "id": 17184, + "id": 17251, "name": "CartLikeWithTotals", "variant": "declaration", "kind": 2097152, @@ -74176,281 +74192,281 @@ "type": { "type": "reflection", "declaration": { - "id": 17185, + "id": 17252, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17186, + "id": 17253, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17187, + "id": 17254, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17188, + "id": 17255, "name": "item_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17189, + "id": 17256, "name": "item_subtotal", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17190, + "id": 17257, "name": "item_tax_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17191, + "id": 17258, "name": "original_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17192, + "id": 17259, "name": "original_subtotal", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17193, + "id": 17260, "name": "original_tax_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17194, + "id": 17261, "name": "total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17195, + "id": 17262, "name": "subtotal", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17196, + "id": 17263, "name": "tax_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17197, + "id": 17264, "name": "discount_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17198, + "id": 17265, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17199, + "id": 17266, "name": "gift_card_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17200, + "id": 17267, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17201, + "id": 17268, "name": "shipping_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17202, + "id": 17269, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17203, + "id": 17270, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17204, + "id": 17271, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17205, + "id": 17272, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 17206, + "id": 17273, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 17221, + "target": 17288, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -74460,27 +74476,27 @@ { "title": "Properties", "children": [ - 17186, - 17187, - 17188, - 17189, - 17190, - 17191, - 17192, - 17193, - 17194, - 17195, - 17196, - 17197, - 17198, - 17199, - 17200, - 17201, - 17202, - 17203, - 17204, - 17205, - 17206 + 17253, + 17254, + 17255, + 17256, + 17257, + 17258, + 17259, + 17260, + 17261, + 17262, + 17263, + 17264, + 17265, + 17266, + 17267, + 17268, + 17269, + 17270, + 17271, + 17272, + 17273 ] } ] @@ -74488,35 +74504,35 @@ } }, { - "id": 16626, + "id": 16693, "name": "TransactionBaseTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16627, + "id": 16694, "name": "ITransactionBaseService", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16628, + "id": 16695, "name": "withTransaction", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16629, + "id": 16696, "name": "withTransaction", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16630, + "id": 16697, "name": "transactionManager", "variant": "param", "kind": 32768, @@ -74546,14 +74562,14 @@ { "title": "Methods", "children": [ - 16628 + 16695 ] } ], "extendedBy": [ { "type": "reference", - "target": 14435, + "target": 14502, "name": "IEventBusService" } ] @@ -74563,34 +74579,34 @@ { "title": "Interfaces", "children": [ - 16627 + 16694 ] } ] }, { - "id": 16631, + "id": 16698, "name": "WorkflowTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16632, + "id": 16699, "name": "CommonWorkflow", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16633, + "id": 16700, "name": "WorkflowInputConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16634, + "id": 16701, "name": "listConfig", "variant": "declaration", "kind": 1024, @@ -74600,14 +74616,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16635, + "id": 16702, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16636, + "id": 16703, "name": "select", "variant": "declaration", "kind": 1024, @@ -74623,7 +74639,7 @@ } }, { - "id": 16637, + "id": 16704, "name": "relations", "variant": "declaration", "kind": 1024, @@ -74643,8 +74659,8 @@ { "title": "Properties", "children": [ - 16636, - 16637 + 16703, + 16704 ] } ] @@ -74652,7 +74668,7 @@ } }, { - "id": 16638, + "id": 16705, "name": "retrieveConfig", "variant": "declaration", "kind": 1024, @@ -74662,14 +74678,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16639, + "id": 16706, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16640, + "id": 16707, "name": "select", "variant": "declaration", "kind": 1024, @@ -74685,7 +74701,7 @@ } }, { - "id": 16641, + "id": 16708, "name": "relations", "variant": "declaration", "kind": 1024, @@ -74705,8 +74721,8 @@ { "title": "Properties", "children": [ - 16640, - 16641 + 16707, + 16708 ] } ] @@ -74718,8 +74734,8 @@ { "title": "Properties", "children": [ - 16634, - 16638 + 16701, + 16705 ] } ] @@ -74729,27 +74745,27 @@ { "title": "Interfaces", "children": [ - 16633 + 16700 ] } ] }, { - "id": 16642, + "id": 16709, "name": "InventoryWorkflow", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16643, + "id": 16710, "name": "CreateInventoryItemInputDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16644, + "id": 16711, "name": "sku", "variant": "declaration", "kind": 1024, @@ -74762,7 +74778,7 @@ } }, { - "id": 16645, + "id": 16712, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -74775,7 +74791,7 @@ } }, { - "id": 16646, + "id": 16713, "name": "weight", "variant": "declaration", "kind": 1024, @@ -74788,7 +74804,7 @@ } }, { - "id": 16647, + "id": 16714, "name": "length", "variant": "declaration", "kind": 1024, @@ -74801,7 +74817,7 @@ } }, { - "id": 16648, + "id": 16715, "name": "height", "variant": "declaration", "kind": 1024, @@ -74814,7 +74830,7 @@ } }, { - "id": 16649, + "id": 16716, "name": "width", "variant": "declaration", "kind": 1024, @@ -74827,7 +74843,7 @@ } }, { - "id": 16650, + "id": 16717, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -74840,7 +74856,7 @@ } }, { - "id": 16651, + "id": 16718, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -74853,7 +74869,7 @@ } }, { - "id": 16652, + "id": 16719, "name": "material", "variant": "declaration", "kind": 1024, @@ -74866,7 +74882,7 @@ } }, { - "id": 16653, + "id": 16720, "name": "title", "variant": "declaration", "kind": 1024, @@ -74879,7 +74895,7 @@ } }, { - "id": 16654, + "id": 16721, "name": "description", "variant": "declaration", "kind": 1024, @@ -74892,7 +74908,7 @@ } }, { - "id": 16655, + "id": 16722, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -74905,7 +74921,7 @@ } }, { - "id": 16656, + "id": 16723, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -74937,32 +74953,32 @@ { "title": "Properties", "children": [ - 16644, - 16645, - 16646, - 16647, - 16648, - 16649, - 16650, - 16651, - 16652, - 16653, - 16654, - 16655, - 16656 + 16711, + 16712, + 16713, + 16714, + 16715, + 16716, + 16717, + 16718, + 16719, + 16720, + 16721, + 16722, + 16723 ] } ] }, { - "id": 16657, + "id": 16724, "name": "CreateInventoryItemsWorkflowInputDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16658, + "id": 16725, "name": "inventoryItems", "variant": "declaration", "kind": 1024, @@ -74971,7 +74987,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16643, + "target": 16710, "name": "CreateInventoryItemInputDTO", "package": "@medusajs/types" } @@ -74982,7 +74998,7 @@ { "title": "Properties", "children": [ - 16658 + 16725 ] } ] @@ -74992,28 +75008,28 @@ { "title": "Interfaces", "children": [ - 16643, - 16657 + 16710, + 16724 ] } ] }, { - "id": 16659, + "id": 16726, "name": "InviteWorkflow", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16664, + "id": 16731, "name": "AcceptInviteWorkflowInputDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16665, + "id": 16732, "name": "invite_token", "variant": "declaration", "kind": 1024, @@ -75024,7 +75040,7 @@ } }, { - "id": 16666, + "id": 16733, "name": "auth_identity_id", "variant": "declaration", "kind": 1024, @@ -75035,7 +75051,7 @@ } }, { - "id": 16667, + "id": 16734, "name": "user", "variant": "declaration", "kind": 1024, @@ -75043,14 +75059,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16668, + "id": 16735, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16669, + "id": 16736, "name": "email", "variant": "declaration", "kind": 1024, @@ -75063,7 +75079,7 @@ } }, { - "id": 16670, + "id": 16737, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -75085,7 +75101,7 @@ } }, { - "id": 16671, + "id": 16738, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -75107,7 +75123,7 @@ } }, { - "id": 16672, + "id": 16739, "name": "avatar_url", "variant": "declaration", "kind": 1024, @@ -75129,7 +75145,7 @@ } }, { - "id": 16673, + "id": 16740, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -75170,11 +75186,11 @@ { "title": "Properties", "children": [ - 16669, - 16670, - 16671, - 16672, - 16673 + 16736, + 16737, + 16738, + 16739, + 16740 ] } ] @@ -75186,22 +75202,22 @@ { "title": "Properties", "children": [ - 16665, - 16666, - 16667 + 16732, + 16733, + 16734 ] } ] }, { - "id": 16660, + "id": 16727, "name": "CreateInvitesWorkflowInputDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16661, + "id": 16728, "name": "invites", "variant": "declaration", "kind": 1024, @@ -75224,20 +75240,20 @@ { "title": "Properties", "children": [ - 16661 + 16728 ] } ] }, { - "id": 16662, + "id": 16729, "name": "DeleteInvitesWorkflowInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16663, + "id": 16730, "name": "ids", "variant": "declaration", "kind": 1024, @@ -75255,20 +75271,20 @@ { "title": "Properties", "children": [ - 16663 + 16730 ] } ] }, { - "id": 16674, + "id": 16741, "name": "ResendInvitesWorkflowInputDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16675, + "id": 16742, "name": "invite_ids", "variant": "declaration", "kind": 1024, @@ -75286,7 +75302,7 @@ { "title": "Properties", "children": [ - 16675 + 16742 ] } ] @@ -75296,30 +75312,30 @@ { "title": "Interfaces", "children": [ - 16664, - 16660, - 16662, - 16674 + 16731, + 16727, + 16729, + 16741 ] } ] }, { - "id": 16676, + "id": 16743, "name": "PriceListWorkflow", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16677, + "id": 16744, "name": "CreatePriceListDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16678, + "id": 16745, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -75332,7 +75348,7 @@ } }, { - "id": 16679, + "id": 16746, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -75345,7 +75361,7 @@ } }, { - "id": 16680, + "id": 16747, "name": "status", "variant": "declaration", "kind": 1024, @@ -75363,7 +75379,7 @@ } }, { - "id": 16681, + "id": 16748, "name": "rules", "variant": "declaration", "kind": 1024, @@ -75384,7 +75400,7 @@ } }, { - "id": 16682, + "id": 16749, "name": "prices", "variant": "declaration", "kind": 1024, @@ -75396,14 +75412,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16683, + "id": 16750, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16684, + "id": 16751, "name": "amount", "variant": "declaration", "kind": 1024, @@ -75414,7 +75430,7 @@ } }, { - "id": 16685, + "id": 16752, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -75425,7 +75441,7 @@ } }, { - "id": 16686, + "id": 16753, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -75438,7 +75454,7 @@ } }, { - "id": 16687, + "id": 16754, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -75451,7 +75467,7 @@ } }, { - "id": 16688, + "id": 16755, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -75468,11 +75484,11 @@ { "title": "Properties", "children": [ - 16684, - 16685, - 16686, - 16687, - 16688 + 16751, + 16752, + 16753, + 16754, + 16755 ] } ] @@ -75481,7 +75497,7 @@ } }, { - "id": 16689, + "id": 16756, "name": "customer_groups", "variant": "declaration", "kind": 1024, @@ -75493,14 +75509,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 16690, + "id": 16757, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16691, + "id": 16758, "name": "id", "variant": "declaration", "kind": 1024, @@ -75515,7 +75531,7 @@ { "title": "Properties", "children": [ - 16691 + 16758 ] } ] @@ -75528,25 +75544,25 @@ { "title": "Properties", "children": [ - 16678, - 16679, - 16680, - 16681, - 16682, - 16689 + 16745, + 16746, + 16747, + 16748, + 16749, + 16756 ] } ] }, { - "id": 16692, + "id": 16759, "name": "CreatePriceListRuleDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16693, + "id": 16760, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -75557,7 +75573,7 @@ } }, { - "id": 16694, + "id": 16761, "name": "value", "variant": "declaration", "kind": 1024, @@ -75575,21 +75591,21 @@ { "title": "Properties", "children": [ - 16693, - 16694 + 16760, + 16761 ] } ] }, { - "id": 16695, + "id": 16762, "name": "CreatePriceListPriceDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16696, + "id": 16763, "name": "amount", "variant": "declaration", "kind": 1024, @@ -75600,7 +75616,7 @@ } }, { - "id": 16697, + "id": 16764, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -75611,7 +75627,7 @@ } }, { - "id": 16698, + "id": 16765, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -75631,7 +75647,7 @@ } }, { - "id": 16699, + "id": 16766, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -75644,7 +75660,7 @@ } }, { - "id": 16700, + "id": 16767, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -75657,7 +75673,7 @@ } }, { - "id": 16701, + "id": 16768, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -75674,25 +75690,25 @@ { "title": "Properties", "children": [ - 16696, - 16697, - 16698, - 16699, - 16700, - 16701 + 16763, + 16764, + 16765, + 16766, + 16767, + 16768 ] } ] }, { - "id": 16702, + "id": 16769, "name": "CreatePriceListWorkflowInputDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16703, + "id": 16770, "name": "price_lists", "variant": "declaration", "kind": 1024, @@ -75701,7 +75717,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16713, + "target": 16780, "name": "CreatePriceListWorkflowDTO", "package": "@medusajs/types" } @@ -75712,20 +75728,20 @@ { "title": "Properties", "children": [ - 16703 + 16770 ] } ] }, { - "id": 16704, + "id": 16771, "name": "RemovePriceListProductsWorkflowInputDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16705, + "id": 16772, "name": "product_ids", "variant": "declaration", "kind": 1024, @@ -75739,7 +75755,7 @@ } }, { - "id": 16706, + "id": 16773, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -75754,21 +75770,21 @@ { "title": "Properties", "children": [ - 16705, - 16706 + 16772, + 16773 ] } ] }, { - "id": 16707, + "id": 16774, "name": "RemovePriceListVariantsWorkflowInputDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16708, + "id": 16775, "name": "variant_ids", "variant": "declaration", "kind": 1024, @@ -75782,7 +75798,7 @@ } }, { - "id": 16709, + "id": 16776, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -75797,21 +75813,21 @@ { "title": "Properties", "children": [ - 16708, - 16709 + 16775, + 16776 ] } ] }, { - "id": 16710, + "id": 16777, "name": "RemovePriceListPricesWorkflowInputDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16711, + "id": 16778, "name": "money_amount_ids", "variant": "declaration", "kind": 1024, @@ -75825,7 +75841,7 @@ } }, { - "id": 16712, + "id": 16779, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -75840,21 +75856,21 @@ { "title": "Properties", "children": [ - 16711, - 16712 + 16778, + 16779 ] } ] }, { - "id": 16713, + "id": 16780, "name": "CreatePriceListWorkflowDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16714, + "id": 16781, "name": "title", "variant": "declaration", "kind": 1024, @@ -75867,7 +75883,7 @@ } }, { - "id": 16715, + "id": 16782, "name": "name", "variant": "declaration", "kind": 1024, @@ -75878,7 +75894,7 @@ } }, { - "id": 16716, + "id": 16783, "name": "description", "variant": "declaration", "kind": 1024, @@ -75889,7 +75905,7 @@ } }, { - "id": 16717, + "id": 16784, "name": "type", "variant": "declaration", "kind": 1024, @@ -75902,7 +75918,7 @@ } }, { - "id": 16718, + "id": 16785, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -75920,7 +75936,7 @@ } }, { - "id": 16719, + "id": 16786, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -75938,7 +75954,7 @@ } }, { - "id": 16720, + "id": 16787, "name": "status", "variant": "declaration", "kind": 1024, @@ -75956,7 +75972,7 @@ } }, { - "id": 16721, + "id": 16788, "name": "rules_count", "variant": "declaration", "kind": 1024, @@ -75969,7 +75985,7 @@ } }, { - "id": 16722, + "id": 16789, "name": "prices", "variant": "declaration", "kind": 1024, @@ -75978,14 +75994,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 17435, + "target": 17502, "name": "InputPrice", "package": "@medusajs/types" } } }, { - "id": 16723, + "id": 16790, "name": "rules", "variant": "declaration", "kind": 1024, @@ -76007,29 +76023,29 @@ { "title": "Properties", "children": [ - 16714, - 16715, - 16716, - 16717, - 16718, - 16719, - 16720, - 16721, - 16722, - 16723 + 16781, + 16782, + 16783, + 16784, + 16785, + 16786, + 16787, + 16788, + 16789, + 16790 ] } ] }, { - "id": 16724, + "id": 16791, "name": "RemovePriceListWorkflowInputDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16725, + "id": 16792, "name": "price_lists", "variant": "declaration", "kind": 1024, @@ -76047,7 +76063,7 @@ { "title": "Properties", "children": [ - 16725 + 16792 ] } ] @@ -76057,35 +76073,35 @@ { "title": "Interfaces", "children": [ - 16677, - 16692, - 16695, - 16702, - 16704, - 16707, - 16710, - 16713, - 16724 + 16744, + 16759, + 16762, + 16769, + 16771, + 16774, + 16777, + 16780, + 16791 ] } ] }, { - "id": 16726, + "id": 16793, "name": "ProductCategoryWorkflow", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16727, + "id": 16794, "name": "CreateProductCategoriesWorkflowInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16728, + "id": 16795, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -76108,20 +76124,20 @@ { "title": "Properties", "children": [ - 16728 + 16795 ] } ] }, { - "id": 16729, + "id": 16796, "name": "UpdateProductCategoriesWorkflowInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16730, + "id": 16797, "name": "selector", "variant": "declaration", "kind": 1024, @@ -76137,7 +76153,7 @@ } }, { - "id": 16731, + "id": 16798, "name": "update", "variant": "declaration", "kind": 1024, @@ -76157,21 +76173,21 @@ { "title": "Properties", "children": [ - 16730, - 16731 + 16797, + 16798 ] } ] }, { - "id": 16732, + "id": 16799, "name": "BatchUpdateProductsOnCategoryWorkflowInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16733, + "id": 16800, "name": "id", "variant": "declaration", "kind": 1024, @@ -76189,7 +76205,7 @@ } }, { - "id": 16734, + "id": 16801, "name": "add", "variant": "declaration", "kind": 1024, @@ -76211,7 +76227,7 @@ } }, { - "id": 16735, + "id": 16802, "name": "remove", "variant": "declaration", "kind": 1024, @@ -76237,16 +76253,16 @@ { "title": "Properties", "children": [ - 16733, - 16734, - 16735 + 16800, + 16801, + 16802 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14082, + "target": 14149, "name": "LinkWorkflowInput", "package": "@medusajs/types" } @@ -76257,29 +76273,29 @@ { "title": "Interfaces", "children": [ - 16727, - 16729, - 16732 + 16794, + 16796, + 16799 ] } ] }, { - "id": 16736, + "id": 16803, "name": "ReservationWorkflow", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16737, + "id": 16804, "name": "CreateReservationsWorkflowInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16738, + "id": 16805, "name": "reservations", "variant": "declaration", "kind": 1024, @@ -76288,7 +76304,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15776, + "target": 15843, "name": "CreateReservationItemInput", "package": "@medusajs/types" } @@ -76299,13 +76315,13 @@ { "title": "Properties", "children": [ - 16738 + 16805 ] } ] }, { - "id": 16739, + "id": 16806, "name": "CreateReservationsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -76314,21 +76330,21 @@ "type": "array", "elementType": { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } } }, { - "id": 16740, + "id": 16807, "name": "UpdateReservationsWorkflowInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16741, + "id": 16808, "name": "updates", "variant": "declaration", "kind": 1024, @@ -76337,7 +76353,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15769, + "target": 15836, "name": "UpdateReservationItemInput", "package": "@medusajs/types" } @@ -76348,13 +76364,13 @@ { "title": "Properties", "children": [ - 16741 + 16808 ] } ] }, { - "id": 16742, + "id": 16809, "name": "UpdateReservationsWorkflowOutput", "variant": "declaration", "kind": 2097152, @@ -76363,7 +76379,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 15696, + "target": 15763, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -76374,15 +76390,15 @@ { "title": "Interfaces", "children": [ - 16737, - 16740 + 16804, + 16807 ] }, { "title": "Type Aliases", "children": [ - 16739, - 16742 + 16806, + 16809 ] } ] @@ -76392,25 +76408,25 @@ { "title": "Namespaces", "children": [ - 16632, - 16642, - 16659, - 16676, + 16699, + 16709, 16726, - 16736 + 16743, + 16793, + 16803 ] } ] }, { - "id": 17435, + "id": 17502, "name": "InputPrice", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17436, + "id": 17503, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -76423,7 +76439,7 @@ } }, { - "id": 17437, + "id": 17504, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -76434,7 +76450,7 @@ } }, { - "id": 17438, + "id": 17505, "name": "amount", "variant": "declaration", "kind": 1024, @@ -76445,7 +76461,7 @@ } }, { - "id": 17439, + "id": 17506, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -76456,7 +76472,7 @@ } }, { - "id": 17440, + "id": 17507, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -76469,7 +76485,7 @@ } }, { - "id": 17441, + "id": 17508, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -76486,32 +76502,32 @@ { "title": "Properties", "children": [ - 17436, - 17437, - 17438, - 17439, - 17440, - 17441 + 17503, + 17504, + 17505, + 17506, + 17507, + 17508 ] } ] }, { - "id": 16743, + "id": 16810, "name": "WorkflowsSdkTypes", "variant": "declaration", "kind": 4, "flags": {}, "children": [ { - "id": 16744, + "id": 16811, "name": "WorkflowExecutionDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16745, + "id": 16812, "name": "id", "variant": "declaration", "kind": 1024, @@ -76522,7 +76538,7 @@ } }, { - "id": 16746, + "id": 16813, "name": "workflow_id", "variant": "declaration", "kind": 1024, @@ -76533,7 +76549,7 @@ } }, { - "id": 16747, + "id": 16814, "name": "transaction_id", "variant": "declaration", "kind": 1024, @@ -76544,7 +76560,7 @@ } }, { - "id": 16748, + "id": 16815, "name": "execution", "variant": "declaration", "kind": 1024, @@ -76555,7 +76571,7 @@ } }, { - "id": 16749, + "id": 16816, "name": "context", "variant": "declaration", "kind": 1024, @@ -76566,7 +76582,7 @@ } }, { - "id": 16750, + "id": 16817, "name": "state", "variant": "declaration", "kind": 1024, @@ -76577,7 +76593,7 @@ } }, { - "id": 16751, + "id": 16818, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -76593,7 +76609,7 @@ } }, { - "id": 16752, + "id": 16819, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -76609,7 +76625,7 @@ } }, { - "id": 16753, + "id": 16820, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -76629,21 +76645,21 @@ { "title": "Properties", "children": [ - 16745, - 16746, - 16747, - 16748, - 16749, - 16750, - 16751, - 16752, - 16753 + 16812, + 16813, + 16814, + 16815, + 16816, + 16817, + 16818, + 16819, + 16820 ] } ] }, { - "id": 16754, + "id": 16821, "name": "FilterableWorkflowExecutionProps", "variant": "declaration", "kind": 256, @@ -76658,7 +76674,7 @@ }, "children": [ { - "id": 16759, + "id": 16826, "name": "$and", "variant": "declaration", "kind": 1024, @@ -76681,17 +76697,17 @@ "types": [ { "type": "reference", - "target": 16754, + "target": 16821, "name": "FilterableWorkflowExecutionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 16754, + "target": 16821, "name": "FilterableWorkflowExecutionProps", "package": "@medusajs/types" } @@ -76704,12 +76720,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14240, + "target": 14307, "name": "BaseFilterable.$and" } }, { - "id": 16760, + "id": 16827, "name": "$or", "variant": "declaration", "kind": 1024, @@ -76732,17 +76748,17 @@ "types": [ { "type": "reference", - "target": 16754, + "target": 16821, "name": "FilterableWorkflowExecutionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 16754, + "target": 16821, "name": "FilterableWorkflowExecutionProps", "package": "@medusajs/types" } @@ -76755,12 +76771,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 14241, + "target": 14308, "name": "BaseFilterable.$or" } }, { - "id": 16755, + "id": 16822, "name": "id", "variant": "declaration", "kind": 1024, @@ -76783,7 +76799,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -76797,7 +76813,7 @@ } }, { - "id": 16756, + "id": 16823, "name": "workflow_id", "variant": "declaration", "kind": 1024, @@ -76820,7 +76836,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -76834,7 +76850,7 @@ } }, { - "id": 16757, + "id": 16824, "name": "transaction_id", "variant": "declaration", "kind": 1024, @@ -76857,7 +76873,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -76871,7 +76887,7 @@ } }, { - "id": 16758, + "id": 16825, "name": "state", "variant": "declaration", "kind": 1024, @@ -76894,7 +76910,7 @@ }, { "type": "reference", - "target": 14217, + "target": 14284, "typeArguments": [ { "type": "intrinsic", @@ -76912,23 +76928,23 @@ { "title": "Properties", "children": [ - 16759, - 16760, - 16755, - 16756, - 16757, - 16758 + 16826, + 16827, + 16822, + 16823, + 16824, + 16825 ] } ], "extendedTypes": [ { "type": "reference", - "target": 14239, + "target": 14306, "typeArguments": [ { "type": "reference", - "target": 16754, + "target": 16821, "name": "FilterableWorkflowExecutionProps", "package": "@medusajs/types" } @@ -76939,14 +76955,14 @@ ] }, { - "id": 16761, + "id": 16828, "name": "UpsertWorkflowExecutionDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16762, + "id": 16829, "name": "workflow_id", "variant": "declaration", "kind": 1024, @@ -76957,7 +76973,7 @@ } }, { - "id": 16763, + "id": 16830, "name": "transaction_id", "variant": "declaration", "kind": 1024, @@ -76968,7 +76984,7 @@ } }, { - "id": 16764, + "id": 16831, "name": "execution", "variant": "declaration", "kind": 1024, @@ -76994,7 +77010,7 @@ } }, { - "id": 16765, + "id": 16832, "name": "context", "variant": "declaration", "kind": 1024, @@ -77020,7 +77036,7 @@ } }, { - "id": 16766, + "id": 16833, "name": "state", "variant": "declaration", "kind": 1024, @@ -77035,24 +77051,24 @@ { "title": "Properties", "children": [ - 16762, - 16763, - 16764, - 16765, - 16766 + 16829, + 16830, + 16831, + 16832, + 16833 ] } ] }, { - "id": 16767, + "id": 16834, "name": "WorkflowOrchestratorRunDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16769, + "id": 16836, "name": "input", "variant": "declaration", "kind": 1024, @@ -77062,7 +77078,7 @@ }, "type": { "type": "reference", - "target": 16774, + "target": 16841, "name": "T", "package": "@medusajs/types", "qualifiedName": "WorkflowOrchestratorRunDTO.T", @@ -77075,7 +77091,7 @@ } }, { - "id": 16770, + "id": 16837, "name": "context", "variant": "declaration", "kind": 1024, @@ -77085,7 +77101,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" }, @@ -77096,7 +77112,7 @@ } }, { - "id": 16771, + "id": 16838, "name": "resultFrom", "variant": "declaration", "kind": 1024, @@ -77136,7 +77152,7 @@ } }, { - "id": 16772, + "id": 16839, "name": "throwOnError", "variant": "declaration", "kind": 1024, @@ -77155,7 +77171,7 @@ } }, { - "id": 16773, + "id": 16840, "name": "events", "variant": "declaration", "kind": 1024, @@ -77194,7 +77210,7 @@ } }, { - "id": 16768, + "id": 16835, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -77211,18 +77227,18 @@ { "title": "Properties", "children": [ - 16769, - 16770, - 16771, - 16772, - 16773, - 16768 + 16836, + 16837, + 16838, + 16839, + 16840, + 16835 ] } ], "typeParameters": [ { - "id": 16774, + "id": 16841, "name": "T", "variant": "typeParam", "kind": 131072, @@ -77236,11 +77252,11 @@ "extendedTypes": [ { "type": "reference", - "target": 17442, + "target": 17509, "typeArguments": [ { "type": "reference", - "target": 16774, + "target": 16841, "name": "T", "package": "@medusajs/types", "qualifiedName": "WorkflowOrchestratorRunDTO.T", @@ -77253,7 +77269,7 @@ ] }, { - "id": 16775, + "id": 16842, "name": "IdempotencyKeyParts", "variant": "declaration", "kind": 2097152, @@ -77261,14 +77277,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16776, + "id": 16843, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16777, + "id": 16844, "name": "workflowId", "variant": "declaration", "kind": 1024, @@ -77279,7 +77295,7 @@ } }, { - "id": 16778, + "id": 16845, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -77290,7 +77306,7 @@ } }, { - "id": 16779, + "id": 16846, "name": "stepId", "variant": "declaration", "kind": 1024, @@ -77301,7 +77317,7 @@ } }, { - "id": 16780, + "id": 16847, "name": "action", "variant": "declaration", "kind": 1024, @@ -77325,10 +77341,10 @@ { "title": "Properties", "children": [ - 16777, - 16778, - 16779, - 16780 + 16844, + 16845, + 16846, + 16847 ] } ] @@ -77336,28 +77352,28 @@ } }, { - "id": 16781, + "id": 16848, "name": "IWorkflowEngineService", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 16782, + "id": 16849, "name": "retrieveWorkflowExecution", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16783, + "id": 16850, "name": "retrieveWorkflowExecution", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16784, + "id": 16851, "name": "idOrObject", "variant": "param", "kind": 32768, @@ -77372,14 +77388,14 @@ { "type": "reflection", "declaration": { - "id": 16785, + "id": 16852, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16786, + "id": 16853, "name": "workflow_id", "variant": "declaration", "kind": 1024, @@ -77390,7 +77406,7 @@ } }, { - "id": 16787, + "id": 16854, "name": "transaction_id", "variant": "declaration", "kind": 1024, @@ -77405,8 +77421,8 @@ { "title": "Properties", "children": [ - 16786, - 16787 + 16853, + 16854 ] } ] @@ -77416,7 +77432,7 @@ } }, { - "id": 16788, + "id": 16855, "name": "config", "variant": "param", "kind": 32768, @@ -77425,11 +77441,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 16744, + "target": 16811, "name": "WorkflowExecutionDTO", "package": "@medusajs/types" } @@ -77439,7 +77455,7 @@ } }, { - "id": 16789, + "id": 16856, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -77448,7 +77464,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -77463,7 +77479,7 @@ "typeArguments": [ { "type": "reference", - "target": 16744, + "target": 16811, "name": "WorkflowExecutionDTO", "package": "@medusajs/types" } @@ -77475,21 +77491,21 @@ ] }, { - "id": 16790, + "id": 16857, "name": "listWorkflowExecutions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16791, + "id": 16858, "name": "listWorkflowExecutions", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16792, + "id": 16859, "name": "filters", "variant": "param", "kind": 32768, @@ -77498,13 +77514,13 @@ }, "type": { "type": "reference", - "target": 16754, + "target": 16821, "name": "FilterableWorkflowExecutionProps", "package": "@medusajs/types" } }, { - "id": 16793, + "id": 16860, "name": "config", "variant": "param", "kind": 32768, @@ -77513,11 +77529,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 16744, + "target": 16811, "name": "WorkflowExecutionDTO", "package": "@medusajs/types" } @@ -77527,7 +77543,7 @@ } }, { - "id": 16794, + "id": 16861, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -77536,7 +77552,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -77553,7 +77569,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16744, + "target": 16811, "name": "WorkflowExecutionDTO", "package": "@medusajs/types" } @@ -77566,21 +77582,21 @@ ] }, { - "id": 16795, + "id": 16862, "name": "listAndCountWorkflowExecutions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16796, + "id": 16863, "name": "listAndCountWorkflowExecutions", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16797, + "id": 16864, "name": "filters", "variant": "param", "kind": 32768, @@ -77589,13 +77605,13 @@ }, "type": { "type": "reference", - "target": 16754, + "target": 16821, "name": "FilterableWorkflowExecutionProps", "package": "@medusajs/types" } }, { - "id": 16798, + "id": 16865, "name": "config", "variant": "param", "kind": 32768, @@ -77604,11 +77620,11 @@ }, "type": { "type": "reference", - "target": 13992, + "target": 14059, "typeArguments": [ { "type": "reference", - "target": 16744, + "target": 16811, "name": "WorkflowExecutionDTO", "package": "@medusajs/types" } @@ -77618,7 +77634,7 @@ } }, { - "id": 16799, + "id": 16866, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -77627,7 +77643,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -77647,7 +77663,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 16744, + "target": 16811, "name": "WorkflowExecutionDTO", "package": "@medusajs/types" } @@ -77666,21 +77682,21 @@ ] }, { - "id": 16800, + "id": 16867, "name": "run", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16801, + "id": 16868, "name": "run", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16802, + "id": 16869, "name": "workflowId", "variant": "param", "kind": 32768, @@ -77691,7 +77707,7 @@ } }, { - "id": 16803, + "id": 16870, "name": "options", "variant": "param", "kind": 32768, @@ -77700,7 +77716,7 @@ }, "type": { "type": "reference", - "target": 16767, + "target": 16834, "typeArguments": [ { "type": "intrinsic", @@ -77712,7 +77728,7 @@ } }, { - "id": 16804, + "id": 16871, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -77721,7 +77737,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -77737,14 +77753,14 @@ { "type": "reflection", "declaration": { - "id": 16805, + "id": 16872, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16806, + "id": 16873, "name": "errors", "variant": "declaration", "kind": 1024, @@ -77763,7 +77779,7 @@ } }, { - "id": 16807, + "id": 16874, "name": "transaction", "variant": "declaration", "kind": 1024, @@ -77774,7 +77790,7 @@ } }, { - "id": 16808, + "id": 16875, "name": "result", "variant": "declaration", "kind": 1024, @@ -77785,7 +77801,7 @@ } }, { - "id": 16809, + "id": 16876, "name": "acknowledgement", "variant": "declaration", "kind": 1024, @@ -77800,10 +77816,10 @@ { "title": "Properties", "children": [ - 16806, - 16807, - 16808, - 16809 + 16873, + 16874, + 16875, + 16876 ] } ] @@ -77817,21 +77833,21 @@ ] }, { - "id": 16810, + "id": 16877, "name": "getRunningTransaction", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16811, + "id": 16878, "name": "getRunningTransaction", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16812, + "id": 16879, "name": "workflowId", "variant": "param", "kind": 32768, @@ -77842,7 +77858,7 @@ } }, { - "id": 16813, + "id": 16880, "name": "transactionId", "variant": "param", "kind": 32768, @@ -77853,7 +77869,7 @@ } }, { - "id": 16814, + "id": 16881, "name": "options", "variant": "param", "kind": 32768, @@ -77881,7 +77897,7 @@ } }, { - "id": 16815, + "id": 16882, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -77890,7 +77906,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -77915,21 +77931,21 @@ ] }, { - "id": 16816, + "id": 16883, "name": "setStepSuccess", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16817, + "id": 16884, "name": "setStepSuccess", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16818, + "id": 16885, "name": "__namedParameters", "variant": "param", "kind": 32768, @@ -77937,14 +77953,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16819, + "id": 16886, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16820, + "id": 16887, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -77958,7 +77974,7 @@ }, { "type": "reference", - "target": 16775, + "target": 16842, "name": "IdempotencyKeyParts", "package": "@medusajs/types" } @@ -77966,7 +77982,7 @@ } }, { - "id": 16821, + "id": 16888, "name": "stepResponse", "variant": "declaration", "kind": 1024, @@ -77977,7 +77993,7 @@ } }, { - "id": 16822, + "id": 16889, "name": "options", "variant": "declaration", "kind": 1024, @@ -78009,9 +78025,9 @@ { "title": "Properties", "children": [ - 16820, - 16821, - 16822 + 16887, + 16888, + 16889 ] } ] @@ -78019,7 +78035,7 @@ } }, { - "id": 16823, + "id": 16890, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -78028,7 +78044,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -78042,21 +78058,21 @@ ] }, { - "id": 16824, + "id": 16891, "name": "setStepFailure", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16825, + "id": 16892, "name": "setStepFailure", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16826, + "id": 16893, "name": "__namedParameters", "variant": "param", "kind": 32768, @@ -78064,14 +78080,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16827, + "id": 16894, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16828, + "id": 16895, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -78085,7 +78101,7 @@ }, { "type": "reference", - "target": 16775, + "target": 16842, "name": "IdempotencyKeyParts", "package": "@medusajs/types" } @@ -78093,7 +78109,7 @@ } }, { - "id": 16829, + "id": 16896, "name": "stepResponse", "variant": "declaration", "kind": 1024, @@ -78104,7 +78120,7 @@ } }, { - "id": 16830, + "id": 16897, "name": "options", "variant": "declaration", "kind": 1024, @@ -78136,9 +78152,9 @@ { "title": "Properties", "children": [ - 16828, - 16829, - 16830 + 16895, + 16896, + 16897 ] } ] @@ -78146,7 +78162,7 @@ } }, { - "id": 16831, + "id": 16898, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -78155,7 +78171,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -78169,21 +78185,21 @@ ] }, { - "id": 16832, + "id": 16899, "name": "subscribe", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16833, + "id": 16900, "name": "subscribe", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16834, + "id": 16901, "name": "args", "variant": "param", "kind": 32768, @@ -78191,14 +78207,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16835, + "id": 16902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16836, + "id": 16903, "name": "workflowId", "variant": "declaration", "kind": 1024, @@ -78209,7 +78225,7 @@ } }, { - "id": 16837, + "id": 16904, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -78222,7 +78238,7 @@ } }, { - "id": 16838, + "id": 16905, "name": "subscriber", "variant": "declaration", "kind": 1024, @@ -78238,7 +78254,7 @@ } }, { - "id": 16839, + "id": 16906, "name": "subscriberId", "variant": "declaration", "kind": 1024, @@ -78255,10 +78271,10 @@ { "title": "Properties", "children": [ - 16836, - 16837, - 16838, - 16839 + 16903, + 16904, + 16905, + 16906 ] } ] @@ -78266,7 +78282,7 @@ } }, { - "id": 16840, + "id": 16907, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -78275,7 +78291,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -78300,21 +78316,21 @@ ] }, { - "id": 16841, + "id": 16908, "name": "unsubscribe", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 16842, + "id": 16909, "name": "unsubscribe", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 16843, + "id": 16910, "name": "args", "variant": "param", "kind": 32768, @@ -78322,14 +78338,14 @@ "type": { "type": "reflection", "declaration": { - "id": 16844, + "id": 16911, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 16845, + "id": 16912, "name": "workflowId", "variant": "declaration", "kind": 1024, @@ -78340,7 +78356,7 @@ } }, { - "id": 16846, + "id": 16913, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -78353,7 +78369,7 @@ } }, { - "id": 16847, + "id": 16914, "name": "subscriberOrId", "variant": "declaration", "kind": 1024, @@ -78382,9 +78398,9 @@ { "title": "Properties", "children": [ - 16845, - 16846, - 16847 + 16912, + 16913, + 16914 ] } ] @@ -78392,7 +78408,7 @@ } }, { - "id": 16848, + "id": 16915, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -78401,7 +78417,7 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } @@ -78419,22 +78435,22 @@ { "title": "Methods", "children": [ - 16782, - 16790, - 16795, - 16800, - 16810, - 16816, - 16824, - 16832, - 16841 + 16849, + 16857, + 16862, + 16867, + 16877, + 16883, + 16891, + 16899, + 16908 ] } ], "extendedTypes": [ { "type": "reference", - "target": 16228, + "target": 16295, "name": "IModuleService", "package": "@medusajs/types" } @@ -78445,30 +78461,30 @@ { "title": "Interfaces", "children": [ - 16744, - 16754, - 16761, - 16767, - 16781 + 16811, + 16821, + 16828, + 16834, + 16848 ] }, { "title": "Type Aliases", "children": [ - 16775 + 16842 ] } ] }, { - "id": 17442, + "id": 17509, "name": "FlowRunOptions", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17449, + "id": 17516, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -78482,14 +78498,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17443, + "id": 17510, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17444, + "id": 17511, "name": "input", "variant": "declaration", "kind": 1024, @@ -78498,14 +78514,14 @@ }, "type": { "type": "reference", - "target": 17449, + "target": 17516, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 17445, + "id": 17512, "name": "context", "variant": "declaration", "kind": 1024, @@ -78514,13 +78530,13 @@ }, "type": { "type": "reference", - "target": 17172, + "target": 17239, "name": "Context", "package": "@medusajs/types" } }, { - "id": 17446, + "id": 17513, "name": "resultFrom", "variant": "declaration", "kind": 1024, @@ -78554,7 +78570,7 @@ } }, { - "id": 17447, + "id": 17514, "name": "throwOnError", "variant": "declaration", "kind": 1024, @@ -78567,7 +78583,7 @@ } }, { - "id": 17448, + "id": 17515, "name": "events", "variant": "declaration", "kind": 1024, @@ -78604,11 +78620,11 @@ { "title": "Properties", "children": [ - 17444, - 17445, - 17446, - 17447, - 17448 + 17511, + 17512, + 17513, + 17514, + 17515 ] } ] @@ -78617,13 +78633,13 @@ "extendedBy": [ { "type": "reference", - "target": 16767, + "target": 16834, "name": "WorkflowOrchestratorRunDTO" } ] }, { - "id": 17228, + "id": 17295, "name": "CreateProductVariantWorkflowInputDTO", "variant": "declaration", "kind": 2097152, @@ -78644,14 +78660,14 @@ { "type": "reflection", "declaration": { - "id": 17229, + "id": 17296, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17230, + "id": 17297, "name": "prices", "variant": "declaration", "kind": 1024, @@ -78677,7 +78693,7 @@ { "title": "Properties", "children": [ - 17230 + 17297 ] } ] @@ -78687,7 +78703,7 @@ } }, { - "id": 17231, + "id": 17298, "name": "UpdateProductVariantWorkflowInputDTO", "variant": "declaration", "kind": 2097152, @@ -78708,14 +78724,14 @@ { "type": "reflection", "declaration": { - "id": 17232, + "id": 17299, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17233, + "id": 17300, "name": "prices", "variant": "declaration", "kind": 1024, @@ -78741,7 +78757,7 @@ { "title": "Properties", "children": [ - 17233 + 17300 ] } ] @@ -78751,7 +78767,7 @@ } }, { - "id": 17234, + "id": 17301, "name": "CreateProductWorkflowInputDTO", "variant": "declaration", "kind": 2097152, @@ -78787,14 +78803,14 @@ { "type": "reflection", "declaration": { - "id": 17235, + "id": 17302, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17236, + "id": 17303, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -78806,14 +78822,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17237, + "id": 17304, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17238, + "id": 17305, "name": "id", "variant": "declaration", "kind": 1024, @@ -78828,7 +78844,7 @@ { "title": "Properties", "children": [ - 17238 + 17305 ] } ] @@ -78837,7 +78853,7 @@ } }, { - "id": 17239, + "id": 17306, "name": "variants", "variant": "declaration", "kind": 1024, @@ -78848,7 +78864,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17228, + "target": 17295, "name": "CreateProductVariantWorkflowInputDTO", "package": "@medusajs/types" } @@ -78859,8 +78875,8 @@ { "title": "Properties", "children": [ - 17236, - 17239 + 17303, + 17306 ] } ] @@ -78870,7 +78886,7 @@ } }, { - "id": 17240, + "id": 17307, "name": "UpdateProductWorkflowInputDTO", "variant": "declaration", "kind": 2097152, @@ -78891,14 +78907,14 @@ { "type": "reflection", "declaration": { - "id": 17241, + "id": 17308, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17242, + "id": 17309, "name": "sales_channels", "variant": "declaration", "kind": 1024, @@ -78910,14 +78926,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17243, + "id": 17310, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17244, + "id": 17311, "name": "id", "variant": "declaration", "kind": 1024, @@ -78932,7 +78948,7 @@ { "title": "Properties", "children": [ - 17244 + 17311 ] } ] @@ -78945,7 +78961,7 @@ { "title": "Properties", "children": [ - 17242 + 17309 ] } ] @@ -78955,14 +78971,14 @@ } }, { - "id": 17222, + "id": 17289, "name": "CreateLocationFulfillmentSetWorkflowInputDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 17223, + "id": 17290, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -78973,7 +78989,7 @@ } }, { - "id": 17224, + "id": 17291, "name": "fulfillment_set_data", "variant": "declaration", "kind": 1024, @@ -78981,14 +78997,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17225, + "id": 17292, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17226, + "id": 17293, "name": "name", "variant": "declaration", "kind": 1024, @@ -78999,7 +79015,7 @@ } }, { - "id": 17227, + "id": 17294, "name": "type", "variant": "declaration", "kind": 1024, @@ -79014,8 +79030,8 @@ { "title": "Properties", "children": [ - 17226, - 17227 + 17293, + 17294 ] } ] @@ -79027,8 +79043,8 @@ { "title": "Properties", "children": [ - 17223, - 17224 + 17290, + 17291 ] } ] @@ -79038,7564 +79054,7296 @@ { "title": "Namespaces", "children": [ - 13956, - 13957, - 13971, - 14210, - 16862, - 14399, - 14475, - 14494, - 14585, - 15648, - 15999, - 16057, - 16355, - 16450, - 16494, - 16626, - 16631, - 16743 + 14023, + 14024, + 14038, + 14277, + 16929, + 14466, + 14542, + 14561, + 14652, + 15715, + 16066, + 16124, + 16422, + 16517, + 16561, + 16693, + 16698, + 16810 ] }, { "title": "Interfaces", "children": [ - 13953, - 17245, - 17277, - 16984, - 16987, - 16992, - 16995, - 16997, - 17302, - 17324, - 17311, - 17326, - 17529, - 17475, - 17479, - 17484, - 17490, - 17533, - 17497, - 17502, - 17508, - 17515, - 17337, - 17352, - 17372, - 17376, - 17383, - 17393, - 17408, - 17400, - 17422, - 17431, - 17010, - 17013, - 17027, - 17030, - 17033, + 14020, + 17312, + 17344, 17051, 17054, + 17059, + 17062, 17064, - 17140, - 17072, - 17146, - 17149, - 17152, - 17158, - 17172, + 17369, + 17391, + 17378, + 17393, + 17596, + 17542, + 17546, + 17551, + 17557, + 17600, + 17564, + 17569, + 17575, + 17582, + 17404, + 17419, + 17439, + 17443, + 17450, + 17460, + 17475, + 17467, + 17489, + 17498, + 17077, + 17080, + 17094, + 17097, + 17100, + 17118, + 17121, + 17131, 17207, - 17435, - 17222 + 17139, + 17213, + 17216, + 17219, + 17225, + 17239, + 17274, + 17502, + 17289 ] }, { "title": "Type Aliases", "children": [ - 13938, - 17252, - 17524, - 17523, - 17453, - 17458, - 17460, - 17465, - 17455, - 17462, - 17467, - 17259, - 17450, - 17257, - 17254, - 17273, - 17274, - 17268, - 17262, - 17264, - 17469, - 17548, - 17538, + 14005, + 17319, + 17591, + 17590, + 17520, + 17525, 17527, - 17473, - 17261, - 17266, - 17329, + 17532, + 17522, + 17529, + 17534, + 17326, + 17517, + 17324, + 17321, + 17340, + 17341, 17335, - 17336, - 17001, - 17061, - 17120, - 17126, - 17434, - 17215, - 17220, - 17221, - 17184, - 17442, - 17228, - 17231, - 17234, - 17240 + 17329, + 17331, + 17536, + 17615, + 17605, + 17594, + 17540, + 17328, + 17333, + 17396, + 17402, + 17403, + 17068, + 17128, + 17187, + 17193, + 17501, + 17282, + 17287, + 17288, + 17251, + 17509, + 17295, + 17298, + 17301, + 17307 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "13937": { + "14004": { "sourceFileName": "../../../../packages/core/types/src/index.ts", "qualifiedName": "" }, - "13938": { + "14005": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "AddressDTO" }, - "13939": { + "14006": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type" }, - "13940": { + "14007": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.id" }, - "13941": { + "14008": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.address_1" }, - "13942": { + "14009": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.address_2" }, - "13943": { + "14010": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.company" }, - "13944": { + "14011": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.country_code" }, - "13945": { + "14012": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.city" }, - "13946": { + "14013": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.phone" }, - "13947": { + "14014": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.postal_code" }, - "13948": { + "14015": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.province" }, - "13949": { + "14016": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.metadata" }, - "13950": { + "14017": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.created_at" }, - "13951": { + "14018": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.updated_at" }, - "13952": { + "14019": { "sourceFileName": "../../../../packages/core/types/src/address/common.ts", "qualifiedName": "__type.deleted_at" }, - "13953": { + "14020": { "sourceFileName": "../../../../packages/core/types/src/admin/extensions.ts", "qualifiedName": "DetailWidgetProps" }, - "13954": { + "14021": { "sourceFileName": "../../../../packages/core/types/src/admin/extensions.ts", "qualifiedName": "DetailWidgetProps.data" }, - "13955": { + "14022": { "sourceFileName": "../../../../packages/core/types/src/admin/extensions.ts", "qualifiedName": "DetailWidgetProps.TData" }, - "13956": { + "14023": { "sourceFileName": "../../../../packages/core/types/src/admin/index.ts", "qualifiedName": "" }, - "13957": { + "14024": { "sourceFileName": "../../../../packages/core/types/src/cache/index.ts", "qualifiedName": "" }, - "13958": { + "14025": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "ICacheService" }, - "13959": { + "14026": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "ICacheService.get" }, - "13960": { + "14027": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "ICacheService.get" }, - "13961": { + "14028": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "T" }, - "13962": { + "14029": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "key" }, - "13963": { + "14030": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "ICacheService.set" }, - "13964": { + "14031": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "ICacheService.set" }, - "13965": { + "14032": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "key" }, - "13966": { + "14033": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "data" }, - "13967": { + "14034": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "ttl" }, - "13968": { + "14035": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "ICacheService.invalidate" }, - "13969": { + "14036": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "ICacheService.invalidate" }, - "13970": { + "14037": { "sourceFileName": "../../../../packages/core/types/src/cache/service.ts", "qualifiedName": "key" }, - "13971": { + "14038": { "sourceFileName": "../../../../packages/core/types/src/common/index.ts", "qualifiedName": "" }, - "13972": { + "14039": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "Prettify" }, - "13973": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type" - }, - "13974": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "T" - }, - "13975": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "WithRequiredProperty" - }, - "13976": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "T" - }, - "13977": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "K" - }, - "13981": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "BaseEntity" - }, - "13982": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "BaseEntity.id" - }, - "13983": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "BaseEntity.created_at" - }, - "13984": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "BaseEntity.updated_at" - }, - "13985": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "SoftDeletableEntity" - }, - "13986": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "SoftDeletableEntity.deleted_at" - }, - "13987": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "BaseEntity.id" - }, - "13988": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "BaseEntity.created_at" - }, - "13989": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "BaseEntity.updated_at" - }, - "13992": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "FindConfig" - }, - "13993": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "FindConfig.select" - }, - "13994": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "FindConfig.skip" - }, - "13995": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "FindConfig.take" - }, - "13996": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "FindConfig.relations" - }, - "13997": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "FindConfig.order" - }, - "13998": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type" - }, - "13999": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type.__index" - }, - "14001": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "FindConfig.withDeleted" - }, - "14002": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "FindConfig.filters" - }, - "14003": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "FindConfig.options" - }, - "14004": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "FindConfig.Entity" - }, "14040": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "RequestQueryFields" + "qualifiedName": "__type" }, "14041": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type.expand" + "qualifiedName": "T" }, "14042": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type.fields" + "qualifiedName": "WithRequiredProperty" }, "14043": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type.offset" + "qualifiedName": "T" }, "14044": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type.limit" - }, - "14045": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "__type.order" - }, - "14046": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "EmptyQueryParams" - }, - "14047": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "RepositoryTransformOptions" + "qualifiedName": "K" }, "14048": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "DateComparisonOperator" + "qualifiedName": "BaseEntity" }, "14049": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "DateComparisonOperator.lt" + "qualifiedName": "BaseEntity.id" }, "14050": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "DateComparisonOperator.gt" + "qualifiedName": "BaseEntity.created_at" }, "14051": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "DateComparisonOperator.gte" + "qualifiedName": "BaseEntity.updated_at" }, "14052": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "DateComparisonOperator.lte" + "qualifiedName": "SoftDeletableEntity" }, "14053": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator" + "qualifiedName": "SoftDeletableEntity.deleted_at" }, "14054": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.lt" + "qualifiedName": "BaseEntity.id" }, "14055": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.gt" + "qualifiedName": "BaseEntity.created_at" }, "14056": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.gte" - }, - "14057": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.lte" - }, - "14058": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.contains" + "qualifiedName": "BaseEntity.updated_at" }, "14059": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.starts_with" + "qualifiedName": "FindConfig" }, "14060": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.ends_with" + "qualifiedName": "FindConfig.select" }, "14061": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "NumericalComparisonOperator" + "qualifiedName": "FindConfig.skip" }, "14062": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "NumericalComparisonOperator.lt" + "qualifiedName": "FindConfig.take" }, "14063": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "NumericalComparisonOperator.gt" + "qualifiedName": "FindConfig.relations" }, "14064": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "NumericalComparisonOperator.gte" + "qualifiedName": "FindConfig.order" }, "14065": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "NumericalComparisonOperator.lte" + "qualifiedName": "__type" + }, + "14066": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "__type.__index" }, "14068": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "SnakeCase" + "qualifiedName": "FindConfig.withDeleted" }, "14069": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "S" + "qualifiedName": "FindConfig.filters" }, "14070": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "KebabCase" + "qualifiedName": "FindConfig.options" }, "14071": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "FindConfig.Entity" + }, + "14107": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "RequestQueryFields" + }, + "14108": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "__type.expand" + }, + "14109": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "__type.fields" + }, + "14110": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "__type.offset" + }, + "14111": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "__type.limit" + }, + "14112": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "__type.order" + }, + "14113": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "EmptyQueryParams" + }, + "14114": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "RepositoryTransformOptions" + }, + "14115": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "DateComparisonOperator" + }, + "14116": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "DateComparisonOperator.lt" + }, + "14117": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "DateComparisonOperator.gt" + }, + "14118": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "DateComparisonOperator.gte" + }, + "14119": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "DateComparisonOperator.lte" + }, + "14120": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "StringComparisonOperator" + }, + "14121": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "StringComparisonOperator.lt" + }, + "14122": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "StringComparisonOperator.gt" + }, + "14123": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "StringComparisonOperator.gte" + }, + "14124": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "StringComparisonOperator.lte" + }, + "14125": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "StringComparisonOperator.contains" + }, + "14126": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "StringComparisonOperator.starts_with" + }, + "14127": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "StringComparisonOperator.ends_with" + }, + "14128": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "NumericalComparisonOperator" + }, + "14129": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "NumericalComparisonOperator.lt" + }, + "14130": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "NumericalComparisonOperator.gt" + }, + "14131": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "NumericalComparisonOperator.gte" + }, + "14132": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "NumericalComparisonOperator.lte" + }, + "14135": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "SnakeCase" + }, + "14136": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "S" }, - "14072": { + "14137": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "KebabCase" + }, + "14138": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "S" + }, + "14139": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "MetadataType" }, - "14073": { + "14140": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "RawRounding" }, - "14074": { + "14141": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "14075": { + "14142": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.value" }, - "14076": { + "14143": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.precision" }, - "14077": { + "14144": { "sourceFileName": "../../../../packages/core/types/src/common/rule.ts", "qualifiedName": "RuleOperatorType" }, - "14078": { + "14145": { "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", "qualifiedName": "LinkMethodRequest" }, - "14079": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type" - }, - "14080": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.add" - }, - "14081": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.remove" - }, - "14082": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "LinkWorkflowInput" - }, - "14083": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type" - }, - "14084": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.id" - }, - "14085": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.add" - }, - "14086": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.remove" - }, - "14087": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "BatchMethodRequest" - }, - "14088": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type" - }, - "14089": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.create" - }, - "14090": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.update" - }, - "14091": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.delete" - }, - "14092": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "TCreate" - }, - "14093": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "TUpdate" - }, - "14094": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "TDelete" - }, - "14095": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "BatchMethodResponse" - }, - "14096": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type" - }, - "14097": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.created" - }, - "14098": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.updated" - }, - "14099": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.deleted" - }, - "14100": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type" - }, - "14101": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.ids" - }, - "14102": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.object" - }, - "14103": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.deleted" - }, - "14104": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "T" - }, - "14105": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "BatchWorkflowInput" - }, - "14106": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "TCreate" - }, - "14107": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "TUpdate" - }, - "14108": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "TDelete" - }, - "14109": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "BatchWorkflowOutput" - }, - "14110": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "T" - }, - "14111": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "AdminOptions" - }, - "14112": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.disable" - }, - "14113": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.path" - }, - "14114": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.outDir" - }, - "14115": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.backendUrl" - }, - "14116": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.vite" - }, - "14117": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type" - }, - "14118": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type" - }, - "14119": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "config" - }, - "14120": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "HttpCompressionOptions" - }, - "14121": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.enabled" - }, - "14122": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.level" - }, - "14123": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.memLevel" - }, - "14124": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.threshold" - }, - "14125": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "ProjectConfigOptions" - }, - "14126": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.databaseName" - }, - "14127": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.databaseUrl" - }, - "14128": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.databaseSchema" - }, - "14129": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.databaseLogging" - }, - "14131": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.databaseDriverOptions" - }, - "14132": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type" - }, - "14133": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.connection" - }, - "14134": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type" - }, - "14135": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.ssl" - }, - "14136": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type" - }, - "14137": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.rejectUnauthorized" - }, - "14138": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.redisUrl" - }, - "14139": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.redisPrefix" - }, - "14140": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.redisOptions" - }, - "14141": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.sessionOptions" - }, - "14143": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.jobsBatchSize" - }, - "14144": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.workerMode" - }, - "14145": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.http" - }, "14146": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", "qualifiedName": "__type" }, "14147": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.add" + }, + "14148": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.remove" + }, + "14149": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "LinkWorkflowInput" + }, + "14150": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type" + }, + "14151": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.id" + }, + "14152": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.add" + }, + "14153": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.remove" + }, + "14154": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "BatchMethodRequest" + }, + "14155": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type" + }, + "14156": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.create" + }, + "14157": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.update" + }, + "14158": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.delete" + }, + "14159": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "TCreate" + }, + "14160": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "TUpdate" + }, + "14161": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "TDelete" + }, + "14162": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "BatchMethodResponse" + }, + "14163": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type" + }, + "14164": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.created" + }, + "14165": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.updated" + }, + "14166": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.deleted" + }, + "14167": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type" + }, + "14168": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.ids" + }, + "14169": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.object" + }, + "14170": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.deleted" + }, + "14171": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "T" + }, + "14172": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "BatchWorkflowInput" + }, + "14173": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "TCreate" + }, + "14174": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "TUpdate" + }, + "14175": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "TDelete" + }, + "14176": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "BatchWorkflowOutput" + }, + "14177": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "T" + }, + "14178": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "AdminOptions" + }, + "14179": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.disable" + }, + "14180": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.path" + }, + "14181": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.outDir" + }, + "14182": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.backendUrl" + }, + "14183": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.vite" + }, + "14184": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type" + }, + "14185": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type" + }, + "14186": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "config" + }, + "14187": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "HttpCompressionOptions" + }, + "14188": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.enabled" + }, + "14189": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.level" + }, + "14190": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.memLevel" + }, + "14191": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.threshold" + }, + "14192": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "ProjectConfigOptions" + }, + "14193": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.databaseName" + }, + "14194": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.databaseUrl" + }, + "14195": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.databaseSchema" + }, + "14196": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.databaseLogging" + }, + "14198": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.databaseDriverOptions" + }, + "14199": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type" + }, + "14200": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.connection" + }, + "14201": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type" + }, + "14202": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.ssl" + }, + "14203": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type" + }, + "14204": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.rejectUnauthorized" + }, + "14205": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.redisUrl" + }, + "14206": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.redisPrefix" + }, + "14207": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.redisOptions" + }, + "14208": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.sessionOptions" + }, + "14210": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.jobsBatchSize" + }, + "14211": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.workerMode" + }, + "14212": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.http" + }, + "14213": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type" + }, + "14214": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.jwtSecret" }, - "14148": { + "14215": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.jwtExpiresIn" }, - "14149": { + "14216": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.cookieSecret" }, - "14150": { + "14217": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.authCors" }, - "14151": { + "14218": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.compression" }, - "14152": { + "14219": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.storeCors" }, - "14153": { + "14220": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.adminCors" }, - "14154": { + "14221": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.authMethodsPerActor" }, - "14155": { + "14222": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "ConfigModule" }, - "14156": { + "14223": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.projectConfig" }, - "14157": { + "14224": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.admin" }, - "14162": { + "14229": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.modules" }, - "14163": { + "14230": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.featureFlags" }, - "14164": { + "14231": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "PluginDetails" }, - "14165": { + "14232": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type" }, - "14166": { + "14233": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.resolve" }, - "14167": { + "14234": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.name" }, - "14168": { + "14235": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.id" }, - "14169": { + "14236": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.options" }, - "14170": { + "14237": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.version" }, - "14171": { + "14238": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-cli.ts", "qualifiedName": "ExecArgs" }, - "14172": { + "14239": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-cli.ts", "qualifiedName": "__type" }, - "14173": { + "14240": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-cli.ts", "qualifiedName": "__type.container" }, - "14174": { + "14241": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-cli.ts", "qualifiedName": "__type.args" }, - "14175": { + "14242": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "ModuleImplementations" }, - "14176": { + "14243": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "MedusaContainer" }, - "14177": { + "14244": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "__type" }, - "14178": { + "14245": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "__type.resolve" }, - "14179": { + "14246": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "__type.resolve" }, - "14180": { + "14247": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "K" }, - "14181": { + "14248": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "key" }, - "14182": { + "14249": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "resolveOptions" }, - "14183": { + "14250": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "__type.resolve" }, - "14184": { + "14251": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "T" }, - "14185": { + "14252": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "key" }, - "14186": { + "14253": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "resolveOptions" }, - "14196": { + "14263": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "Cradle" }, - "14197": { + "14264": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "ContainerLike" }, - "14198": { + "14265": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "__type" }, - "14199": { + "14266": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "__type.resolve" }, - "14200": { + "14267": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "__type.resolve" }, - "14201": { + "14268": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "T" }, - "14202": { + "14269": { "sourceFileName": "../../../../packages/core/types/src/common/medusa-container.ts", "qualifiedName": "key" }, - "14203": { + "14270": { "sourceFileName": "../../../../packages/core/types/src/common/with-calculated.ts", "qualifiedName": "WithCalculatedPrice" }, - "14204": { + "14271": { "sourceFileName": "../../../../packages/core/types/src/common/with-calculated.ts", "qualifiedName": "WithCalculatedPrice.calculated_price" }, - "14205": { + "14272": { "sourceFileName": "../../../../packages/core/types/src/common/with-calculated.ts", "qualifiedName": "__type" }, - "14206": { + "14273": { "sourceFileName": "../../../../packages/core/types/src/common/with-calculated.ts", "qualifiedName": "__type.calculated_amount" }, - "14207": { + "14274": { "sourceFileName": "../../../../packages/core/types/src/common/with-calculated.ts", "qualifiedName": "__type.is_calculated_price_tax_inclusive" }, - "14208": { + "14275": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", "qualifiedName": "CamelCase" }, - "14209": { + "14276": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", "qualifiedName": "Type" }, - "14210": { + "14277": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "" }, - "14211": { + "14278": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "FilterQuery" }, - "14212": { + "14279": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "14213": { + "14280": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.__index" }, - "14215": { + "14282": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "14216": { + "14283": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "Prev" }, - "14217": { + "14284": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "OperatorMap" }, - "14218": { + "14285": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "14219": { + "14286": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$and" }, - "14220": { + "14287": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$or" }, - "14221": { + "14288": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$eq" }, - "14222": { + "14289": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$ne" }, - "14223": { + "14290": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$in" }, - "14224": { + "14291": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$nin" }, - "14225": { + "14292": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$not" }, - "14226": { + "14293": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$gt" }, - "14227": { + "14294": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$gte" }, - "14228": { + "14295": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$lt" }, - "14229": { + "14296": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$lte" }, - "14230": { + "14297": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$like" }, - "14231": { + "14298": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$re" }, - "14232": { + "14299": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$ilike" }, - "14233": { + "14300": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$fulltext" }, - "14234": { + "14301": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$overlap" }, - "14235": { + "14302": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$contains" }, - "14236": { + "14303": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$contained" }, - "14237": { + "14304": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$exists" }, - "14238": { + "14305": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "14239": { + "14306": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable" }, - "14240": { + "14307": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "14241": { + "14308": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "14242": { + "14309": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.T" }, - "14243": { + "14310": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "OptionsQuery" }, - "14244": { + "14311": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "OptionsQuery.populate" }, - "14245": { + "14312": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "OptionsQuery.orderBy" }, - "14246": { + "14313": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "OptionsQuery.limit" }, - "14247": { + "14314": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "OptionsQuery.offset" }, - "14248": { + "14315": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "OptionsQuery.fields" }, - "14249": { + "14316": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "OptionsQuery.groupBy" }, - "14250": { + "14317": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "OptionsQuery.filters" }, - "14251": { + "14318": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "OptionsQuery.T" }, - "14252": { + "14319": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "OptionsQuery.P" }, - "14253": { + "14320": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "FindOptions" }, - "14254": { + "14321": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "__type.where" }, - "14255": { + "14322": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "14256": { + "14323": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.__index" }, - "14258": { + "14325": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "14259": { + "14326": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.__index" }, - "14261": { + "14328": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "__type.options" }, - "14262": { + "14329": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "T" }, - "14263": { + "14330": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "UpsertWithReplaceConfig" }, - "14264": { + "14331": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "__type.relations" }, - "14265": { + "14332": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "T" }, - "14266": { + "14333": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "PerformedActions" }, - "14267": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type" - }, - "14268": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.created" - }, - "14269": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.updated" - }, - "14270": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.deleted" - }, - "14271": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService" - }, - "14272": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.find" - }, - "14273": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.find" - }, - "14274": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "options" - }, - "14275": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" - }, - "14276": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.findAndCount" - }, - "14277": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.findAndCount" - }, - "14278": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "options" - }, - "14279": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" - }, - "14280": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.create" - }, - "14281": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.create" - }, - "14282": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "data" - }, - "14283": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" - }, - "14284": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.update" - }, - "14285": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.update" - }, - "14286": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "data" - }, - "14287": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type" - }, - "14288": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.entity" - }, - "14289": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.update" - }, - "14290": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" - }, - "14291": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.delete" - }, - "14292": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.delete" - }, - "14293": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "idsOrPKs" - }, - "14294": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "14295": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.__index" - }, - "14297": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "14298": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.__index" - }, - "14300": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" - }, - "14301": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.softDelete" - }, - "14302": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.softDelete" - }, - "14303": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "idsOrFilter" - }, - "14304": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "14305": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "14306": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" - }, - "14307": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.restore" - }, - "14308": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.restore" - }, - "14309": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "idsOrFilter" - }, - "14310": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "14311": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" - }, - "14312": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.upsert" - }, - "14313": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.upsert" - }, - "14314": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "data" - }, - "14315": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" - }, - "14316": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.upsertWithReplace" - }, - "14317": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.upsertWithReplace" - }, - "14318": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "data" - }, - "14319": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "config" - }, - "14320": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" - }, - "14321": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type" - }, - "14322": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.entities" - }, - "14323": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.performedActions" - }, - "14324": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.transaction" - }, - "14325": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.transaction" - }, - "14326": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TManager" - }, - "14327": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "task" - }, - "14328": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type" - }, - "14329": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type" - }, - "14330": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "transactionManager" - }, - "14331": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" - }, - "14332": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type" - }, - "14333": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.isolationLevel" - }, "14334": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.transaction" + "qualifiedName": "__type" }, "14335": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.enableNestedTransactions" + "qualifiedName": "__type.created" }, "14336": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.getFreshManager" + "qualifiedName": "__type.updated" }, "14337": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.getFreshManager" + "qualifiedName": "__type.deleted" }, "14338": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TManager" + "qualifiedName": "RepositoryService" }, "14339": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.getActiveManager" + "qualifiedName": "RepositoryService.find" }, "14340": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.getActiveManager" + "qualifiedName": "RepositoryService.find" }, "14341": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TManager" + "qualifiedName": "options" }, "14342": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.serialize" + "qualifiedName": "context" }, "14343": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.serialize" + "qualifiedName": "RepositoryService.findAndCount" }, "14344": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TOutput" + "qualifiedName": "RepositoryService.findAndCount" }, "14345": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "data" + "qualifiedName": "options" }, "14346": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "options" + "qualifiedName": "context" }, "14347": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RepositoryService.T" + "qualifiedName": "RepositoryService.create" }, "14348": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TreeRepositoryService" + "qualifiedName": "RepositoryService.create" }, "14349": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TreeRepositoryService.find" + "qualifiedName": "data" }, "14350": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TreeRepositoryService.find" + "qualifiedName": "context" }, "14351": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "options" + "qualifiedName": "RepositoryService.update" }, "14352": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "transformOptions" + "qualifiedName": "RepositoryService.update" }, "14353": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" + "qualifiedName": "data" }, "14354": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TreeRepositoryService.findAndCount" + "qualifiedName": "__type" }, "14355": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TreeRepositoryService.findAndCount" + "qualifiedName": "__type.entity" }, "14356": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "options" + "qualifiedName": "__type.update" }, "14357": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "transformOptions" + "qualifiedName": "context" }, "14358": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" + "qualifiedName": "RepositoryService.delete" }, "14359": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TreeRepositoryService.create" + "qualifiedName": "RepositoryService.delete" }, "14360": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TreeRepositoryService.create" + "qualifiedName": "idsOrPKs" }, "14361": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "data" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "14362": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" - }, - "14363": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TreeRepositoryService.delete" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.__index" }, "14364": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TreeRepositoryService.delete" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "14365": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "ids" - }, - "14366": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.__index" }, "14367": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.transaction" + "qualifiedName": "context" }, "14368": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.transaction" + "qualifiedName": "RepositoryService.softDelete" }, "14369": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TManager" + "qualifiedName": "RepositoryService.softDelete" }, "14370": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "task" + "qualifiedName": "idsOrFilter" }, "14371": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, "14372": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, "14373": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "transactionManager" + "qualifiedName": "context" }, "14374": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "context" + "qualifiedName": "RepositoryService.restore" }, "14375": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type" + "qualifiedName": "RepositoryService.restore" }, "14376": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.isolationLevel" + "qualifiedName": "idsOrFilter" }, "14377": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.transaction" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "14378": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.enableNestedTransactions" + "qualifiedName": "context" }, "14379": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.getFreshManager" + "qualifiedName": "RepositoryService.upsert" }, "14380": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.getFreshManager" + "qualifiedName": "RepositoryService.upsert" }, "14381": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TManager" + "qualifiedName": "data" }, "14382": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.getActiveManager" + "qualifiedName": "context" }, "14383": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.getActiveManager" + "qualifiedName": "RepositoryService.upsertWithReplace" }, "14384": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TManager" + "qualifiedName": "RepositoryService.upsertWithReplace" }, "14385": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.serialize" + "qualifiedName": "data" }, "14386": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.serialize" + "qualifiedName": "config" }, "14387": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TOutput" + "qualifiedName": "context" }, "14388": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "data" + "qualifiedName": "__type" }, "14389": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "options" + "qualifiedName": "__type.entities" }, "14390": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TreeRepositoryService.T" + "qualifiedName": "__type.performedActions" }, "14391": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "SoftDeleteReturn" + "qualifiedName": "BaseRepositoryService.transaction" }, "14392": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.returnLinkableKeys" + "qualifiedName": "BaseRepositoryService.transaction" }, "14393": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "TManager" }, "14394": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RestoreReturn" + "qualifiedName": "task" }, "14395": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.returnLinkableKeys" + "qualifiedName": "__type" }, "14396": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "__type" }, "14397": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "transactionManager" + }, + "14398": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "context" + }, + "14399": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type" + }, + "14400": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.isolationLevel" + }, + "14401": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.transaction" + }, + "14402": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.enableNestedTransactions" + }, + "14403": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.getFreshManager" + }, + "14404": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.getFreshManager" + }, + "14405": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TManager" + }, + "14406": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.getActiveManager" + }, + "14407": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.getActiveManager" + }, + "14408": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TManager" + }, + "14409": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.serialize" + }, + "14410": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.serialize" + }, + "14411": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TOutput" + }, + "14412": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "data" + }, + "14413": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "options" + }, + "14414": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "RepositoryService.T" + }, + "14415": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TreeRepositoryService" + }, + "14416": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TreeRepositoryService.find" + }, + "14417": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TreeRepositoryService.find" + }, + "14418": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "options" + }, + "14419": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "transformOptions" + }, + "14420": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "context" + }, + "14421": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TreeRepositoryService.findAndCount" + }, + "14422": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TreeRepositoryService.findAndCount" + }, + "14423": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "options" + }, + "14424": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "transformOptions" + }, + "14425": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "context" + }, + "14426": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TreeRepositoryService.create" + }, + "14427": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TreeRepositoryService.create" + }, + "14428": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "data" + }, + "14429": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "context" + }, + "14430": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TreeRepositoryService.delete" + }, + "14431": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TreeRepositoryService.delete" + }, + "14432": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "ids" + }, + "14433": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "context" + }, + "14434": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.transaction" + }, + "14435": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.transaction" + }, + "14436": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TManager" + }, + "14437": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "task" + }, + "14438": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type" + }, + "14439": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type" + }, + "14440": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "transactionManager" + }, + "14441": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "context" + }, + "14442": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type" + }, + "14443": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.isolationLevel" + }, + "14444": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.transaction" + }, + "14445": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.enableNestedTransactions" + }, + "14446": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.getFreshManager" + }, + "14447": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.getFreshManager" + }, + "14448": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TManager" + }, + "14449": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.getActiveManager" + }, + "14450": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.getActiveManager" + }, + "14451": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TManager" + }, + "14452": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.serialize" + }, + "14453": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.serialize" + }, + "14454": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TOutput" + }, + "14455": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "data" + }, + "14456": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "options" + }, + "14457": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TreeRepositoryService.T" + }, + "14458": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "SoftDeleteReturn" + }, + "14459": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.returnLinkableKeys" + }, + "14460": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "14461": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "RestoreReturn" + }, + "14462": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.returnLinkableKeys" + }, + "14463": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "14464": { "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", "qualifiedName": "ModelDateColumns" }, - "14398": { + "14465": { "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", "qualifiedName": "SoftDeletableModelDateColumns" }, - "14399": { + "14466": { "sourceFileName": "../../../../packages/core/types/src/event-bus/index.ts", "qualifiedName": "" }, - "14400": { + "14467": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "Subscriber" }, - "14401": { + "14468": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "14402": { + "14469": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "14403": { + "14470": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "data" }, - "14404": { + "14471": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "TData" }, - "14405": { + "14472": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "SubscriberContext" }, - "14406": { + "14473": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "14407": { + "14474": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.subscriberId" }, - "14408": { + "14475": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "SubscriberDescriptor" }, - "14409": { + "14476": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "14410": { + "14477": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.id" }, - "14411": { + "14478": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.subscriber" }, - "14412": { + "14479": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "EventMetadata" }, - "14413": { + "14480": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "14414": { + "14481": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.eventGroupId" }, - "14415": { + "14482": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "Event" }, - "14416": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" - }, - "14417": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" - }, - "14418": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" - }, - "14419": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "14420": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" - }, - "14421": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Message" - }, - "14422": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" - }, - "14423": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" - }, - "14424": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" - }, - "14425": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" - }, - "14426": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" - }, - "14427": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" - }, - "14428": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "14429": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" - }, - "14430": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" - }, - "14431": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" - }, - "14432": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" - }, - "14433": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" - }, - "14434": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" - }, - "14435": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "IEventBusService" - }, - "14436": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "IEventBusService.subscribe" - }, - "14437": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "IEventBusService.subscribe" - }, - "14438": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "eventName" - }, - "14439": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "subscriber" - }, - "14440": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "context" - }, - "14441": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "IEventBusService.unsubscribe" - }, - "14442": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "IEventBusService.unsubscribe" - }, - "14443": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "eventName" - }, - "14444": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "subscriber" - }, - "14445": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "context" - }, - "14446": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "IEventBusService.emit" - }, - "14447": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "IEventBusService.emit" - }, - "14448": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "T" - }, - "14449": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", - "qualifiedName": "data" - }, - "14450": { - "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", - "qualifiedName": "ITransactionBaseService.withTransaction" - }, - "14451": { - "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", - "qualifiedName": "ITransactionBaseService.withTransaction" - }, - "14452": { - "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", - "qualifiedName": "transactionManager" - }, - "14453": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "IEventBusModuleService" - }, - "14454": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "IEventBusModuleService.emit" - }, - "14455": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "IEventBusModuleService.emit" - }, - "14456": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "T" - }, - "14457": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "data" - }, - "14458": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "options" - }, - "14459": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "IEventBusModuleService.subscribe" - }, - "14460": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "IEventBusModuleService.subscribe" - }, - "14461": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "eventName" - }, - "14462": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "subscriber" - }, - "14463": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "context" - }, - "14464": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "IEventBusModuleService.unsubscribe" - }, - "14465": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "IEventBusModuleService.unsubscribe" - }, - "14466": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "eventName" - }, - "14467": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "subscriber" - }, - "14468": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "context" - }, - "14469": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "IEventBusModuleService.releaseGroupedEvents" - }, - "14470": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "IEventBusModuleService.releaseGroupedEvents" - }, - "14471": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "eventGroupId" - }, - "14472": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "IEventBusModuleService.clearGroupedEvents" - }, - "14473": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "IEventBusModuleService.clearGroupedEvents" - }, - "14474": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", - "qualifiedName": "eventGroupId" - }, - "14475": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/index.ts", - "qualifiedName": "" - }, - "14476": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "IFlagRouter" - }, - "14477": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "IFlagRouter.isFeatureEnabled" - }, - "14478": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "__type" - }, - "14479": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "__type" - }, - "14480": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "key" - }, - "14481": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "IFlagRouter.listFlags" - }, - "14482": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "__type" - }, "14483": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, "14484": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "FeatureFlagsResponse" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" }, "14485": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" }, "14486": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "__type.key" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" }, "14487": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "__type.value" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" }, "14488": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", - "qualifiedName": "FlagSettings" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Message" }, "14489": { - "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, "14490": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "14491": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "14492": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "RawMessageFormat" + }, + "14493": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "14494": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventName" + }, + "14495": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "14496": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" + }, + "14497": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" + }, + "14498": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "14499": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" + }, + "14500": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "14501": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "14502": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "IEventBusService" + }, + "14503": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "IEventBusService.subscribe" + }, + "14504": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "IEventBusService.subscribe" + }, + "14505": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "eventName" + }, + "14506": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "subscriber" + }, + "14507": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "context" + }, + "14508": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "IEventBusService.unsubscribe" + }, + "14509": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "IEventBusService.unsubscribe" + }, + "14510": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "eventName" + }, + "14511": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "subscriber" + }, + "14512": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "context" + }, + "14513": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "IEventBusService.emit" + }, + "14514": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "IEventBusService.emit" + }, + "14515": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "T" + }, + "14516": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus.ts", + "qualifiedName": "data" + }, + "14517": { + "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", + "qualifiedName": "ITransactionBaseService.withTransaction" + }, + "14518": { + "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", + "qualifiedName": "ITransactionBaseService.withTransaction" + }, + "14519": { + "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", + "qualifiedName": "transactionManager" + }, + "14520": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "IEventBusModuleService" + }, + "14521": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "IEventBusModuleService.emit" + }, + "14522": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "IEventBusModuleService.emit" + }, + "14523": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "T" + }, + "14524": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "data" + }, + "14525": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "options" + }, + "14526": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "IEventBusModuleService.subscribe" + }, + "14527": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "IEventBusModuleService.subscribe" + }, + "14528": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "eventName" + }, + "14529": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "subscriber" + }, + "14530": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "context" + }, + "14531": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "IEventBusModuleService.unsubscribe" + }, + "14532": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "IEventBusModuleService.unsubscribe" + }, + "14533": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "eventName" + }, + "14534": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "subscriber" + }, + "14535": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "context" + }, + "14536": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "IEventBusModuleService.releaseGroupedEvents" + }, + "14537": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "IEventBusModuleService.releaseGroupedEvents" + }, + "14538": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "eventGroupId" + }, + "14539": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "IEventBusModuleService.clearGroupedEvents" + }, + "14540": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "IEventBusModuleService.clearGroupedEvents" + }, + "14541": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/event-bus-module.ts", + "qualifiedName": "eventGroupId" + }, + "14542": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/index.ts", + "qualifiedName": "" + }, + "14543": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "IFlagRouter" + }, + "14544": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "IFlagRouter.isFeatureEnabled" + }, + "14545": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "__type" + }, + "14546": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "__type" + }, + "14547": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "key" + }, + "14548": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "IFlagRouter.listFlags" + }, + "14549": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "__type" + }, + "14550": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "__type" + }, + "14551": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "FeatureFlagsResponse" + }, + "14552": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "__type" + }, + "14553": { "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", "qualifiedName": "__type.key" }, - "14491": { + "14554": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "__type.value" + }, + "14555": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "FlagSettings" + }, + "14556": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "__type" + }, + "14557": { + "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", + "qualifiedName": "__type.key" + }, + "14558": { "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", "qualifiedName": "__type.description" }, - "14492": { + "14559": { "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", "qualifiedName": "__type.env_key" }, - "14493": { + "14560": { "sourceFileName": "../../../../packages/core/types/src/feature-flag/common.ts", "qualifiedName": "__type.default_val" }, - "14494": { + "14561": { "sourceFileName": "../../../../packages/core/types/src/file/index.ts", "qualifiedName": "" }, - "14495": { + "14562": { "sourceFileName": "../../../../packages/core/types/src/file/common.ts", "qualifiedName": "FileDTO" }, - "14496": { + "14563": { "sourceFileName": "../../../../packages/core/types/src/file/common.ts", "qualifiedName": "FileDTO.id" }, - "14497": { + "14564": { "sourceFileName": "../../../../packages/core/types/src/file/common.ts", "qualifiedName": "FileDTO.url" }, - "14498": { + "14565": { "sourceFileName": "../../../../packages/core/types/src/file/common.ts", "qualifiedName": "FilterableFileProps" }, - "14499": { + "14566": { "sourceFileName": "../../../../packages/core/types/src/file/common.ts", "qualifiedName": "FilterableFileProps.id" }, - "14500": { + "14567": { "sourceFileName": "../../../../packages/core/types/src/file/mutations.ts", "qualifiedName": "CreateFileDTO" }, - "14501": { + "14568": { "sourceFileName": "../../../../packages/core/types/src/file/mutations.ts", "qualifiedName": "CreateFileDTO.filename" }, - "14502": { + "14569": { "sourceFileName": "../../../../packages/core/types/src/file/mutations.ts", "qualifiedName": "CreateFileDTO.mimeType" }, - "14503": { + "14570": { "sourceFileName": "../../../../packages/core/types/src/file/mutations.ts", "qualifiedName": "CreateFileDTO.content" }, - "14504": { + "14571": { "sourceFileName": "../../../../packages/core/types/src/file/mutations.ts", "qualifiedName": "CreateFileDTO.access" }, - "14505": { + "14572": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService" }, - "14506": { + "14573": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.createFiles" }, - "14507": { + "14574": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.createFiles" }, - "14508": { + "14575": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "data" }, - "14509": { + "14576": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "sharedContext" }, - "14510": { + "14577": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.createFiles" }, - "14511": { + "14578": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "data" }, - "14512": { + "14579": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "sharedContext" }, - "14513": { + "14580": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.deleteFiles" }, - "14514": { + "14581": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.deleteFiles" }, - "14515": { + "14582": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "ids" }, - "14516": { + "14583": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "sharedContext" }, - "14517": { + "14584": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.deleteFiles" }, - "14518": { + "14585": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "id" }, - "14519": { + "14586": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "sharedContext" }, - "14520": { + "14587": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.retrieveFile" }, - "14521": { + "14588": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.retrieveFile" }, - "14522": { + "14589": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "id" }, - "14523": { + "14590": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "config" }, - "14524": { + "14591": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "sharedContext" }, - "14525": { + "14592": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.listFiles" }, - "14526": { + "14593": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.listFiles" }, - "14527": { + "14594": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "filters" }, - "14528": { + "14595": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "config" }, - "14529": { + "14596": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "sharedContext" }, - "14530": { + "14597": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.listAndCountFiles" }, - "14531": { + "14598": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "IFileModuleService.listAndCountFiles" }, - "14532": { + "14599": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "filters" }, - "14533": { + "14600": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "config" }, - "14534": { + "14601": { "sourceFileName": "../../../../packages/core/types/src/file/service.ts", "qualifiedName": "sharedContext" }, - "14548": { + "14615": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "ProviderFileResultDTO" }, - "14549": { + "14616": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "__type.url" }, - "14550": { + "14617": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "__type.key" }, - "14551": { + "14618": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "ProviderGetFileDTO" }, - "14552": { + "14619": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "__type.fileKey" }, - "14553": { + "14620": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "ProviderDeleteFileDTO" }, - "14554": { + "14621": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "__type.fileKey" }, - "14555": { + "14622": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "ProviderUploadFileDTO" }, - "14556": { + "14623": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "__type.filename" }, - "14557": { + "14624": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "__type.mimeType" }, - "14558": { + "14625": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "__type.content" }, - "14559": { + "14626": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "__type.access" }, - "14560": { + "14627": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "IFileProvider" }, - "14561": { + "14628": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "IFileProvider.upload" }, - "14562": { + "14629": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "IFileProvider.upload" }, - "14563": { + "14630": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "file" }, - "14564": { + "14631": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "IFileProvider.delete" }, - "14565": { + "14632": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "IFileProvider.delete" }, - "14566": { + "14633": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "fileData" }, - "14567": { + "14634": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "IFileProvider.getPresignedDownloadUrl" }, - "14568": { + "14635": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "IFileProvider.getPresignedDownloadUrl" }, - "14569": { + "14636": { "sourceFileName": "../../../../packages/core/types/src/file/provider.ts", "qualifiedName": "fileData" }, - "14570": { + "14637": { "sourceFileName": "../../../../packages/core/types/src/file/providers/s3.ts", "qualifiedName": "S3FileServiceOptions" }, - "14571": { + "14638": { "sourceFileName": "../../../../packages/core/types/src/file/providers/s3.ts", "qualifiedName": "S3FileServiceOptions.file_url" }, - "14572": { + "14639": { "sourceFileName": "../../../../packages/core/types/src/file/providers/s3.ts", "qualifiedName": "S3FileServiceOptions.access_key_id" }, - "14573": { + "14640": { "sourceFileName": "../../../../packages/core/types/src/file/providers/s3.ts", "qualifiedName": "S3FileServiceOptions.secret_access_key" }, - "14574": { + "14641": { "sourceFileName": "../../../../packages/core/types/src/file/providers/s3.ts", "qualifiedName": "S3FileServiceOptions.region" }, - "14575": { + "14642": { "sourceFileName": "../../../../packages/core/types/src/file/providers/s3.ts", "qualifiedName": "S3FileServiceOptions.bucket" }, - "14576": { + "14643": { "sourceFileName": "../../../../packages/core/types/src/file/providers/s3.ts", "qualifiedName": "S3FileServiceOptions.prefix" }, - "14577": { + "14644": { "sourceFileName": "../../../../packages/core/types/src/file/providers/s3.ts", "qualifiedName": "S3FileServiceOptions.endpoint" }, - "14578": { + "14645": { "sourceFileName": "../../../../packages/core/types/src/file/providers/s3.ts", "qualifiedName": "S3FileServiceOptions.cache_control" }, - "14579": { + "14646": { "sourceFileName": "../../../../packages/core/types/src/file/providers/s3.ts", "qualifiedName": "S3FileServiceOptions.download_file_duration" }, - "14580": { + "14647": { "sourceFileName": "../../../../packages/core/types/src/file/providers/s3.ts", "qualifiedName": "S3FileServiceOptions.additional_client_config" }, - "14581": { + "14648": { "sourceFileName": "../../../../packages/core/types/src/file/providers/local.ts", "qualifiedName": "LocalFileServiceOptions" }, - "14582": { + "14649": { "sourceFileName": "../../../../packages/core/types/src/file/providers/local.ts", "qualifiedName": "LocalFileServiceOptions.upload_dir" }, - "14583": { + "14650": { "sourceFileName": "../../../../packages/core/types/src/file/providers/local.ts", "qualifiedName": "LocalFileServiceOptions.private_upload_dir" }, - "14584": { + "14651": { "sourceFileName": "../../../../packages/core/types/src/file/providers/local.ts", "qualifiedName": "LocalFileServiceOptions.backend_url" }, - "14585": { + "14652": { "sourceFileName": "../../../../packages/core/types/src/http/index.ts", "qualifiedName": "" }, - "14586": { + "14653": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminCreateCampaign" }, - "14587": { + "14654": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminCreateCampaign.name" }, - "14588": { + "14655": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminCreateCampaign.description" }, - "14589": { + "14656": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminCreateCampaign.currency" }, - "14590": { + "14657": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminCreateCampaign.campaign_identifier" }, - "14591": { + "14658": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminCreateCampaign.starts_at" }, - "14592": { + "14659": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminCreateCampaign.ends_at" }, - "14593": { + "14660": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminCreateCampaign.budget" }, - "14594": { + "14661": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "__type" }, - "14595": { + "14662": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "__type.type" }, - "14596": { + "14663": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "__type.currency_code" }, - "14597": { + "14664": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "__type.limit" }, - "14598": { + "14665": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminUpdateCampaign" }, - "14599": { + "14666": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminUpdateCampaign.name" }, - "14600": { + "14667": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminUpdateCampaign.description" }, - "14601": { + "14668": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminUpdateCampaign.currency" }, - "14602": { + "14669": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminUpdateCampaign.campaign_identifier" }, - "14603": { + "14670": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminUpdateCampaign.starts_at" }, - "14604": { + "14671": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminUpdateCampaign.ends_at" }, - "14605": { + "14672": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "AdminUpdateCampaign.budget" }, - "14606": { + "14673": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "__type" }, - "14607": { + "14674": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "__type.type" }, - "14608": { + "14675": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "__type.currency_code" }, - "14609": { + "14676": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/payloads.ts", "qualifiedName": "__type.limit" }, - "14610": { + "14677": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "CampaignResponse" }, - "14611": { + "14678": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "CampaignResponse.id" }, - "14612": { + "14679": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "CampaignResponse.name" }, - "14613": { + "14680": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "CampaignResponse.description" }, - "14614": { + "14681": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "CampaignResponse.currency" }, - "14615": { + "14682": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "CampaignResponse.campaign_identifier" }, - "14616": { + "14683": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "CampaignResponse.starts_at" }, - "14617": { + "14684": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "CampaignResponse.ends_at" }, - "14618": { + "14685": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "CampaignResponse.budget" }, - "14619": { + "14686": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "__type" }, - "14620": { + "14687": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "__type.id" }, - "14621": { + "14688": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "__type.type" }, - "14622": { + "14689": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "__type.currency_code" }, - "14623": { + "14690": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "__type.limit" }, - "14624": { + "14691": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "__type.used" }, - "14625": { + "14692": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "AdminCampaignListResponse" }, - "14626": { + "14693": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "__type" }, - "14627": { + "14694": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "__type.campaigns" }, - "14628": { + "14695": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "AdminCampaignResponse" }, - "14629": { + "14696": { "sourceFileName": "../../../../packages/core/types/src/http/campaign/admin/responses.ts", "qualifiedName": "AdminCampaignResponse.campaign" }, - "14630": { + "14697": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/entities.ts", "qualifiedName": "AdminCollection" }, - "14631": { + "14698": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.id" }, - "14632": { + "14699": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.title" }, - "14633": { + "14700": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.handle" }, - "14634": { + "14701": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.created_at" }, - "14635": { + "14702": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.updated_at" }, - "14636": { + "14703": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.deleted_at" }, - "14637": { + "14704": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.products" }, - "14638": { + "14705": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.metadata" }, - "14639": { + "14706": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/payloads.ts", "qualifiedName": "AdminCreateCollection" }, - "14640": { + "14707": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/payloads.ts", "qualifiedName": "AdminCreateCollection.title" }, - "14641": { + "14708": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/payloads.ts", "qualifiedName": "AdminCreateCollection.handle" }, - "14642": { + "14709": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/payloads.ts", "qualifiedName": "AdminCreateCollection.metadata" }, - "14643": { + "14710": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/payloads.ts", "qualifiedName": "AdminUpdateCollection" }, - "14644": { + "14711": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/payloads.ts", "qualifiedName": "AdminUpdateCollection.title" }, - "14645": { + "14712": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/payloads.ts", "qualifiedName": "AdminUpdateCollection.handle" }, - "14646": { + "14713": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/payloads.ts", "qualifiedName": "AdminUpdateCollection.metadata" }, - "14647": { + "14714": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/payloads.ts", "qualifiedName": "AdminUpdateCollectionProducts" }, - "14648": { + "14715": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/payloads.ts", "qualifiedName": "AdminUpdateCollectionProducts.add" }, - "14649": { + "14716": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/payloads.ts", "qualifiedName": "AdminUpdateCollectionProducts.remove" }, - "14650": { + "14717": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/queries.ts", "qualifiedName": "AdminCollectionListParams" }, - "14651": { + "14718": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/queries.ts", "qualifiedName": "AdminCollectionListParams.deleted_at" }, - "14652": { + "14719": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.q" }, - "14653": { + "14720": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.id" }, - "14654": { + "14721": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.handle" }, - "14655": { + "14722": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.title" }, - "14656": { + "14723": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.created_at" }, - "14657": { + "14724": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.updated_at" }, - "14658": { + "14725": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.limit" }, - "14659": { + "14726": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "14660": { + "14727": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, - "14661": { + "14728": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "14662": { + "14729": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "14663": { + "14730": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "14664": { + "14731": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/queries.ts", "qualifiedName": "AdminCollectionParams" }, - "14665": { + "14732": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "14666": { + "14733": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/responses.ts", "qualifiedName": "AdminCollectionResponse" }, - "14667": { + "14734": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/responses.ts", "qualifiedName": "AdminCollectionResponse.collection" }, - "14668": { + "14735": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/responses.ts", "qualifiedName": "AdminCollectionListResponse" }, - "14669": { + "14736": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/responses.ts", "qualifiedName": "__type" }, - "14670": { + "14737": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/responses.ts", "qualifiedName": "__type.collections" }, - "14671": { + "14738": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.limit" }, - "14672": { + "14739": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.offset" }, - "14673": { + "14740": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.count" }, - "14674": { + "14741": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/responses.ts", "qualifiedName": "__type.collections" }, - "14675": { + "14742": { "sourceFileName": "../../../../packages/core/types/src/http/collection/admin/responses.ts", "qualifiedName": "AdminCollectionDeleteResponse" }, - "14676": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.id" - }, - "14677": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.object" - }, - "14678": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.deleted" - }, - "14679": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.parent" - }, - "14680": { - "sourceFileName": "", - "qualifiedName": "__type" - }, - "14681": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/store.ts", - "qualifiedName": "StoreCollection" - }, - "14682": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollection.id" - }, - "14683": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollection.title" - }, - "14684": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollection.handle" - }, - "14685": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollection.created_at" - }, - "14686": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollection.updated_at" - }, - "14687": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollection.deleted_at" - }, - "14688": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollection.products" - }, - "14689": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollection.metadata" - }, - "14690": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/store.ts", - "qualifiedName": "StoreCollectionFilters" - }, - "14691": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollectionListParams.q" - }, - "14692": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollectionListParams.id" - }, - "14693": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollectionListParams.handle" - }, - "14694": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollectionListParams.title" - }, - "14695": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollectionListParams.created_at" - }, - "14696": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollectionListParams.updated_at" - }, - "14697": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.limit" - }, - "14698": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.offset" - }, - "14699": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.order" - }, - "14700": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "14701": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "14702": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "14703": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams" - }, - "14704": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "14705": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams" - }, - "14706": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.limit" - }, - "14707": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.offset" - }, - "14708": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.order" - }, - "14709": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "14710": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "DeleteResponse" - }, - "14711": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type" - }, - "14712": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.id" - }, - "14713": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.object" - }, - "14714": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.deleted" - }, - "14715": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.parent" - }, - "14716": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "TObject" - }, - "14717": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "TParent" - }, - "14718": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type" - }, - "14719": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "PaginatedResponse" - }, - "14720": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type" - }, - "14721": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.limit" - }, - "14722": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.offset" - }, - "14723": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.count" - }, - "14724": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "T" - }, - "14725": { - "sourceFileName": "../../../../packages/core/types/src/http/file/admin.ts", - "qualifiedName": "AdminFile" - }, - "14726": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "BaseFile.id" - }, - "14727": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "BaseFile.url" - }, - "14728": { - "sourceFileName": "../../../../packages/core/types/src/http/file/admin.ts", - "qualifiedName": "AdminUploadFile" - }, - "14729": { - "sourceFileName": "../../../../packages/core/types/src/http/file/store.ts", - "qualifiedName": "StoreFile" - }, - "14730": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "BaseFile.id" - }, - "14731": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "BaseFile.url" - }, - "14732": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/entities.ts", - "qualifiedName": "AdminFulfillmentProvider" - }, - "14733": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/entities.ts", - "qualifiedName": "AdminFulfillmentProvider.id" - }, - "14734": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/entities.ts", - "qualifiedName": "AdminFulfillmentProvider.is_enabled" - }, - "14735": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/queries.ts", - "qualifiedName": "AdminFulfillmentProviderListParams" - }, - "14736": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/queries.ts", - "qualifiedName": "AdminFulfillmentProviderListParams.id" - }, - "14737": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/queries.ts", - "qualifiedName": "AdminFulfillmentProviderListParams.q" - }, - "14738": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/queries.ts", - "qualifiedName": "AdminFulfillmentProviderListParams.is_enabled" - }, - "14739": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.limit" - }, - "14740": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.offset" - }, - "14741": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.order" - }, - "14742": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, "14743": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/responses.ts", - "qualifiedName": "AdminFulfillmentProviderListResponse" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.id" }, "14744": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/responses.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.object" }, "14745": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/responses.ts", - "qualifiedName": "__type.fulfillment_providers" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.deleted" }, "14746": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.limit" + "qualifiedName": "__type.parent" }, "14747": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.offset" + "sourceFileName": "", + "qualifiedName": "__type" }, "14748": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.count" + "sourceFileName": "../../../../packages/core/types/src/http/collection/store.ts", + "qualifiedName": "StoreCollection" }, "14749": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/responses.ts", - "qualifiedName": "__type.fulfillment_providers" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollection.id" }, "14750": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminGeoZone" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollection.title" }, "14751": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminGeoZone.id" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollection.handle" }, "14752": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminGeoZone.type" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollection.created_at" }, "14753": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminGeoZone.country_code" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollection.updated_at" }, "14754": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminGeoZone.province_code" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollection.deleted_at" }, "14755": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminGeoZone.city" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollection.products" }, "14756": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminGeoZone.postal_expression" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollection.metadata" }, "14757": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminGeoZone.created_at" + "sourceFileName": "../../../../packages/core/types/src/http/collection/store.ts", + "qualifiedName": "StoreCollectionFilters" }, "14758": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminGeoZone.updated_at" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollectionListParams.q" }, "14759": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminGeoZone.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollectionListParams.id" }, "14760": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminServiceZone" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollectionListParams.handle" }, "14761": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminServiceZone.id" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollectionListParams.title" }, "14762": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminServiceZone.name" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollectionListParams.created_at" }, "14763": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminServiceZone.fulfillment_set_id" + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollectionListParams.updated_at" }, "14764": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminServiceZone.geo_zones" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.limit" }, "14765": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminServiceZone.shipping_options" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.offset" }, "14766": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminServiceZone.created_at" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.order" }, "14767": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminServiceZone.updated_at" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" }, "14768": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminServiceZone.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "14769": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminFulfillmentSet" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "14770": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminFulfillmentSet.id" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams" }, "14771": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminFulfillmentSet.name" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" }, "14772": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminFulfillmentSet.type" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams" }, "14773": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminFulfillmentSet.service_zones" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.limit" }, "14774": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminFulfillmentSet.created_at" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.offset" }, "14775": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminFulfillmentSet.updated_at" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.order" }, "14776": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", - "qualifiedName": "AdminFulfillmentSet.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" }, "14777": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminCreateFulfillmentSetServiceZone" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "DeleteResponse" }, "14778": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminCreateFulfillmentSetServiceZone.name" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type" }, "14779": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminCreateFulfillmentSetServiceZone.geo_zones" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.id" }, "14780": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZone" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.object" }, "14781": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZone.name" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.deleted" }, "14782": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZone.geo_zones" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.parent" }, "14783": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/responses.ts", - "qualifiedName": "AdminServiceZoneResponse" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "TObject" }, "14784": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/responses.ts", - "qualifiedName": "AdminServiceZoneResponse.service_zone" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "TParent" }, "14785": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/responses.ts", - "qualifiedName": "AdminServiceZoneDeleteResponse" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type" }, "14786": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.id" + "qualifiedName": "PaginatedResponse" }, "14787": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.object" + "qualifiedName": "__type" }, "14788": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.deleted" + "qualifiedName": "__type.limit" }, "14789": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.parent" + "qualifiedName": "__type.offset" }, "14790": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.count" + }, + "14791": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "T" + }, + "14792": { + "sourceFileName": "../../../../packages/core/types/src/http/file/admin.ts", + "qualifiedName": "AdminFile" + }, + "14793": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "BaseFile.id" + }, + "14794": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "BaseFile.url" + }, + "14795": { + "sourceFileName": "../../../../packages/core/types/src/http/file/admin.ts", + "qualifiedName": "AdminUploadFile" + }, + "14796": { + "sourceFileName": "../../../../packages/core/types/src/http/file/store.ts", + "qualifiedName": "StoreFile" + }, + "14797": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "BaseFile.id" + }, + "14798": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "BaseFile.url" + }, + "14799": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/entities.ts", + "qualifiedName": "AdminFulfillmentProvider" + }, + "14800": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/entities.ts", + "qualifiedName": "AdminFulfillmentProvider.id" + }, + "14801": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/entities.ts", + "qualifiedName": "AdminFulfillmentProvider.is_enabled" + }, + "14802": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/queries.ts", + "qualifiedName": "AdminFulfillmentProviderListParams" + }, + "14803": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/queries.ts", + "qualifiedName": "AdminFulfillmentProviderListParams.id" + }, + "14804": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/queries.ts", + "qualifiedName": "AdminFulfillmentProviderListParams.q" + }, + "14805": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/queries.ts", + "qualifiedName": "AdminFulfillmentProviderListParams.is_enabled" + }, + "14806": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.limit" + }, + "14807": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.offset" + }, + "14808": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.order" + }, + "14809": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" + }, + "14810": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/responses.ts", + "qualifiedName": "AdminFulfillmentProviderListResponse" + }, + "14811": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/responses.ts", + "qualifiedName": "__type" + }, + "14812": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/responses.ts", + "qualifiedName": "__type.fulfillment_providers" + }, + "14813": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.limit" + }, + "14814": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.offset" + }, + "14815": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.count" + }, + "14816": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-provider/admin/responses.ts", + "qualifiedName": "__type.fulfillment_providers" + }, + "14817": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminGeoZone" + }, + "14818": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminGeoZone.id" + }, + "14819": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminGeoZone.type" + }, + "14820": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminGeoZone.country_code" + }, + "14821": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminGeoZone.province_code" + }, + "14822": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminGeoZone.city" + }, + "14823": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminGeoZone.postal_expression" + }, + "14824": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminGeoZone.created_at" + }, + "14825": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminGeoZone.updated_at" + }, + "14826": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminGeoZone.deleted_at" + }, + "14827": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminServiceZone" + }, + "14828": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminServiceZone.id" + }, + "14829": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminServiceZone.name" + }, + "14830": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminServiceZone.fulfillment_set_id" + }, + "14831": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminServiceZone.geo_zones" + }, + "14832": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminServiceZone.shipping_options" + }, + "14833": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminServiceZone.created_at" + }, + "14834": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminServiceZone.updated_at" + }, + "14835": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminServiceZone.deleted_at" + }, + "14836": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminFulfillmentSet" + }, + "14837": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminFulfillmentSet.id" + }, + "14838": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminFulfillmentSet.name" + }, + "14839": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminFulfillmentSet.type" + }, + "14840": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminFulfillmentSet.service_zones" + }, + "14841": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminFulfillmentSet.created_at" + }, + "14842": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminFulfillmentSet.updated_at" + }, + "14843": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/entities.ts", + "qualifiedName": "AdminFulfillmentSet.deleted_at" + }, + "14844": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminCreateFulfillmentSetServiceZone" + }, + "14845": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminCreateFulfillmentSetServiceZone.name" + }, + "14846": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminCreateFulfillmentSetServiceZone.geo_zones" + }, + "14847": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZone" + }, + "14848": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZone.name" + }, + "14849": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZone.geo_zones" + }, + "14850": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/responses.ts", + "qualifiedName": "AdminServiceZoneResponse" + }, + "14851": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/responses.ts", + "qualifiedName": "AdminServiceZoneResponse.service_zone" + }, + "14852": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/responses.ts", + "qualifiedName": "AdminServiceZoneDeleteResponse" + }, + "14853": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.id" + }, + "14854": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.object" + }, + "14855": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.deleted" + }, + "14856": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.parent" + }, + "14857": { "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/responses.ts", "qualifiedName": "AdminFulfillmentSetResponse" }, - "14791": { + "14858": { "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/responses.ts", "qualifiedName": "AdminFulfillmentSetResponse.fulfillment_set" }, - "14792": { + "14859": { "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/responses.ts", "qualifiedName": "AdminFulfillmentSetDeleteResponse" }, - "14793": { + "14860": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.id" }, - "14794": { + "14861": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.object" }, - "14795": { + "14862": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.deleted" }, - "14796": { + "14863": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.parent" }, - "14797": { + "14864": { "sourceFileName": "", "qualifiedName": "__type" }, - "14798": { + "14865": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem" }, - "14799": { + "14866": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.id" }, - "14800": { + "14867": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.sku" }, - "14801": { + "14868": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.origin_country" }, - "14802": { + "14869": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.hs_code" }, - "14803": { + "14870": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.requires_shipping" }, - "14804": { + "14871": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.mid_code" }, - "14805": { + "14872": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.material" }, - "14806": { + "14873": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.weight" }, - "14807": { + "14874": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.length" }, - "14808": { + "14875": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.height" }, - "14809": { + "14876": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.width" }, - "14810": { + "14877": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.title" }, - "14811": { + "14878": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.description" }, - "14812": { + "14879": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.thumbnail" }, - "14813": { + "14880": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/entities.ts", "qualifiedName": "AdminInventoryItem.metadata" }, - "14814": { + "14881": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem" }, - "14815": { + "14882": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.sku" }, - "14816": { + "14883": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.hs_code" }, - "14817": { + "14884": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.weight" }, - "14818": { + "14885": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.length" }, - "14819": { + "14886": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.height" }, - "14820": { + "14887": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.width" }, - "14821": { + "14888": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.origin_country" }, - "14822": { + "14889": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.mid_code" }, - "14823": { + "14890": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.material" }, - "14824": { + "14891": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.title" }, - "14825": { + "14892": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.description" }, - "14826": { + "14893": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.requires_shipping" }, - "14827": { + "14894": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.thumbnail" }, - "14828": { + "14895": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.metadata" }, - "14829": { + "14896": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminUpdateInventoryItem" }, - "14830": { + "14897": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.sku" }, - "14831": { + "14898": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.hs_code" }, - "14832": { + "14899": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.weight" }, - "14833": { + "14900": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.length" }, - "14834": { + "14901": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.height" }, - "14835": { + "14902": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.width" }, - "14836": { + "14903": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.origin_country" }, - "14837": { + "14904": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.mid_code" }, - "14838": { + "14905": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.material" }, - "14839": { + "14906": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.title" }, - "14840": { + "14907": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.description" }, - "14841": { + "14908": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.requires_shipping" }, - "14842": { + "14909": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.thumbnail" }, - "14843": { + "14910": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryItem.metadata" }, - "14844": { + "14911": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams" }, - "14845": { + "14912": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.id" }, - "14846": { + "14913": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.q" }, - "14847": { + "14914": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.sku" }, - "14848": { + "14915": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.origin_country" }, - "14849": { + "14916": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.mid_code" }, - "14850": { + "14917": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.hs_code" }, - "14851": { + "14918": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.material" }, - "14852": { + "14919": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.requires_shipping" }, - "14853": { + "14920": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.weight" }, - "14854": { + "14921": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.length" }, - "14855": { + "14922": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.height" }, - "14856": { + "14923": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.width" }, - "14857": { + "14924": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/queries.ts", "qualifiedName": "AdminInventoryItemParams.location_levels" }, - "14858": { + "14925": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.limit" }, - "14859": { + "14926": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "14860": { + "14927": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, - "14861": { + "14928": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "14862": { + "14929": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/responses.ts", "qualifiedName": "AdminInventoryItemResponse" }, - "14863": { + "14930": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/responses.ts", "qualifiedName": "AdminInventoryItemResponse.inventory_item" }, - "14864": { + "14931": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/responses.ts", "qualifiedName": "AdminInventoryItemListResponse" }, - "14865": { + "14932": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/responses.ts", "qualifiedName": "__type" }, - "14866": { + "14933": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/responses.ts", "qualifiedName": "__type.inventory_items" }, - "14867": { + "14934": { "sourceFileName": "../../../../packages/core/types/src/http/inventory/admin/responses.ts", "qualifiedName": "AdminInventoryItemDeleteResponse" }, - "14868": { + "14935": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/entities.ts", "qualifiedName": "InventoryLevel" }, - "14869": { + "14936": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/entities.ts", "qualifiedName": "InventoryLevel.id" }, - "14870": { + "14937": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/entities.ts", "qualifiedName": "InventoryLevel.inventory_item_id" }, - "14871": { + "14938": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/entities.ts", "qualifiedName": "InventoryLevel.location_id" }, - "14872": { + "14939": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/entities.ts", "qualifiedName": "InventoryLevel.stocked_quantity" }, - "14873": { + "14940": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/entities.ts", "qualifiedName": "InventoryLevel.reserved_quantity" }, - "14874": { + "14941": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/entities.ts", "qualifiedName": "InventoryLevel.available_quantity" }, - "14875": { + "14942": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/entities.ts", "qualifiedName": "InventoryLevel.incoming_quantity" }, - "14876": { + "14943": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/entities.ts", "qualifiedName": "InventoryLevel.metadata" }, - "14877": { + "14944": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/payloads.ts", "qualifiedName": "AdminUpdateInventoryLevel" }, - "14878": { + "14945": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/payloads.ts", "qualifiedName": "AdminUpdateInventoryLevel.stocked_quantity" }, - "14879": { + "14946": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/payloads.ts", "qualifiedName": "AdminUpdateInventoryLevel.incoming_quantity" }, - "14880": { + "14947": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryLevel" }, - "14881": { + "14948": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryLevel.location_id" }, - "14882": { + "14949": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryLevel.stocked_quantity" }, - "14883": { + "14950": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/payloads.ts", "qualifiedName": "AdminCreateInventoryLevel.incoming_quantity" }, - "14884": { + "14951": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/payloads.ts", "qualifiedName": "AdminBatchUpdateInventoryLevelLocation" }, - "14885": { + "14952": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/payloads.ts", "qualifiedName": "AdminBatchUpdateInventoryLevelLocation.delete" }, - "14886": { + "14953": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/payloads.ts", "qualifiedName": "AdminBatchUpdateInventoryLevelLocation.update" }, - "14887": { + "14954": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/payloads.ts", "qualifiedName": "AdminBatchUpdateInventoryLevelLocation.create" }, - "14888": { + "14955": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/queries.ts", "qualifiedName": "AdminInventoryLevelFilters" }, - "14889": { + "14956": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/queries.ts", "qualifiedName": "AdminInventoryLevelFilters.location_id" }, - "14890": { + "14957": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.limit" }, - "14891": { + "14958": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "14892": { + "14959": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, - "14893": { + "14960": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "14894": { + "14961": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/responses.ts", "qualifiedName": "AdminInventoryLevelResponse" }, - "14895": { + "14962": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/responses.ts", "qualifiedName": "AdminInventoryLevelResponse.inventory_level" }, - "14896": { + "14963": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/responses.ts", "qualifiedName": "AdminInventoryLevelListResponse" }, - "14897": { + "14964": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/responses.ts", "qualifiedName": "__type" }, - "14898": { + "14965": { "sourceFileName": "../../../../packages/core/types/src/http/inventory-level/admin/responses.ts", "qualifiedName": "__type.inventory_levels" }, - "14899": { + "14966": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "AdminAcceptInvite" }, - "14900": { + "14967": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type" }, - "14901": { + "14968": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.first_name" }, - "14902": { + "14969": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.last_name" }, - "14903": { + "14970": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "AdminCreateInvite" }, - "14904": { + "14971": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type" }, - "14905": { + "14972": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.email" }, - "14906": { + "14973": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.metadata" }, - "14907": { + "14974": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "AdminInviteResponse" }, - "14908": { + "14975": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type" }, - "14909": { + "14976": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.id" }, - "14910": { + "14977": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.email" }, - "14911": { + "14978": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.accepted" }, - "14912": { + "14979": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.token" }, - "14913": { + "14980": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.expires_at" }, - "14914": { + "14981": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.metadata" }, - "14915": { + "14982": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.created_at" }, - "14916": { + "14983": { "sourceFileName": "../../../../packages/core/types/src/http/invite/admin.ts", "qualifiedName": "__type.updated_at" }, - "14917": { + "14984": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification" }, - "14918": { + "14985": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.id" }, - "14919": { + "14986": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.to" }, - "14920": { + "14987": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.channel" }, - "14921": { + "14988": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.template" }, - "14922": { + "14989": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.data" }, - "14923": { + "14990": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.trigger_type" }, - "14924": { + "14991": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.resource_id" }, - "14925": { + "14992": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.resource_type" }, - "14926": { + "14993": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.receiver_id" }, - "14927": { + "14994": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.original_notification_id" }, - "14928": { + "14995": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.external_id" }, - "14929": { + "14996": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.provider_id" }, - "14930": { + "14997": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/entities.ts", "qualifiedName": "AdminNotification.created_at" }, - "14931": { + "14998": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/queries.ts", "qualifiedName": "AdminNotificationListParams" }, - "14932": { + "14999": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/queries.ts", "qualifiedName": "AdminNotificationListParams.q" }, - "14933": { + "15000": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/queries.ts", "qualifiedName": "AdminNotificationListParams.id" }, - "14934": { + "15001": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/queries.ts", "qualifiedName": "AdminNotificationListParams.channel" }, - "14935": { + "15002": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "14936": { + "15003": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "14937": { + "15004": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.limit" }, - "14938": { + "15005": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "14939": { + "15006": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, - "14940": { + "15007": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "14941": { + "15008": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/queries.ts", "qualifiedName": "AdminNotificationParams" }, - "14942": { + "15009": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "14943": { + "15010": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/responses.ts", "qualifiedName": "AdminNotificationResponse" }, - "14944": { + "15011": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/responses.ts", "qualifiedName": "AdminNotificationResponse.notification" }, - "14945": { + "15012": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/responses.ts", "qualifiedName": "AdminNotificationListResponse" }, - "14946": { + "15013": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/responses.ts", "qualifiedName": "__type" }, - "14947": { + "15014": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/responses.ts", "qualifiedName": "__type.notifications" }, - "14948": { + "15015": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.limit" }, - "14949": { + "15016": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.offset" }, - "14950": { + "15017": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.count" }, - "14951": { + "15018": { "sourceFileName": "../../../../packages/core/types/src/http/notification/admin/responses.ts", "qualifiedName": "__type.notifications" }, - "14952": { + "15019": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceListPrice" }, - "14953": { + "15020": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceListPrice.variant_id" }, - "14954": { + "15021": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceListPrice.rules" }, - "14955": { + "15022": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList" }, - "14956": { + "15023": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.id" }, - "14957": { + "15024": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.title" }, - "14958": { + "15025": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.description" }, - "14959": { + "15026": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.rules" }, - "14960": { + "15027": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.starts_at" }, - "14961": { + "15028": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.ends_at" }, - "14962": { + "15029": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.status" }, - "14963": { + "15030": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.type" }, - "14964": { + "15031": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.prices" }, - "14965": { + "15032": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.created_at" }, - "14966": { + "15033": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.updated_at" }, - "14967": { + "15034": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/entities.ts", "qualifiedName": "AdminPriceList.deleted_at" }, - "14968": { + "15035": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceListPrice" }, - "14969": { + "15036": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceListPrice.currency_code" }, - "14970": { + "15037": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceListPrice.amount" }, - "14971": { + "15038": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceListPrice.variant_id" }, - "14972": { + "15039": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceListPrice.min_quantity" }, - "14973": { + "15040": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceListPrice.max_quantity" }, - "14974": { + "15041": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceListPrice.rules" }, - "14975": { + "15042": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceList" }, - "14976": { + "15043": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceList.title" }, - "14977": { + "15044": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceList.description" }, - "14978": { + "15045": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceList.starts_at" }, - "14979": { + "15046": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceList.ends_at" }, - "14980": { + "15047": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceList.status" }, - "14981": { + "15048": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceList.type" }, - "14982": { + "15049": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceList.rules" }, - "14983": { + "15050": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminCreatePriceList.prices" }, - "14984": { + "15051": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceListPrice" }, - "14985": { + "15052": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceListPrice.id" }, - "14986": { + "15053": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceListPrice.currency_code" }, - "14987": { + "15054": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceListPrice.amount" }, - "14988": { + "15055": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceListPrice.variant_id" }, - "14989": { + "15056": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceListPrice.min_quantity" }, - "14990": { + "15057": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceListPrice.max_quantity" }, - "14991": { + "15058": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceListPrice.rules" }, - "14992": { + "15059": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceList" }, - "14993": { + "15060": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceList.title" }, - "14994": { + "15061": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceList.description" }, - "14995": { + "15062": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceList.starts_at" }, - "14996": { + "15063": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceList.ends_at" }, - "14997": { + "15064": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceList.status" }, - "14998": { + "15065": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceList.type" }, - "14999": { + "15066": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminUpdatePriceList.rules" }, - "15000": { + "15067": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminBatchPriceListPrice" }, - "15001": { + "15068": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminBatchPriceListPrice.create" }, - "15002": { + "15069": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminBatchPriceListPrice.update" }, - "15003": { + "15070": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminBatchPriceListPrice.delete" }, - "15004": { + "15071": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminLinkPriceListProducts" }, - "15005": { + "15072": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/payloads.ts", "qualifiedName": "AdminLinkPriceListProducts.remove" }, - "15006": { + "15073": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/queries.ts", "qualifiedName": "AdminPriceListListParams" }, - "15007": { + "15074": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/queries.ts", "qualifiedName": "AdminPriceListListParams.q" }, - "15008": { + "15075": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/queries.ts", "qualifiedName": "AdminPriceListListParams.id" }, - "15009": { + "15076": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/queries.ts", "qualifiedName": "AdminPriceListListParams.starts_at" }, - "15010": { + "15077": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/queries.ts", "qualifiedName": "AdminPriceListListParams.ends_at" }, - "15011": { + "15078": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/queries.ts", "qualifiedName": "AdminPriceListListParams.status" }, - "15012": { + "15079": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/queries.ts", "qualifiedName": "AdminPriceListListParams.rules_count" }, - "15013": { + "15080": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.limit" }, - "15014": { + "15081": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "15015": { + "15082": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, - "15016": { + "15083": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "15017": { + "15084": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "15018": { + "15085": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "15019": { + "15086": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/queries.ts", "qualifiedName": "AdminPriceListParams" }, - "15020": { + "15087": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "15021": { + "15088": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/responses.ts", "qualifiedName": "AdminPriceListResponse" }, - "15022": { + "15089": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/responses.ts", "qualifiedName": "AdminPriceListResponse.price_list" }, - "15023": { + "15090": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/responses.ts", "qualifiedName": "AdminPriceListListResponse" }, - "15024": { + "15091": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/responses.ts", "qualifiedName": "__type" }, - "15025": { + "15092": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/responses.ts", "qualifiedName": "__type.price_lists" }, - "15026": { + "15093": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.limit" }, - "15027": { + "15094": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.offset" }, - "15028": { + "15095": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.count" }, - "15029": { + "15096": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/responses.ts", "qualifiedName": "__type.price_lists" }, - "15030": { + "15097": { "sourceFileName": "../../../../packages/core/types/src/http/price-list/admin/responses.ts", "qualifiedName": "AdminPriceListDeleteResponse" }, - "15031": { + "15098": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.id" }, - "15032": { + "15099": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.object" }, - "15033": { + "15100": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.deleted" }, - "15034": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.parent" - }, - "15035": { - "sourceFileName": "", - "qualifiedName": "__type" - }, - "15036": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/entities.ts", - "qualifiedName": "AdminProductCategory" - }, - "15037": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/entities.ts", - "qualifiedName": "AdminProductCategory.category_children" - }, - "15038": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/entities.ts", - "qualifiedName": "AdminProductCategory.parent_category" - }, - "15039": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/entities.ts", - "qualifiedName": "AdminProductCategory.products" - }, - "15040": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "name" - }, - "15041": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "id" - }, - "15042": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "created_at" - }, - "15043": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "updated_at" - }, - "15044": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "deleted_at" - }, - "15045": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "description" - }, - "15046": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "handle" - }, - "15047": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "parent_category_id" - }, - "15048": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "is_active" - }, - "15049": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "is_internal" - }, - "15050": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "rank" - }, - "15051": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminCreateProductCategory" - }, - "15052": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminCreateProductCategory.name" - }, - "15053": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminCreateProductCategory.description" - }, - "15054": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminCreateProductCategory.handle" - }, - "15055": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminCreateProductCategory.is_internal" - }, - "15056": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminCreateProductCategory.is_active" - }, - "15057": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminCreateProductCategory.parent_category_id" - }, - "15058": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminCreateProductCategory.rank" - }, - "15059": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminCreateProductCategory.metadata" - }, - "15060": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategory" - }, - "15061": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategory.name" - }, - "15062": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategory.description" - }, - "15063": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategory.handle" - }, - "15064": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategory.is_internal" - }, - "15065": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategory.is_active" - }, - "15066": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategory.parent_category_id" - }, - "15067": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategory.rank" - }, - "15068": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategory.metadata" - }, - "15069": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategoryProducts" - }, - "15070": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategoryProducts.add" - }, - "15071": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", - "qualifiedName": "AdminUpdateProductCategoryProducts.remove" - }, - "15072": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/queries.ts", - "qualifiedName": "AdminProductCategoryListParams" - }, - "15073": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/queries.ts", - "qualifiedName": "AdminProductCategoryListParams.is_internal" - }, - "15074": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/queries.ts", - "qualifiedName": "AdminProductCategoryListParams.is_active" - }, - "15075": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.q" - }, - "15076": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.id" - }, - "15077": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.name" - }, - "15078": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.description" - }, - "15079": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.parent_category_id" - }, - "15080": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.handle" - }, - "15081": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.include_descendants_tree" - }, - "15082": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.include_ancestors_tree" - }, - "15083": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.created_at" - }, - "15084": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.updated_at" - }, - "15085": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.deleted_at" - }, - "15086": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.limit" - }, - "15087": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.offset" - }, - "15088": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.order" - }, - "15089": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "15090": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "15091": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "15092": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/queries.ts", - "qualifiedName": "AdminProductCategoryParams" - }, - "15093": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryParams.include_ancestors_tree" - }, - "15094": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryParams.include_descendants_tree" - }, - "15095": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "15096": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", - "qualifiedName": "AdminProductCategoryResponse" - }, - "15097": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", - "qualifiedName": "AdminProductCategoryResponse.product_category" - }, - "15098": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", - "qualifiedName": "AdminProductCategoryListResponse" - }, - "15099": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", - "qualifiedName": "__type" - }, - "15100": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", - "qualifiedName": "__type.product_categories" - }, "15101": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.limit" + "qualifiedName": "__type.parent" }, "15102": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.offset" + "sourceFileName": "", + "qualifiedName": "__type" }, "15103": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.count" + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/entities.ts", + "qualifiedName": "AdminProductCategory" }, "15104": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/entities.ts", + "qualifiedName": "AdminProductCategory.category_children" + }, + "15105": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/entities.ts", + "qualifiedName": "AdminProductCategory.parent_category" + }, + "15106": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/entities.ts", + "qualifiedName": "AdminProductCategory.products" + }, + "15107": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "name" + }, + "15108": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "id" + }, + "15109": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "created_at" + }, + "15110": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "updated_at" + }, + "15111": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "deleted_at" + }, + "15112": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "description" + }, + "15113": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "handle" + }, + "15114": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "parent_category_id" + }, + "15115": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "is_active" + }, + "15116": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "is_internal" + }, + "15117": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "rank" + }, + "15118": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminCreateProductCategory" + }, + "15119": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminCreateProductCategory.name" + }, + "15120": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminCreateProductCategory.description" + }, + "15121": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminCreateProductCategory.handle" + }, + "15122": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminCreateProductCategory.is_internal" + }, + "15123": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminCreateProductCategory.is_active" + }, + "15124": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminCreateProductCategory.parent_category_id" + }, + "15125": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminCreateProductCategory.rank" + }, + "15126": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminCreateProductCategory.metadata" + }, + "15127": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategory" + }, + "15128": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategory.name" + }, + "15129": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategory.description" + }, + "15130": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategory.handle" + }, + "15131": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategory.is_internal" + }, + "15132": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategory.is_active" + }, + "15133": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategory.parent_category_id" + }, + "15134": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategory.rank" + }, + "15135": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategory.metadata" + }, + "15136": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategoryProducts" + }, + "15137": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategoryProducts.add" + }, + "15138": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/payloads.ts", + "qualifiedName": "AdminUpdateProductCategoryProducts.remove" + }, + "15139": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/queries.ts", + "qualifiedName": "AdminProductCategoryListParams" + }, + "15140": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/queries.ts", + "qualifiedName": "AdminProductCategoryListParams.is_internal" + }, + "15141": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/queries.ts", + "qualifiedName": "AdminProductCategoryListParams.is_active" + }, + "15142": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.q" + }, + "15143": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.id" + }, + "15144": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.name" + }, + "15145": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.description" + }, + "15146": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.parent_category_id" + }, + "15147": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.handle" + }, + "15148": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.include_descendants_tree" + }, + "15149": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.include_ancestors_tree" + }, + "15150": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.created_at" + }, + "15151": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.updated_at" + }, + "15152": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.deleted_at" + }, + "15153": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.limit" + }, + "15154": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.offset" + }, + "15155": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.order" + }, + "15156": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" + }, + "15157": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "15158": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "15159": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/queries.ts", + "qualifiedName": "AdminProductCategoryParams" + }, + "15160": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryParams.include_ancestors_tree" + }, + "15161": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryParams.include_descendants_tree" + }, + "15162": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" + }, + "15163": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", + "qualifiedName": "AdminProductCategoryResponse" + }, + "15164": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", + "qualifiedName": "AdminProductCategoryResponse.product_category" + }, + "15165": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", + "qualifiedName": "AdminProductCategoryListResponse" + }, + "15166": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", + "qualifiedName": "__type" + }, + "15167": { "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", "qualifiedName": "__type.product_categories" }, - "15105": { + "15168": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.limit" + }, + "15169": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.offset" + }, + "15170": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.count" + }, + "15171": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", + "qualifiedName": "__type.product_categories" + }, + "15172": { "sourceFileName": "../../../../packages/core/types/src/http/product-category/admin/responses.ts", "qualifiedName": "AdminProductCategoryDeleteResponse" }, - "15106": { + "15173": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.id" }, - "15107": { + "15174": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.object" }, - "15108": { + "15175": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.deleted" }, - "15109": { + "15176": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.parent" }, - "15110": { + "15177": { "sourceFileName": "", "qualifiedName": "__type" }, - "15111": { + "15178": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/entities.ts", "qualifiedName": "AdminProductTag" }, - "15112": { + "15179": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", "qualifiedName": "BaseProductTag.id" }, - "15113": { + "15180": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", "qualifiedName": "BaseProductTag.value" }, - "15114": { + "15181": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", "qualifiedName": "BaseProductTag.created_at" }, - "15115": { + "15182": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", "qualifiedName": "BaseProductTag.updated_at" }, - "15116": { + "15183": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", "qualifiedName": "BaseProductTag.deleted_at" }, - "15117": { + "15184": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", "qualifiedName": "BaseProductTag.metadata" }, - "15118": { + "15185": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/payloads.ts", "qualifiedName": "AdminCreateProductTag" }, - "15119": { + "15186": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/payloads.ts", "qualifiedName": "AdminCreateProductTag.value" }, - "15120": { + "15187": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/payloads.ts", "qualifiedName": "AdminCreateProductTag.metadata" }, - "15121": { + "15188": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/payloads.ts", "qualifiedName": "AdminUpdateProductTag" }, - "15122": { + "15189": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/payloads.ts", "qualifiedName": "AdminUpdateProductTag.value" }, - "15123": { + "15190": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/payloads.ts", "qualifiedName": "AdminUpdateProductTag.metadata" }, - "15124": { + "15191": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/queries.ts", "qualifiedName": "AdminProductTagListParams" }, - "15125": { + "15192": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/queries.ts", "qualifiedName": "AdminProductTagListParams.deleted_at" }, - "15126": { + "15193": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", "qualifiedName": "BaseProductTagListParams.q" }, - "15127": { + "15194": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", "qualifiedName": "BaseProductTagListParams.id" }, - "15128": { + "15195": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", "qualifiedName": "BaseProductTagListParams.value" }, - "15129": { + "15196": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", "qualifiedName": "BaseProductTagListParams.created_at" }, - "15130": { + "15197": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", "qualifiedName": "BaseProductTagListParams.updated_at" }, - "15131": { + "15198": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.limit" }, - "15132": { + "15199": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "15133": { + "15200": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, - "15134": { + "15201": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "15135": { + "15202": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "15136": { + "15203": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "15137": { + "15204": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/queries.ts", "qualifiedName": "AdminProductTagParams" }, - "15138": { + "15205": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "15139": { + "15206": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/responses.ts", "qualifiedName": "AdminProductTagResponse" }, - "15140": { + "15207": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/responses.ts", "qualifiedName": "AdminProductTagResponse.product_tag" }, - "15141": { + "15208": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/responses.ts", "qualifiedName": "AdminProductTagListResponse" }, - "15142": { + "15209": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/responses.ts", "qualifiedName": "__type" }, - "15143": { + "15210": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/responses.ts", "qualifiedName": "__type.product_tags" }, - "15144": { + "15211": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.limit" }, - "15145": { + "15212": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.offset" }, - "15146": { + "15213": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.count" }, - "15147": { + "15214": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/responses.ts", "qualifiedName": "__type.product_tags" }, - "15148": { + "15215": { "sourceFileName": "../../../../packages/core/types/src/http/product-tag/admin/responses.ts", "qualifiedName": "AdminProductTagDeleteResponse" }, - "15149": { + "15216": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.id" }, - "15150": { + "15217": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.object" }, - "15151": { + "15218": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.deleted" }, - "15152": { + "15219": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.parent" }, - "15153": { + "15220": { "sourceFileName": "", "qualifiedName": "__type" }, - "15154": { + "15221": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/entities.ts", "qualifiedName": "AdminProductType" }, - "15155": { + "15222": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.id" }, - "15156": { + "15223": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.value" }, - "15157": { + "15224": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.created_at" }, - "15158": { + "15225": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.updated_at" }, - "15159": { + "15226": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.deleted_at" }, - "15160": { + "15227": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.metadata" }, - "15161": { + "15228": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/payloads.ts", "qualifiedName": "AdminCreateProductType" }, - "15162": { + "15229": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/payloads.ts", "qualifiedName": "AdminCreateProductType.value" }, - "15163": { + "15230": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/payloads.ts", "qualifiedName": "AdminCreateProductType.metadata" }, - "15164": { + "15231": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/payloads.ts", "qualifiedName": "AdminUpdateProductType" }, - "15165": { + "15232": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/payloads.ts", "qualifiedName": "AdminUpdateProductType.value" }, - "15166": { + "15233": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/payloads.ts", "qualifiedName": "AdminUpdateProductType.metadata" }, - "15167": { + "15234": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/queries.ts", "qualifiedName": "AdminProductTypeListParams" }, - "15168": { + "15235": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/queries.ts", "qualifiedName": "AdminProductTypeListParams.q" }, - "15169": { + "15236": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/queries.ts", "qualifiedName": "AdminProductTypeListParams.id" }, - "15170": { + "15237": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/queries.ts", "qualifiedName": "AdminProductTypeListParams.value" }, - "15171": { + "15238": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/queries.ts", "qualifiedName": "AdminProductTypeListParams.created_at" }, - "15172": { + "15239": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/queries.ts", "qualifiedName": "AdminProductTypeListParams.updated_at" }, - "15173": { + "15240": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/queries.ts", "qualifiedName": "AdminProductTypeListParams.deleted_at" }, - "15174": { + "15241": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.limit" }, - "15175": { + "15242": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "15176": { + "15243": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, - "15177": { + "15244": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "15178": { + "15245": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "15179": { + "15246": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "15180": { + "15247": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/queries.ts", "qualifiedName": "AdminProductTypeParams" }, - "15181": { + "15248": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "15182": { + "15249": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/responses.ts", "qualifiedName": "AdminProductTypeResponse" }, - "15183": { + "15250": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/responses.ts", "qualifiedName": "AdminProductTypeResponse.product_type" }, - "15184": { + "15251": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/responses.ts", "qualifiedName": "AdminProductTypeListResponse" }, - "15185": { + "15252": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/responses.ts", "qualifiedName": "__type" }, - "15186": { + "15253": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/responses.ts", "qualifiedName": "__type.product_types" }, - "15187": { + "15254": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.limit" }, - "15188": { + "15255": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.offset" }, - "15189": { + "15256": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.count" }, - "15190": { + "15257": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/responses.ts", "qualifiedName": "__type.product_types" }, - "15191": { + "15258": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/admin/responses.ts", "qualifiedName": "AdminProductTypeDeleteResponse" }, - "15192": { + "15259": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.id" }, - "15193": { + "15260": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.object" }, - "15194": { + "15261": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.deleted" }, - "15195": { + "15262": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.parent" }, - "15196": { + "15263": { "sourceFileName": "", "qualifiedName": "__type" }, - "15197": { + "15264": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminBaseReturnItem" }, - "15198": { + "15265": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminBaseReturnItem.id" }, - "15199": { + "15266": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminBaseReturnItem.quantity" }, - "15200": { + "15267": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminBaseReturnItem.received_quantity" }, - "15201": { + "15268": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminBaseReturnItem.reason_id" }, - "15202": { + "15269": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminBaseReturnItem.note" }, - "15203": { + "15270": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminBaseReturnItem.item_id" }, - "15204": { + "15271": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminBaseReturnItem.return_id" }, - "15205": { + "15272": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminBaseReturnItem.metadata" }, - "15206": { + "15273": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturn" }, - "15207": { + "15274": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturn.id" }, - "15208": { + "15275": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturn.order_id" }, - "15209": { + "15276": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturn.status" }, - "15210": { + "15277": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturn.exchange_id" }, - "15211": { + "15278": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturn.claim_id" }, - "15212": { + "15279": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturn.order_version" }, - "15213": { + "15280": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturn.display_id" }, - "15214": { + "15281": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturn.no_notification" }, - "15215": { + "15282": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturn.refund_amount" }, - "15216": { + "15283": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturn.items" }, - "15217": { + "15284": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturnResponse" }, - "15218": { + "15285": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturnResponse.return" }, - "15219": { + "15286": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturnsResponse" }, - "15220": { + "15287": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturnsResponse.returns" }, - "15221": { + "15288": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminInitiateReturnRequest" }, - "15222": { + "15289": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminInitiateReturnRequest.order_id" }, - "15223": { + "15290": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminInitiateReturnRequest.location_id" }, - "15224": { + "15291": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminInitiateReturnRequest.description" }, - "15225": { + "15292": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminInitiateReturnRequest.internal_note" }, - "15226": { + "15293": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminInitiateReturnRequest.no_notification" }, - "15227": { + "15294": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminInitiateReturnRequest.metadata" }, - "15228": { + "15295": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnItem" }, - "15229": { + "15296": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnItem.id" }, - "15230": { + "15297": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnItem.quantity" }, - "15231": { + "15298": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnItem.description" }, - "15232": { + "15299": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnItem.internal_note" }, - "15233": { + "15300": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnItem.metadata" }, - "15234": { + "15301": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnItems" }, - "15235": { + "15302": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnItems.items" }, - "15236": { + "15303": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnItems" }, - "15237": { + "15304": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnItems.quantity" }, - "15238": { + "15305": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnItems.internal_note" }, - "15239": { + "15306": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnItems.reason_id" }, - "15240": { + "15307": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnShipping" }, - "15241": { + "15308": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnShipping.shipping_option_id" }, - "15242": { + "15309": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnShipping.custom_price" }, - "15243": { + "15310": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnShipping.description" }, - "15244": { + "15311": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnShipping.internal_note" }, - "15245": { + "15312": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminAddReturnShipping.metadata" }, - "15246": { + "15313": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnShipping" }, - "15247": { + "15314": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnShipping.custom_price" }, - "15248": { + "15315": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnShipping.internal_note" }, - "15249": { + "15316": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnShipping.metadata" }, - "15250": { + "15317": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminConfirmReturnRequest" }, - "15251": { + "15318": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminConfirmReturnRequest.no_notification" }, - "15252": { + "15319": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnRequest" }, - "15253": { + "15320": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnRequest.location_id" }, - "15254": { + "15321": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnRequest.no_notification" }, - "15255": { + "15322": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminUpdateReturnRequest.metadata" }, - "15256": { + "15323": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturnFilters" }, - "15257": { + "15324": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturnFilters.id" }, - "15258": { + "15325": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturnFilters.order_id" }, - "15259": { + "15326": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturnFilters.status" }, - "15260": { + "15327": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturnFilters.created_at" }, - "15261": { + "15328": { "sourceFileName": "../../../../packages/core/types/src/http/return/admin.ts", "qualifiedName": "AdminReturnFilters.updated_at" }, - "15262": { + "15329": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.limit" }, - "15263": { + "15330": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "15264": { + "15331": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, - "15265": { + "15332": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "15266": { + "15333": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminReturnReason" }, - "15267": { + "15334": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.id" }, - "15268": { + "15335": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.value" }, - "15269": { + "15336": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.label" }, - "15270": { + "15337": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.description" }, - "15271": { + "15338": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.metadata" }, - "15272": { + "15339": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.created_at" }, - "15273": { + "15340": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.updated_at" }, - "15274": { + "15341": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminCreateReturnReason" }, - "15275": { + "15342": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminCreateReturnReason.value" }, - "15276": { + "15343": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminCreateReturnReason.label" }, - "15277": { + "15344": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminCreateReturnReason.description" }, - "15278": { + "15345": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminReturnReasonsResponse" }, - "15279": { + "15346": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminReturnReasonsResponse.return_reasons" }, - "15280": { + "15347": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminReturnReasonListParams" }, - "15281": { + "15348": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminReturnReasonListParams.id" }, - "15282": { + "15349": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminReturnReasonListParams.value" }, - "15283": { + "15350": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminReturnReasonListParams.label" }, - "15284": { + "15351": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminReturnReasonListParams.description" }, - "15285": { + "15352": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminReturnReasonListParams.parent_return_reason_id" }, - "15286": { + "15353": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminReturnReasonListParams.created_at" }, - "15287": { + "15354": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/admin.ts", "qualifiedName": "AdminReturnReasonListParams.updated_at" }, - "15288": { + "15355": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.limit" }, - "15289": { + "15356": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "15290": { + "15357": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, - "15291": { + "15358": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "15292": { + "15359": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "15293": { + "15360": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "15294": { + "15361": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "AdminReservationResponse" }, - "15295": { + "15362": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "AdminReservationResponse.reservation" }, - "15296": { + "15363": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "AdminReservationListResponse" }, - "15297": { + "15364": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "__type" }, - "15298": { + "15365": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "__type.reservations" }, - "15299": { + "15366": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionType" }, - "15300": { + "15367": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionType.id" }, - "15301": { + "15368": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionType.label" }, - "15302": { + "15369": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionType.description" }, - "15303": { + "15370": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionType.code" }, - "15304": { + "15371": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionType.shipping_option_id" }, - "15305": { + "15372": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionType.created_at" }, - "15306": { + "15373": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionType.updated_at" }, - "15307": { + "15374": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionType.deleted_at" }, - "15308": { + "15375": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionRule" }, - "15309": { + "15376": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionRule.id" }, - "15310": { + "15377": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionRule.attribute" }, - "15311": { + "15378": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionRule.operator" }, - "15312": { + "15379": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionRule.value" }, - "15313": { + "15380": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionRule.shipping_option_id" }, - "15314": { + "15381": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionRule.created_at" }, - "15315": { + "15382": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionRule.updated_at" }, - "15316": { + "15383": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionRule.deleted_at" }, - "15317": { + "15384": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionPriceRule" }, - "15318": { + "15385": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionPriceRule.id" }, - "15319": { + "15386": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionPriceRule.value" }, - "15320": { + "15387": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionPrice" }, - "15321": { + "15388": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionPrice.price_rules" }, - "15322": { + "15389": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOptionPrice.rules_count" }, - "15323": { + "15390": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption" }, - "15324": { + "15391": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.id" }, - "15325": { + "15392": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.name" }, - "15326": { + "15393": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.price_type" }, - "15327": { + "15394": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.service_zone_id" }, - "15328": { + "15395": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.service_zone" }, - "15329": { + "15396": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.provider_id" }, - "15330": { + "15397": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.provider" }, - "15331": { + "15398": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.shipping_option_type_id" }, - "15332": { + "15399": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.type" }, - "15333": { + "15400": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.shipping_profile_id" }, - "15334": { + "15401": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.shipping_profile" }, - "15335": { + "15402": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.rules" }, - "15336": { + "15403": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.prices" }, - "15337": { + "15404": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.data" }, - "15338": { + "15405": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.metadata" }, - "15339": { + "15406": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.created_at" }, - "15340": { + "15407": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.updated_at" }, - "15341": { + "15408": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/entities.ts", "qualifiedName": "AdminShippingOption.deleted_at" }, - "15342": { + "15409": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionRule" }, - "15343": { + "15410": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionRule.operator" }, - "15344": { + "15411": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionRule.attribute" }, - "15345": { + "15412": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionRule.value" }, - "15346": { + "15413": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionType" }, - "15347": { + "15414": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionType.label" }, - "15348": { + "15415": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionType.description" }, - "15349": { + "15416": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionType.code" }, - "15350": { + "15417": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionPriceWithCurrency" }, - "15351": { + "15418": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionPriceWithCurrency.currency_code" }, - "15352": { + "15419": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionPriceWithCurrency.amount" }, - "15353": { + "15420": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionPriceWithRegion" }, - "15354": { + "15421": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionPriceWithRegion.region_id" }, - "15355": { + "15422": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionPriceWithRegion.amount" }, - "15356": { + "15423": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOption" }, - "15357": { + "15424": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOption.name" }, - "15358": { + "15425": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOption.service_zone_id" }, - "15359": { + "15426": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOption.shipping_profile_id" }, - "15360": { + "15427": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOption.data" }, - "15361": { + "15428": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOption.price_type" }, - "15362": { + "15429": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOption.provider_id" }, - "15363": { + "15430": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOption.type" }, - "15364": { + "15431": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOption.prices" }, - "15365": { + "15432": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOption.rules" }, - "15366": { + "15433": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionRule" }, - "15367": { + "15434": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionRule.id" }, - "15368": { + "15435": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionRule.operator" }, - "15369": { + "15436": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionRule.attribute" }, - "15370": { + "15437": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminCreateShippingOptionRule.value" }, - "15371": { + "15438": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionPriceWithCurrency" }, - "15372": { + "15439": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionPriceWithCurrency.id" }, - "15373": { + "15440": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionPriceWithCurrency.currency_code" }, - "15374": { + "15441": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionPriceWithCurrency.amount" }, - "15375": { + "15442": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionPriceWithRegion" }, - "15376": { + "15443": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionPriceWithRegion.id" }, - "15377": { + "15444": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionPriceWithRegion.region_id" }, - "15378": { + "15445": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionPriceWithRegion.amount" }, - "15379": { + "15446": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOption" }, - "15380": { + "15447": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOption.name" }, - "15381": { + "15448": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOption.data" }, - "15382": { + "15449": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOption.price_type" }, - "15383": { + "15450": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOption.provider_id" }, - "15384": { + "15451": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOption.shipping_profile_id" }, - "15385": { + "15452": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOption.type" }, - "15386": { + "15453": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOption.prices" }, - "15387": { + "15454": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOption.rules" }, - "15388": { + "15455": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionRules" }, - "15389": { + "15456": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionRules.create" }, - "15390": { + "15457": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionRules.update" }, - "15391": { + "15458": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingOptionRules.delete" }, - "15392": { + "15459": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/queries.ts", "qualifiedName": "AdminShippingOptionListParams" }, - "15393": { + "15460": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/queries.ts", "qualifiedName": "AdminShippingOptionListParams.id" }, - "15394": { + "15461": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/queries.ts", "qualifiedName": "AdminShippingOptionListParams.q" }, - "15395": { + "15462": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/queries.ts", "qualifiedName": "AdminShippingOptionListParams.service_zone_id" }, - "15396": { + "15463": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/queries.ts", "qualifiedName": "AdminShippingOptionListParams.shipping_profile_id" }, - "15397": { + "15464": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/queries.ts", "qualifiedName": "AdminShippingOptionListParams.provider_id" }, - "15398": { + "15465": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/queries.ts", "qualifiedName": "AdminShippingOptionListParams.shipping_option_type_id" }, - "15399": { + "15466": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/queries.ts", "qualifiedName": "AdminShippingOptionListParams.created_at" }, - "15400": { + "15467": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/queries.ts", "qualifiedName": "AdminShippingOptionListParams.updated_at" }, - "15401": { + "15468": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/queries.ts", "qualifiedName": "AdminShippingOptionListParams.deleted_at" }, - "15402": { + "15469": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.limit" }, - "15403": { + "15470": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "15404": { + "15471": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, - "15405": { + "15472": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "15406": { + "15473": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "AdminShippingOptionResponse" }, - "15407": { + "15474": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "AdminShippingOptionResponse.shipping_option" }, - "15408": { + "15475": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "AdminShippingOptionListResponse" }, - "15409": { + "15476": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "__type" }, - "15410": { + "15477": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "__type.shipping_options" }, - "15411": { + "15478": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "AdminShippingOptionDeleteResponse" }, - "15412": { + "15479": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.id" }, - "15413": { + "15480": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.object" }, - "15414": { + "15481": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.deleted" }, - "15415": { + "15482": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.parent" }, - "15416": { + "15483": { "sourceFileName": "", "qualifiedName": "__type" }, - "15417": { + "15484": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "AdminUpdateShippingOptionRulesResponse" }, - "15418": { + "15485": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "AdminUpdateShippingOptionRulesResponse.created" }, - "15419": { + "15486": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "AdminUpdateShippingOptionRulesResponse.updated" }, - "15420": { + "15487": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "AdminUpdateShippingOptionRulesResponse.deleted" }, - "15421": { + "15488": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "__type" }, - "15422": { + "15489": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "__type.ids" }, - "15423": { + "15490": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "__type.object" }, - "15424": { + "15491": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-option/admin/responses.ts", "qualifiedName": "__type.deleted" }, - "15425": { + "15492": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/entities.ts", "qualifiedName": "AdminShippingProfile" }, - "15426": { + "15493": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/entities.ts", "qualifiedName": "AdminShippingProfile.id" }, - "15427": { + "15494": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/entities.ts", "qualifiedName": "AdminShippingProfile.name" }, - "15428": { + "15495": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/entities.ts", "qualifiedName": "AdminShippingProfile.type" }, - "15429": { + "15496": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/entities.ts", "qualifiedName": "AdminShippingProfile.metadata" }, - "15430": { + "15497": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/entities.ts", "qualifiedName": "AdminShippingProfile.created_at" }, - "15431": { + "15498": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/entities.ts", "qualifiedName": "AdminShippingProfile.updated_at" }, - "15432": { + "15499": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/entities.ts", "qualifiedName": "AdminShippingProfile.deleted_at" }, - "15433": { + "15500": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/payloads.ts", "qualifiedName": "AdminCreateShippingProfile" }, - "15434": { + "15501": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/payloads.ts", "qualifiedName": "AdminCreateShippingProfile.name" }, - "15435": { + "15502": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/payloads.ts", "qualifiedName": "AdminCreateShippingProfile.type" }, - "15436": { + "15503": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/payloads.ts", "qualifiedName": "AdminCreateShippingProfile.metadata" }, - "15437": { + "15504": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingProfile" }, - "15438": { + "15505": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingProfile.name" }, - "15439": { + "15506": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingProfile.type" }, - "15440": { + "15507": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/payloads.ts", "qualifiedName": "AdminUpdateShippingProfile.metadata" }, - "15441": { + "15508": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/queries.ts", "qualifiedName": "AdminShippingProfileListParams" }, - "15442": { + "15509": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/queries.ts", "qualifiedName": "AdminShippingProfileListParams.id" }, - "15443": { + "15510": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/queries.ts", "qualifiedName": "AdminShippingProfileListParams.q" }, - "15444": { + "15511": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/queries.ts", "qualifiedName": "AdminShippingProfileListParams.type" }, - "15445": { + "15512": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/queries.ts", "qualifiedName": "AdminShippingProfileListParams.name" }, - "15446": { + "15513": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/queries.ts", "qualifiedName": "AdminShippingProfileListParams.created_at" }, - "15447": { + "15514": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/queries.ts", "qualifiedName": "AdminShippingProfileListParams.updated_at" }, - "15448": { + "15515": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/queries.ts", "qualifiedName": "AdminShippingProfileListParams.deleted_at" }, - "15449": { + "15516": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/queries.ts", "qualifiedName": "AdminShippingProfileListParams.$and" }, - "15450": { + "15517": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/queries.ts", "qualifiedName": "AdminShippingProfileListParams.$or" }, - "15451": { + "15518": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.limit" }, - "15452": { + "15519": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "15453": { + "15520": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, - "15454": { + "15521": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, - "15455": { + "15522": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/responses.ts", "qualifiedName": "AdminShippingProfileResponse" }, - "15456": { + "15523": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/responses.ts", "qualifiedName": "AdminShippingProfileResponse.shipping_profile" }, - "15457": { + "15524": { "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/responses.ts", "qualifiedName": "AdminShippingProfileListResponse" }, - "15458": { - "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/responses.ts", - "qualifiedName": "__type" - }, - "15459": { - "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/responses.ts", - "qualifiedName": "__type.shipping_profiles" - }, - "15460": { - "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/responses.ts", - "qualifiedName": "AdminShippingProfileDeleteResponse" - }, - "15461": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.id" - }, - "15462": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.object" - }, - "15463": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.deleted" - }, - "15464": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.parent" - }, - "15465": { - "sourceFileName": "", - "qualifiedName": "__type" - }, - "15466": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocationAddress" - }, - "15467": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocationAddress.id" - }, - "15468": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocationAddress.address_1" - }, - "15469": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocationAddress.address_2" - }, - "15470": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocationAddress.company" - }, - "15471": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocationAddress.country_code" - }, - "15472": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocationAddress.city" - }, - "15473": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocationAddress.phone" - }, - "15474": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocationAddress.postal_code" - }, - "15475": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocationAddress.province" - }, - "15476": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocation" - }, - "15477": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocation.id" - }, - "15478": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocation.name" - }, - "15479": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocation.address_id" - }, - "15480": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocation.address" - }, - "15481": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocation.sales_channels" - }, - "15482": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", - "qualifiedName": "AdminStockLocation.fulfillment_sets" - }, - "15483": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminCreateStockLocation" - }, - "15484": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminCreateStockLocation.name" - }, - "15485": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminCreateStockLocation.address_id" - }, - "15486": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminCreateStockLocation.address" - }, - "15487": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminCreateStockLocation.metadata" - }, - "15488": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminUpdateStockLocation" - }, - "15489": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminUpdateStockLocation.name" - }, - "15490": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminUpdateStockLocation.address_id" - }, - "15491": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminUpdateStockLocation.address" - }, - "15492": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminUpdateStockLocation.metadata" - }, - "15493": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminUpdateStockLocationSalesChannels" - }, - "15494": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminUpdateStockLocationSalesChannels.add" - }, - "15495": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminUpdateStockLocationSalesChannels.remove" - }, - "15496": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminCreateStockLocationFulfillmentSet" - }, - "15497": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminCreateStockLocationFulfillmentSet.name" - }, - "15498": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", - "qualifiedName": "AdminCreateStockLocationFulfillmentSet.type" - }, - "15499": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", - "qualifiedName": "AdminStockLocationListParams" - }, - "15500": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", - "qualifiedName": "AdminStockLocationListParams.id" - }, - "15501": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", - "qualifiedName": "AdminStockLocationListParams.q" - }, - "15502": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", - "qualifiedName": "AdminStockLocationListParams.name" - }, - "15503": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", - "qualifiedName": "AdminStockLocationListParams.address_id" - }, - "15504": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", - "qualifiedName": "AdminStockLocationListParams.sales_channel_id" - }, - "15505": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", - "qualifiedName": "AdminStockLocationListParams.$and" - }, - "15506": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", - "qualifiedName": "AdminStockLocationListParams.$or" - }, - "15507": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.limit" - }, - "15508": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.offset" - }, - "15509": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.order" - }, - "15510": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "15511": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", - "qualifiedName": "AdminStockLocationResponse" - }, - "15512": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", - "qualifiedName": "AdminStockLocationResponse.stock_location" - }, - "15513": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", - "qualifiedName": "AdminStockLocationListResponse" - }, - "15514": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", - "qualifiedName": "__type" - }, - "15515": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", - "qualifiedName": "__type.stock_locations" - }, - "15516": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.limit" - }, - "15517": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.offset" - }, - "15518": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.count" - }, - "15519": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", - "qualifiedName": "__type.stock_locations" - }, - "15520": { - "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", - "qualifiedName": "AdminStockLocationDeleteResponse" - }, - "15521": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.id" - }, - "15522": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.object" - }, - "15523": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.deleted" - }, - "15524": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.parent" - }, "15525": { - "sourceFileName": "", + "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/responses.ts", "qualifiedName": "__type" }, "15526": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRateRule" + "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/responses.ts", + "qualifiedName": "__type.shipping_profiles" }, "15527": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRateRule.reference" + "sourceFileName": "../../../../packages/core/types/src/http/shipping-profile/admin/responses.ts", + "qualifiedName": "AdminShippingProfileDeleteResponse" }, "15528": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRateRule.reference_id" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.id" }, "15529": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.object" }, "15530": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.id" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.deleted" }, "15531": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.rate" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.parent" }, "15532": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.code" + "sourceFileName": "", + "qualifiedName": "__type" }, "15533": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.name" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocationAddress" }, "15534": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.metadata" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocationAddress.id" }, "15535": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.tax_region_id" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocationAddress.address_1" }, "15536": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.is_combinable" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocationAddress.address_2" }, "15537": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.is_default" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocationAddress.company" }, "15538": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.created_at" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocationAddress.country_code" }, "15539": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.updated_at" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocationAddress.city" }, "15540": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocationAddress.phone" }, "15541": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.created_by" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocationAddress.postal_code" }, "15542": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.tax_region" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocationAddress.province" }, "15543": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", - "qualifiedName": "AdminTaxRate.rules" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocation" }, "15544": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRate" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocation.id" }, "15545": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRate.name" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocation.name" }, "15546": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRate.tax_region_id" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocation.address_id" }, "15547": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRate.rate" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocation.address" }, "15548": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRate.code" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocation.sales_channels" }, "15549": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRate.rules" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/entities.ts", + "qualifiedName": "AdminStockLocation.fulfillment_sets" }, "15550": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRate.is_default" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminCreateStockLocation" }, "15551": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRate.is_combinable" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminCreateStockLocation.name" }, "15552": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRate.metadata" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminCreateStockLocation.address_id" }, "15553": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminUpdateTaxRate" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminCreateStockLocation.address" }, "15554": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminUpdateTaxRate.name" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminCreateStockLocation.metadata" }, "15555": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminUpdateTaxRate.rate" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminUpdateStockLocation" }, "15556": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminUpdateTaxRate.code" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminUpdateStockLocation.name" }, "15557": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminUpdateTaxRate.rules" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminUpdateStockLocation.address_id" }, "15558": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminUpdateTaxRate.is_default" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminUpdateStockLocation.address" }, "15559": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminUpdateTaxRate.is_combinable" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminUpdateStockLocation.metadata" }, "15560": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", - "qualifiedName": "AdminUpdateTaxRate.metadata" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminUpdateStockLocationSalesChannels" }, "15561": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminUpdateStockLocationSalesChannels.add" }, "15562": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams.id" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminUpdateStockLocationSalesChannels.remove" }, "15563": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams.q" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminCreateStockLocationFulfillmentSet" }, "15564": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams.tax_region_id" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminCreateStockLocationFulfillmentSet.name" }, "15565": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams.is_default" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", + "qualifiedName": "AdminCreateStockLocationFulfillmentSet.type" }, "15566": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams.service_zone_id" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", + "qualifiedName": "AdminStockLocationListParams" }, "15567": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams.shipping_profile_id" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", + "qualifiedName": "AdminStockLocationListParams.id" }, "15568": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams.provider_id" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", + "qualifiedName": "AdminStockLocationListParams.q" }, "15569": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams.shipping_option_type_id" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", + "qualifiedName": "AdminStockLocationListParams.name" }, "15570": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams.created_at" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", + "qualifiedName": "AdminStockLocationListParams.address_id" }, "15571": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams.updated_at" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", + "qualifiedName": "AdminStockLocationListParams.sales_channel_id" }, "15572": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", - "qualifiedName": "AdminTaxRateListParams.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", + "qualifiedName": "AdminStockLocationListParams.$and" }, "15573": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.limit" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/queries.ts", + "qualifiedName": "AdminStockLocationListParams.$or" }, "15574": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.offset" + "qualifiedName": "FindParams.limit" }, "15575": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.order" + "qualifiedName": "FindParams.offset" }, "15576": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" + "qualifiedName": "FindParams.order" }, "15577": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", - "qualifiedName": "AdminTaxRateResponse" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" }, "15578": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", - "qualifiedName": "AdminTaxRateResponse.tax_rate" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", + "qualifiedName": "AdminStockLocationResponse" }, "15579": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", - "qualifiedName": "AdminTaxRateListResponse" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", + "qualifiedName": "AdminStockLocationResponse.stock_location" }, "15580": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", + "qualifiedName": "AdminStockLocationListResponse" }, "15581": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", - "qualifiedName": "__type.tax_rates" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", + "qualifiedName": "__type" }, "15582": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", - "qualifiedName": "AdminTaxRateDeleteResponse" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", + "qualifiedName": "__type.stock_locations" }, "15583": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.id" + "qualifiedName": "__type.limit" }, "15584": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.object" + "qualifiedName": "__type.offset" }, "15585": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.deleted" + "qualifiedName": "__type.count" }, "15586": { - "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", - "qualifiedName": "__type.parent" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", + "qualifiedName": "__type.stock_locations" }, "15587": { - "sourceFileName": "", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/responses.ts", + "qualifiedName": "AdminStockLocationDeleteResponse" }, "15588": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion" - }, - "15589": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.id" - }, - "15590": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.rate" - }, - "15591": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.code" - }, - "15592": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.country_code" - }, - "15593": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.province_code" - }, - "15594": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.name" - }, - "15595": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.metadata" - }, - "15596": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.tax_region_id" - }, - "15597": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.is_combinable" - }, - "15598": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.is_default" - }, - "15599": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.parent_id" - }, - "15600": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.created_at" - }, - "15601": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.updated_at" - }, - "15602": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.deleted_at" - }, - "15603": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.created_by" - }, - "15604": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.tax_rates" - }, - "15605": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.parent" - }, - "15606": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", - "qualifiedName": "AdminTaxRegion.children" - }, - "15607": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRegion" - }, - "15608": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRegion.country_code" - }, - "15609": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRegion.province_code" - }, - "15610": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRegion.parent_id" - }, - "15611": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRegion.default_tax_rate" - }, - "15612": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "__type" - }, - "15613": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "__type.rate" - }, - "15614": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "__type.code" - }, - "15615": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "__type.name" - }, - "15616": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "__type.is_combinable" - }, - "15617": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "__type.metadata" - }, - "15618": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", - "qualifiedName": "AdminCreateTaxRegion.metadata" - }, - "15619": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", - "qualifiedName": "AdminTaxRegionListParams" - }, - "15620": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", - "qualifiedName": "AdminTaxRegionListParams.id" - }, - "15621": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", - "qualifiedName": "AdminTaxRegionListParams.q" - }, - "15622": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", - "qualifiedName": "AdminTaxRegionListParams.parent_id" - }, - "15623": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", - "qualifiedName": "AdminTaxRegionListParams.country_code" - }, - "15624": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", - "qualifiedName": "AdminTaxRegionListParams.province_code" - }, - "15625": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", - "qualifiedName": "AdminTaxRegionListParams.created_at" - }, - "15626": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", - "qualifiedName": "AdminTaxRegionListParams.updated_at" - }, - "15627": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", - "qualifiedName": "AdminTaxRegionListParams.deleted_at" - }, - "15628": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", - "qualifiedName": "AdminTaxRegionListParams.created_by" - }, - "15629": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.limit" - }, - "15630": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.offset" - }, - "15631": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.order" - }, - "15632": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "15633": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "15634": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "15635": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", - "qualifiedName": "AdminTaxRegionParams" - }, - "15636": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "15637": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", - "qualifiedName": "AdminTaxRegionResponse" - }, - "15638": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", - "qualifiedName": "AdminTaxRegionResponse.tax_region" - }, - "15639": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", - "qualifiedName": "AdminTaxRegionListResponse" - }, - "15640": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", - "qualifiedName": "__type" - }, - "15641": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", - "qualifiedName": "__type.tax_regions" - }, - "15642": { - "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", - "qualifiedName": "AdminTaxRegionDeleteResponse" - }, - "15643": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.id" }, - "15644": { + "15589": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.object" }, - "15645": { + "15590": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.deleted" }, - "15646": { + "15591": { "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", "qualifiedName": "__type.parent" }, - "15647": { + "15592": { "sourceFileName": "", "qualifiedName": "__type" }, + "15593": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRateRule" + }, + "15594": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRateRule.reference" + }, + "15595": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRateRule.reference_id" + }, + "15596": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate" + }, + "15597": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.id" + }, + "15598": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.rate" + }, + "15599": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.code" + }, + "15600": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.name" + }, + "15601": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.metadata" + }, + "15602": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.tax_region_id" + }, + "15603": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.is_combinable" + }, + "15604": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.is_default" + }, + "15605": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.created_at" + }, + "15606": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.updated_at" + }, + "15607": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.deleted_at" + }, + "15608": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.created_by" + }, + "15609": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.tax_region" + }, + "15610": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/entities.ts", + "qualifiedName": "AdminTaxRate.rules" + }, + "15611": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRate" + }, + "15612": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRate.name" + }, + "15613": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRate.tax_region_id" + }, + "15614": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRate.rate" + }, + "15615": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRate.code" + }, + "15616": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRate.rules" + }, + "15617": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRate.is_default" + }, + "15618": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRate.is_combinable" + }, + "15619": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRate.metadata" + }, + "15620": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminUpdateTaxRate" + }, + "15621": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminUpdateTaxRate.name" + }, + "15622": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminUpdateTaxRate.rate" + }, + "15623": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminUpdateTaxRate.code" + }, + "15624": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminUpdateTaxRate.rules" + }, + "15625": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminUpdateTaxRate.is_default" + }, + "15626": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminUpdateTaxRate.is_combinable" + }, + "15627": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", + "qualifiedName": "AdminUpdateTaxRate.metadata" + }, + "15628": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams" + }, + "15629": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams.id" + }, + "15630": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams.q" + }, + "15631": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams.tax_region_id" + }, + "15632": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams.is_default" + }, + "15633": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams.service_zone_id" + }, + "15634": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams.shipping_profile_id" + }, + "15635": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams.provider_id" + }, + "15636": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams.shipping_option_type_id" + }, + "15637": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams.created_at" + }, + "15638": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams.updated_at" + }, + "15639": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/queries.ts", + "qualifiedName": "AdminTaxRateListParams.deleted_at" + }, + "15640": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.limit" + }, + "15641": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.offset" + }, + "15642": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.order" + }, + "15643": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" + }, + "15644": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", + "qualifiedName": "AdminTaxRateResponse" + }, + "15645": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", + "qualifiedName": "AdminTaxRateResponse.tax_rate" + }, + "15646": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", + "qualifiedName": "AdminTaxRateListResponse" + }, + "15647": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", + "qualifiedName": "__type" + }, "15648": { - "sourceFileName": "../../../../packages/core/types/src/inventory/index.ts", - "qualifiedName": "" + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", + "qualifiedName": "__type.tax_rates" }, "15649": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO" + "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/responses.ts", + "qualifiedName": "AdminTaxRateDeleteResponse" }, "15650": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.id" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.id" }, "15651": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.sku" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.object" }, "15652": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.origin_country" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.deleted" }, "15653": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.hs_code" + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.parent" }, "15654": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.requires_shipping" + "sourceFileName": "", + "qualifiedName": "__type" }, "15655": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.mid_code" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion" }, "15656": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.material" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.id" }, "15657": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.weight" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.rate" }, "15658": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.length" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.code" }, "15659": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.height" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.country_code" }, "15660": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.width" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.province_code" }, "15661": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.title" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.name" }, "15662": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.description" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.metadata" }, "15663": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.thumbnail" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.tax_region_id" }, "15664": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.metadata" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.is_combinable" }, "15665": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.created_at" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.is_default" }, "15666": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.updated_at" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.parent_id" }, "15667": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "InventoryItemDTO.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.created_at" }, "15668": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "FilterableInventoryItemProps" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.updated_at" }, "15669": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "FilterableInventoryItemProps.q" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.deleted_at" }, "15670": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "FilterableInventoryItemProps.id" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.created_by" }, "15671": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "FilterableInventoryItemProps.location_id" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.tax_rates" }, "15672": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "FilterableInventoryItemProps.sku" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.parent" }, "15673": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "FilterableInventoryItemProps.origin_country" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/entities.ts", + "qualifiedName": "AdminTaxRegion.children" }, "15674": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "FilterableInventoryItemProps.hs_code" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRegion" }, "15675": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", - "qualifiedName": "FilterableInventoryItemProps.requires_shipping" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRegion.country_code" }, "15676": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRegion.province_code" }, "15677": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO.id" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRegion.parent_id" }, "15678": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO.inventory_item_id" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRegion.default_tax_rate" }, "15679": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO.location_id" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "__type" }, "15680": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO.stocked_quantity" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "__type.rate" }, "15681": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO.reserved_quantity" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "__type.code" }, "15682": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO.incoming_quantity" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "__type.name" }, "15683": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO.available_quantity" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "__type.is_combinable" }, "15684": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO.metadata" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "__type.metadata" }, "15685": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO.created_at" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/payloads.ts", + "qualifiedName": "AdminCreateTaxRegion.metadata" }, "15686": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO.updated_at" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", + "qualifiedName": "AdminTaxRegionListParams" }, "15687": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "InventoryLevelDTO.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", + "qualifiedName": "AdminTaxRegionListParams.id" }, "15688": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", + "qualifiedName": "AdminTaxRegionListParams.q" }, "15689": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps.inventory_item_id" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", + "qualifiedName": "AdminTaxRegionListParams.parent_id" }, "15690": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps.location_id" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", + "qualifiedName": "AdminTaxRegionListParams.country_code" }, "15691": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps.stocked_quantity" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", + "qualifiedName": "AdminTaxRegionListParams.province_code" }, "15692": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps.reserved_quantity" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", + "qualifiedName": "AdminTaxRegionListParams.created_at" }, "15693": { - "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", - "qualifiedName": "FilterableInventoryLevelProps.incoming_quantity" + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", + "qualifiedName": "AdminTaxRegionListParams.updated_at" }, "15694": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", + "qualifiedName": "AdminTaxRegionListParams.deleted_at" + }, + "15695": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", + "qualifiedName": "AdminTaxRegionListParams.created_by" + }, + "15696": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.limit" + }, + "15697": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.offset" + }, + "15698": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.order" + }, + "15699": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" + }, + "15700": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "15695": { + "15701": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "15696": { + "15702": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/queries.ts", + "qualifiedName": "AdminTaxRegionParams" + }, + "15703": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" + }, + "15704": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", + "qualifiedName": "AdminTaxRegionResponse" + }, + "15705": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", + "qualifiedName": "AdminTaxRegionResponse.tax_region" + }, + "15706": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", + "qualifiedName": "AdminTaxRegionListResponse" + }, + "15707": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", + "qualifiedName": "__type" + }, + "15708": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", + "qualifiedName": "__type.tax_regions" + }, + "15709": { + "sourceFileName": "../../../../packages/core/types/src/http/tax-region/admin/responses.ts", + "qualifiedName": "AdminTaxRegionDeleteResponse" + }, + "15710": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.id" + }, + "15711": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.object" + }, + "15712": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.deleted" + }, + "15713": { + "sourceFileName": "../../../../packages/core/types/src/http/common/response.ts", + "qualifiedName": "__type.parent" + }, + "15714": { + "sourceFileName": "", + "qualifiedName": "__type" + }, + "15715": { + "sourceFileName": "../../../../packages/core/types/src/inventory/index.ts", + "qualifiedName": "" + }, + "15716": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO" + }, + "15717": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.id" + }, + "15718": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.sku" + }, + "15719": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.origin_country" + }, + "15720": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.hs_code" + }, + "15721": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.requires_shipping" + }, + "15722": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.mid_code" + }, + "15723": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.material" + }, + "15724": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.weight" + }, + "15725": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.length" + }, + "15726": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.height" + }, + "15727": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.width" + }, + "15728": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.title" + }, + "15729": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.description" + }, + "15730": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.thumbnail" + }, + "15731": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.metadata" + }, + "15732": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.created_at" + }, + "15733": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.updated_at" + }, + "15734": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "InventoryItemDTO.deleted_at" + }, + "15735": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "FilterableInventoryItemProps" + }, + "15736": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "FilterableInventoryItemProps.q" + }, + "15737": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "FilterableInventoryItemProps.id" + }, + "15738": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "FilterableInventoryItemProps.location_id" + }, + "15739": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "FilterableInventoryItemProps.sku" + }, + "15740": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "FilterableInventoryItemProps.origin_country" + }, + "15741": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "FilterableInventoryItemProps.hs_code" + }, + "15742": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", + "qualifiedName": "FilterableInventoryItemProps.requires_shipping" + }, + "15743": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO" + }, + "15744": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO.id" + }, + "15745": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO.inventory_item_id" + }, + "15746": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO.location_id" + }, + "15747": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO.stocked_quantity" + }, + "15748": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO.reserved_quantity" + }, + "15749": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO.incoming_quantity" + }, + "15750": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO.available_quantity" + }, + "15751": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO.metadata" + }, + "15752": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO.created_at" + }, + "15753": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO.updated_at" + }, + "15754": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "InventoryLevelDTO.deleted_at" + }, + "15755": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps" + }, + "15756": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps.inventory_item_id" + }, + "15757": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps.location_id" + }, + "15758": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps.stocked_quantity" + }, + "15759": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps.reserved_quantity" + }, + "15760": { + "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", + "qualifiedName": "FilterableInventoryLevelProps.incoming_quantity" + }, + "15761": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "15762": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "15763": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO" }, - "15697": { + "15764": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.id" }, - "15698": { + "15765": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.location_id" }, - "15699": { + "15766": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.inventory_item_id" }, - "15700": { + "15767": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.quantity" }, - "15701": { + "15768": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.line_item_id" }, - "15702": { + "15769": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.description" }, - "15703": { + "15770": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.allow_backorder" }, - "15704": { + "15771": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.created_by" }, - "15705": { + "15772": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.metadata" }, - "15706": { + "15773": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.created_at" }, - "15707": { + "15774": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.updated_at" }, - "15708": { + "15775": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.deleted_at" }, - "15709": { + "15776": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps" }, - "15710": { + "15777": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.id" }, - "15712": { + "15779": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.line_item_id" }, - "15713": { + "15780": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.inventory_item_id" }, - "15714": { + "15781": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.location_id" }, - "15715": { + "15782": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.description" }, - "15716": { + "15783": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.created_by" }, - "15717": { + "15784": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.quantity" }, - "15718": { + "15785": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "UpdateInventoryItemInput" }, - "15719": { + "15786": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "UpdateInventoryItemInput.id" }, - "15720": { + "15787": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "sku" }, - "15721": { + "15788": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "origin_country" }, - "15722": { + "15789": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "mid_code" }, - "15723": { + "15790": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "material" }, - "15724": { + "15791": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "weight" }, - "15725": { + "15792": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "length" }, - "15726": { + "15793": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "height" }, - "15727": { + "15794": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "width" }, - "15728": { + "15795": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "title" }, - "15729": { + "15796": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "description" }, - "15730": { + "15797": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "thumbnail" }, - "15731": { + "15798": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "metadata" }, - "15732": { + "15799": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "hs_code" }, - "15733": { + "15800": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "requires_shipping" }, - "15734": { + "15801": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput" }, - "15735": { + "15802": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.sku" }, - "15736": { + "15803": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.origin_country" }, - "15737": { + "15804": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.mid_code" }, - "15738": { + "15805": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.material" }, - "15739": { + "15806": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.weight" }, - "15740": { + "15807": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.length" }, - "15741": { + "15808": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.height" }, - "15742": { + "15809": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.width" }, - "15743": { + "15810": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.title" }, - "15744": { + "15811": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.description" }, - "15745": { + "15812": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.thumbnail" }, - "15746": { + "15813": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.metadata" }, - "15747": { + "15814": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.hs_code" }, - "15748": { + "15815": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.requires_shipping" }, - "15749": { + "15816": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "CreateInventoryLevelInput" }, - "15750": { + "15817": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "CreateInventoryLevelInput.inventory_item_id" }, - "15751": { + "15818": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "CreateInventoryLevelInput.location_id" }, - "15752": { + "15819": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "CreateInventoryLevelInput.stocked_quantity" }, - "15753": { + "15820": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "CreateInventoryLevelInput.incoming_quantity" }, - "15754": { + "15821": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "UpdateInventoryLevelInput" }, - "15755": { + "15822": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "UpdateInventoryLevelInput.id" }, - "15756": { + "15823": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "UpdateInventoryLevelInput.stocked_quantity" }, - "15757": { + "15824": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "UpdateInventoryLevelInput.incoming_quantity" }, - "15758": { + "15825": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "BulkUpdateInventoryLevelInput" }, - "15759": { + "15826": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "__type.inventory_item_id" }, - "15760": { + "15827": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "__type.location_id" }, - "15761": { + "15828": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "UpdateInventoryLevelInput.id" }, - "15762": { + "15829": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "UpdateInventoryLevelInput.stocked_quantity" }, - "15763": { + "15830": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "UpdateInventoryLevelInput.incoming_quantity" }, - "15764": { + "15831": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "BulkAdjustInventoryLevelInput" }, - "15765": { + "15832": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "__type" }, - "15766": { + "15833": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "__type.inventory_item_id" }, - "15767": { + "15834": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "__type.location_id" }, - "15768": { + "15835": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "__type.adjustment" }, - "15769": { + "15836": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput" }, - "15770": { + "15837": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.id" }, - "15771": { + "15838": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.quantity" }, - "15772": { + "15839": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.location_id" }, - "15773": { + "15840": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.description" }, - "15774": { + "15841": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.allow_backorder" }, - "15775": { + "15842": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.metadata" }, - "15776": { + "15843": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput" }, - "15777": { + "15844": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.line_item_id" }, - "15778": { + "15845": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.inventory_item_id" }, - "15779": { + "15846": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.location_id" }, - "15780": { + "15847": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.quantity" }, - "15781": { + "15848": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.allow_backorder" }, - "15782": { + "15849": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.description" }, - "15783": { + "15850": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.created_by" }, - "15784": { + "15851": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.external_id" }, - "15785": { + "15852": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.metadata" }, - "15786": { + "15853": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "ReserveQuantityContext" }, - "15787": { + "15854": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "ReserveQuantityContext.locationId" }, - "15788": { + "15855": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "ReserveQuantityContext.lineItemId" }, - "15789": { + "15856": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "ReserveQuantityContext.salesChannelId" }, - "15790": { + "15857": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", "qualifiedName": "IInventoryService" }, - "15791": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listInventoryItems" - }, - "15792": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listInventoryItems" - }, - "15793": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" - }, - "15794": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" - }, - "15795": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15796": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountInventoryItems" - }, - "15797": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountInventoryItems" - }, - "15798": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" - }, - "15799": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" - }, - "15800": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15801": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listReservationItems" - }, - "15802": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listReservationItems" - }, - "15803": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" - }, - "15804": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" - }, - "15805": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15806": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountReservationItems" - }, - "15807": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountReservationItems" - }, - "15808": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" - }, - "15809": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" - }, - "15810": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15811": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listInventoryLevels" - }, - "15812": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listInventoryLevels" - }, - "15813": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" - }, - "15814": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" - }, - "15815": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15816": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountInventoryLevels" - }, - "15817": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountInventoryLevels" - }, - "15818": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" - }, - "15819": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" - }, - "15820": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15821": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryItem" - }, - "15822": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryItem" - }, - "15823": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" - }, - "15824": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" - }, - "15825": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15826": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryLevelByItemAndLocation" - }, - "15827": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryLevelByItemAndLocation" - }, - "15828": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" - }, - "15829": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationId" - }, - "15830": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15831": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryLevel" - }, - "15832": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryLevel" - }, - "15833": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryLevelId" - }, - "15834": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" - }, - "15835": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15836": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveReservationItem" - }, - "15837": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveReservationItem" - }, - "15838": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "reservationId" - }, - "15839": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" - }, - "15840": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15841": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createReservationItems" - }, - "15842": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createReservationItems" - }, - "15843": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" - }, - "15844": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15845": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createReservationItems" - }, - "15846": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" - }, - "15847": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15848": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createInventoryItems" - }, - "15849": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createInventoryItems" - }, - "15850": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" - }, - "15851": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15852": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createInventoryItems" - }, - "15853": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" - }, - "15854": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" - }, - "15855": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createInventoryLevels" - }, - "15856": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createInventoryLevels" - }, - "15857": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "data" - }, "15858": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.listInventoryItems" }, "15859": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createInventoryLevels" + "qualifiedName": "IInventoryService.listInventoryItems" }, "15860": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "data" + "qualifiedName": "selector" }, "15861": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "config" }, "15862": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateInventoryLevels" + "qualifiedName": "context" }, "15863": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateInventoryLevels" + "qualifiedName": "IInventoryService.listAndCountInventoryItems" }, "15864": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "updates" + "qualifiedName": "IInventoryService.listAndCountInventoryItems" }, "15865": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "selector" }, "15866": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateInventoryLevels" + "qualifiedName": "config" }, "15867": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "updates" + "qualifiedName": "context" }, "15868": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.listReservationItems" }, "15869": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateInventoryItems" + "qualifiedName": "IInventoryService.listReservationItems" }, "15870": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateInventoryItems" + "qualifiedName": "selector" }, "15871": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" + "qualifiedName": "config" }, "15872": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", @@ -86603,39 +86351,39 @@ }, "15873": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateInventoryItems" + "qualifiedName": "IInventoryService.listAndCountReservationItems" }, "15874": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" + "qualifiedName": "IInventoryService.listAndCountReservationItems" }, "15875": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "selector" }, "15876": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateReservationItems" + "qualifiedName": "config" }, "15877": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateReservationItems" + "qualifiedName": "context" }, "15878": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" + "qualifiedName": "IInventoryService.listInventoryLevels" }, "15879": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.listInventoryLevels" }, "15880": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateReservationItems" + "qualifiedName": "selector" }, "15881": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" + "qualifiedName": "config" }, "15882": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", @@ -86643,211 +86391,211 @@ }, "15883": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItemsByLineItem" + "qualifiedName": "IInventoryService.listAndCountInventoryLevels" }, "15884": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItemsByLineItem" + "qualifiedName": "IInventoryService.listAndCountInventoryLevels" }, "15885": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "lineItemId" + "qualifiedName": "selector" }, "15886": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "config" }, "15887": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreReservationItemsByLineItem" + "qualifiedName": "context" }, "15888": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreReservationItemsByLineItem" + "qualifiedName": "IInventoryService.retrieveInventoryItem" }, "15889": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "lineItemId" + "qualifiedName": "IInventoryService.retrieveInventoryItem" }, "15890": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "inventoryItemId" }, "15891": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItems" + "qualifiedName": "config" }, "15892": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItems" + "qualifiedName": "context" }, "15893": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "reservationItemId" + "qualifiedName": "IInventoryService.retrieveInventoryLevelByItemAndLocation" }, "15894": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.retrieveInventoryLevelByItemAndLocation" }, "15895": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteReservationItems" + "qualifiedName": "inventoryItemId" }, "15896": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteReservationItems" + "qualifiedName": "locationId" }, "15897": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "context" }, "15898": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "ReservationItemIds" + "qualifiedName": "IInventoryService.retrieveInventoryLevel" }, "15899": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.retrieveInventoryLevel" }, "15900": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "inventoryLevelId" }, "15901": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreReservationItems" + "qualifiedName": "config" }, "15902": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreReservationItems" + "qualifiedName": "context" }, "15903": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "IInventoryService.retrieveReservationItem" }, "15904": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "ReservationItemIds" + "qualifiedName": "IInventoryService.retrieveReservationItem" }, "15905": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "reservationId" }, "15906": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "15907": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryItems" + "qualifiedName": "context" }, "15908": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryItems" + "qualifiedName": "IInventoryService.createReservationItems" }, "15909": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "IInventoryService.createReservationItems" }, "15910": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "input" }, "15911": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteInventoryItems" + "qualifiedName": "context" }, "15912": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteInventoryItems" + "qualifiedName": "IInventoryService.createReservationItems" }, "15913": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "input" }, "15914": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemIds" + "qualifiedName": "context" }, "15915": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.createInventoryItems" }, "15916": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IInventoryService.createInventoryItems" }, "15917": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreInventoryItems" + "qualifiedName": "input" }, "15918": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreInventoryItems" + "qualifiedName": "context" }, "15919": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "IInventoryService.createInventoryItems" }, "15920": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemIds" + "qualifiedName": "input" }, "15921": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "context" }, "15922": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IInventoryService.createInventoryLevels" }, "15923": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryItemLevelByLocationId" + "qualifiedName": "IInventoryService.createInventoryLevels" }, "15924": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryItemLevelByLocationId" + "qualifiedName": "data" }, "15925": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationId" + "qualifiedName": "context" }, "15926": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.createInventoryLevels" }, "15927": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItemByLocationId" + "qualifiedName": "data" }, "15928": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItemByLocationId" + "qualifiedName": "context" }, "15929": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationId" + "qualifiedName": "IInventoryService.updateInventoryLevels" }, "15930": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.updateInventoryLevels" }, "15931": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryLevel" + "qualifiedName": "updates" }, "15932": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryLevel" + "qualifiedName": "context" }, "15933": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "IInventoryService.updateInventoryLevels" }, "15934": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationId" + "qualifiedName": "updates" }, "15935": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", @@ -86855,15 +86603,15 @@ }, "15936": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryLevels" + "qualifiedName": "IInventoryService.updateInventoryItems" }, "15937": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryLevels" + "qualifiedName": "IInventoryService.updateInventoryItems" }, "15938": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryLevelIds" + "qualifiedName": "input" }, "15939": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", @@ -86871,703 +86619,707 @@ }, "15940": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteInventoryLevels" + "qualifiedName": "IInventoryService.updateInventoryItems" }, "15941": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteInventoryLevels" + "qualifiedName": "input" }, "15942": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "context" }, "15943": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryLevelIds" + "qualifiedName": "IInventoryService.updateReservationItems" }, "15944": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.updateReservationItems" }, "15945": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "input" }, "15946": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreInventoryLevels" + "qualifiedName": "context" }, "15947": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreInventoryLevels" + "qualifiedName": "IInventoryService.updateReservationItems" }, "15948": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "input" }, "15949": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryLevelIds" + "qualifiedName": "context" }, "15950": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.deleteReservationItemsByLineItem" }, "15951": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IInventoryService.deleteReservationItemsByLineItem" }, "15952": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.adjustInventory" + "qualifiedName": "lineItemId" }, "15953": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.adjustInventory" + "qualifiedName": "context" }, "15954": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "data" + "qualifiedName": "IInventoryService.restoreReservationItemsByLineItem" }, "15955": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "__type" + "qualifiedName": "IInventoryService.restoreReservationItemsByLineItem" }, "15956": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "__type.inventoryItemId" + "qualifiedName": "lineItemId" }, "15957": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "__type.locationId" + "qualifiedName": "context" }, "15958": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "__type.adjustment" + "qualifiedName": "IInventoryService.deleteReservationItems" }, "15959": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.deleteReservationItems" }, "15960": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.adjustInventory" + "qualifiedName": "reservationItemId" }, "15961": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "context" }, "15962": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationId" + "qualifiedName": "IInventoryService.softDeleteReservationItems" }, "15963": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "adjustment" + "qualifiedName": "IInventoryService.softDeleteReservationItems" }, "15964": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "TReturnableLinkableKeys" }, "15965": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.confirmInventory" + "qualifiedName": "ReservationItemIds" }, "15966": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.confirmInventory" + "qualifiedName": "config" }, "15967": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "sharedContext" }, "15968": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationIds" + "qualifiedName": "IInventoryService.restoreReservationItems" }, "15969": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "quantity" + "qualifiedName": "IInventoryService.restoreReservationItems" }, "15970": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "TReturnableLinkableKeys" }, "15971": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveAvailableQuantity" + "qualifiedName": "ReservationItemIds" }, "15972": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveAvailableQuantity" + "qualifiedName": "config" }, "15973": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "sharedContext" }, "15974": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationIds" + "qualifiedName": "IInventoryService.deleteInventoryItems" }, "15975": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.deleteInventoryItems" }, "15976": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveStockedQuantity" + "qualifiedName": "inventoryItemId" }, "15977": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveStockedQuantity" + "qualifiedName": "context" }, "15978": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "IInventoryService.softDeleteInventoryItems" }, "15979": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationIds" + "qualifiedName": "IInventoryService.softDeleteInventoryItems" }, "15980": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "TReturnableLinkableKeys" }, "15981": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveReservedQuantity" + "qualifiedName": "inventoryItemIds" }, "15982": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveReservedQuantity" + "qualifiedName": "config" }, "15983": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "sharedContext" }, "15984": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationIds" + "qualifiedName": "IInventoryService.restoreInventoryItems" }, "15985": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.restoreInventoryItems" }, - "15999": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "" + "15986": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "TReturnableLinkableKeys" }, - "16000": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger" + "15987": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "inventoryItemIds" }, - "16001": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.panic" - }, - "16002": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16003": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16004": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "data" - }, - "16005": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.shouldLog" - }, - "16006": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16007": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16008": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "level" - }, - "16009": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.setLogLevel" - }, - "16010": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16011": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16012": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "level" - }, - "16013": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.unsetLogLevel" - }, - "16014": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16015": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16016": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.activity" - }, - "16017": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16018": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16019": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "message" - }, - "16020": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "15988": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", "qualifiedName": "config" }, + "15989": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "sharedContext" + }, + "15990": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.deleteInventoryItemLevelByLocationId" + }, + "15991": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.deleteInventoryItemLevelByLocationId" + }, + "15992": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "locationId" + }, + "15993": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "context" + }, + "15994": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.deleteReservationItemByLocationId" + }, + "15995": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.deleteReservationItemByLocationId" + }, + "15996": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "locationId" + }, + "15997": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "context" + }, + "15998": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.deleteInventoryLevel" + }, + "15999": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.deleteInventoryLevel" + }, + "16000": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "inventoryItemId" + }, + "16001": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "locationId" + }, + "16002": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "context" + }, + "16003": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.deleteInventoryLevels" + }, + "16004": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.deleteInventoryLevels" + }, + "16005": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "inventoryLevelIds" + }, + "16006": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "context" + }, + "16007": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.softDeleteInventoryLevels" + }, + "16008": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.softDeleteInventoryLevels" + }, + "16009": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "16010": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "inventoryLevelIds" + }, + "16011": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "config" + }, + "16012": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "sharedContext" + }, + "16013": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.restoreInventoryLevels" + }, + "16014": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.restoreInventoryLevels" + }, + "16015": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "16016": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "inventoryLevelIds" + }, + "16017": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "config" + }, + "16018": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "sharedContext" + }, + "16019": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.adjustInventory" + }, + "16020": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.adjustInventory" + }, "16021": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.progress" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "data" }, "16022": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", "qualifiedName": "__type" }, "16023": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "__type.inventoryItemId" }, "16024": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "activityId" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "__type.locationId" }, "16025": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "message" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "__type.adjustment" }, "16026": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.error" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "context" }, "16027": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.adjustInventory" }, "16028": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "inventoryItemId" }, "16029": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "messageOrError" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "locationId" }, "16030": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "error" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "adjustment" }, "16031": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.failure" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "context" }, "16032": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.confirmInventory" }, "16033": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.confirmInventory" }, "16034": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "activityId" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "inventoryItemId" }, "16035": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "message" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "locationIds" }, "16036": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.success" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "quantity" }, "16037": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "context" }, "16038": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.retrieveAvailableQuantity" }, "16039": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "activityId" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.retrieveAvailableQuantity" }, "16040": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "message" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "inventoryItemId" }, "16041": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.debug" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "locationIds" }, "16042": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "context" }, "16043": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.retrieveStockedQuantity" }, "16044": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "message" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.retrieveStockedQuantity" }, "16045": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.info" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "inventoryItemId" }, "16046": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "locationIds" }, "16047": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "context" }, "16048": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "message" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.retrieveReservedQuantity" }, "16049": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.warn" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.retrieveReservedQuantity" }, "16050": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "inventoryItemId" }, "16051": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "locationIds" + }, + "16052": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "context" + }, + "16066": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "" + }, + "16067": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger" + }, + "16068": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.panic" + }, + "16069": { "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", "qualifiedName": "__type" }, - "16052": { + "16070": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16071": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "data" + }, + "16072": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.shouldLog" + }, + "16073": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16074": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16075": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "level" + }, + "16076": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.setLogLevel" + }, + "16077": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16078": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16079": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "level" + }, + "16080": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.unsetLogLevel" + }, + "16081": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16082": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16083": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.activity" + }, + "16084": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16085": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16086": { "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", "qualifiedName": "message" }, - "16053": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "Logger.log" - }, - "16054": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16055": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "__type" - }, - "16056": { - "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", - "qualifiedName": "args" - }, - "16057": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "" - }, - "16058": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "Constructor" - }, - "16059": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "16060": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "16061": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "16062": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "16063": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "args" - }, - "16064": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "T" - }, - "16065": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LogLevel" - }, - "16066": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LoggerOptions" - }, - "16067": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "CustomModuleDefinition" - }, - "16068": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "16069": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.key" - }, - "16070": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.registrationName" - }, - "16071": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.label" - }, - "16072": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isQueryable" - }, - "16073": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.dependencies" - }, - "16074": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "InternalModuleDeclaration" - }, - "16075": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "16076": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.scope" - }, - "16077": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.resources" - }, - "16078": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.dependencies" - }, - "16079": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.definition" - }, - "16080": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.resolve" - }, - "16081": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" - }, - "16082": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.alias" - }, - "16083": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.main" - }, - "16084": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.worker_mode" - }, - "16085": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ExternalModuleDeclaration" - }, - "16086": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, "16087": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.scope" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "config" }, "16088": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.definition" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.progress" }, "16089": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.server" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" }, "16090": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", "qualifiedName": "__type" }, "16091": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "activityId" }, "16092": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.url" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "message" }, "16093": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.keepAlive" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.error" }, "16094": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" }, "16095": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.alias" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" }, "16096": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.main" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "messageOrError" }, "16097": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleResolution" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "error" }, "16098": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.failure" }, "16099": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.resolutionPath" - }, - "16100": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.definition" - }, - "16101": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" - }, - "16102": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.dependencies" - }, - "16103": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.moduleDeclaration" - }, - "16104": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.moduleExports" - }, - "16105": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleDefinition" - }, - "16106": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", "qualifiedName": "__type" }, + "16100": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16101": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "activityId" + }, + "16102": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "message" + }, + "16103": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.success" + }, + "16104": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16105": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16106": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "activityId" + }, "16107": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.key" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "message" }, "16108": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.registrationName" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.debug" }, "16109": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultPackage" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" }, "16110": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.label" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" }, "16111": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isRequired" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "message" }, "16112": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isQueryable" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.info" }, "16113": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.dependencies" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" + }, + "16114": { + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" }, "16115": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultModuleDeclaration" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "message" }, "16116": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModuleDefinition" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.warn" }, "16117": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", "qualifiedName": "__type" }, "16118": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.key" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" }, "16119": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.registrationName" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "message" }, "16120": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.label" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "Logger.log" }, "16121": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.dependencies" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" }, "16122": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultModuleDeclaration" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "__type" }, "16123": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleConfig" + "sourceFileName": "../../../../packages/core/types/src/logger/index.ts", + "qualifiedName": "args" }, "16124": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "" }, "16125": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.module" + "qualifiedName": "Constructor" }, "16126": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" + "qualifiedName": "__type" }, "16127": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.definition" + "qualifiedName": "__type" }, "16128": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LoadedModule" + "qualifiedName": "__type" }, "16129": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", @@ -87575,283 +87327,279 @@ }, "16130": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "qualifiedName": "args" }, "16131": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "qualifiedName": "T" }, "16132": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LoaderOptions" + "qualifiedName": "LogLevel" }, "16133": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "LoggerOptions" }, "16134": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.container" + "qualifiedName": "CustomModuleDefinition" }, "16135": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "16136": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.logger" + "qualifiedName": "__type.key" }, "16137": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.dataLoaderOnly" + "qualifiedName": "__type.registrationName" }, "16138": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "TOptions" + "qualifiedName": "__type.label" }, "16139": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleLoaderFunction" + "qualifiedName": "__type.isQueryable" }, "16140": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.dependencies" }, "16141": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "InternalModuleDeclaration" }, "16142": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "options" + "qualifiedName": "__type" }, "16143": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "moduleDeclaration" + "qualifiedName": "__type.scope" }, "16144": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModulesResponse" + "qualifiedName": "__type.resources" }, "16145": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.dependencies" }, "16146": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.module" + "qualifiedName": "__type.definition" }, "16147": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.resolution" + "qualifiedName": "__type.resolve" }, "16148": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModulesExtraFields" + "qualifiedName": "__type.options" }, "16149": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.alias" }, "16150": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.main" }, "16151": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultValue" + "qualifiedName": "__type.worker_mode" }, "16152": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.nullable" + "qualifiedName": "ExternalModuleDeclaration" }, "16153": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "16154": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerConfig" + "qualifiedName": "__type.scope" }, "16155": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.definition" }, "16156": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.schema" + "qualifiedName": "__type.server" }, "16157": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationships" + "qualifiedName": "__type" }, "16158": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extends" + "qualifiedName": "__type.type" }, "16159": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.url" }, "16160": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" + "qualifiedName": "__type.keepAlive" }, "16161": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.fieldAlias" + "qualifiedName": "__type.options" }, "16162": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.alias" }, "16163": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" + "qualifiedName": "__type.main" }, "16164": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" + "qualifiedName": "ModuleResolution" }, "16165": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" + "qualifiedName": "__type" }, "16166": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" + "qualifiedName": "__type.resolutionPath" }, "16167": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" + "qualifiedName": "__type.definition" }, "16168": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" + "qualifiedName": "__type.options" }, "16169": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" + "qualifiedName": "__type.dependencies" }, "16170": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" + "qualifiedName": "__type.moduleDeclaration" }, "16171": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" + "qualifiedName": "__type.moduleExports" }, "16172": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" + "qualifiedName": "ModuleDefinition" }, "16173": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" + "qualifiedName": "__type" }, "16174": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.key" }, "16175": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" + "qualifiedName": "__type.registrationName" }, "16176": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" + "qualifiedName": "__type.defaultPackage" }, "16177": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" + "qualifiedName": "__type.label" }, "16178": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerRelationship" + "qualifiedName": "__type.isRequired" }, "16179": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.isQueryable" }, "16180": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.deleteCascade" - }, - "16181": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleExports" + "qualifiedName": "__type.dependencies" }, "16182": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.defaultModuleDeclaration" }, "16183": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.service" + "qualifiedName": "LinkModuleDefinition" }, "16184": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.loaders" + "qualifiedName": "__type" }, "16185": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.runMigrations" + "qualifiedName": "__type.key" }, "16186": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.runMigrations" + "qualifiedName": "__type.registrationName" }, "16187": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "options" + "qualifiedName": "__type.label" }, "16188": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "moduleDeclaration" + "qualifiedName": "__type.dependencies" }, "16189": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.revertMigration" + "qualifiedName": "__type.defaultModuleDeclaration" }, "16190": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.revertMigration" + "qualifiedName": "ModuleConfig" }, "16191": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "options" + "qualifiedName": "__type" }, "16192": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "moduleDeclaration" + "qualifiedName": "__type.module" }, "16193": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.generateMigration" + "qualifiedName": "__type.path" }, "16194": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.generateMigration" + "qualifiedName": "__type.definition" }, "16195": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "options" + "qualifiedName": "LoadedModule" }, "16196": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "moduleDeclaration" + "qualifiedName": "__type" }, "16197": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "T" + "qualifiedName": "__type.__joinerConfig" }, "16198": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleServiceInitializeOptions" + "qualifiedName": "__type.__definition" }, "16199": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleServiceInitializeOptions.database" + "qualifiedName": "LoaderOptions" }, "16200": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", @@ -87859,2735 +87607,2735 @@ }, "16201": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.connection" + "qualifiedName": "__type.container" }, "16202": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.clientUrl" + "qualifiedName": "__type.options" }, "16203": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.schema" + "qualifiedName": "__type.logger" }, "16204": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.host" + "qualifiedName": "__type.dataLoaderOnly" }, "16205": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.port" + "qualifiedName": "TOptions" }, "16206": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.user" + "qualifiedName": "ModuleLoaderFunction" }, "16207": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.password" + "qualifiedName": "__type" }, "16208": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.database" + "qualifiedName": "__type" }, "16209": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.driverOptions" + "qualifiedName": "options" }, "16210": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "moduleDeclaration" }, "16211": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.connection" + "qualifiedName": "ModulesResponse" }, "16212": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.debug" + "qualifiedName": "__type" }, "16213": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.pool" + "qualifiedName": "__type.module" }, "16214": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleServiceInitializeCustomDataLayerOptions" + "qualifiedName": "__type.resolution" }, "16215": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "LinkModulesExtraFields" }, "16216": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.manager" + "qualifiedName": "__type" }, "16217": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.repositories" + "qualifiedName": "__type.type" }, "16218": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.defaultValue" }, "16219": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "__type.nullable" + }, + "16220": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.options" }, "16221": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleBootstrapDeclaration" + "qualifiedName": "ModuleJoinerConfig" }, "16222": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "RemoteQueryFunction" + "qualifiedName": "__type" }, "16223": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.schema" }, "16224": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.relationships" }, "16225": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "query" + "qualifiedName": "__type.extends" }, "16226": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "variables" + "qualifiedName": "__type" }, "16227": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "options" + "qualifiedName": "__type.serviceName" }, "16228": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "IModuleService" + "qualifiedName": "__type.fieldAlias" + }, + "16229": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "16230": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.path" + }, + "16231": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" + }, + "16232": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isList" + }, + "16233": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationship" + }, + "16234": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" + }, + "16235": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.primaryKeys" + }, + "16236": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isLink" + }, + "16237": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.linkableKeys" + }, + "16238": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isReadOnlyLink" + }, + "16239": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraDataFields" + }, + "16240": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.databaseConfig" + }, + "16241": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "16242": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.tableName" }, "16243": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.__container__" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.idPrefix" }, "16244": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.__container__" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraFields" }, "16245": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.retrieve" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerRelationship" }, "16246": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.retrieve" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "16247": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "idOrObject" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.deleteCascade" }, "16248": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleExports" }, "16249": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "16250": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.retrieve" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.service" }, "16251": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "idOrObject" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.loaders" }, "16252": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.runMigrations" }, "16253": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.runMigrations" }, "16254": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.list" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "options" }, "16255": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.list" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "moduleDeclaration" }, "16256": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "filters" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.revertMigration" }, "16257": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.revertMigration" }, "16258": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "options" }, "16259": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "moduleDeclaration" }, "16260": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.generateMigration" }, "16261": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.listAndCount" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.generateMigration" }, "16262": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.listAndCount" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "options" }, "16263": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "filters" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "moduleDeclaration" }, "16264": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "T" }, "16265": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleServiceInitializeOptions" }, "16266": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleServiceInitializeOptions.database" }, "16267": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "16268": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.create" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.connection" }, "16269": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.create" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.clientUrl" }, "16270": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "data" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.schema" }, "16271": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.host" }, "16272": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.create" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.port" }, "16273": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "data" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.user" }, "16274": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.password" }, "16275": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.update" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.database" }, "16276": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.update" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.driverOptions" }, "16277": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "data" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "16278": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.connection" }, "16279": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.update" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.debug" }, "16280": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "data" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.pool" }, "16281": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleServiceInitializeCustomDataLayerOptions" }, "16282": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.update" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "16283": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "selectorAndData" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.manager" }, "16284": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.repositories" }, "16285": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type.selector" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "16286": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "16287": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__index" }, "16288": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleBootstrapDeclaration" }, "16289": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "RemoteQueryFunction" }, "16290": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.update" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "16291": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "selectorAndData" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "16292": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "query" }, "16293": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type.selector" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "variables" }, "16294": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "options" }, "16295": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "16296": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type.data" - }, - "16297": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" - }, - "16298": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.delete" - }, - "16299": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.delete" - }, - "16300": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "idOrSelector" - }, - "16301": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" - }, - "16302": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.delete" - }, - "16303": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "idOrSelector" - }, - "16304": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" - }, - "16305": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.delete" - }, - "16306": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "idOrSelector" - }, - "16307": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" - }, - "16308": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.delete" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "IModuleService" }, "16309": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "idOrSelector" + "qualifiedName": "IMedusaInternalService" }, "16310": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IMedusaInternalService.__container__" }, "16311": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.delete" + "qualifiedName": "IMedusaInternalService.__container__" }, "16312": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "idOrSelector" + "qualifiedName": "IMedusaInternalService.retrieve" }, "16313": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type" + "qualifiedName": "IMedusaInternalService.retrieve" }, "16314": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type.selector" + "qualifiedName": "idOrObject" }, "16315": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "config" }, "16316": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" }, "16317": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IMedusaInternalService.retrieve" }, "16318": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.softDelete" + "qualifiedName": "idOrObject" }, "16319": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.softDelete" + "qualifiedName": "config" }, "16320": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "idsOrFilter" + "qualifiedName": "sharedContext" }, "16321": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.list" }, "16322": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.list" }, "16323": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "filters" }, "16324": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.restore" - }, - "16325": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.restore" - }, - "16326": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "idsOrFilter" - }, - "16327": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "16328": { + "16325": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "16326": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "config" + }, + "16327": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", "qualifiedName": "sharedContext" }, + "16328": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.listAndCount" + }, "16329": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.upsert" + "qualifiedName": "IMedusaInternalService.listAndCount" }, "16330": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.upsert" + "qualifiedName": "filters" }, "16331": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "data" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "16332": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "16333": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.upsert" + "qualifiedName": "config" }, "16334": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "16335": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IMedusaInternalService.create" }, "16336": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.upsertWithReplace" + "qualifiedName": "IMedusaInternalService.create" }, "16337": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.upsertWithReplace" + "qualifiedName": "data" }, "16338": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "16339": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "config" + "qualifiedName": "IMedusaInternalService.create" }, "16340": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "16341": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type" + "qualifiedName": "sharedContext" }, "16342": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type.entities" + "qualifiedName": "IMedusaInternalService.update" }, "16343": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type.performedActions" + "qualifiedName": "IMedusaInternalService.update" }, "16344": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.TEntity" + "qualifiedName": "data" }, "16345": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "__type" + "qualifiedName": "sharedContext" }, "16346": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", - "qualifiedName": "IMedusaInternalService.TContainer" + "qualifiedName": "IMedusaInternalService.update" }, "16347": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", - "qualifiedName": "ModuleProviderExports" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "data" }, "16348": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" }, "16349": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", - "qualifiedName": "__type.services" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.update" }, "16350": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", - "qualifiedName": "ModuleProvider" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "selectorAndData" }, "16351": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", "qualifiedName": "__type" }, "16352": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", - "qualifiedName": "__type.resolve" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "__type.selector" }, "16353": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "16354": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "16355": { - "sourceFileName": "../../../../packages/core/types/src/notification/index.ts", - "qualifiedName": "" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "__type.data" }, "16356": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" }, "16357": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.id" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.update" }, "16358": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.to" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "selectorAndData" }, "16359": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.channel" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "__type" }, "16360": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.template" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "__type.selector" }, "16361": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.data" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "16362": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.trigger_type" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "16363": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.resource_id" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "__type.data" }, "16364": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.resource_type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" }, "16365": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.receiver_id" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.delete" }, "16366": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.original_notification_id" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.delete" }, "16367": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.external_id" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "idOrSelector" }, "16368": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.provider_id" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" }, "16369": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.provider" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.delete" }, "16370": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationDTO.created_at" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "idOrSelector" }, "16371": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationProviderDTO" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" }, "16372": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationProviderDTO.id" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.delete" }, "16373": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationProviderDTO.handle" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "idOrSelector" }, "16374": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationProviderDTO.name" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" }, "16375": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "NotificationProviderDTO.channels" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.delete" }, "16376": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "FilterableNotificationProps" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "idOrSelector" }, "16377": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "FilterableNotificationProps.q" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" }, "16378": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "FilterableNotificationProps.to" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.delete" }, "16379": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "FilterableNotificationProps.channel" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "idOrSelector" }, "16380": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "FilterableNotificationProps.template" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "__type" }, "16381": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "FilterableNotificationProps.trigger_type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "__type.selector" }, "16382": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "FilterableNotificationProps.resource_id" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "16383": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "FilterableNotificationProps.resource_type" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "16384": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "FilterableNotificationProps.receiver_id" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" }, "16385": { - "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", - "qualifiedName": "FilterableNotificationProps.created_at" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.softDelete" }, "16386": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.softDelete" }, "16387": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "idsOrFilter" }, "16388": { - "sourceFileName": "../../../../packages/core/types/src/notification/providers/logger.ts", - "qualifiedName": "LocalNotificationServiceOptions" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "16389": { - "sourceFileName": "../../../../packages/core/types/src/notification/providers/sendgrid.ts", - "qualifiedName": "SendgridNotificationServiceOptions" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "16390": { - "sourceFileName": "../../../../packages/core/types/src/notification/providers/sendgrid.ts", - "qualifiedName": "SendgridNotificationServiceOptions.api_key" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" }, "16391": { - "sourceFileName": "../../../../packages/core/types/src/notification/providers/sendgrid.ts", - "qualifiedName": "SendgridNotificationServiceOptions.from" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.restore" }, "16392": { - "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", - "qualifiedName": "CreateNotificationDTO" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.restore" }, "16393": { - "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", - "qualifiedName": "CreateNotificationDTO.to" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "idsOrFilter" }, "16394": { - "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", - "qualifiedName": "CreateNotificationDTO.channel" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "16395": { - "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", - "qualifiedName": "CreateNotificationDTO.template" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" }, "16396": { - "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", - "qualifiedName": "CreateNotificationDTO.data" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.upsert" }, "16397": { - "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", - "qualifiedName": "CreateNotificationDTO.trigger_type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.upsert" }, "16398": { - "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", - "qualifiedName": "CreateNotificationDTO.resource_id" - }, - "16399": { - "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", - "qualifiedName": "CreateNotificationDTO.resource_type" - }, - "16400": { - "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", - "qualifiedName": "CreateNotificationDTO.receiver_id" - }, - "16401": { - "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", - "qualifiedName": "CreateNotificationDTO.original_notification_id" - }, - "16402": { - "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", - "qualifiedName": "CreateNotificationDTO.idempotency_key" - }, - "16403": { - "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", - "qualifiedName": "INotificationModuleService" - }, - "16404": { - "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", - "qualifiedName": "INotificationModuleService.createNotifications" - }, - "16405": { - "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", - "qualifiedName": "INotificationModuleService.createNotifications" - }, - "16406": { - "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", "qualifiedName": "data" }, + "16399": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" + }, + "16400": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.upsert" + }, + "16401": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "data" + }, + "16402": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "sharedContext" + }, + "16403": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.upsertWithReplace" + }, + "16404": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.upsertWithReplace" + }, + "16405": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "data" + }, + "16406": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "config" + }, "16407": { - "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", "qualifiedName": "sharedContext" }, "16408": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "__type" + }, + "16409": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "__type.entities" + }, + "16410": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "__type.performedActions" + }, + "16411": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.TEntity" + }, + "16412": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "__type" + }, + "16413": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/medusa-internal-service.ts", + "qualifiedName": "IMedusaInternalService.TContainer" + }, + "16414": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", + "qualifiedName": "ModuleProviderExports" + }, + "16415": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", + "qualifiedName": "__type" + }, + "16416": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", + "qualifiedName": "__type.services" + }, + "16417": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", + "qualifiedName": "ModuleProvider" + }, + "16418": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", + "qualifiedName": "__type" + }, + "16419": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", + "qualifiedName": "__type.resolve" + }, + "16420": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", + "qualifiedName": "__type.id" + }, + "16421": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/module-provider.ts", + "qualifiedName": "__type.options" + }, + "16422": { + "sourceFileName": "../../../../packages/core/types/src/notification/index.ts", + "qualifiedName": "" + }, + "16423": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO" + }, + "16424": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.id" + }, + "16425": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.to" + }, + "16426": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.channel" + }, + "16427": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.template" + }, + "16428": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.data" + }, + "16429": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.trigger_type" + }, + "16430": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.resource_id" + }, + "16431": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.resource_type" + }, + "16432": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.receiver_id" + }, + "16433": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.original_notification_id" + }, + "16434": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.external_id" + }, + "16435": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.provider_id" + }, + "16436": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.provider" + }, + "16437": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationDTO.created_at" + }, + "16438": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationProviderDTO" + }, + "16439": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationProviderDTO.id" + }, + "16440": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationProviderDTO.handle" + }, + "16441": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationProviderDTO.name" + }, + "16442": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "NotificationProviderDTO.channels" + }, + "16443": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "FilterableNotificationProps" + }, + "16444": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "FilterableNotificationProps.q" + }, + "16445": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "FilterableNotificationProps.to" + }, + "16446": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "FilterableNotificationProps.channel" + }, + "16447": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "FilterableNotificationProps.template" + }, + "16448": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "FilterableNotificationProps.trigger_type" + }, + "16449": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "FilterableNotificationProps.resource_id" + }, + "16450": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "FilterableNotificationProps.resource_type" + }, + "16451": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "FilterableNotificationProps.receiver_id" + }, + "16452": { + "sourceFileName": "../../../../packages/core/types/src/notification/common.ts", + "qualifiedName": "FilterableNotificationProps.created_at" + }, + "16453": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "16454": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "16455": { + "sourceFileName": "../../../../packages/core/types/src/notification/providers/logger.ts", + "qualifiedName": "LocalNotificationServiceOptions" + }, + "16456": { + "sourceFileName": "../../../../packages/core/types/src/notification/providers/sendgrid.ts", + "qualifiedName": "SendgridNotificationServiceOptions" + }, + "16457": { + "sourceFileName": "../../../../packages/core/types/src/notification/providers/sendgrid.ts", + "qualifiedName": "SendgridNotificationServiceOptions.api_key" + }, + "16458": { + "sourceFileName": "../../../../packages/core/types/src/notification/providers/sendgrid.ts", + "qualifiedName": "SendgridNotificationServiceOptions.from" + }, + "16459": { + "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", + "qualifiedName": "CreateNotificationDTO" + }, + "16460": { + "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", + "qualifiedName": "CreateNotificationDTO.to" + }, + "16461": { + "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", + "qualifiedName": "CreateNotificationDTO.channel" + }, + "16462": { + "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", + "qualifiedName": "CreateNotificationDTO.template" + }, + "16463": { + "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", + "qualifiedName": "CreateNotificationDTO.data" + }, + "16464": { + "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", + "qualifiedName": "CreateNotificationDTO.trigger_type" + }, + "16465": { + "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", + "qualifiedName": "CreateNotificationDTO.resource_id" + }, + "16466": { + "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", + "qualifiedName": "CreateNotificationDTO.resource_type" + }, + "16467": { + "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", + "qualifiedName": "CreateNotificationDTO.receiver_id" + }, + "16468": { + "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", + "qualifiedName": "CreateNotificationDTO.original_notification_id" + }, + "16469": { + "sourceFileName": "../../../../packages/core/types/src/notification/mutations.ts", + "qualifiedName": "CreateNotificationDTO.idempotency_key" + }, + "16470": { + "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", + "qualifiedName": "INotificationModuleService" + }, + "16471": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "INotificationModuleService.createNotifications" }, - "16409": { + "16472": { + "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", + "qualifiedName": "INotificationModuleService.createNotifications" + }, + "16473": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "data" }, - "16410": { + "16474": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "sharedContext" }, - "16411": { + "16475": { + "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", + "qualifiedName": "INotificationModuleService.createNotifications" + }, + "16476": { + "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", + "qualifiedName": "data" + }, + "16477": { + "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", + "qualifiedName": "sharedContext" + }, + "16478": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "INotificationModuleService.retrieveNotification" }, - "16412": { + "16479": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "INotificationModuleService.retrieveNotification" }, - "16413": { + "16480": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "notificationId" }, - "16414": { + "16481": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "config" }, - "16415": { + "16482": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "sharedContext" }, - "16416": { + "16483": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "INotificationModuleService.listNotifications" }, - "16417": { + "16484": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "INotificationModuleService.listNotifications" }, - "16418": { + "16485": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "filters" }, - "16419": { + "16486": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "config" }, - "16420": { + "16487": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "sharedContext" }, - "16421": { + "16488": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "INotificationModuleService.listAndCountNotifications" }, - "16422": { + "16489": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "INotificationModuleService.listAndCountNotifications" }, - "16423": { + "16490": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "filters" }, - "16424": { + "16491": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "config" }, - "16425": { + "16492": { "sourceFileName": "../../../../packages/core/types/src/notification/service.ts", "qualifiedName": "sharedContext" }, - "16439": { + "16506": { "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", "qualifiedName": "ProviderSendNotificationDTO" }, - "16440": { + "16507": { "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", "qualifiedName": "__type.to" }, - "16441": { + "16508": { "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", "qualifiedName": "__type.channel" }, - "16442": { + "16509": { "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", "qualifiedName": "__type.template" }, - "16443": { + "16510": { "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", "qualifiedName": "__type.data" }, - "16444": { + "16511": { "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", "qualifiedName": "ProviderSendNotificationResultsDTO" }, - "16445": { - "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", - "qualifiedName": "__type.id" - }, - "16446": { - "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", - "qualifiedName": "INotificationProvider" - }, - "16447": { - "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", - "qualifiedName": "INotificationProvider.send" - }, - "16448": { - "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", - "qualifiedName": "INotificationProvider.send" - }, - "16449": { - "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", - "qualifiedName": "notification" - }, - "16450": { - "sourceFileName": "../../../../packages/core/types/src/search/index.ts", - "qualifiedName": "" - }, - "16451": { - "sourceFileName": "../../../../packages/core/types/src/search/index.ts", - "qualifiedName": "IndexSettings" - }, - "16452": { - "sourceFileName": "../../../../packages/core/types/src/search/index.ts", - "qualifiedName": "__type" - }, - "16453": { - "sourceFileName": "../../../../packages/core/types/src/search/index.ts", - "qualifiedName": "__type.indexSettings" - }, - "16454": { - "sourceFileName": "../../../../packages/core/types/src/search/index.ts", - "qualifiedName": "__type.primaryKey" - }, - "16455": { - "sourceFileName": "../../../../packages/core/types/src/search/index.ts", - "qualifiedName": "__type.transformer" - }, - "16456": { - "sourceFileName": "../../../../packages/core/types/src/search/index.ts", - "qualifiedName": "__type" - }, - "16457": { - "sourceFileName": "../../../../packages/core/types/src/search/index.ts", - "qualifiedName": "__type" - }, - "16458": { - "sourceFileName": "../../../../packages/core/types/src/search/index.ts", - "qualifiedName": "document" - }, - "16459": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService" - }, - "16460": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.options" - }, - "16461": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.createIndex" - }, - "16462": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.createIndex" - }, - "16463": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "indexName" - }, - "16464": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "options" - }, - "16465": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.getIndex" - }, - "16466": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.getIndex" - }, - "16467": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "indexName" - }, - "16468": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.addDocuments" - }, - "16469": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.addDocuments" - }, - "16470": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "indexName" - }, - "16471": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "documents" - }, - "16472": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "type" - }, - "16473": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.replaceDocuments" - }, - "16474": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.replaceDocuments" - }, - "16475": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "indexName" - }, - "16476": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "documents" - }, - "16477": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "type" - }, - "16478": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.deleteDocument" - }, - "16479": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.deleteDocument" - }, - "16480": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "indexName" - }, - "16481": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "document_id" - }, - "16482": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.deleteAllDocuments" - }, - "16483": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.deleteAllDocuments" - }, - "16484": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "indexName" - }, - "16485": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.search" - }, - "16486": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.search" - }, - "16487": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "indexName" - }, - "16488": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "query" - }, - "16489": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "options" - }, - "16490": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.updateSettings" - }, - "16491": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "ISearchService.updateSettings" - }, - "16492": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "indexName" - }, - "16493": { - "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", - "qualifiedName": "settings" - }, - "16494": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/index.ts", - "qualifiedName": "" - }, - "16495": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "StockLocationAddressDTO" - }, - "16496": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type" - }, - "16497": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.id" - }, - "16498": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address_1" - }, - "16499": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address_2" - }, - "16500": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.company" - }, - "16501": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.country_code" - }, - "16502": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.city" - }, - "16503": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.phone" - }, - "16504": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.postal_code" - }, - "16505": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.province" - }, - "16506": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.metadata" - }, - "16507": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.created_at" - }, - "16508": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.updated_at" - }, - "16509": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.deleted_at" - }, - "16510": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "StockLocationDTO" - }, - "16511": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type" - }, "16512": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", "qualifiedName": "__type.id" }, "16513": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", + "qualifiedName": "INotificationProvider" }, "16514": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.metadata" + "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", + "qualifiedName": "INotificationProvider.send" }, "16515": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address_id" + "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", + "qualifiedName": "INotificationProvider.send" }, "16516": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address" + "sourceFileName": "../../../../packages/core/types/src/notification/provider.ts", + "qualifiedName": "notification" }, "16517": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.fulfillment_sets" + "sourceFileName": "../../../../packages/core/types/src/search/index.ts", + "qualifiedName": "" }, "16518": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.created_at" + "sourceFileName": "../../../../packages/core/types/src/search/index.ts", + "qualifiedName": "IndexSettings" }, "16519": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.updated_at" + "sourceFileName": "../../../../packages/core/types/src/search/index.ts", + "qualifiedName": "__type" }, "16520": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/search/index.ts", + "qualifiedName": "__type.indexSettings" }, "16521": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "StockLocationExpandedDTO" + "sourceFileName": "../../../../packages/core/types/src/search/index.ts", + "qualifiedName": "__type.primaryKey" }, "16522": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/search/index.ts", + "qualifiedName": "__type.transformer" }, "16523": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.sales_channels" + "sourceFileName": "../../../../packages/core/types/src/search/index.ts", + "qualifiedName": "__type" }, "16524": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "FilterableStockLocationProps" + "sourceFileName": "../../../../packages/core/types/src/search/index.ts", + "qualifiedName": "__type" }, "16525": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "FilterableStockLocationProps.q" + "sourceFileName": "../../../../packages/core/types/src/search/index.ts", + "qualifiedName": "document" }, "16526": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "FilterableStockLocationProps.id" + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService" }, "16527": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "FilterableStockLocationProps.name" + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.options" }, "16528": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.createIndex" }, "16529": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.createIndex" }, "16530": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "StockLocationAddressInput" + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "indexName" }, "16531": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "options" + }, + "16532": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.getIndex" + }, + "16533": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.getIndex" + }, + "16534": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "indexName" + }, + "16535": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.addDocuments" + }, + "16536": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.addDocuments" + }, + "16537": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "indexName" + }, + "16538": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "documents" + }, + "16539": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "type" + }, + "16540": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.replaceDocuments" + }, + "16541": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.replaceDocuments" + }, + "16542": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "indexName" + }, + "16543": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "documents" + }, + "16544": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "type" + }, + "16545": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.deleteDocument" + }, + "16546": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.deleteDocument" + }, + "16547": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "indexName" + }, + "16548": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "document_id" + }, + "16549": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.deleteAllDocuments" + }, + "16550": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.deleteAllDocuments" + }, + "16551": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "indexName" + }, + "16552": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.search" + }, + "16553": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.search" + }, + "16554": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "indexName" + }, + "16555": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "query" + }, + "16556": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "options" + }, + "16557": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.updateSettings" + }, + "16558": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "ISearchService.updateSettings" + }, + "16559": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "indexName" + }, + "16560": { + "sourceFileName": "../../../../packages/core/types/src/search/interface.ts", + "qualifiedName": "settings" + }, + "16561": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/index.ts", + "qualifiedName": "" + }, + "16562": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "StockLocationAddressDTO" + }, + "16563": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type" }, - "16532": { + "16564": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.id" + }, + "16565": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.address_1" }, - "16533": { + "16566": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.address_2" }, - "16534": { + "16567": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.company" + }, + "16568": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.country_code" }, - "16535": { + "16569": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.city" }, - "16536": { + "16570": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.phone" }, - "16537": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.province" - }, - "16538": { + "16571": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.postal_code" }, - "16539": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.metadata" - }, - "16540": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "CreateStockLocationInput" - }, - "16541": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type" - }, - "16542": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.name" - }, - "16543": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address_id" - }, - "16544": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address" - }, - "16545": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.metadata" - }, - "16546": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "UpdateStockLocationInput" - }, - "16547": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type" - }, - "16548": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.name" - }, - "16549": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address_id" - }, - "16550": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address" - }, - "16551": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.metadata" - }, - "16552": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "UpsertStockLocationInput" - }, - "16553": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "name" - }, - "16554": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "address_id" - }, - "16555": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "address" - }, - "16556": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "metadata" - }, - "16557": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.id" - }, - "16558": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService" - }, - "16559": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.listStockLocations" - }, - "16560": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.listStockLocations" - }, - "16561": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "selector" - }, - "16562": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "config" - }, - "16563": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "16564": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.listAndCountStockLocations" - }, - "16565": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.listAndCountStockLocations" - }, - "16566": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "selector" - }, - "16567": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "config" - }, - "16568": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "16569": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.retrieveStockLocation" - }, - "16570": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.retrieveStockLocation" - }, - "16571": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "id" - }, "16572": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "config" + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.province" }, "16573": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "16574": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.createStockLocations" - }, - "16575": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.createStockLocations" - }, - "16576": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "input" - }, - "16577": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "16578": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.createStockLocations" - }, - "16579": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "input" - }, - "16580": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "16581": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.upsertStockLocations" - }, - "16582": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.upsertStockLocations" - }, - "16583": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "data" - }, - "16584": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "sharedContext" - }, - "16585": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.upsertStockLocations" - }, - "16586": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "data" - }, - "16587": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "sharedContext" - }, - "16588": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.updateStockLocations" - }, - "16589": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.updateStockLocations" - }, - "16590": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "id" - }, - "16591": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "input" - }, - "16592": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "16593": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.updateStockLocations" - }, - "16594": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "selector" - }, - "16595": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "input" - }, - "16596": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "16597": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.deleteStockLocations" - }, - "16598": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.deleteStockLocations" - }, - "16599": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "id" - }, - "16600": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "16601": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.softDeleteStockLocations" - }, - "16602": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.softDeleteStockLocations" - }, - "16603": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "16604": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "stockLocationIds" - }, - "16605": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "config" - }, - "16606": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "sharedContext" - }, - "16607": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.restoreStockLocations" - }, - "16608": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.restoreStockLocations" - }, - "16609": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "16610": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "stockLocationIds" - }, - "16611": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "config" - }, - "16612": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "sharedContext" - }, - "16626": { - "sourceFileName": "../../../../packages/core/types/src/transaction-base/index.ts", - "qualifiedName": "" - }, - "16627": { - "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", - "qualifiedName": "ITransactionBaseService" - }, - "16628": { - "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", - "qualifiedName": "ITransactionBaseService.withTransaction" - }, - "16629": { - "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", - "qualifiedName": "ITransactionBaseService.withTransaction" - }, - "16630": { - "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", - "qualifiedName": "transactionManager" - }, - "16631": { - "sourceFileName": "../../../../packages/core/types/src/workflow/index.ts", - "qualifiedName": "" - }, - "16632": { - "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", - "qualifiedName": "" - }, - "16633": { - "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", - "qualifiedName": "WorkflowInputConfig" - }, - "16634": { - "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", - "qualifiedName": "WorkflowInputConfig.listConfig" - }, - "16635": { - "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", - "qualifiedName": "__type" - }, - "16636": { - "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", - "qualifiedName": "__type.select" - }, - "16637": { - "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", - "qualifiedName": "__type.relations" - }, - "16638": { - "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", - "qualifiedName": "WorkflowInputConfig.retrieveConfig" - }, - "16639": { - "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", - "qualifiedName": "__type" - }, - "16640": { - "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", - "qualifiedName": "__type.select" - }, - "16641": { - "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", - "qualifiedName": "__type.relations" - }, - "16642": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/index.ts", - "qualifiedName": "" - }, - "16643": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO" - }, - "16644": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.sku" - }, - "16645": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.hs_code" - }, - "16646": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.weight" - }, - "16647": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.length" - }, - "16648": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.height" - }, - "16649": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.width" - }, - "16650": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.origin_country" - }, - "16651": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.mid_code" - }, - "16652": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.material" - }, - "16653": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.title" - }, - "16654": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.description" - }, - "16655": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.thumbnail" - }, - "16656": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemInputDTO.metadata" - }, - "16657": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemsWorkflowInputDTO" - }, - "16658": { - "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", - "qualifiedName": "CreateInventoryItemsWorkflowInputDTO.inventoryItems" - }, - "16659": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/index.ts", - "qualifiedName": "" - }, - "16660": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/create-invite.ts", - "qualifiedName": "CreateInvitesWorkflowInputDTO" - }, - "16661": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/create-invite.ts", - "qualifiedName": "CreateInvitesWorkflowInputDTO.invites" - }, - "16662": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/delete-invite.ts", - "qualifiedName": "DeleteInvitesWorkflowInput" - }, - "16663": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/delete-invite.ts", - "qualifiedName": "DeleteInvitesWorkflowInput.ids" - }, - "16664": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", - "qualifiedName": "AcceptInviteWorkflowInputDTO" - }, - "16665": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", - "qualifiedName": "AcceptInviteWorkflowInputDTO.invite_token" - }, - "16666": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", - "qualifiedName": "AcceptInviteWorkflowInputDTO.auth_identity_id" - }, - "16667": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", - "qualifiedName": "AcceptInviteWorkflowInputDTO.user" - }, - "16668": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", - "qualifiedName": "__type" - }, - "16669": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", - "qualifiedName": "__type.email" - }, - "16670": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", - "qualifiedName": "__type.first_name" - }, - "16671": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", - "qualifiedName": "__type.last_name" - }, - "16672": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", - "qualifiedName": "__type.avatar_url" - }, - "16673": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.metadata" }, - "16674": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/resend-invite.ts", - "qualifiedName": "ResendInvitesWorkflowInputDTO" + "16574": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.created_at" }, - "16675": { - "sourceFileName": "../../../../packages/core/types/src/workflow/invite/resend-invite.ts", - "qualifiedName": "ResendInvitesWorkflowInputDTO.invite_ids" + "16575": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.updated_at" }, - "16676": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/index.ts", - "qualifiedName": "" + "16576": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.deleted_at" }, - "16677": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListDTO" + "16577": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "StockLocationDTO" }, - "16678": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListDTO.starts_at" - }, - "16679": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListDTO.ends_at" - }, - "16680": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListDTO.status" - }, - "16681": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListDTO.rules" - }, - "16682": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListDTO.prices" - }, - "16683": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "16578": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type" }, - "16684": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "__type.amount" + "16579": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.id" }, - "16685": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "__type.currency_code" + "16580": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.name" }, - "16686": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "__type.region_id" + "16581": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.metadata" }, - "16687": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "__type.max_quantity" + "16582": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.address_id" }, - "16688": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "__type.min_quantity" + "16583": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.address" }, - "16689": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListDTO.customer_groups" + "16584": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.fulfillment_sets" }, - "16690": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "16585": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.created_at" + }, + "16586": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.updated_at" + }, + "16587": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.deleted_at" + }, + "16588": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "StockLocationExpandedDTO" + }, + "16589": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type" }, - "16691": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "__type.id" + "16590": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.sales_channels" }, - "16692": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListRuleDTO" + "16591": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "FilterableStockLocationProps" }, - "16693": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListRuleDTO.attribute" + "16592": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "FilterableStockLocationProps.q" }, - "16694": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListRuleDTO.value" + "16593": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "FilterableStockLocationProps.id" }, - "16695": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListPriceDTO" + "16594": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "FilterableStockLocationProps.name" }, - "16696": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListPriceDTO.amount" - }, - "16697": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListPriceDTO.currency_code" - }, - "16698": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListPriceDTO.price_set_id" - }, - "16699": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListPriceDTO.region_id" - }, - "16700": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListPriceDTO.max_quantity" - }, - "16701": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListPriceDTO.min_quantity" - }, - "16702": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowInputDTO" - }, - "16703": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowInputDTO.price_lists" - }, - "16704": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "RemovePriceListProductsWorkflowInputDTO" - }, - "16705": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "RemovePriceListProductsWorkflowInputDTO.product_ids" - }, - "16706": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "RemovePriceListProductsWorkflowInputDTO.price_list_id" - }, - "16707": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "RemovePriceListVariantsWorkflowInputDTO" - }, - "16708": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "RemovePriceListVariantsWorkflowInputDTO.variant_ids" - }, - "16709": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "RemovePriceListVariantsWorkflowInputDTO.price_list_id" - }, - "16710": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "RemovePriceListPricesWorkflowInputDTO" - }, - "16711": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "RemovePriceListPricesWorkflowInputDTO.money_amount_ids" - }, - "16712": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "RemovePriceListPricesWorkflowInputDTO.price_list_id" - }, - "16713": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowDTO" - }, - "16714": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowDTO.title" - }, - "16715": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowDTO.name" - }, - "16716": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowDTO.description" - }, - "16717": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowDTO.type" - }, - "16718": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowDTO.starts_at" - }, - "16719": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowDTO.ends_at" - }, - "16720": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowDTO.status" - }, - "16721": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowDTO.rules_count" - }, - "16722": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowDTO.prices" - }, - "16723": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", - "qualifiedName": "CreatePriceListWorkflowDTO.rules" - }, - "16724": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/remove-price-list.ts", - "qualifiedName": "RemovePriceListWorkflowInputDTO" - }, - "16725": { - "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/remove-price-list.ts", - "qualifiedName": "RemovePriceListWorkflowInputDTO.price_lists" - }, - "16726": { - "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", - "qualifiedName": "" - }, - "16727": { - "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", - "qualifiedName": "CreateProductCategoriesWorkflowInput" - }, - "16728": { - "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", - "qualifiedName": "CreateProductCategoriesWorkflowInput.product_categories" - }, - "16729": { - "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", - "qualifiedName": "UpdateProductCategoriesWorkflowInput" - }, - "16730": { - "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", - "qualifiedName": "UpdateProductCategoriesWorkflowInput.selector" - }, - "16731": { - "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", - "qualifiedName": "UpdateProductCategoriesWorkflowInput.update" - }, - "16732": { - "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", - "qualifiedName": "BatchUpdateProductsOnCategoryWorkflowInput" - }, - "16733": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.id" - }, - "16734": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.add" - }, - "16735": { - "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", - "qualifiedName": "__type.remove" - }, - "16736": { - "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/index.ts", - "qualifiedName": "" - }, - "16737": { - "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/create-reservations.ts", - "qualifiedName": "CreateReservationsWorkflowInput" - }, - "16738": { - "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/create-reservations.ts", - "qualifiedName": "CreateReservationsWorkflowInput.reservations" - }, - "16739": { - "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/create-reservations.ts", - "qualifiedName": "CreateReservationsWorkflowOutput" - }, - "16740": { - "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/update-reservations.ts", - "qualifiedName": "UpdateReservationsWorkflowInput" - }, - "16741": { - "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/update-reservations.ts", - "qualifiedName": "UpdateReservationsWorkflowInput.updates" - }, - "16742": { - "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/update-reservations.ts", - "qualifiedName": "UpdateReservationsWorkflowOutput" - }, - "16743": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/index.ts", - "qualifiedName": "" - }, - "16744": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "WorkflowExecutionDTO" - }, - "16745": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "WorkflowExecutionDTO.id" - }, - "16746": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "WorkflowExecutionDTO.workflow_id" - }, - "16747": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "WorkflowExecutionDTO.transaction_id" - }, - "16748": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "WorkflowExecutionDTO.execution" - }, - "16749": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "WorkflowExecutionDTO.context" - }, - "16750": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "WorkflowExecutionDTO.state" - }, - "16751": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "WorkflowExecutionDTO.created_at" - }, - "16752": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "WorkflowExecutionDTO.updated_at" - }, - "16753": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "WorkflowExecutionDTO.deleted_at" - }, - "16754": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "FilterableWorkflowExecutionProps" - }, - "16755": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "FilterableWorkflowExecutionProps.id" - }, - "16756": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "FilterableWorkflowExecutionProps.workflow_id" - }, - "16757": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "FilterableWorkflowExecutionProps.transaction_id" - }, - "16758": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", - "qualifiedName": "FilterableWorkflowExecutionProps.state" - }, - "16759": { + "16595": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "16760": { + "16596": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, + "16597": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "StockLocationAddressInput" + }, + "16598": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type" + }, + "16599": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.address_1" + }, + "16600": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.address_2" + }, + "16601": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.country_code" + }, + "16602": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.city" + }, + "16603": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.phone" + }, + "16604": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.province" + }, + "16605": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.postal_code" + }, + "16606": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.metadata" + }, + "16607": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "CreateStockLocationInput" + }, + "16608": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type" + }, + "16609": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.name" + }, + "16610": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.address_id" + }, + "16611": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.address" + }, + "16612": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.metadata" + }, + "16613": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "UpdateStockLocationInput" + }, + "16614": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type" + }, + "16615": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.name" + }, + "16616": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.address_id" + }, + "16617": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.address" + }, + "16618": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.metadata" + }, + "16619": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "UpsertStockLocationInput" + }, + "16620": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "name" + }, + "16621": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "address_id" + }, + "16622": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "address" + }, + "16623": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "metadata" + }, + "16624": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.id" + }, + "16625": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService" + }, + "16626": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.listStockLocations" + }, + "16627": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.listStockLocations" + }, + "16628": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "selector" + }, + "16629": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "config" + }, + "16630": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "16631": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.listAndCountStockLocations" + }, + "16632": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.listAndCountStockLocations" + }, + "16633": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "selector" + }, + "16634": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "config" + }, + "16635": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "16636": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.retrieveStockLocation" + }, + "16637": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.retrieveStockLocation" + }, + "16638": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "id" + }, + "16639": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "config" + }, + "16640": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "16641": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.createStockLocations" + }, + "16642": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.createStockLocations" + }, + "16643": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "input" + }, + "16644": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "16645": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.createStockLocations" + }, + "16646": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "input" + }, + "16647": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "16648": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.upsertStockLocations" + }, + "16649": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.upsertStockLocations" + }, + "16650": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "data" + }, + "16651": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "sharedContext" + }, + "16652": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.upsertStockLocations" + }, + "16653": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "data" + }, + "16654": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "sharedContext" + }, + "16655": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.updateStockLocations" + }, + "16656": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.updateStockLocations" + }, + "16657": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "id" + }, + "16658": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "input" + }, + "16659": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "16660": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.updateStockLocations" + }, + "16661": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "selector" + }, + "16662": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "input" + }, + "16663": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "16664": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.deleteStockLocations" + }, + "16665": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.deleteStockLocations" + }, + "16666": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "id" + }, + "16667": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "16668": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.softDeleteStockLocations" + }, + "16669": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.softDeleteStockLocations" + }, + "16670": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "16671": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "stockLocationIds" + }, + "16672": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "config" + }, + "16673": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "sharedContext" + }, + "16674": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.restoreStockLocations" + }, + "16675": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.restoreStockLocations" + }, + "16676": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "16677": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "stockLocationIds" + }, + "16678": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "config" + }, + "16679": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "sharedContext" + }, + "16693": { + "sourceFileName": "../../../../packages/core/types/src/transaction-base/index.ts", + "qualifiedName": "" + }, + "16694": { + "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", + "qualifiedName": "ITransactionBaseService" + }, + "16695": { + "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", + "qualifiedName": "ITransactionBaseService.withTransaction" + }, + "16696": { + "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", + "qualifiedName": "ITransactionBaseService.withTransaction" + }, + "16697": { + "sourceFileName": "../../../../packages/core/types/src/transaction-base/transaction-base.ts", + "qualifiedName": "transactionManager" + }, + "16698": { + "sourceFileName": "../../../../packages/core/types/src/workflow/index.ts", + "qualifiedName": "" + }, + "16699": { + "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", + "qualifiedName": "" + }, + "16700": { + "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", + "qualifiedName": "WorkflowInputConfig" + }, + "16701": { + "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", + "qualifiedName": "WorkflowInputConfig.listConfig" + }, + "16702": { + "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", + "qualifiedName": "__type" + }, + "16703": { + "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", + "qualifiedName": "__type.select" + }, + "16704": { + "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", + "qualifiedName": "__type.relations" + }, + "16705": { + "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", + "qualifiedName": "WorkflowInputConfig.retrieveConfig" + }, + "16706": { + "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", + "qualifiedName": "__type" + }, + "16707": { + "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", + "qualifiedName": "__type.select" + }, + "16708": { + "sourceFileName": "../../../../packages/core/types/src/workflow/common.ts", + "qualifiedName": "__type.relations" + }, + "16709": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/index.ts", + "qualifiedName": "" + }, + "16710": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO" + }, + "16711": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.sku" + }, + "16712": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.hs_code" + }, + "16713": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.weight" + }, + "16714": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.length" + }, + "16715": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.height" + }, + "16716": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.width" + }, + "16717": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.origin_country" + }, + "16718": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.mid_code" + }, + "16719": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.material" + }, + "16720": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.title" + }, + "16721": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.description" + }, + "16722": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.thumbnail" + }, + "16723": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemInputDTO.metadata" + }, + "16724": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemsWorkflowInputDTO" + }, + "16725": { + "sourceFileName": "../../../../packages/core/types/src/workflow/inventory/create-inventory-items.ts", + "qualifiedName": "CreateInventoryItemsWorkflowInputDTO.inventoryItems" + }, + "16726": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/index.ts", + "qualifiedName": "" + }, + "16727": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/create-invite.ts", + "qualifiedName": "CreateInvitesWorkflowInputDTO" + }, + "16728": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/create-invite.ts", + "qualifiedName": "CreateInvitesWorkflowInputDTO.invites" + }, + "16729": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/delete-invite.ts", + "qualifiedName": "DeleteInvitesWorkflowInput" + }, + "16730": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/delete-invite.ts", + "qualifiedName": "DeleteInvitesWorkflowInput.ids" + }, + "16731": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", + "qualifiedName": "AcceptInviteWorkflowInputDTO" + }, + "16732": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", + "qualifiedName": "AcceptInviteWorkflowInputDTO.invite_token" + }, + "16733": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", + "qualifiedName": "AcceptInviteWorkflowInputDTO.auth_identity_id" + }, + "16734": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", + "qualifiedName": "AcceptInviteWorkflowInputDTO.user" + }, + "16735": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", + "qualifiedName": "__type" + }, + "16736": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", + "qualifiedName": "__type.email" + }, + "16737": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", + "qualifiedName": "__type.first_name" + }, + "16738": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", + "qualifiedName": "__type.last_name" + }, + "16739": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", + "qualifiedName": "__type.avatar_url" + }, + "16740": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/accept-invite.ts", + "qualifiedName": "__type.metadata" + }, + "16741": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/resend-invite.ts", + "qualifiedName": "ResendInvitesWorkflowInputDTO" + }, + "16742": { + "sourceFileName": "../../../../packages/core/types/src/workflow/invite/resend-invite.ts", + "qualifiedName": "ResendInvitesWorkflowInputDTO.invite_ids" + }, + "16743": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/index.ts", + "qualifiedName": "" + }, + "16744": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListDTO" + }, + "16745": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListDTO.starts_at" + }, + "16746": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListDTO.ends_at" + }, + "16747": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListDTO.status" + }, + "16748": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListDTO.rules" + }, + "16749": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListDTO.prices" + }, + "16750": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "__type" + }, + "16751": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "__type.amount" + }, + "16752": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "__type.currency_code" + }, + "16753": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "__type.region_id" + }, + "16754": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "__type.max_quantity" + }, + "16755": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "__type.min_quantity" + }, + "16756": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListDTO.customer_groups" + }, + "16757": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "__type" + }, + "16758": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "__type.id" + }, + "16759": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListRuleDTO" + }, + "16760": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListRuleDTO.attribute" + }, "16761": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListRuleDTO.value" + }, + "16762": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListPriceDTO" + }, + "16763": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListPriceDTO.amount" + }, + "16764": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListPriceDTO.currency_code" + }, + "16765": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListPriceDTO.price_set_id" + }, + "16766": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListPriceDTO.region_id" + }, + "16767": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListPriceDTO.max_quantity" + }, + "16768": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListPriceDTO.min_quantity" + }, + "16769": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowInputDTO" + }, + "16770": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowInputDTO.price_lists" + }, + "16771": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "RemovePriceListProductsWorkflowInputDTO" + }, + "16772": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "RemovePriceListProductsWorkflowInputDTO.product_ids" + }, + "16773": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "RemovePriceListProductsWorkflowInputDTO.price_list_id" + }, + "16774": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "RemovePriceListVariantsWorkflowInputDTO" + }, + "16775": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "RemovePriceListVariantsWorkflowInputDTO.variant_ids" + }, + "16776": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "RemovePriceListVariantsWorkflowInputDTO.price_list_id" + }, + "16777": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "RemovePriceListPricesWorkflowInputDTO" + }, + "16778": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "RemovePriceListPricesWorkflowInputDTO.money_amount_ids" + }, + "16779": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "RemovePriceListPricesWorkflowInputDTO.price_list_id" + }, + "16780": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowDTO" + }, + "16781": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowDTO.title" + }, + "16782": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowDTO.name" + }, + "16783": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowDTO.description" + }, + "16784": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowDTO.type" + }, + "16785": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowDTO.starts_at" + }, + "16786": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowDTO.ends_at" + }, + "16787": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowDTO.status" + }, + "16788": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowDTO.rules_count" + }, + "16789": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowDTO.prices" + }, + "16790": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", + "qualifiedName": "CreatePriceListWorkflowDTO.rules" + }, + "16791": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/remove-price-list.ts", + "qualifiedName": "RemovePriceListWorkflowInputDTO" + }, + "16792": { + "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/remove-price-list.ts", + "qualifiedName": "RemovePriceListWorkflowInputDTO.price_lists" + }, + "16793": { + "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", + "qualifiedName": "" + }, + "16794": { + "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", + "qualifiedName": "CreateProductCategoriesWorkflowInput" + }, + "16795": { + "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", + "qualifiedName": "CreateProductCategoriesWorkflowInput.product_categories" + }, + "16796": { + "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", + "qualifiedName": "UpdateProductCategoriesWorkflowInput" + }, + "16797": { + "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", + "qualifiedName": "UpdateProductCategoriesWorkflowInput.selector" + }, + "16798": { + "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", + "qualifiedName": "UpdateProductCategoriesWorkflowInput.update" + }, + "16799": { + "sourceFileName": "../../../../packages/core/types/src/workflow/product-category/index.ts", + "qualifiedName": "BatchUpdateProductsOnCategoryWorkflowInput" + }, + "16800": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.id" + }, + "16801": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.add" + }, + "16802": { + "sourceFileName": "../../../../packages/core/types/src/common/batch.ts", + "qualifiedName": "__type.remove" + }, + "16803": { + "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/index.ts", + "qualifiedName": "" + }, + "16804": { + "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/create-reservations.ts", + "qualifiedName": "CreateReservationsWorkflowInput" + }, + "16805": { + "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/create-reservations.ts", + "qualifiedName": "CreateReservationsWorkflowInput.reservations" + }, + "16806": { + "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/create-reservations.ts", + "qualifiedName": "CreateReservationsWorkflowOutput" + }, + "16807": { + "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/update-reservations.ts", + "qualifiedName": "UpdateReservationsWorkflowInput" + }, + "16808": { + "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/update-reservations.ts", + "qualifiedName": "UpdateReservationsWorkflowInput.updates" + }, + "16809": { + "sourceFileName": "../../../../packages/core/types/src/workflow/reservation/update-reservations.ts", + "qualifiedName": "UpdateReservationsWorkflowOutput" + }, + "16810": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/index.ts", + "qualifiedName": "" + }, + "16811": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "WorkflowExecutionDTO" + }, + "16812": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "WorkflowExecutionDTO.id" + }, + "16813": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "WorkflowExecutionDTO.workflow_id" + }, + "16814": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "WorkflowExecutionDTO.transaction_id" + }, + "16815": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "WorkflowExecutionDTO.execution" + }, + "16816": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "WorkflowExecutionDTO.context" + }, + "16817": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "WorkflowExecutionDTO.state" + }, + "16818": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "WorkflowExecutionDTO.created_at" + }, + "16819": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "WorkflowExecutionDTO.updated_at" + }, + "16820": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "WorkflowExecutionDTO.deleted_at" + }, + "16821": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "FilterableWorkflowExecutionProps" + }, + "16822": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "FilterableWorkflowExecutionProps.id" + }, + "16823": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "FilterableWorkflowExecutionProps.workflow_id" + }, + "16824": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "FilterableWorkflowExecutionProps.transaction_id" + }, + "16825": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/common.ts", + "qualifiedName": "FilterableWorkflowExecutionProps.state" + }, + "16826": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "16827": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "16828": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/mutations.ts", "qualifiedName": "UpsertWorkflowExecutionDTO" }, - "16762": { + "16829": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/mutations.ts", "qualifiedName": "UpsertWorkflowExecutionDTO.workflow_id" }, - "16763": { + "16830": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/mutations.ts", "qualifiedName": "UpsertWorkflowExecutionDTO.transaction_id" }, - "16764": { + "16831": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/mutations.ts", "qualifiedName": "UpsertWorkflowExecutionDTO.execution" }, - "16765": { + "16832": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/mutations.ts", "qualifiedName": "UpsertWorkflowExecutionDTO.context" }, - "16766": { + "16833": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/mutations.ts", "qualifiedName": "UpsertWorkflowExecutionDTO.state" }, - "16767": { + "16834": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "WorkflowOrchestratorRunDTO" }, - "16768": { + "16835": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "WorkflowOrchestratorRunDTO.transactionId" }, - "16769": { + "16836": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type.input" }, - "16770": { + "16837": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type.context" }, - "16771": { + "16838": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type.resultFrom" }, - "16772": { + "16839": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type.throwOnError" }, - "16773": { + "16840": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type.events" }, - "16774": { + "16841": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "WorkflowOrchestratorRunDTO.T" }, - "16775": { + "16842": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "IdempotencyKeyParts" }, - "16776": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type" - }, - "16777": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.workflowId" - }, - "16778": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.transactionId" - }, - "16779": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.stepId" - }, - "16780": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.action" - }, - "16781": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService" - }, - "16782": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.retrieveWorkflowExecution" - }, - "16783": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.retrieveWorkflowExecution" - }, - "16784": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "idOrObject" - }, - "16785": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type" - }, - "16786": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.workflow_id" - }, - "16787": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.transaction_id" - }, - "16788": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "config" - }, - "16789": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "sharedContext" - }, - "16790": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.listWorkflowExecutions" - }, - "16791": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.listWorkflowExecutions" - }, - "16792": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "filters" - }, - "16793": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "config" - }, - "16794": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "sharedContext" - }, - "16795": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.listAndCountWorkflowExecutions" - }, - "16796": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.listAndCountWorkflowExecutions" - }, - "16797": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "filters" - }, - "16798": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "config" - }, - "16799": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "sharedContext" - }, - "16800": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.run" - }, - "16801": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.run" - }, - "16802": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "workflowId" - }, - "16803": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "options" - }, - "16804": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "sharedContext" - }, - "16805": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type" - }, - "16806": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.errors" - }, - "16807": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.transaction" - }, - "16808": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.result" - }, - "16809": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.acknowledgement" - }, - "16810": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.getRunningTransaction" - }, - "16811": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.getRunningTransaction" - }, - "16812": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "workflowId" - }, - "16813": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "transactionId" - }, - "16814": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "options" - }, - "16815": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "sharedContext" - }, - "16816": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.setStepSuccess" - }, - "16817": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.setStepSuccess" - }, - "16818": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__0" - }, - "16819": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type" - }, - "16820": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.idempotencyKey" - }, - "16821": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.stepResponse" - }, - "16822": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.options" - }, - "16823": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "sharedContext" - }, - "16824": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.setStepFailure" - }, - "16825": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.setStepFailure" - }, - "16826": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__0" - }, - "16827": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type" - }, - "16828": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.idempotencyKey" - }, - "16829": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.stepResponse" - }, - "16830": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.options" - }, - "16831": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "sharedContext" - }, - "16832": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.subscribe" - }, - "16833": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.subscribe" - }, - "16834": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "args" - }, - "16835": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type" - }, - "16836": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.workflowId" - }, - "16837": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.transactionId" - }, - "16838": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.subscriber" - }, - "16839": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.subscriberId" - }, - "16840": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "sharedContext" - }, - "16841": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.unsubscribe" - }, - "16842": { - "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "IWorkflowEngineService.unsubscribe" - }, "16843": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "args" + "qualifiedName": "__type" }, "16844": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.workflowId" }, "16845": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.workflowId" + "qualifiedName": "__type.transactionId" }, "16846": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.transactionId" + "qualifiedName": "__type.stepId" }, "16847": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", - "qualifiedName": "__type.subscriberOrId" + "qualifiedName": "__type.action" }, "16848": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService" + }, + "16849": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.retrieveWorkflowExecution" + }, + "16850": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.retrieveWorkflowExecution" + }, + "16851": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "idOrObject" + }, + "16852": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type" + }, + "16853": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.workflow_id" + }, + "16854": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.transaction_id" + }, + "16855": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "config" + }, + "16856": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "sharedContext" + }, + "16857": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.listWorkflowExecutions" + }, + "16858": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.listWorkflowExecutions" + }, + "16859": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "filters" + }, + "16860": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "config" + }, + "16861": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "sharedContext" }, "16862": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.listAndCountWorkflowExecutions" }, "16863": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "IsDmlEntity" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.listAndCountWorkflowExecutions" }, "16864": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "DMLSchema" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "filters" }, "16865": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "IDmlEntityConfig" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "config" }, "16866": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "sharedContext" }, "16867": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.run" }, "16868": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.tableName" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.run" }, "16869": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "InferDmlEntityNameFromConfig" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "workflowId" }, "16870": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "options" }, "16871": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "sharedContext" }, "16872": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type" }, "16873": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.tableName" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.errors" }, "16874": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "TConfig" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.transaction" }, "16875": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "IDmlEntity" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.result" }, "16876": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "IDmlEntity.name" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.acknowledgement" }, "16877": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "IDmlEntity.schema" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.getRunningTransaction" }, "16878": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "IDmlEntity.[IsDmlEntity]" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.getRunningTransaction" }, "16879": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "IDmlEntity.Schema" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "workflowId" }, "16880": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "IDmlEntity.Config" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "transactionId" }, "16881": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "KnownDataTypes" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "options" }, "16882": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "RelationshipTypes" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "sharedContext" }, "16883": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "PropertyMetadata" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.setStepSuccess" }, "16884": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.setStepSuccess" }, "16885": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.fieldName" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__0" }, "16886": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.defaultValue" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type" }, "16887": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.nullable" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.idempotencyKey" }, "16888": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.dataType" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.stepResponse" }, "16889": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.options" }, "16890": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "sharedContext" }, "16891": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.setStepFailure" }, "16892": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.indexes" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.setStepFailure" }, "16893": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__0" }, "16894": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type" }, "16895": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.type" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.idempotencyKey" }, "16896": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.relationships" + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.stepResponse" }, "16897": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.primaryKey" - }, - "16898": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "PropertyType" - }, - "16899": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" - }, - "16900": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.$dataType" - }, - "16901": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.parse" - }, - "16902": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.parse" - }, - "16903": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "fieldName" - }, - "16904": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "T" - }, - "16905": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "RelationshipOptions" - }, - "16906": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" - }, - "16907": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.mappedBy" - }, - "16908": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "RelationshipMetadata" - }, - "16909": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" - }, - "16910": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.name" - }, - "16911": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.type" - }, - "16912": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.entity" - }, - "16913": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.nullable" - }, - "16914": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.mappedBy" - }, - "16915": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type.options" }, - "16916": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "RelationshipType" + "16898": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "sharedContext" }, - "16917": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "16899": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.subscribe" + }, + "16900": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.subscribe" + }, + "16901": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "args" + }, + "16902": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type" }, - "16918": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.$dataType" + "16903": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.workflowId" }, - "16919": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.type" + "16904": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.transactionId" }, - "16920": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.parse" + "16905": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.subscriber" }, - "16921": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.parse" + "16906": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.subscriberId" }, - "16922": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "relationshipName" + "16907": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "sharedContext" }, - "16923": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "T" + "16908": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.unsubscribe" }, - "16924": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "EntityConstructor" + "16909": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "IWorkflowEngineService.unsubscribe" }, - "16925": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "EntityConstructor.Props" + "16910": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "args" }, - "16926": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "EntityConstructor" + "16911": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type" }, - "16927": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "EntityConstructor" + "16912": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.workflowId" }, - "16928": { - "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "InferForeignKeys" + "16913": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.transactionId" + }, + "16914": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "__type.subscriberOrId" + }, + "16915": { + "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", + "qualifiedName": "sharedContext" }, "16929": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "qualifiedName": "" }, "16930": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.type" + "qualifiedName": "IsDmlEntity" }, "16931": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "qualifiedName": "DMLSchema" }, "16932": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.type" + "qualifiedName": "IDmlEntityConfig" }, "16933": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "Schema" + "qualifiedName": "__type" }, "16934": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "InferBelongsToFields" + "qualifiedName": "__type.name" }, "16935": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.tableName" }, "16936": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "qualifiedName": "InferDmlEntityNameFromConfig" }, "16937": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", @@ -90595,115 +90343,115 @@ }, "16938": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.name" }, "16939": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "Relation" + "qualifiedName": "__type" }, "16940": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "InferHasOneFields" + "qualifiedName": "__type.tableName" }, "16941": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "Relation" + "qualifiedName": "TConfig" }, "16942": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "InferHasManyFields" + "qualifiedName": "IDmlEntity" }, "16943": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "qualifiedName": "IDmlEntity.name" }, "16944": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "qualifiedName": "IDmlEntity.schema" }, "16945": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "Relation" + "qualifiedName": "IDmlEntity.[IsDmlEntity]" }, "16946": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "InferManyToManyFields" + "qualifiedName": "IDmlEntity.Schema" }, "16947": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "Relation" + "qualifiedName": "IDmlEntity.Config" }, "16948": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "InferSchemaFields" + "qualifiedName": "KnownDataTypes" }, "16949": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "Schema" + "qualifiedName": "RelationshipTypes" }, "16950": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "Infer" + "qualifiedName": "PropertyMetadata" }, "16951": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "T" + "qualifiedName": "__type" }, "16952": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "ExtractEntityRelations" + "qualifiedName": "__type.fieldName" }, "16953": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.defaultValue" }, "16954": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.nullable" }, "16955": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "Schema" + "qualifiedName": "__type.dataType" }, "16956": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "OfType" + "qualifiedName": "__type" }, "16957": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "EntityCascades" + "qualifiedName": "__type.name" }, "16958": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "16959": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.delete" + "qualifiedName": "__type.indexes" }, "16960": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "Relationships" + "qualifiedName": "__type" }, "16961": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "InferTypeOf" + "qualifiedName": "__type.name" }, "16962": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "T" + "qualifiedName": "__type.type" }, "16963": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "InferEntityType" + "qualifiedName": "__type.relationships" }, "16964": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "T" + "qualifiedName": "__type.primaryKey" }, "16965": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "InferIndexableProperties" + "qualifiedName": "PropertyType" }, "16966": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", @@ -90711,2257 +90459,2525 @@ }, "16967": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.$dataType" }, "16968": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "T" + "qualifiedName": "__type.parse" }, "16969": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "EntityIndex" + "qualifiedName": "__type.parse" }, "16970": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "qualifiedName": "fieldName" }, "16971": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.name" + "qualifiedName": "T" }, "16972": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.unique" + "qualifiedName": "RelationshipOptions" }, "16973": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.on" + "qualifiedName": "__type" }, "16974": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.where" + "qualifiedName": "__type.mappedBy" }, "16975": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "TSchema" + "qualifiedName": "RelationshipMetadata" }, "16976": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "TWhere" + "qualifiedName": "__type" }, "16977": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "SimpleQueryValue" + "qualifiedName": "__type.name" }, "16978": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "NeQueryValue" + "qualifiedName": "__type.type" }, "16979": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.entity" }, "16980": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "__type.$ne" + "qualifiedName": "__type.nullable" }, "16981": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "QueryValue" + "qualifiedName": "__type.mappedBy" }, "16982": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "QueryCondition" + "qualifiedName": "__type.options" }, "16983": { "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", - "qualifiedName": "T" + "qualifiedName": "RelationshipType" }, "16984": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "FileServiceUploadResult" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type" }, "16985": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.url" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.$dataType" }, "16986": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.key" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.type" }, "16987": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "FileServiceGetUploadStreamResult" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.parse" }, "16988": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.writeStream" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.parse" }, "16989": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.promise" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "relationshipName" }, "16990": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.url" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "T" }, "16991": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.fileKey" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "EntityConstructor" }, "16992": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "GetUploadedFileType" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "EntityConstructor.Props" }, "16993": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.fileKey" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "EntityConstructor" }, "16994": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.isPrivate" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "EntityConstructor" }, "16995": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "DeleteFileType" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "InferForeignKeys" }, "16996": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.fileKey" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type" }, "16997": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "UploadStreamDescriptorType" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.type" }, "16998": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type" }, "16999": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.ext" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.type" }, "17000": { - "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", - "qualifiedName": "__type.isPrivate" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "Schema" }, "17001": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "InferBelongsToFields" }, "17002": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", "qualifiedName": "__type" }, "17003": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type" }, "17004": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type" }, "17005": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type" }, "17006": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "Relation" }, "17007": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "InferHasOneFields" }, "17008": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "Relation" }, "17009": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "InferHasManyFields" }, "17010": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type" }, "17011": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type" }, "17012": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "Relation" }, "17013": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "InferManyToManyFields" }, "17014": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.serviceName" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "Relation" }, "17015": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.alias" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "InferSchemaFields" }, "17016": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.fieldAlias" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "Schema" }, "17017": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "Infer" }, "17018": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.path" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "T" }, "17019": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "ExtractEntityRelations" }, "17020": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.primaryKeys" - }, - "17021": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.relationships" - }, - "17022": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.extends" - }, - "17023": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", "qualifiedName": "__type" }, + "17021": { + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.type" + }, + "17022": { + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "Schema" + }, + "17023": { + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "OfType" + }, "17024": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "EntityCascades" }, "17025": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.relationship" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type" }, "17026": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.args" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.delete" }, "17027": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerArgument" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "Relationships" }, "17028": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerArgument.name" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "InferTypeOf" }, "17029": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerArgument.value" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "T" }, "17030": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerDirective" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "InferEntityType" }, "17031": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerDirective.name" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "T" }, "17032": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerDirective.value" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "InferIndexableProperties" }, "17033": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteJoinerQuery" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type" }, "17034": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteJoinerQuery.service" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.type" }, "17035": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteJoinerQuery.alias" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "T" }, "17036": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteJoinerQuery.expands" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "EntityIndex" }, "17037": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", "qualifiedName": "__type" }, "17038": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.property" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.name" }, "17039": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.fields" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.unique" }, "17040": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.on" }, "17041": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.directives" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.where" }, "17042": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "TSchema" }, "17043": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "TWhere" + }, + "17044": { + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "SimpleQueryValue" }, "17045": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteJoinerQuery.fields" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "NeQueryValue" }, "17046": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteJoinerQuery.args" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type" }, "17047": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteJoinerQuery.directives" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "__type.$ne" }, "17048": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "QueryValue" }, "17049": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "QueryCondition" + }, + "17050": { + "sourceFileName": "../../../../packages/core/types/src/dml/index.ts", + "qualifiedName": "T" }, "17051": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteJoinerOptions" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "FileServiceUploadResult" }, "17052": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteJoinerOptions.throwIfKeyNotFound" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.url" }, "17053": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteJoinerOptions.throwIfRelationNotFound" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.key" }, "17054": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteNestedExpands" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "FileServiceGetUploadStreamResult" }, "17055": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteNestedExpands.__index" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.writeStream" + }, + "17056": { + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.promise" }, "17057": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.url" }, "17058": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.fields" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.fileKey" }, "17059": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "GetUploadedFileType" }, "17060": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.expands" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.fileKey" }, "17061": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "InternalJoinerServiceConfig" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.isPrivate" }, "17062": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "DeleteFileType" }, "17063": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.relationships" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.fileKey" }, "17064": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteExpandProperty" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "UploadStreamDescriptorType" }, "17065": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteExpandProperty.property" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.name" }, "17066": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteExpandProperty.parent" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.ext" }, "17067": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteExpandProperty.parentConfig" + "sourceFileName": "../../../../packages/core/types/src/file-service/index.ts", + "qualifiedName": "__type.isPrivate" }, "17068": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteExpandProperty.serviceConfig" + "qualifiedName": "JoinerRelationship" }, "17069": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteExpandProperty.fields" + "qualifiedName": "__type" }, "17070": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteExpandProperty.args" + "qualifiedName": "__type.alias" }, "17071": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "RemoteExpandProperty.expands" + "qualifiedName": "__type.foreignKey" }, "17072": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "17073": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "17074": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "17075": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "17076": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "17077": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "17078": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "17079": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "17080": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig" + }, + "17081": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.serviceName" + }, + "17082": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.alias" + }, + "17083": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.fieldAlias" + }, + "17084": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "17085": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.path" + }, + "17086": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" + }, + "17087": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.primaryKeys" + }, + "17088": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.relationships" + }, + "17089": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.extends" + }, + "17090": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "17091": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "17092": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.relationship" + }, + "17093": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.args" + }, + "17094": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerArgument" + }, + "17095": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerArgument.name" + }, + "17096": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerArgument.value" + }, + "17097": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerDirective" + }, + "17098": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerDirective.name" + }, + "17099": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerDirective.value" + }, + "17100": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteJoinerQuery" + }, + "17101": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteJoinerQuery.service" + }, + "17102": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteJoinerQuery.alias" + }, + "17103": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteJoinerQuery.expands" + }, + "17104": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "17105": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.property" + }, + "17106": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.fields" + }, + "17107": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "17108": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.directives" + }, + "17109": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "17110": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.__index" + }, + "17112": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteJoinerQuery.fields" + }, + "17113": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteJoinerQuery.args" + }, + "17114": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteJoinerQuery.directives" + }, + "17115": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "17116": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.__index" + }, + "17118": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteJoinerOptions" + }, + "17119": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteJoinerOptions.throwIfKeyNotFound" + }, + "17120": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteJoinerOptions.throwIfRelationNotFound" + }, + "17121": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteNestedExpands" + }, + "17122": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteNestedExpands.__index" + }, + "17124": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "17125": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.fields" + }, + "17126": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "17127": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.expands" + }, + "17128": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "InternalJoinerServiceConfig" + }, + "17129": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "17130": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.relationships" + }, + "17131": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteExpandProperty" + }, + "17132": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteExpandProperty.property" + }, + "17133": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteExpandProperty.parent" + }, + "17134": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteExpandProperty.parentConfig" + }, + "17135": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteExpandProperty.serviceConfig" + }, + "17136": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteExpandProperty.fields" + }, + "17137": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteExpandProperty.args" + }, + "17138": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "RemoteExpandProperty.expands" + }, + "17139": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule" }, - "17073": { + "17140": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.list" }, - "17074": { + "17141": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.list" }, - "17075": { + "17142": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "filters" }, - "17076": { + "17143": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "config" }, - "17077": { + "17144": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "sharedContext" }, - "17078": { + "17145": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.listAndCount" }, - "17079": { + "17146": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.listAndCount" }, - "17080": { + "17147": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "filters" }, - "17081": { + "17148": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "config" }, - "17082": { + "17149": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "sharedContext" }, - "17083": { + "17150": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.create" }, - "17084": { + "17151": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.create" }, - "17085": { + "17152": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "primaryKeyOrBulkData" }, - "17086": { + "17153": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "foreignKeyData" }, - "17087": { + "17154": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "sharedContext" }, - "17088": { + "17155": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.dismiss" }, - "17089": { + "17156": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.dismiss" }, - "17090": { + "17157": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "primaryKeyOrBulkData" }, - "17091": { + "17158": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "foreignKeyData" }, - "17092": { + "17159": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "sharedContext" }, - "17093": { + "17160": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.delete" }, - "17094": { + "17161": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.delete" }, - "17095": { + "17162": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "data" }, - "17096": { + "17163": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "sharedContext" }, - "17097": { + "17164": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.softDelete" }, - "17098": { + "17165": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.softDelete" }, - "17099": { + "17166": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "data" }, - "17100": { + "17167": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "config" }, - "17101": { + "17168": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "sharedContext" }, - "17102": { + "17169": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.restore" }, - "17103": { + "17170": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "ILinkModule.restore" }, - "17104": { + "17171": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "data" }, - "17105": { + "17172": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "config" }, - "17106": { + "17173": { "sourceFileName": "../../../../packages/core/types/src/link-modules/service.ts", "qualifiedName": "sharedContext" }, - "17120": { + "17187": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "PlannerActionLinkDescriptor" }, - "17121": { + "17188": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type" }, - "17122": { + "17189": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.fromModule" }, - "17123": { + "17190": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.toModule" }, - "17124": { + "17191": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.fromModel" }, - "17125": { + "17192": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.toModel" }, - "17126": { + "17193": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "LinkMigrationsPlannerAction" }, - "17127": { + "17194": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type" }, - "17128": { + "17195": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.action" }, - "17129": { + "17196": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.linkDescriptor" }, - "17130": { + "17197": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.sql" }, - "17131": { + "17198": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.tableName" }, - "17132": { + "17199": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type" }, - "17133": { + "17200": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.action" }, - "17134": { + "17201": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.tableName" }, - "17135": { + "17202": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.linkDescriptor" }, - "17136": { + "17203": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type" }, - "17137": { + "17204": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.action" }, - "17138": { + "17205": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.linkDescriptor" }, - "17139": { + "17206": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "__type.tableName" }, - "17140": { + "17207": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "ILinkMigrationsPlanner" }, - "17141": { + "17208": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "ILinkMigrationsPlanner.createPlan" }, - "17142": { + "17209": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "ILinkMigrationsPlanner.createPlan" }, - "17143": { + "17210": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "ILinkMigrationsPlanner.executePlan" }, - "17144": { + "17211": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "ILinkMigrationsPlanner.executePlan" }, - "17145": { + "17212": { "sourceFileName": "../../../../packages/core/types/src/link-modules/migrations.ts", "qualifiedName": "actions" }, - "17146": { + "17213": { "sourceFileName": "../../../../packages/core/types/src/product-category/repository.ts", "qualifiedName": "ProductCategoryTransformOptions" }, - "17147": { + "17214": { "sourceFileName": "../../../../packages/core/types/src/product-category/repository.ts", "qualifiedName": "ProductCategoryTransformOptions.includeDescendantsTree" }, - "17148": { + "17215": { "sourceFileName": "../../../../packages/core/types/src/product-category/repository.ts", "qualifiedName": "ProductCategoryTransformOptions.includeAncestorsTree" }, - "17149": { + "17216": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "SharedContext" }, - "17150": { + "17217": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "17151": { + "17218": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "17152": { + "17219": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "MessageAggregatorFormat" }, - "17153": { + "17220": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "MessageAggregatorFormat.groupBy" }, - "17154": { + "17221": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "MessageAggregatorFormat.sortBy" }, - "17155": { + "17222": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type" }, - "17156": { + "17223": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__index" }, - "17158": { + "17225": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator" }, - "17159": { + "17226": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.save" }, - "17160": { + "17227": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.save" }, - "17161": { + "17228": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "msg" }, - "17162": { + "17229": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.getMessages" }, - "17163": { + "17230": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.getMessages" }, - "17164": { + "17231": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "format" }, - "17165": { + "17232": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.clearMessages" }, - "17166": { + "17233": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.clearMessages" }, - "17167": { + "17234": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.saveRawMessageData" }, - "17168": { + "17235": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.saveRawMessageData" }, - "17169": { + "17236": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "T" }, - "17170": { + "17237": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "messageData" }, - "17171": { + "17238": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "options" }, - "17172": { + "17239": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "17173": { + "17240": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "17174": { + "17241": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "17175": { + "17242": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "17176": { + "17243": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "17177": { + "17244": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "17178": { + "17245": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "17179": { + "17246": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "17180": { + "17247": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "17181": { + "17248": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "17182": { + "17249": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "17183": { + "17250": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "17184": { + "17251": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "CartLikeWithTotals" }, - "17185": { + "17252": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type" }, - "17186": { + "17253": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.original_item_subtotal" }, - "17187": { + "17254": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.original_item_tax_total" }, - "17188": { + "17255": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.item_total" }, - "17189": { + "17256": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.item_subtotal" }, - "17190": { + "17257": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.item_tax_total" }, - "17191": { + "17258": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.original_total" }, - "17192": { + "17259": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.original_subtotal" }, - "17193": { + "17260": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.original_tax_total" }, - "17194": { + "17261": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.total" }, - "17195": { + "17262": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.subtotal" }, - "17196": { + "17263": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.tax_total" }, - "17197": { + "17264": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.discount_total" }, - "17198": { + "17265": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.discount_tax_total" }, - "17199": { + "17266": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.gift_card_total" }, - "17200": { + "17267": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.gift_card_tax_total" }, - "17201": { + "17268": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.shipping_total" }, - "17202": { + "17269": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.shipping_subtotal" }, - "17203": { + "17270": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.shipping_tax_total" }, - "17204": { + "17271": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.original_shipping_total" }, - "17205": { + "17272": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.original_shipping_subtotal" }, - "17206": { + "17273": { "sourceFileName": "../../../../packages/core/types/src/totals/index.ts", "qualifiedName": "__type.original_shipping_tax_total" }, - "17207": { + "17274": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber" }, - "17208": { + "17275": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.numeric" }, - "17209": { + "17276": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.raw" }, - "17210": { + "17277": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.bigNumber" }, - "17211": { + "17278": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.toJSON" }, - "17212": { + "17279": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.toJSON" }, - "17213": { + "17280": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.valueOf" }, - "17214": { + "17281": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.valueOf" }, - "17215": { + "17282": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "BigNumberRawValue" }, - "17216": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type" - }, - "17217": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.value" - }, - "17218": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.__index" - }, - "17220": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberInput" - }, - "17221": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberValue" - }, - "17222": { - "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", - "qualifiedName": "CreateLocationFulfillmentSetWorkflowInputDTO" - }, - "17223": { - "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", - "qualifiedName": "CreateLocationFulfillmentSetWorkflowInputDTO.location_id" - }, - "17224": { - "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", - "qualifiedName": "CreateLocationFulfillmentSetWorkflowInputDTO.fulfillment_set_data" - }, - "17225": { - "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", - "qualifiedName": "__type" - }, - "17226": { - "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", - "qualifiedName": "__type.name" - }, - "17227": { - "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", - "qualifiedName": "__type.type" - }, - "17228": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "CreateProductVariantWorkflowInputDTO" - }, - "17229": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type" - }, - "17230": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type.prices" - }, - "17231": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "UpdateProductVariantWorkflowInputDTO" - }, - "17232": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type" - }, - "17233": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type.prices" - }, - "17234": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "CreateProductWorkflowInputDTO" - }, - "17235": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type" - }, - "17236": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type.sales_channels" - }, - "17237": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type" - }, - "17238": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type.id" - }, - "17239": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type.variants" - }, - "17240": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "UpdateProductWorkflowInputDTO" - }, - "17241": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type" - }, - "17242": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type.sales_channels" - }, - "17243": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type" - }, - "17244": { - "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", - "qualifiedName": "__type.id" - }, - "17245": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "SessionOptions" - }, - "17246": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.name" - }, - "17247": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.resave" - }, - "17248": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.rolling" - }, - "17249": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.saveUninitialized" - }, - "17250": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.secret" - }, - "17251": { - "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", - "qualifiedName": "__type.ttl" - }, - "17252": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "IsStringLiteral" - }, - "17253": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Type" - }, - "17254": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Join" - }, - "17255": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Type" - }, - "17256": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "JoinedString" - }, - "17257": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "CamelCapitalizer" - }, - "17258": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Type" - }, - "17259": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "SplitAnyCase" - }, - "17260": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Type" - }, - "17261": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "PrevLimit" - }, - "17262": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Query" - }, - "17263": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "17264": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "ExpandScalar" - }, - "17265": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "17266": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Order" - }, - "17267": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "17268": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Dictionary" - }, - "17269": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "17270": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.__index" - }, - "17272": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "17273": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "EntityClassName" - }, - "17274": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "EntityValues" - }, - "17275": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type" - }, - "17276": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.id" - }, - "17277": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService" - }, - "17278": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.transaction" - }, - "17279": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "BaseRepositoryService.transaction" - }, - "17280": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TManager" - }, - "17281": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "task" - }, - "17282": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type" - }, "17283": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "__type" }, "17284": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.value" + }, + "17285": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.__index" + }, + "17287": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberInput" + }, + "17288": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberValue" + }, + "17289": { + "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", + "qualifiedName": "CreateLocationFulfillmentSetWorkflowInputDTO" + }, + "17290": { + "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", + "qualifiedName": "CreateLocationFulfillmentSetWorkflowInputDTO.location_id" + }, + "17291": { + "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", + "qualifiedName": "CreateLocationFulfillmentSetWorkflowInputDTO.fulfillment_set_data" + }, + "17292": { + "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", + "qualifiedName": "__type" + }, + "17293": { + "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", + "qualifiedName": "__type.name" + }, + "17294": { + "sourceFileName": "../../../../packages/core/types/src/workflows/stock-locations/mutations.ts", + "qualifiedName": "__type.type" + }, + "17295": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "CreateProductVariantWorkflowInputDTO" + }, + "17296": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type" + }, + "17297": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type.prices" + }, + "17298": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "UpdateProductVariantWorkflowInputDTO" + }, + "17299": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type" + }, + "17300": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type.prices" + }, + "17301": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "CreateProductWorkflowInputDTO" + }, + "17302": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type" + }, + "17303": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type.sales_channels" + }, + "17304": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type" + }, + "17305": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type.id" + }, + "17306": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type.variants" + }, + "17307": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "UpdateProductWorkflowInputDTO" + }, + "17308": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type" + }, + "17309": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type.sales_channels" + }, + "17310": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type" + }, + "17311": { + "sourceFileName": "../../../../packages/core/types/src/workflows/products/mutations.ts", + "qualifiedName": "__type.id" + }, + "17312": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "SessionOptions" + }, + "17313": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.name" + }, + "17314": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.resave" + }, + "17315": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.rolling" + }, + "17316": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.saveUninitialized" + }, + "17317": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.secret" + }, + "17318": { + "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", + "qualifiedName": "__type.ttl" + }, + "17319": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "IsStringLiteral" + }, + "17320": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Type" + }, + "17321": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Join" + }, + "17322": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Type" + }, + "17323": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "JoinedString" + }, + "17324": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "CamelCapitalizer" + }, + "17325": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Type" + }, + "17326": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "SplitAnyCase" + }, + "17327": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Type" + }, + "17328": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "PrevLimit" + }, + "17329": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Query" + }, + "17330": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "17331": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "ExpandScalar" + }, + "17332": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "17333": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Order" + }, + "17334": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "17335": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Dictionary" + }, + "17336": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "17337": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.__index" + }, + "17339": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "17340": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "EntityClassName" + }, + "17341": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "EntityValues" + }, + "17342": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type" + }, + "17343": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.id" + }, + "17344": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService" + }, + "17345": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.transaction" + }, + "17346": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "BaseRepositoryService.transaction" + }, + "17347": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TManager" + }, + "17348": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "task" + }, + "17349": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type" + }, + "17350": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type" + }, + "17351": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "transactionManager" }, - "17285": { + "17352": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "context" }, - "17286": { + "17353": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type" }, - "17287": { + "17354": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.isolationLevel" }, - "17288": { + "17355": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.transaction" }, - "17289": { + "17356": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "17290": { + "17357": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "BaseRepositoryService.getFreshManager" }, - "17291": { + "17358": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "BaseRepositoryService.getFreshManager" }, - "17292": { + "17359": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TManager" }, - "17293": { + "17360": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "BaseRepositoryService.getActiveManager" }, - "17294": { + "17361": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "BaseRepositoryService.getActiveManager" }, - "17295": { + "17362": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TManager" }, - "17296": { + "17363": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "BaseRepositoryService.serialize" }, - "17297": { + "17364": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "BaseRepositoryService.serialize" }, - "17298": { + "17365": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TOutput" }, - "17299": { + "17366": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "data" }, - "17300": { + "17367": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "options" }, - "17301": { + "17368": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "BaseRepositoryService.T" }, - "17302": { + "17369": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection" }, - "17303": { + "17370": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.id" }, - "17304": { + "17371": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.title" }, - "17305": { + "17372": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.handle" }, - "17306": { + "17373": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.created_at" }, - "17307": { + "17374": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.updated_at" }, - "17308": { + "17375": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.deleted_at" }, - "17309": { + "17376": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.products" }, - "17310": { + "17377": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollection.metadata" }, - "17311": { + "17378": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams" }, - "17312": { + "17379": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.q" }, - "17313": { + "17380": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.id" }, - "17314": { + "17381": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.handle" }, - "17315": { + "17382": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.title" }, - "17316": { + "17383": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.created_at" }, - "17317": { + "17384": { "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", "qualifiedName": "BaseCollectionListParams.updated_at" }, - "17318": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.limit" - }, - "17319": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.offset" - }, - "17320": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.order" - }, - "17321": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "17322": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "17323": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "17324": { - "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", - "qualifiedName": "BaseCollectionParams" - }, - "17325": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "17326": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "BaseFile" - }, - "17327": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "BaseFile.id" - }, - "17328": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "BaseFile.url" - }, - "17329": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "BaseUploadFile" - }, - "17330": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "__type" - }, - "17331": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "__type.files" - }, - "17332": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "__type" - }, - "17333": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "__type.name" - }, - "17334": { - "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", - "qualifiedName": "__type.content" - }, - "17335": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneGeoZone" - }, - "17336": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneGeoZone" - }, - "17337": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory" - }, - "17338": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.id" - }, - "17339": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.name" - }, - "17340": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.description" - }, - "17341": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.handle" - }, - "17342": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.is_active" - }, - "17343": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.is_internal" - }, - "17344": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.rank" - }, - "17345": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.parent_category_id" - }, - "17346": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.parent_category" - }, - "17347": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.category_children" - }, - "17348": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.products" - }, - "17349": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.created_at" - }, - "17350": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.updated_at" - }, - "17351": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategory.deleted_at" - }, - "17352": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams" - }, - "17353": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.q" - }, - "17354": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.id" - }, - "17355": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.name" - }, - "17356": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.description" - }, - "17357": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.parent_category_id" - }, - "17358": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.handle" - }, - "17359": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.is_active" - }, - "17360": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.is_internal" - }, - "17361": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.include_descendants_tree" - }, - "17362": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.include_ancestors_tree" - }, - "17363": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.created_at" - }, - "17364": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.updated_at" - }, - "17365": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryListParams.deleted_at" - }, - "17366": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.limit" - }, - "17367": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.offset" - }, - "17368": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.order" - }, - "17369": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "17370": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "17371": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "17372": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryParams" - }, - "17373": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryParams.include_ancestors_tree" - }, - "17374": { - "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", - "qualifiedName": "BaseProductCategoryParams.include_descendants_tree" - }, - "17375": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "SelectParams.fields" - }, - "17376": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTag" - }, - "17377": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTag.id" - }, - "17378": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTag.value" - }, - "17379": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTag.created_at" - }, - "17380": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTag.updated_at" - }, - "17381": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTag.deleted_at" - }, - "17382": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTag.metadata" - }, - "17383": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTagListParams" - }, - "17384": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTagListParams.q" - }, "17385": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTagListParams.id" + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.limit" }, "17386": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTagListParams.value" - }, - "17387": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTagListParams.created_at" - }, - "17388": { - "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", - "qualifiedName": "BaseProductTagListParams.updated_at" - }, - "17389": { - "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", - "qualifiedName": "FindParams.limit" - }, - "17390": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.offset" }, - "17391": { + "17387": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "FindParams.order" }, + "17388": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" + }, + "17389": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "17390": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "17391": { + "sourceFileName": "../../../../packages/core/types/src/http/collection/common.ts", + "qualifiedName": "BaseCollectionParams" + }, "17392": { "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", "qualifiedName": "SelectParams.fields" }, "17393": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "BaseFile" + }, + "17394": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "BaseFile.id" + }, + "17395": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "BaseFile.url" + }, + "17396": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "BaseUploadFile" + }, + "17397": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "__type" + }, + "17398": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "__type.files" + }, + "17399": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "__type" + }, + "17400": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "__type.name" + }, + "17401": { + "sourceFileName": "../../../../packages/core/types/src/http/file/common.ts", + "qualifiedName": "__type.content" + }, + "17402": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneGeoZone" + }, + "17403": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneGeoZone" + }, + "17404": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory" + }, + "17405": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.id" + }, + "17406": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.name" + }, + "17407": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.description" + }, + "17408": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.handle" + }, + "17409": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.is_active" + }, + "17410": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.is_internal" + }, + "17411": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.rank" + }, + "17412": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.parent_category_id" + }, + "17413": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.parent_category" + }, + "17414": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.category_children" + }, + "17415": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.products" + }, + "17416": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.created_at" + }, + "17417": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.updated_at" + }, + "17418": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategory.deleted_at" + }, + "17419": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams" + }, + "17420": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.q" + }, + "17421": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.id" + }, + "17422": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.name" + }, + "17423": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.description" + }, + "17424": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.parent_category_id" + }, + "17425": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.handle" + }, + "17426": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.is_active" + }, + "17427": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.is_internal" + }, + "17428": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.include_descendants_tree" + }, + "17429": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.include_ancestors_tree" + }, + "17430": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.created_at" + }, + "17431": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.updated_at" + }, + "17432": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryListParams.deleted_at" + }, + "17433": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.limit" + }, + "17434": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.offset" + }, + "17435": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.order" + }, + "17436": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" + }, + "17437": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "17438": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "17439": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryParams" + }, + "17440": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryParams.include_ancestors_tree" + }, + "17441": { + "sourceFileName": "../../../../packages/core/types/src/http/product-category/common.ts", + "qualifiedName": "BaseProductCategoryParams.include_descendants_tree" + }, + "17442": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" + }, + "17443": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTag" + }, + "17444": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTag.id" + }, + "17445": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTag.value" + }, + "17446": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTag.created_at" + }, + "17447": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTag.updated_at" + }, + "17448": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTag.deleted_at" + }, + "17449": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTag.metadata" + }, + "17450": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTagListParams" + }, + "17451": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTagListParams.q" + }, + "17452": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTagListParams.id" + }, + "17453": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTagListParams.value" + }, + "17454": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTagListParams.created_at" + }, + "17455": { + "sourceFileName": "../../../../packages/core/types/src/http/product-tag/common.ts", + "qualifiedName": "BaseProductTagListParams.updated_at" + }, + "17456": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.limit" + }, + "17457": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.offset" + }, + "17458": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "FindParams.order" + }, + "17459": { + "sourceFileName": "../../../../packages/core/types/src/http/common/request.ts", + "qualifiedName": "SelectParams.fields" + }, + "17460": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType" }, - "17394": { + "17461": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.id" }, - "17395": { + "17462": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.value" }, - "17396": { + "17463": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.created_at" }, - "17397": { + "17464": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.updated_at" }, - "17398": { + "17465": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.deleted_at" }, - "17399": { + "17466": { "sourceFileName": "../../../../packages/core/types/src/http/product-type/common.ts", "qualifiedName": "BaseProductType.metadata" }, - "17400": { + "17467": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason" }, - "17401": { + "17468": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.id" }, - "17402": { + "17469": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.value" }, - "17403": { + "17470": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.label" }, - "17404": { + "17471": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.description" }, - "17405": { + "17472": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.metadata" }, - "17406": { + "17473": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.created_at" }, - "17407": { + "17474": { "sourceFileName": "../../../../packages/core/types/src/http/return-reason/common.ts", "qualifiedName": "BaseReturnReason.updated_at" }, - "17408": { + "17475": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse" }, - "17409": { + "17476": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.id" }, - "17410": { + "17477": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.line_item_id" }, - "17411": { + "17478": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.location_id" }, - "17412": { + "17479": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.quantity" }, - "17413": { + "17480": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.external_id" }, - "17414": { + "17481": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.description" }, - "17415": { + "17482": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.inventory_item_id" }, - "17416": { + "17483": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.inventory_item" }, - "17417": { + "17484": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.metadata" }, - "17418": { + "17485": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.created_by" }, - "17419": { + "17486": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.deleted_at" }, - "17420": { + "17487": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.created_at" }, - "17421": { + "17488": { "sourceFileName": "../../../../packages/core/types/src/http/reservation/admin/reservation.ts", "qualifiedName": "ReservationResponse.updated_at" }, - "17422": { + "17489": { "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", "qualifiedName": "AdminUpsertStockLocationAddress" }, - "17423": { + "17490": { "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", "qualifiedName": "AdminUpsertStockLocationAddress.address_1" }, - "17424": { + "17491": { "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", "qualifiedName": "AdminUpsertStockLocationAddress.address_2" }, - "17425": { + "17492": { "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", "qualifiedName": "AdminUpsertStockLocationAddress.company" }, - "17426": { + "17493": { "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", "qualifiedName": "AdminUpsertStockLocationAddress.country_code" }, - "17427": { + "17494": { "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", "qualifiedName": "AdminUpsertStockLocationAddress.city" }, - "17428": { + "17495": { "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", "qualifiedName": "AdminUpsertStockLocationAddress.phone" }, - "17429": { + "17496": { "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", "qualifiedName": "AdminUpsertStockLocationAddress.postal_code" }, - "17430": { + "17497": { "sourceFileName": "../../../../packages/core/types/src/http/stock-locations/admin/payloads.ts", "qualifiedName": "AdminUpsertStockLocationAddress.province" }, - "17431": { + "17498": { "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", "qualifiedName": "AdminCreateTaxRateRule" }, - "17432": { + "17499": { "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", "qualifiedName": "AdminCreateTaxRateRule.reference" }, - "17433": { + "17500": { "sourceFileName": "../../../../packages/core/types/src/http/tax-rate/admin/payloads.ts", "qualifiedName": "AdminCreateTaxRateRule.reference_id" }, - "17434": { + "17501": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "ModuleDeclaration" }, - "17435": { + "17502": { "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", "qualifiedName": "InputPrice" }, - "17436": { + "17503": { "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", "qualifiedName": "InputPrice.region_id" }, - "17437": { + "17504": { "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", "qualifiedName": "InputPrice.currency_code" }, - "17438": { + "17505": { "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", "qualifiedName": "InputPrice.amount" }, - "17439": { + "17506": { "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", "qualifiedName": "InputPrice.variant_id" }, - "17440": { + "17507": { "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", "qualifiedName": "InputPrice.min_quantity" }, - "17441": { + "17508": { "sourceFileName": "../../../../packages/core/types/src/workflow/price-list/create-price-list.ts", "qualifiedName": "InputPrice.max_quantity" }, - "17442": { + "17509": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "FlowRunOptions" }, - "17443": { + "17510": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type" }, - "17444": { + "17511": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type.input" }, - "17445": { + "17512": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type.context" }, - "17446": { + "17513": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type.resultFrom" }, - "17447": { + "17514": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type.throwOnError" }, - "17448": { + "17515": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "__type.events" }, - "17449": { + "17516": { "sourceFileName": "../../../../packages/core/types/src/workflows-sdk/service.ts", "qualifiedName": "TData" }, - "17450": { + "17517": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", "qualifiedName": "PascalCapitalizer" }, - "17451": { + "17518": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", "qualifiedName": "Type" }, - "17452": { + "17519": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", "qualifiedName": "Tuple" }, - "17453": { + "17520": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", "qualifiedName": "IncludesSeparator" }, - "17454": { + "17521": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", "qualifiedName": "Type" }, - "17455": { + "17522": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", "qualifiedName": "SeparatorCaseParser" }, - "17456": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Type" - }, - "17457": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Tuple" - }, - "17458": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "IsOneWord" - }, - "17459": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Type" - }, - "17460": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "IsCamelCase" - }, - "17461": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Type" - }, - "17462": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "CamelCaseParser" - }, - "17463": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Type" - }, - "17464": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Tuple" - }, - "17465": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "IsPascalCase" - }, - "17466": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Type" - }, - "17467": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "PascalCaseParser" - }, - "17468": { - "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Type" - }, - "17469": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Scalar" - }, - "17470": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "17471": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" - }, - "17472": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" - }, - "17473": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue" - }, - "17474": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "17475": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCountry" - }, - "17476": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCountry.type" - }, - "17477": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.country_code" - }, - "17478": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.metadata" - }, - "17479": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneProvince" - }, - "17480": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneProvince.type" - }, - "17481": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneProvince.province_code" - }, - "17482": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.country_code" - }, - "17483": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.metadata" - }, - "17484": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCity" - }, - "17485": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCity.type" - }, - "17486": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCity.province_code" - }, - "17487": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCity.city" - }, - "17488": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.country_code" - }, - "17489": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.metadata" - }, - "17490": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneZip" - }, - "17491": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneZip.type" - }, - "17492": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneZip.province_code" - }, - "17493": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneZip.city" - }, - "17494": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneZip.postal_expression" - }, - "17495": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.country_code" - }, - "17496": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.metadata" - }, - "17497": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCountry" - }, - "17498": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCountry.type" - }, - "17499": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateGeoZone.id" - }, - "17500": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.country_code" - }, - "17501": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.metadata" - }, - "17502": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneProvince" - }, - "17503": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneProvince.type" - }, - "17504": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneProvince.province_code" - }, - "17505": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateGeoZone.id" - }, - "17506": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.country_code" - }, - "17507": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.metadata" - }, - "17508": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCity" - }, - "17509": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCity.type" - }, - "17510": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCity.province_code" - }, - "17511": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCity.city" - }, - "17512": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateGeoZone.id" - }, - "17513": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.country_code" - }, - "17514": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.metadata" - }, - "17515": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneZip" - }, - "17516": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneZip.type" - }, - "17517": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneZip.province_code" - }, - "17518": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneZip.city" - }, - "17519": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneZip.postal_expression" - }, - "17520": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateGeoZone.id" - }, - "17521": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.country_code" - }, - "17522": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.metadata" - }, "17523": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Separator" + "qualifiedName": "Type" }, "17524": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "WordInCamelCase" + "qualifiedName": "Tuple" }, "17525": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Type" + "qualifiedName": "IsOneWord" }, "17526": { "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", - "qualifiedName": "Word" + "qualifiedName": "Type" }, "17527": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue2" + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "IsCamelCase" }, "17528": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Type" }, "17529": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone" + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "CamelCaseParser" }, "17530": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.type" + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Type" }, "17531": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.country_code" + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Tuple" }, "17532": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.metadata" + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "IsPascalCase" }, "17533": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateGeoZone" + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Type" }, "17534": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpdateGeoZone.id" + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "PascalCaseParser" }, "17535": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.type" + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Type" }, "17536": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.country_code" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Scalar" }, "17537": { - "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", - "qualifiedName": "AdminUpsertGeoZone.metadata" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "17538": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Primary" + "qualifiedName": "__type.toHexString" }, "17539": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.toHexString" }, "17540": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.[PrimaryKeyType]" + "qualifiedName": "FilterValue" }, "17541": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "17542": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type._id" + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCountry" }, "17543": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCountry.type" }, "17544": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.uuid" + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.country_code" }, "17545": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.metadata" }, "17546": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneProvince" }, "17547": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneProvince.type" + }, + "17548": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneProvince.province_code" + }, + "17549": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.country_code" + }, + "17550": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.metadata" + }, + "17551": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCity" + }, + "17552": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCity.type" + }, + "17553": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCity.province_code" + }, + "17554": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneCity.city" + }, + "17555": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.country_code" + }, + "17556": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.metadata" + }, + "17557": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneZip" + }, + "17558": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneZip.type" + }, + "17559": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneZip.province_code" + }, + "17560": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneZip.city" + }, + "17561": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertFulfillmentSetServiceZoneZip.postal_expression" + }, + "17562": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.country_code" + }, + "17563": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.metadata" + }, + "17564": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCountry" + }, + "17565": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCountry.type" + }, + "17566": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateGeoZone.id" + }, + "17567": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.country_code" + }, + "17568": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.metadata" + }, + "17569": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneProvince" + }, + "17570": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneProvince.type" + }, + "17571": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneProvince.province_code" + }, + "17572": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateGeoZone.id" + }, + "17573": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.country_code" + }, + "17574": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.metadata" + }, + "17575": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCity" + }, + "17576": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCity.type" + }, + "17577": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCity.province_code" + }, + "17578": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneCity.city" + }, + "17579": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateGeoZone.id" + }, + "17580": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.country_code" + }, + "17581": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.metadata" + }, + "17582": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneZip" + }, + "17583": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneZip.type" + }, + "17584": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneZip.province_code" + }, + "17585": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneZip.city" + }, + "17586": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateFulfillmentSetServiceZoneZip.postal_expression" + }, + "17587": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateGeoZone.id" + }, + "17588": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.country_code" + }, + "17589": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.metadata" + }, + "17590": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Separator" + }, + "17591": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "WordInCamelCase" + }, + "17592": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Type" + }, + "17593": { + "sourceFileName": "../../../../packages/core/types/src/common/camel-case.ts", + "qualifiedName": "Word" + }, + "17594": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterValue2" + }, + "17595": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "17548": { + "17596": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone" + }, + "17597": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.type" + }, + "17598": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.country_code" + }, + "17599": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.metadata" + }, + "17600": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateGeoZone" + }, + "17601": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpdateGeoZone.id" + }, + "17602": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.type" + }, + "17603": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.country_code" + }, + "17604": { + "sourceFileName": "../../../../packages/core/types/src/http/fulfillment-set/admin/payloads.ts", + "qualifiedName": "AdminUpsertGeoZone.metadata" + }, + "17605": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Primary" + }, + "17606": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "17607": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.[PrimaryKeyType]" + }, + "17608": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "17609": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type._id" + }, + "17610": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "17611": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.uuid" + }, + "17612": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "17613": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.id" + }, + "17614": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "17615": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "ReadonlyPrimary" }, - "17549": { + "17616": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" } @@ -92995,31 +93011,31 @@ "25": "../../../../packages/core/types/src/dml/index.ts" }, "reflections": { - "1": 13937, - "2": 13956, - "3": 13957, - "4": 13971, - "5": 14210, - "6": 14399, - "7": 14475, - "8": 14494, - "9": 14585, - "10": 15648, - "11": 15999, - "12": 16057, - "13": 16355, - "14": 16450, - "15": 16494, - "16": 16626, - "17": 16631, - "18": 16632, - "19": 16642, - "20": 16659, - "21": 16676, - "22": 16726, - "23": 16736, - "24": 16743, - "25": 16862 + "1": 14004, + "2": 14023, + "3": 14024, + "4": 14038, + "5": 14277, + "6": 14466, + "7": 14542, + "8": 14561, + "9": 14652, + "10": 15715, + "11": 16066, + "12": 16124, + "13": 16422, + "14": 16517, + "15": 16561, + "16": 16693, + "17": 16698, + "18": 16699, + "19": 16709, + "20": 16726, + "21": 16743, + "22": 16793, + "23": 16803, + "24": 16810, + "25": 16929 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/fulfillment-models.json b/www/utils/generated/typedoc-json-output/fulfillment-models.json index 55170306eb..537cd2f088 100644 --- a/www/utils/generated/typedoc-json-output/fulfillment-models.json +++ b/www/utils/generated/typedoc-json-output/fulfillment-models.json @@ -1,5 +1,5 @@ { - "id": 4177, + "id": 4180, "name": "fulfillment-models", "variant": "project", "kind": 1, @@ -18,28 +18,28 @@ }, "children": [ { - "id": 4178, + "id": 4181, "name": "Address", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4179, + "id": 4182, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4180, + "id": 4183, "name": "new Address", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4178, + "target": 4181, "name": "Address", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -48,7 +48,7 @@ ] }, { - "id": 4200, + "id": 4203, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -64,7 +64,7 @@ } }, { - "id": 4181, + "id": 4184, "name": "id", "variant": "declaration", "kind": 1024, @@ -75,7 +75,7 @@ } }, { - "id": 4182, + "id": 4185, "name": "company", "variant": "declaration", "kind": 1024, @@ -96,7 +96,7 @@ "defaultValue": "null" }, { - "id": 4183, + "id": 4186, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -117,7 +117,7 @@ "defaultValue": "null" }, { - "id": 4184, + "id": 4187, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -138,7 +138,7 @@ "defaultValue": "null" }, { - "id": 4185, + "id": 4188, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -159,7 +159,7 @@ "defaultValue": "null" }, { - "id": 4186, + "id": 4189, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -180,7 +180,7 @@ "defaultValue": "null" }, { - "id": 4187, + "id": 4190, "name": "city", "variant": "declaration", "kind": 1024, @@ -201,7 +201,7 @@ "defaultValue": "null" }, { - "id": 4188, + "id": 4191, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -222,7 +222,7 @@ "defaultValue": "null" }, { - "id": 4189, + "id": 4192, "name": "province", "variant": "declaration", "kind": 1024, @@ -243,7 +243,7 @@ "defaultValue": "null" }, { - "id": 4190, + "id": 4193, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -264,7 +264,7 @@ "defaultValue": "null" }, { - "id": 4191, + "id": 4194, "name": "phone", "variant": "declaration", "kind": 1024, @@ -285,7 +285,7 @@ "defaultValue": "null" }, { - "id": 4192, + "id": 4195, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -321,7 +321,7 @@ "defaultValue": "null" }, { - "id": 4193, + "id": 4196, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -337,7 +337,7 @@ } }, { - "id": 4194, + "id": 4197, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -353,7 +353,7 @@ } }, { - "id": 4195, + "id": 4198, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -379,14 +379,14 @@ "defaultValue": "null" }, { - "id": 4196, + "id": 4199, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4197, + "id": 4200, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -399,14 +399,14 @@ ] }, { - "id": 4198, + "id": 4201, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4199, + "id": 4202, "name": "onInit", "variant": "signature", "kind": 4096, @@ -423,16 +423,13 @@ { "title": "Constructors", "children": [ - 4179 + 4182 ] }, { "title": "Properties", "children": [ - 4200, - 4181, - 4182, - 4183, + 4203, 4184, 4185, 4186, @@ -444,41 +441,44 @@ 4192, 4193, 4194, - 4195 + 4195, + 4196, + 4197, + 4198 ] }, { "title": "Methods", "children": [ - 4196, - 4198 + 4199, + 4201 ] } ] }, { - "id": 4227, + "id": 4230, "name": "FulfillmentItem", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4228, + "id": 4231, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4229, + "id": 4232, "name": "new FulfillmentItem", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4227, + "target": 4230, "name": "FulfillmentItem", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -487,7 +487,7 @@ ] }, { - "id": 4247, + "id": 4250, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -505,7 +505,7 @@ } }, { - "id": 4230, + "id": 4233, "name": "id", "variant": "declaration", "kind": 1024, @@ -516,7 +516,7 @@ } }, { - "id": 4231, + "id": 4234, "name": "title", "variant": "declaration", "kind": 1024, @@ -527,7 +527,7 @@ } }, { - "id": 4232, + "id": 4235, "name": "sku", "variant": "declaration", "kind": 1024, @@ -538,7 +538,7 @@ } }, { - "id": 4233, + "id": 4236, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -549,7 +549,7 @@ } }, { - "id": 4234, + "id": 4237, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -574,7 +574,7 @@ } }, { - "id": 4235, + "id": 4238, "name": "raw_quantity", "variant": "declaration", "kind": 1024, @@ -590,7 +590,7 @@ } }, { - "id": 4236, + "id": 4239, "name": "line_item_id", "variant": "declaration", "kind": 1024, @@ -611,7 +611,7 @@ "defaultValue": "null" }, { - "id": 4237, + "id": 4240, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -632,7 +632,7 @@ "defaultValue": "null" }, { - "id": 4238, + "id": 4241, "name": "fulfillment_id", "variant": "declaration", "kind": 1024, @@ -643,21 +643,21 @@ } }, { - "id": 4239, + "id": 4242, "name": "fulfillment", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4201, + "target": 4204, "name": "Fulfillment", "package": "@medusajs/fulfillment", "qualifiedName": "default" } }, { - "id": 4240, + "id": 4243, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -673,7 +673,7 @@ } }, { - "id": 4241, + "id": 4244, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -689,7 +689,7 @@ } }, { - "id": 4242, + "id": 4245, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -715,14 +715,14 @@ "defaultValue": "null" }, { - "id": 4243, + "id": 4246, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4244, + "id": 4247, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -735,14 +735,14 @@ ] }, { - "id": 4245, + "id": 4248, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4246, + "id": 4249, "name": "onInit", "variant": "signature", "kind": 4096, @@ -759,16 +759,13 @@ { "title": "Constructors", "children": [ - 4228 + 4231 ] }, { "title": "Properties", "children": [ - 4247, - 4230, - 4231, - 4232, + 4250, 4233, 4234, 4235, @@ -778,41 +775,44 @@ 4239, 4240, 4241, - 4242 + 4242, + 4243, + 4244, + 4245 ] }, { "title": "Methods", "children": [ - 4243, - 4245 + 4246, + 4248 ] } ] }, { - "id": 4248, + "id": 4251, "name": "FulfillmentLabel", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4249, + "id": 4252, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4250, + "id": 4253, "name": "new FulfillmentLabel", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4248, + "target": 4251, "name": "FulfillmentLabel", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -821,7 +821,7 @@ ] }, { - "id": 4264, + "id": 4267, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -839,7 +839,7 @@ } }, { - "id": 4251, + "id": 4254, "name": "id", "variant": "declaration", "kind": 1024, @@ -850,7 +850,7 @@ } }, { - "id": 4252, + "id": 4255, "name": "tracking_number", "variant": "declaration", "kind": 1024, @@ -861,7 +861,7 @@ } }, { - "id": 4253, + "id": 4256, "name": "tracking_url", "variant": "declaration", "kind": 1024, @@ -872,7 +872,7 @@ } }, { - "id": 4254, + "id": 4257, "name": "label_url", "variant": "declaration", "kind": 1024, @@ -883,7 +883,7 @@ } }, { - "id": 4255, + "id": 4258, "name": "fulfillment_id", "variant": "declaration", "kind": 1024, @@ -894,21 +894,21 @@ } }, { - "id": 4256, + "id": 4259, "name": "fulfillment", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4201, + "target": 4204, "name": "Fulfillment", "package": "@medusajs/fulfillment", "qualifiedName": "default" } }, { - "id": 4257, + "id": 4260, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -924,7 +924,7 @@ } }, { - "id": 4258, + "id": 4261, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -940,7 +940,7 @@ } }, { - "id": 4259, + "id": 4262, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -966,14 +966,14 @@ "defaultValue": "null" }, { - "id": 4260, + "id": 4263, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4261, + "id": 4264, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -986,14 +986,14 @@ ] }, { - "id": 4262, + "id": 4265, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4263, + "id": 4266, "name": "onInit", "variant": "signature", "kind": 4096, @@ -1010,56 +1010,56 @@ { "title": "Constructors", "children": [ - 4249 + 4252 ] }, { "title": "Properties", "children": [ - 4264, - 4251, - 4252, - 4253, + 4267, 4254, 4255, 4256, 4257, 4258, - 4259 + 4259, + 4260, + 4261, + 4262 ] }, { "title": "Methods", "children": [ - 4260, - 4262 + 4263, + 4265 ] } ] }, { - "id": 4265, + "id": 4268, "name": "FulfillmentProvider", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4266, + "id": 4269, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4267, + "id": 4270, "name": "new FulfillmentProvider", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4265, + "target": 4268, "name": "FulfillmentProvider", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -1068,7 +1068,7 @@ ] }, { - "id": 4268, + "id": 4271, "name": "id", "variant": "declaration", "kind": 1024, @@ -1079,7 +1079,7 @@ } }, { - "id": 4269, + "id": 4272, "name": "is_enabled", "variant": "declaration", "kind": 1024, @@ -1091,14 +1091,14 @@ "defaultValue": "true" }, { - "id": 4270, + "id": 4273, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4271, + "id": 4274, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -1111,14 +1111,14 @@ ] }, { - "id": 4272, + "id": 4275, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4273, + "id": 4276, "name": "onInit", "variant": "signature", "kind": 4096, @@ -1135,48 +1135,48 @@ { "title": "Constructors", "children": [ - 4266 + 4269 ] }, { "title": "Properties", "children": [ - 4268, - 4269 + 4271, + 4272 ] }, { "title": "Methods", "children": [ - 4270, - 4272 + 4273, + 4275 ] } ] }, { - "id": 4274, + "id": 4277, "name": "FulfillmentSet", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4275, + "id": 4278, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4276, + "id": 4279, "name": "new FulfillmentSet", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4274, + "target": 4277, "name": "FulfillmentSet", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -1185,7 +1185,7 @@ ] }, { - "id": 4289, + "id": 4292, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -1203,7 +1203,7 @@ } }, { - "id": 4277, + "id": 4280, "name": "id", "variant": "declaration", "kind": 1024, @@ -1214,7 +1214,7 @@ } }, { - "id": 4278, + "id": 4281, "name": "name", "variant": "declaration", "kind": 1024, @@ -1225,7 +1225,7 @@ } }, { - "id": 4279, + "id": 4282, "name": "type", "variant": "declaration", "kind": 1024, @@ -1236,7 +1236,7 @@ } }, { - "id": 4280, + "id": 4283, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -1272,7 +1272,7 @@ "defaultValue": "null" }, { - "id": 4281, + "id": 4284, "name": "service_zones", "variant": "declaration", "kind": 1024, @@ -1286,7 +1286,7 @@ "typeArguments": [ { "type": "reference", - "target": 4310, + "target": 4313, "name": "ServiceZone", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -1302,7 +1302,7 @@ "defaultValue": "..." }, { - "id": 4282, + "id": 4285, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -1318,7 +1318,7 @@ } }, { - "id": 4283, + "id": 4286, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -1334,7 +1334,7 @@ } }, { - "id": 4284, + "id": 4287, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -1360,14 +1360,14 @@ "defaultValue": "null" }, { - "id": 4285, + "id": 4288, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4286, + "id": 4289, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -1380,14 +1380,14 @@ ] }, { - "id": 4287, + "id": 4290, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4288, + "id": 4291, "name": "onInit", "variant": "signature", "kind": 4096, @@ -1404,55 +1404,55 @@ { "title": "Constructors", "children": [ - 4275 + 4278 ] }, { "title": "Properties", "children": [ - 4289, - 4277, - 4278, - 4279, + 4292, 4280, 4281, 4282, 4283, - 4284 + 4284, + 4285, + 4286, + 4287 ] }, { "title": "Methods", "children": [ - 4285, - 4287 + 4288, + 4290 ] } ] }, { - "id": 4201, + "id": 4204, "name": "Fulfillment", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4202, + "id": 4205, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4203, + "id": 4206, "name": "new Fulfillment", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4201, + "target": 4204, "name": "Fulfillment", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -1461,7 +1461,7 @@ ] }, { - "id": 4226, + "id": 4229, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -1479,7 +1479,7 @@ } }, { - "id": 4204, + "id": 4207, "name": "id", "variant": "declaration", "kind": 1024, @@ -1490,7 +1490,7 @@ } }, { - "id": 4205, + "id": 4208, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -1501,7 +1501,7 @@ } }, { - "id": 4206, + "id": 4209, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -1527,7 +1527,7 @@ "defaultValue": "null" }, { - "id": 4207, + "id": 4210, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -1553,7 +1553,7 @@ "defaultValue": "null" }, { - "id": 4208, + "id": 4211, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -1579,7 +1579,7 @@ "defaultValue": "null" }, { - "id": 4209, + "id": 4212, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -1605,7 +1605,7 @@ "defaultValue": "null" }, { - "id": 4210, + "id": 4213, "name": "data", "variant": "declaration", "kind": 1024, @@ -1641,7 +1641,7 @@ "defaultValue": "null" }, { - "id": 4211, + "id": 4214, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -1652,7 +1652,7 @@ } }, { - "id": 4212, + "id": 4215, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -1673,7 +1673,7 @@ "defaultValue": "null" }, { - "id": 4213, + "id": 4216, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -1709,7 +1709,7 @@ "defaultValue": "null" }, { - "id": 4214, + "id": 4217, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -1723,7 +1723,7 @@ }, { "type": "reference", - "target": 4328, + "target": 4331, "name": "ShippingOption", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -1732,35 +1732,35 @@ } }, { - "id": 4215, + "id": 4218, "name": "provider", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4265, + "target": 4268, "name": "FulfillmentProvider", "package": "@medusajs/fulfillment", "qualifiedName": "default" } }, { - "id": 4216, + "id": 4219, "name": "delivery_address", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4178, + "target": 4181, "name": "Address", "package": "@medusajs/fulfillment", "qualifiedName": "default" } }, { - "id": 4217, + "id": 4220, "name": "items", "variant": "declaration", "kind": 1024, @@ -1774,7 +1774,7 @@ "typeArguments": [ { "type": "reference", - "target": 4227, + "target": 4230, "name": "FulfillmentItem", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -1790,7 +1790,7 @@ "defaultValue": "..." }, { - "id": 4218, + "id": 4221, "name": "labels", "variant": "declaration", "kind": 1024, @@ -1804,7 +1804,7 @@ "typeArguments": [ { "type": "reference", - "target": 4248, + "target": 4251, "name": "FulfillmentLabel", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -1820,7 +1820,7 @@ "defaultValue": "..." }, { - "id": 4219, + "id": 4222, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -1836,7 +1836,7 @@ } }, { - "id": 4220, + "id": 4223, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -1852,7 +1852,7 @@ } }, { - "id": 4221, + "id": 4224, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -1878,14 +1878,14 @@ "defaultValue": "null" }, { - "id": 4222, + "id": 4225, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4223, + "id": 4226, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -1898,14 +1898,14 @@ ] }, { - "id": 4224, + "id": 4227, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4225, + "id": 4228, "name": "onInit", "variant": "signature", "kind": 4096, @@ -1922,16 +1922,13 @@ { "title": "Constructors", "children": [ - 4202 + 4205 ] }, { "title": "Properties", "children": [ - 4226, - 4204, - 4205, - 4206, + 4229, 4207, 4208, 4209, @@ -1946,41 +1943,44 @@ 4218, 4219, 4220, - 4221 + 4221, + 4222, + 4223, + 4224 ] }, { "title": "Methods", "children": [ - 4222, - 4224 + 4225, + 4227 ] } ] }, { - "id": 4290, + "id": 4293, "name": "GeoZone", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4291, + "id": 4294, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4292, + "id": 4295, "name": "new GeoZone", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4290, + "target": 4293, "name": "GeoZone", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -1989,7 +1989,7 @@ ] }, { - "id": 4309, + "id": 4312, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -2007,7 +2007,7 @@ } }, { - "id": 4293, + "id": 4296, "name": "id", "variant": "declaration", "kind": 1024, @@ -2018,7 +2018,7 @@ } }, { - "id": 4294, + "id": 4297, "name": "type", "variant": "declaration", "kind": 1024, @@ -2034,7 +2034,7 @@ } }, { - "id": 4295, + "id": 4298, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -2045,7 +2045,7 @@ } }, { - "id": 4296, + "id": 4299, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -2066,7 +2066,7 @@ "defaultValue": "null" }, { - "id": 4297, + "id": 4300, "name": "city", "variant": "declaration", "kind": 1024, @@ -2087,7 +2087,7 @@ "defaultValue": "null" }, { - "id": 4298, + "id": 4301, "name": "service_zone_id", "variant": "declaration", "kind": 1024, @@ -2098,7 +2098,7 @@ } }, { - "id": 4299, + "id": 4302, "name": "postal_expression", "variant": "declaration", "kind": 1024, @@ -2134,7 +2134,7 @@ "defaultValue": "null" }, { - "id": 4300, + "id": 4303, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2170,21 +2170,21 @@ "defaultValue": "null" }, { - "id": 4301, + "id": 4304, "name": "service_zone", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4310, + "target": 4313, "name": "ServiceZone", "package": "@medusajs/fulfillment", "qualifiedName": "default" } }, { - "id": 4302, + "id": 4305, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -2200,7 +2200,7 @@ } }, { - "id": 4303, + "id": 4306, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -2216,7 +2216,7 @@ } }, { - "id": 4304, + "id": 4307, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -2242,14 +2242,14 @@ "defaultValue": "null" }, { - "id": 4305, + "id": 4308, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4306, + "id": 4309, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -2262,14 +2262,14 @@ ] }, { - "id": 4307, + "id": 4310, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4308, + "id": 4311, "name": "onInit", "variant": "signature", "kind": 4096, @@ -2286,16 +2286,13 @@ { "title": "Constructors", "children": [ - 4291 + 4294 ] }, { "title": "Properties", "children": [ - 4309, - 4293, - 4294, - 4295, + 4312, 4296, 4297, 4298, @@ -2304,41 +2301,44 @@ 4301, 4302, 4303, - 4304 + 4304, + 4305, + 4306, + 4307 ] }, { "title": "Methods", "children": [ - 4305, - 4307 + 4308, + 4310 ] } ] }, { - "id": 4310, + "id": 4313, "name": "ServiceZone", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4311, + "id": 4314, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4312, + "id": 4315, "name": "new ServiceZone", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4310, + "target": 4313, "name": "ServiceZone", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -2347,7 +2347,7 @@ ] }, { - "id": 4327, + "id": 4330, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -2365,7 +2365,7 @@ } }, { - "id": 4313, + "id": 4316, "name": "id", "variant": "declaration", "kind": 1024, @@ -2376,7 +2376,7 @@ } }, { - "id": 4314, + "id": 4317, "name": "name", "variant": "declaration", "kind": 1024, @@ -2387,7 +2387,7 @@ } }, { - "id": 4315, + "id": 4318, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2423,7 +2423,7 @@ "defaultValue": "null" }, { - "id": 4316, + "id": 4319, "name": "fulfillment_set_id", "variant": "declaration", "kind": 1024, @@ -2434,21 +2434,21 @@ } }, { - "id": 4317, + "id": 4320, "name": "fulfillment_set", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4274, + "target": 4277, "name": "FulfillmentSet", "package": "@medusajs/fulfillment", "qualifiedName": "default" } }, { - "id": 4318, + "id": 4321, "name": "geo_zones", "variant": "declaration", "kind": 1024, @@ -2462,7 +2462,7 @@ "typeArguments": [ { "type": "reference", - "target": 4290, + "target": 4293, "name": "GeoZone", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -2478,7 +2478,7 @@ "defaultValue": "..." }, { - "id": 4319, + "id": 4322, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -2492,7 +2492,7 @@ "typeArguments": [ { "type": "reference", - "target": 4328, + "target": 4331, "name": "ShippingOption", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -2508,7 +2508,7 @@ "defaultValue": "..." }, { - "id": 4320, + "id": 4323, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -2524,7 +2524,7 @@ } }, { - "id": 4321, + "id": 4324, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -2540,7 +2540,7 @@ } }, { - "id": 4322, + "id": 4325, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -2566,14 +2566,14 @@ "defaultValue": "null" }, { - "id": 4323, + "id": 4326, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4324, + "id": 4327, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -2586,14 +2586,14 @@ ] }, { - "id": 4325, + "id": 4328, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4326, + "id": 4329, "name": "onInit", "variant": "signature", "kind": 4096, @@ -2610,57 +2610,57 @@ { "title": "Constructors", "children": [ - 4311 + 4314 ] }, { "title": "Properties", "children": [ - 4327, - 4313, - 4314, - 4315, + 4330, 4316, 4317, 4318, 4319, 4320, 4321, - 4322 + 4322, + 4323, + 4324, + 4325 ] }, { "title": "Methods", "children": [ - 4323, - 4325 + 4326, + 4328 ] } ] }, { - "id": 4354, + "id": 4357, "name": "ShippingOptionRule", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4355, + "id": 4358, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4356, + "id": 4359, "name": "new ShippingOptionRule", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4354, + "target": 4357, "name": "ShippingOptionRule", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -2669,7 +2669,7 @@ ] }, { - "id": 4370, + "id": 4373, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -2687,7 +2687,7 @@ } }, { - "id": 4357, + "id": 4360, "name": "id", "variant": "declaration", "kind": 1024, @@ -2698,7 +2698,7 @@ } }, { - "id": 4358, + "id": 4361, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -2709,7 +2709,7 @@ } }, { - "id": 4359, + "id": 4362, "name": "operator", "variant": "declaration", "kind": 1024, @@ -2753,7 +2753,7 @@ } }, { - "id": 4360, + "id": 4363, "name": "value", "variant": "declaration", "kind": 1024, @@ -2781,7 +2781,7 @@ "defaultValue": "null" }, { - "id": 4361, + "id": 4364, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -2792,21 +2792,21 @@ } }, { - "id": 4362, + "id": 4365, "name": "shipping_option", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4328, + "target": 4331, "name": "ShippingOption", "package": "@medusajs/fulfillment", "qualifiedName": "default" } }, { - "id": 4363, + "id": 4366, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -2822,7 +2822,7 @@ } }, { - "id": 4364, + "id": 4367, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -2838,7 +2838,7 @@ } }, { - "id": 4365, + "id": 4368, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -2864,14 +2864,14 @@ "defaultValue": "null" }, { - "id": 4366, + "id": 4369, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4367, + "id": 4370, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -2884,14 +2884,14 @@ ] }, { - "id": 4368, + "id": 4371, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4369, + "id": 4372, "name": "onInit", "variant": "signature", "kind": 4096, @@ -2908,56 +2908,56 @@ { "title": "Constructors", "children": [ - 4355 + 4358 ] }, { "title": "Properties", "children": [ - 4370, - 4357, - 4358, - 4359, + 4373, 4360, 4361, 4362, 4363, 4364, - 4365 + 4365, + 4366, + 4367, + 4368 ] }, { "title": "Methods", "children": [ - 4366, - 4368 + 4369, + 4371 ] } ] }, { - "id": 4371, + "id": 4374, "name": "ShippingOptionType", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4372, + "id": 4375, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4373, + "id": 4376, "name": "new ShippingOptionType", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4371, + "target": 4374, "name": "ShippingOptionType", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -2966,7 +2966,7 @@ ] }, { - "id": 4386, + "id": 4389, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -2984,7 +2984,7 @@ } }, { - "id": 4374, + "id": 4377, "name": "id", "variant": "declaration", "kind": 1024, @@ -2995,7 +2995,7 @@ } }, { - "id": 4375, + "id": 4378, "name": "label", "variant": "declaration", "kind": 1024, @@ -3006,7 +3006,7 @@ } }, { - "id": 4376, + "id": 4379, "name": "description", "variant": "declaration", "kind": 1024, @@ -3027,7 +3027,7 @@ "defaultValue": "null" }, { - "id": 4377, + "id": 4380, "name": "code", "variant": "declaration", "kind": 1024, @@ -3038,21 +3038,21 @@ } }, { - "id": 4378, + "id": 4381, "name": "shipping_option", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4328, + "target": 4331, "name": "ShippingOption", "package": "@medusajs/fulfillment", "qualifiedName": "default" } }, { - "id": 4379, + "id": 4382, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3068,7 +3068,7 @@ } }, { - "id": 4380, + "id": 4383, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3084,7 +3084,7 @@ } }, { - "id": 4381, + "id": 4384, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3110,14 +3110,14 @@ "defaultValue": "null" }, { - "id": 4382, + "id": 4385, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4383, + "id": 4386, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -3130,14 +3130,14 @@ ] }, { - "id": 4384, + "id": 4387, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4385, + "id": 4388, "name": "onInit", "variant": "signature", "kind": 4096, @@ -3154,55 +3154,55 @@ { "title": "Constructors", "children": [ - 4372 + 4375 ] }, { "title": "Properties", "children": [ - 4386, - 4374, - 4375, - 4376, + 4389, 4377, 4378, 4379, 4380, - 4381 + 4381, + 4382, + 4383, + 4384 ] }, { "title": "Methods", "children": [ - 4382, - 4384 + 4385, + 4387 ] } ] }, { - "id": 4328, + "id": 4331, "name": "ShippingOption", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4329, + "id": 4332, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4330, + "id": 4333, "name": "new ShippingOption", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4328, + "target": 4331, "name": "ShippingOption", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -3211,7 +3211,7 @@ ] }, { - "id": 4353, + "id": 4356, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -3229,7 +3229,7 @@ } }, { - "id": 4331, + "id": 4334, "name": "id", "variant": "declaration", "kind": 1024, @@ -3240,7 +3240,7 @@ } }, { - "id": 4332, + "id": 4335, "name": "name", "variant": "declaration", "kind": 1024, @@ -3251,7 +3251,7 @@ } }, { - "id": 4333, + "id": 4336, "name": "price_type", "variant": "declaration", "kind": 1024, @@ -3267,7 +3267,7 @@ } }, { - "id": 4334, + "id": 4337, "name": "service_zone_id", "variant": "declaration", "kind": 1024, @@ -3278,7 +3278,7 @@ } }, { - "id": 4335, + "id": 4338, "name": "shipping_profile_id", "variant": "declaration", "kind": 1024, @@ -3298,7 +3298,7 @@ } }, { - "id": 4336, + "id": 4339, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -3309,7 +3309,7 @@ } }, { - "id": 4337, + "id": 4340, "name": "shipping_option_type_id", "variant": "declaration", "kind": 1024, @@ -3330,7 +3330,7 @@ "defaultValue": "null" }, { - "id": 4338, + "id": 4341, "name": "data", "variant": "declaration", "kind": 1024, @@ -3366,7 +3366,7 @@ "defaultValue": "null" }, { - "id": 4339, + "id": 4342, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3402,21 +3402,21 @@ "defaultValue": "null" }, { - "id": 4340, + "id": 4343, "name": "service_zone", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4310, + "target": 4313, "name": "ServiceZone", "package": "@medusajs/fulfillment", "qualifiedName": "default" } }, { - "id": 4341, + "id": 4344, "name": "shipping_profile", "variant": "declaration", "kind": 1024, @@ -3430,7 +3430,7 @@ }, { "type": "reference", - "target": 4387, + "target": 4390, "name": "ShippingProfile", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -3439,7 +3439,7 @@ } }, { - "id": 4342, + "id": 4345, "name": "provider", "variant": "declaration", "kind": 1024, @@ -3453,7 +3453,7 @@ }, { "type": "reference", - "target": 4265, + "target": 4268, "name": "FulfillmentProvider", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -3462,21 +3462,21 @@ } }, { - "id": 4343, + "id": 4346, "name": "type", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4371, + "target": 4374, "name": "ShippingOptionType", "package": "@medusajs/fulfillment", "qualifiedName": "default" } }, { - "id": 4344, + "id": 4347, "name": "rules", "variant": "declaration", "kind": 1024, @@ -3490,7 +3490,7 @@ "typeArguments": [ { "type": "reference", - "target": 4354, + "target": 4357, "name": "ShippingOptionRule", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -3506,7 +3506,7 @@ "defaultValue": "..." }, { - "id": 4345, + "id": 4348, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -3520,7 +3520,7 @@ "typeArguments": [ { "type": "reference", - "target": 4201, + "target": 4204, "name": "Fulfillment", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -3536,7 +3536,7 @@ "defaultValue": "..." }, { - "id": 4346, + "id": 4349, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3552,7 +3552,7 @@ } }, { - "id": 4347, + "id": 4350, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3568,7 +3568,7 @@ } }, { - "id": 4348, + "id": 4351, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3594,14 +3594,14 @@ "defaultValue": "null" }, { - "id": 4349, + "id": 4352, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4350, + "id": 4353, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -3614,14 +3614,14 @@ ] }, { - "id": 4351, + "id": 4354, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4352, + "id": 4355, "name": "onInit", "variant": "signature", "kind": 4096, @@ -3638,16 +3638,13 @@ { "title": "Constructors", "children": [ - 4329 + 4332 ] }, { "title": "Properties", "children": [ - 4353, - 4331, - 4332, - 4333, + 4356, 4334, 4335, 4336, @@ -3662,41 +3659,44 @@ 4345, 4346, 4347, - 4348 + 4348, + 4349, + 4350, + 4351 ] }, { "title": "Methods", "children": [ - 4349, - 4351 + 4352, + 4354 ] } ] }, { - "id": 4387, + "id": 4390, "name": "ShippingProfile", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4388, + "id": 4391, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4389, + "id": 4392, "name": "new ShippingProfile", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4387, + "target": 4390, "name": "ShippingProfile", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -3705,7 +3705,7 @@ ] }, { - "id": 4402, + "id": 4405, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -3723,7 +3723,7 @@ } }, { - "id": 4390, + "id": 4393, "name": "id", "variant": "declaration", "kind": 1024, @@ -3734,7 +3734,7 @@ } }, { - "id": 4391, + "id": 4394, "name": "name", "variant": "declaration", "kind": 1024, @@ -3745,7 +3745,7 @@ } }, { - "id": 4392, + "id": 4395, "name": "type", "variant": "declaration", "kind": 1024, @@ -3756,7 +3756,7 @@ } }, { - "id": 4393, + "id": 4396, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -3770,7 +3770,7 @@ "typeArguments": [ { "type": "reference", - "target": 4328, + "target": 4331, "name": "ShippingOption", "package": "@medusajs/fulfillment", "qualifiedName": "default" @@ -3786,7 +3786,7 @@ "defaultValue": "..." }, { - "id": 4394, + "id": 4397, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3822,7 +3822,7 @@ "defaultValue": "null" }, { - "id": 4395, + "id": 4398, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3838,7 +3838,7 @@ } }, { - "id": 4396, + "id": 4399, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3854,7 +3854,7 @@ } }, { - "id": 4397, + "id": 4400, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3880,14 +3880,14 @@ "defaultValue": "null" }, { - "id": 4398, + "id": 4401, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4399, + "id": 4402, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -3900,14 +3900,14 @@ ] }, { - "id": 4400, + "id": 4403, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4401, + "id": 4404, "name": "onInit", "variant": "signature", "kind": 4096, @@ -3924,28 +3924,28 @@ { "title": "Constructors", "children": [ - 4388 + 4391 ] }, { "title": "Properties", "children": [ - 4402, - 4390, - 4391, - 4392, + 4405, 4393, 4394, 4395, 4396, - 4397 + 4397, + 4398, + 4399, + 4400 ] }, { "title": "Methods", "children": [ - 4398, - 4400 + 4401, + 4403 ] } ] @@ -3955,828 +3955,828 @@ { "title": "Classes", "children": [ - 4178, - 4227, - 4248, - 4265, - 4274, - 4201, - 4290, - 4310, - 4354, - 4371, - 4328, - 4387 + 4181, + 4230, + 4251, + 4268, + 4277, + 4204, + 4293, + 4313, + 4357, + 4374, + 4331, + 4390 ] } ], "packageName": "@medusajs/fulfillment", "symbolIdMap": { - "4177": { + "4180": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/index.ts", "qualifiedName": "" }, - "4178": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default" - }, "4181": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.id" - }, - "4182": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.company" - }, - "4183": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.first_name" + "qualifiedName": "default" }, "4184": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.last_name" + "qualifiedName": "default.id" }, "4185": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.address_1" + "qualifiedName": "default.company" }, "4186": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.address_2" + "qualifiedName": "default.first_name" }, "4187": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.city" + "qualifiedName": "default.last_name" }, "4188": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.country_code" + "qualifiedName": "default.address_1" }, "4189": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.province" + "qualifiedName": "default.address_2" }, "4190": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.postal_code" + "qualifiedName": "default.city" }, "4191": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.phone" + "qualifiedName": "default.country_code" }, "4192": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.metadata" + "qualifiedName": "default.province" }, "4193": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.created_at" + "qualifiedName": "default.postal_code" }, "4194": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.updated_at" + "qualifiedName": "default.phone" }, "4195": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.deleted_at" + "qualifiedName": "default.metadata" }, "4196": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.created_at" }, "4197": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.updated_at" }, "4198": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.deleted_at" }, "4199": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4200": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", - "qualifiedName": "default.[OptionalProps]" + "qualifiedName": "default.onCreate" }, "4201": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", + "qualifiedName": "default.onInit" + }, + "4202": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", + "qualifiedName": "default.onInit" + }, + "4203": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/address.ts", + "qualifiedName": "default.[OptionalProps]" }, "4204": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.id" - }, - "4205": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.location_id" - }, - "4206": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.packed_at" + "qualifiedName": "default" }, "4207": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.shipped_at" + "qualifiedName": "default.id" }, "4208": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.delivered_at" + "qualifiedName": "default.location_id" }, "4209": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.canceled_at" + "qualifiedName": "default.packed_at" }, "4210": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.data" + "qualifiedName": "default.shipped_at" }, "4211": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.provider_id" + "qualifiedName": "default.delivered_at" }, "4212": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.shipping_option_id" + "qualifiedName": "default.canceled_at" }, "4213": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.metadata" + "qualifiedName": "default.data" }, "4214": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.shipping_option" + "qualifiedName": "default.provider_id" }, "4215": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.provider" + "qualifiedName": "default.shipping_option_id" }, "4216": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.delivery_address" + "qualifiedName": "default.metadata" }, "4217": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.items" + "qualifiedName": "default.shipping_option" }, "4218": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.labels" + "qualifiedName": "default.provider" }, "4219": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.created_at" + "qualifiedName": "default.delivery_address" }, "4220": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.updated_at" + "qualifiedName": "default.items" }, "4221": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.deleted_at" + "qualifiedName": "default.labels" }, "4222": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.created_at" }, "4223": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.updated_at" }, "4224": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.deleted_at" }, "4225": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4226": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", - "qualifiedName": "default.[OptionalProps]" + "qualifiedName": "default.onCreate" }, "4227": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", + "qualifiedName": "default.onInit" + }, + "4228": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", + "qualifiedName": "default.onInit" + }, + "4229": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment.ts", + "qualifiedName": "default.[OptionalProps]" }, "4230": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.id" - }, - "4231": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.title" - }, - "4232": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.sku" + "qualifiedName": "default" }, "4233": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.barcode" + "qualifiedName": "default.id" }, "4234": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.quantity" + "qualifiedName": "default.title" }, "4235": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.raw_quantity" + "qualifiedName": "default.sku" }, "4236": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.line_item_id" + "qualifiedName": "default.barcode" }, "4237": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.inventory_item_id" + "qualifiedName": "default.quantity" }, "4238": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.fulfillment_id" + "qualifiedName": "default.raw_quantity" }, "4239": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.fulfillment" + "qualifiedName": "default.line_item_id" }, "4240": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.created_at" + "qualifiedName": "default.inventory_item_id" }, "4241": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.updated_at" + "qualifiedName": "default.fulfillment_id" }, "4242": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.deleted_at" + "qualifiedName": "default.fulfillment" }, "4243": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.created_at" }, "4244": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.updated_at" }, "4245": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.deleted_at" }, "4246": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4247": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", - "qualifiedName": "default.[OptionalProps]" + "qualifiedName": "default.onCreate" }, "4248": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", + "qualifiedName": "default.onInit" + }, + "4249": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", + "qualifiedName": "default.onInit" + }, + "4250": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-item.ts", + "qualifiedName": "default.[OptionalProps]" }, "4251": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.id" - }, - "4252": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.tracking_number" - }, - "4253": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.tracking_url" + "qualifiedName": "default" }, "4254": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.label_url" + "qualifiedName": "default.id" }, "4255": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.fulfillment_id" + "qualifiedName": "default.tracking_number" }, "4256": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.fulfillment" + "qualifiedName": "default.tracking_url" }, "4257": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.created_at" + "qualifiedName": "default.label_url" }, "4258": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.updated_at" + "qualifiedName": "default.fulfillment_id" }, "4259": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.deleted_at" + "qualifiedName": "default.fulfillment" }, "4260": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.created_at" }, "4261": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.updated_at" }, "4262": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.deleted_at" }, "4263": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4264": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", - "qualifiedName": "default.[OptionalProps]" + "qualifiedName": "default.onCreate" }, "4265": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-provider.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", + "qualifiedName": "default.onInit" + }, + "4266": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", + "qualifiedName": "default.onInit" + }, + "4267": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-label.ts", + "qualifiedName": "default.[OptionalProps]" }, "4268": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-provider.ts", - "qualifiedName": "default.id" - }, - "4269": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-provider.ts", - "qualifiedName": "default.is_enabled" - }, - "4270": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-provider.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default" }, "4271": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-provider.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.id" }, "4272": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-provider.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.is_enabled" }, "4273": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-provider.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4274": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-provider.ts", + "qualifiedName": "default.onCreate" + }, + "4275": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-provider.ts", + "qualifiedName": "default.onInit" + }, + "4276": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-provider.ts", + "qualifiedName": "default.onInit" }, "4277": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.id" - }, - "4278": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.name" - }, - "4279": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.type" + "qualifiedName": "default" }, "4280": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.metadata" + "qualifiedName": "default.id" }, "4281": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.service_zones" + "qualifiedName": "default.name" }, "4282": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.created_at" + "qualifiedName": "default.type" }, "4283": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.updated_at" + "qualifiedName": "default.metadata" }, "4284": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.deleted_at" + "qualifiedName": "default.service_zones" }, "4285": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.created_at" }, "4286": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.updated_at" }, "4287": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.deleted_at" }, "4288": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4289": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", - "qualifiedName": "default.[OptionalProps]" + "qualifiedName": "default.onCreate" }, "4290": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", + "qualifiedName": "default.onInit" + }, + "4291": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", + "qualifiedName": "default.onInit" + }, + "4292": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/fulfillment-set.ts", + "qualifiedName": "default.[OptionalProps]" }, "4293": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.id" - }, - "4294": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.type" - }, - "4295": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.country_code" + "qualifiedName": "default" }, "4296": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.province_code" + "qualifiedName": "default.id" }, "4297": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.city" + "qualifiedName": "default.type" }, "4298": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.service_zone_id" + "qualifiedName": "default.country_code" }, "4299": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.postal_expression" + "qualifiedName": "default.province_code" }, "4300": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.metadata" + "qualifiedName": "default.city" }, "4301": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.service_zone" + "qualifiedName": "default.service_zone_id" }, "4302": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.created_at" + "qualifiedName": "default.postal_expression" }, "4303": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.updated_at" + "qualifiedName": "default.metadata" }, "4304": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.deleted_at" + "qualifiedName": "default.service_zone" }, "4305": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.created_at" }, "4306": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.updated_at" }, "4307": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.deleted_at" }, "4308": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4309": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", - "qualifiedName": "default.[OptionalProps]" + "qualifiedName": "default.onCreate" }, "4310": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", + "qualifiedName": "default.onInit" + }, + "4311": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", + "qualifiedName": "default.onInit" + }, + "4312": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/geo-zone.ts", + "qualifiedName": "default.[OptionalProps]" }, "4313": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.id" - }, - "4314": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.name" - }, - "4315": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.metadata" + "qualifiedName": "default" }, "4316": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.fulfillment_set_id" + "qualifiedName": "default.id" }, "4317": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.fulfillment_set" + "qualifiedName": "default.name" }, "4318": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.geo_zones" + "qualifiedName": "default.metadata" }, "4319": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.shipping_options" + "qualifiedName": "default.fulfillment_set_id" }, "4320": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.created_at" + "qualifiedName": "default.fulfillment_set" }, "4321": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.updated_at" + "qualifiedName": "default.geo_zones" }, "4322": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.deleted_at" + "qualifiedName": "default.shipping_options" }, "4323": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.created_at" }, "4324": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.updated_at" }, "4325": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.deleted_at" }, "4326": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4327": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", - "qualifiedName": "default.[OptionalProps]" + "qualifiedName": "default.onCreate" }, "4328": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", + "qualifiedName": "default.onInit" + }, + "4329": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", + "qualifiedName": "default.onInit" + }, + "4330": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/service-zone.ts", + "qualifiedName": "default.[OptionalProps]" }, "4331": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.id" - }, - "4332": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.name" - }, - "4333": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.price_type" + "qualifiedName": "default" }, "4334": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.service_zone_id" + "qualifiedName": "default.id" }, "4335": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.shipping_profile_id" + "qualifiedName": "default.name" }, "4336": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.provider_id" + "qualifiedName": "default.price_type" }, "4337": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.shipping_option_type_id" + "qualifiedName": "default.service_zone_id" }, "4338": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.data" + "qualifiedName": "default.shipping_profile_id" }, "4339": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.metadata" + "qualifiedName": "default.provider_id" }, "4340": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.service_zone" + "qualifiedName": "default.shipping_option_type_id" }, "4341": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.shipping_profile" + "qualifiedName": "default.data" }, "4342": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.provider" + "qualifiedName": "default.metadata" }, "4343": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.type" + "qualifiedName": "default.service_zone" }, "4344": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.rules" + "qualifiedName": "default.shipping_profile" }, "4345": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.fulfillments" + "qualifiedName": "default.provider" }, "4346": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.created_at" + "qualifiedName": "default.type" }, "4347": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.updated_at" + "qualifiedName": "default.rules" }, "4348": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.deleted_at" + "qualifiedName": "default.fulfillments" }, "4349": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.created_at" }, "4350": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.updated_at" }, "4351": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.deleted_at" }, "4352": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4353": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", - "qualifiedName": "default.[OptionalProps]" + "qualifiedName": "default.onCreate" }, "4354": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", + "qualifiedName": "default.onInit" + }, + "4355": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", + "qualifiedName": "default.onInit" + }, + "4356": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option.ts", + "qualifiedName": "default.[OptionalProps]" }, "4357": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.id" - }, - "4358": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.attribute" - }, - "4359": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.operator" + "qualifiedName": "default" }, "4360": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.value" + "qualifiedName": "default.id" }, "4361": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.shipping_option_id" + "qualifiedName": "default.attribute" }, "4362": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.shipping_option" + "qualifiedName": "default.operator" }, "4363": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.created_at" + "qualifiedName": "default.value" }, "4364": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.updated_at" + "qualifiedName": "default.shipping_option_id" }, "4365": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.deleted_at" + "qualifiedName": "default.shipping_option" }, "4366": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.created_at" }, "4367": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.updated_at" }, "4368": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.deleted_at" }, "4369": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4370": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", - "qualifiedName": "default.[OptionalProps]" + "qualifiedName": "default.onCreate" }, "4371": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", + "qualifiedName": "default.onInit" + }, + "4372": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", + "qualifiedName": "default.onInit" + }, + "4373": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-rule.ts", + "qualifiedName": "default.[OptionalProps]" }, "4374": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.id" - }, - "4375": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.label" - }, - "4376": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.description" + "qualifiedName": "default" }, "4377": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.code" + "qualifiedName": "default.id" }, "4378": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.shipping_option" + "qualifiedName": "default.label" }, "4379": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.created_at" + "qualifiedName": "default.description" }, "4380": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.updated_at" + "qualifiedName": "default.code" }, "4381": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.deleted_at" + "qualifiedName": "default.shipping_option" }, "4382": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.created_at" }, "4383": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.updated_at" }, "4384": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.deleted_at" }, "4385": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4386": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", - "qualifiedName": "default.[OptionalProps]" + "qualifiedName": "default.onCreate" }, "4387": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", + "qualifiedName": "default.onInit" + }, + "4388": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", + "qualifiedName": "default.onInit" + }, + "4389": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-option-type.ts", + "qualifiedName": "default.[OptionalProps]" }, "4390": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.id" - }, - "4391": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.name" - }, - "4392": { - "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.type" + "qualifiedName": "default" }, "4393": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.shipping_options" + "qualifiedName": "default.id" }, "4394": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.metadata" + "qualifiedName": "default.name" }, "4395": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.created_at" + "qualifiedName": "default.type" }, "4396": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.updated_at" + "qualifiedName": "default.shipping_options" }, "4397": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.deleted_at" + "qualifiedName": "default.metadata" }, "4398": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.created_at" }, "4399": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.onCreate" + "qualifiedName": "default.updated_at" }, "4400": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.deleted_at" }, "4401": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", - "qualifiedName": "default.onInit" + "qualifiedName": "default.onCreate" }, "4402": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", + "qualifiedName": "default.onCreate" + }, + "4403": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", + "qualifiedName": "default.onInit" + }, + "4404": { + "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", + "qualifiedName": "default.onInit" + }, + "4405": { "sourceFileName": "../../../../packages/modules/fulfillment/src/models/shipping-profile.ts", "qualifiedName": "default.[OptionalProps]" } @@ -4786,7 +4786,7 @@ "1": "../../../../packages/modules/fulfillment/src/models/index.ts" }, "reflections": { - "1": 4177 + "1": 4180 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/fulfillment.json b/www/utils/generated/typedoc-json-output/fulfillment.json index fd72043d11..ebe94c37e4 100644 --- a/www/utils/generated/typedoc-json-output/fulfillment.json +++ b/www/utils/generated/typedoc-json-output/fulfillment.json @@ -1002,14 +1002,14 @@ } }, { - "id": 4175, + "id": 4178, "name": "ReadonlyPrimary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4176, + "id": 4179, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1020,7 +1020,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4176, + "target": 4179, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1041,7 +1041,7 @@ "typeArguments": [ { "type": "reference", - "target": 4176, + "target": 4179, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1052,7 +1052,7 @@ }, "falseType": { "type": "reference", - "target": 4176, + "target": 4179, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1060,14 +1060,14 @@ } }, { - "id": 4165, + "id": 4168, "name": "Primary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4174, + "id": 4177, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1078,7 +1078,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4174, + "target": 4177, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1086,14 +1086,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 4166, + "id": 4169, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4167, + "id": 4170, "name": "[PrimaryKeyType]", "variant": "declaration", "kind": 1024, @@ -1110,7 +1110,7 @@ { "title": "Properties", "children": [ - 4167 + 4170 ] } ] @@ -1118,7 +1118,7 @@ }, "trueType": { "type": "reference", - "target": 4175, + "target": 4178, "typeArguments": [ { "type": "reference", @@ -1138,7 +1138,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4174, + "target": 4177, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1146,14 +1146,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 4168, + "id": 4171, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4169, + "id": 4172, "name": "_id", "variant": "declaration", "kind": 1024, @@ -1170,7 +1170,7 @@ { "title": "Properties", "children": [ - 4169 + 4172 ] } ] @@ -1181,7 +1181,7 @@ "types": [ { "type": "reference", - "target": 4175, + "target": 4178, "typeArguments": [ { "type": "reference", @@ -1207,7 +1207,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4174, + "target": 4177, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1215,14 +1215,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 4170, + "id": 4173, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4171, + "id": 4174, "name": "uuid", "variant": "declaration", "kind": 1024, @@ -1239,7 +1239,7 @@ { "title": "Properties", "children": [ - 4171 + 4174 ] } ] @@ -1247,7 +1247,7 @@ }, "trueType": { "type": "reference", - "target": 4175, + "target": 4178, "typeArguments": [ { "type": "reference", @@ -1267,7 +1267,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4174, + "target": 4177, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1275,14 +1275,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 4172, + "id": 4175, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4173, + "id": 4176, "name": "id", "variant": "declaration", "kind": 1024, @@ -1299,7 +1299,7 @@ { "title": "Properties", "children": [ - 4173 + 4176 ] } ] @@ -1307,7 +1307,7 @@ }, "trueType": { "type": "reference", - "target": 4175, + "target": 4178, "typeArguments": [ { "type": "reference", @@ -1799,14 +1799,14 @@ } }, { - "id": 4129, + "id": 4132, "name": "FilterValue2", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4130, + "id": 4133, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1818,7 +1818,7 @@ "types": [ { "type": "reference", - "target": 4130, + "target": 4133, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1829,7 +1829,7 @@ "typeArguments": [ { "type": "reference", - "target": 4130, + "target": 4133, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1840,11 +1840,11 @@ }, { "type": "reference", - "target": 4165, + "target": 4168, "typeArguments": [ { "type": "reference", - "target": 4130, + "target": 4133, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1880,7 +1880,7 @@ "typeArguments": [ { "type": "reference", - "target": 4129, + "target": 4132, "typeArguments": [ { "type": "reference", @@ -1899,7 +1899,7 @@ }, { "type": "reference", - "target": 4129, + "target": 4132, "typeArguments": [ { "type": "reference", @@ -1916,7 +1916,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4129, + "target": 4132, "typeArguments": [ { "type": "reference", @@ -1938,7 +1938,7 @@ } }, { - "id": 4128, + "id": 4131, "name": "PrevLimit", "variant": "declaration", "kind": 2097152, @@ -2265,7 +2265,7 @@ }, "objectType": { "type": "reference", - "target": 4128, + "target": 4131, "name": "PrevLimit", "package": "@medusajs/types" } @@ -2295,7 +2295,7 @@ } }, { - "id": 4125, + "id": 4128, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -2325,14 +2325,14 @@ { "type": "reflection", "declaration": { - "id": 4126, + "id": 4129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4127, + "id": 4130, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -2349,7 +2349,7 @@ { "title": "Properties", "children": [ - 4127 + 4130 ] } ] @@ -2407,7 +2407,7 @@ }, "type": { "type": "reference", - "target": 4125, + "target": 4128, "name": "EventMetadata", "package": "@medusajs/types" } @@ -31343,7 +31343,7 @@ ] }, { - "id": 4145, + "id": 4148, "name": "ChangeActionType", "variant": "declaration", "kind": 2097152, @@ -31647,14 +31647,14 @@ } }, { - "id": 4155, + "id": 4158, "name": "OrderAdjustmentLineDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4156, + "id": 4159, "name": "id", "variant": "declaration", "kind": 1024, @@ -31673,7 +31673,7 @@ } }, { - "id": 4157, + "id": 4160, "name": "code", "variant": "declaration", "kind": 1024, @@ -31694,7 +31694,7 @@ } }, { - "id": 4158, + "id": 4161, "name": "amount", "variant": "declaration", "kind": 1024, @@ -31715,7 +31715,7 @@ } }, { - "id": 4159, + "id": 4162, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -31734,7 +31734,7 @@ } }, { - "id": 4160, + "id": 4163, "name": "description", "variant": "declaration", "kind": 1024, @@ -31755,7 +31755,7 @@ } }, { - "id": 4161, + "id": 4164, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -31776,7 +31776,7 @@ } }, { - "id": 4162, + "id": 4165, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -31797,7 +31797,7 @@ } }, { - "id": 4163, + "id": 4166, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -31830,7 +31830,7 @@ } }, { - "id": 4164, + "id": 4167, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -31867,40 +31867,40 @@ { "title": "Properties", "children": [ - 4156, - 4157, - 4158, 4159, 4160, 4161, 4162, 4163, - 4164 + 4164, + 4165, + 4166, + 4167 ] } ], "extendedBy": [ { "type": "reference", - "target": 4057, + "target": 4060, "name": "OrderLineItemAdjustmentDTO" }, { "type": "reference", - "target": 4105, + "target": 4108, "name": "OrderShippingMethodAdjustmentDTO" } ] }, { - "id": 4105, + "id": 4108, "name": "OrderShippingMethodAdjustmentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4108, + "id": 4111, "name": "id", "variant": "declaration", "kind": 1024, @@ -31921,12 +31921,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4156, + "target": 4159, "name": "OrderAdjustmentLineDTO.id" } }, { - "id": 4109, + "id": 4112, "name": "code", "variant": "declaration", "kind": 1024, @@ -31948,12 +31948,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4157, + "target": 4160, "name": "OrderAdjustmentLineDTO.code" } }, { - "id": 4110, + "id": 4113, "name": "amount", "variant": "declaration", "kind": 1024, @@ -31976,12 +31976,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4158, + "target": 4161, "name": "OrderAdjustmentLineDTO.amount" } }, { - "id": 4111, + "id": 4114, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -32002,12 +32002,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4159, + "target": 4162, "name": "OrderAdjustmentLineDTO.order_id" } }, { - "id": 4112, + "id": 4115, "name": "description", "variant": "declaration", "kind": 1024, @@ -32029,12 +32029,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4160, + "target": 4163, "name": "OrderAdjustmentLineDTO.description" } }, { - "id": 4113, + "id": 4116, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -32056,12 +32056,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4161, + "target": 4164, "name": "OrderAdjustmentLineDTO.promotion_id" } }, { - "id": 4114, + "id": 4117, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -32083,12 +32083,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4162, + "target": 4165, "name": "OrderAdjustmentLineDTO.provider_id" } }, { - "id": 4115, + "id": 4118, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -32123,12 +32123,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4163, + "target": 4166, "name": "OrderAdjustmentLineDTO.created_at" } }, { - "id": 4116, + "id": 4119, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -32163,12 +32163,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4164, + "target": 4167, "name": "OrderAdjustmentLineDTO.updated_at" } }, { - "id": 4106, + "id": 4109, "name": "shipping_method", "variant": "declaration", "kind": 1024, @@ -32189,7 +32189,7 @@ } }, { - "id": 4107, + "id": 4110, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -32212,38 +32212,38 @@ { "title": "Properties", "children": [ - 4108, - 4109, - 4110, 4111, 4112, 4113, 4114, 4115, 4116, - 4106, - 4107 + 4117, + 4118, + 4119, + 4109, + 4110 ] } ], "extendedTypes": [ { "type": "reference", - "target": 4155, + "target": 4158, "name": "OrderAdjustmentLineDTO", "package": "@medusajs/types" } ] }, { - "id": 4057, + "id": 4060, "name": "OrderLineItemAdjustmentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4060, + "id": 4063, "name": "id", "variant": "declaration", "kind": 1024, @@ -32264,12 +32264,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4156, + "target": 4159, "name": "OrderAdjustmentLineDTO.id" } }, { - "id": 4061, + "id": 4064, "name": "code", "variant": "declaration", "kind": 1024, @@ -32291,12 +32291,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4157, + "target": 4160, "name": "OrderAdjustmentLineDTO.code" } }, { - "id": 4062, + "id": 4065, "name": "amount", "variant": "declaration", "kind": 1024, @@ -32319,12 +32319,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4158, + "target": 4161, "name": "OrderAdjustmentLineDTO.amount" } }, { - "id": 4063, + "id": 4066, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -32345,12 +32345,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4159, + "target": 4162, "name": "OrderAdjustmentLineDTO.order_id" } }, { - "id": 4064, + "id": 4067, "name": "description", "variant": "declaration", "kind": 1024, @@ -32372,12 +32372,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4160, + "target": 4163, "name": "OrderAdjustmentLineDTO.description" } }, { - "id": 4065, + "id": 4068, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -32399,12 +32399,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4161, + "target": 4164, "name": "OrderAdjustmentLineDTO.promotion_id" } }, { - "id": 4066, + "id": 4069, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -32426,12 +32426,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4162, + "target": 4165, "name": "OrderAdjustmentLineDTO.provider_id" } }, { - "id": 4067, + "id": 4070, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -32466,12 +32466,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4163, + "target": 4166, "name": "OrderAdjustmentLineDTO.created_at" } }, { - "id": 4068, + "id": 4071, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -32506,12 +32506,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4164, + "target": 4167, "name": "OrderAdjustmentLineDTO.updated_at" } }, { - "id": 4058, + "id": 4061, "name": "item", "variant": "declaration", "kind": 1024, @@ -32535,7 +32535,7 @@ } }, { - "id": 4059, + "id": 4062, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -32558,38 +32558,38 @@ { "title": "Properties", "children": [ - 4060, - 4061, - 4062, 4063, 4064, 4065, 4066, 4067, 4068, - 4058, - 4059 + 4069, + 4070, + 4071, + 4061, + 4062 ] } ], "extendedTypes": [ { "type": "reference", - "target": 4155, + "target": 4158, "name": "OrderAdjustmentLineDTO", "package": "@medusajs/types" } ] }, { - "id": 4146, + "id": 4149, "name": "OrderTaxLineDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4147, + "id": 4150, "name": "id", "variant": "declaration", "kind": 1024, @@ -32608,7 +32608,7 @@ } }, { - "id": 4148, + "id": 4151, "name": "description", "variant": "declaration", "kind": 1024, @@ -32629,7 +32629,7 @@ } }, { - "id": 4149, + "id": 4152, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -32650,7 +32650,7 @@ } }, { - "id": 4150, + "id": 4153, "name": "code", "variant": "declaration", "kind": 1024, @@ -32669,7 +32669,7 @@ } }, { - "id": 4151, + "id": 4154, "name": "rate", "variant": "declaration", "kind": 1024, @@ -32688,7 +32688,7 @@ } }, { - "id": 4152, + "id": 4155, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -32709,7 +32709,7 @@ } }, { - "id": 4153, + "id": 4156, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -32742,7 +32742,7 @@ } }, { - "id": 4154, + "id": 4157, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -32779,39 +32779,39 @@ { "title": "Properties", "children": [ - 4147, - 4148, - 4149, 4150, 4151, 4152, 4153, - 4154 + 4154, + 4155, + 4156, + 4157 ] } ], "extendedBy": [ { "type": "reference", - "target": 4042, + "target": 4045, "name": "OrderLineItemTaxLineDTO" }, { "type": "reference", - "target": 4090, + "target": 4093, "name": "OrderShippingMethodTaxLineDTO" } ] }, { - "id": 4090, + "id": 4093, "name": "OrderShippingMethodTaxLineDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4097, + "id": 4100, "name": "id", "variant": "declaration", "kind": 1024, @@ -32832,12 +32832,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4147, + "target": 4150, "name": "OrderTaxLineDTO.id" } }, { - "id": 4098, + "id": 4101, "name": "description", "variant": "declaration", "kind": 1024, @@ -32859,12 +32859,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4148, + "target": 4151, "name": "OrderTaxLineDTO.description" } }, { - "id": 4099, + "id": 4102, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -32886,12 +32886,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4149, + "target": 4152, "name": "OrderTaxLineDTO.tax_rate_id" } }, { - "id": 4100, + "id": 4103, "name": "code", "variant": "declaration", "kind": 1024, @@ -32912,12 +32912,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4150, + "target": 4153, "name": "OrderTaxLineDTO.code" } }, { - "id": 4101, + "id": 4104, "name": "rate", "variant": "declaration", "kind": 1024, @@ -32938,12 +32938,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4151, + "target": 4154, "name": "OrderTaxLineDTO.rate" } }, { - "id": 4102, + "id": 4105, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -32965,12 +32965,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4152, + "target": 4155, "name": "OrderTaxLineDTO.provider_id" } }, { - "id": 4103, + "id": 4106, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -33005,12 +33005,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4153, + "target": 4156, "name": "OrderTaxLineDTO.created_at" } }, { - "id": 4104, + "id": 4107, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -33045,12 +33045,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4154, + "target": 4157, "name": "OrderTaxLineDTO.updated_at" } }, { - "id": 4091, + "id": 4094, "name": "shipping_method", "variant": "declaration", "kind": 1024, @@ -33071,7 +33071,7 @@ } }, { - "id": 4092, + "id": 4095, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -33090,7 +33090,7 @@ } }, { - "id": 4093, + "id": 4096, "name": "total", "variant": "declaration", "kind": 1024, @@ -33111,7 +33111,7 @@ } }, { - "id": 4094, + "id": 4097, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -33132,7 +33132,7 @@ } }, { - "id": 4095, + "id": 4098, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -33153,7 +33153,7 @@ } }, { - "id": 4096, + "id": 4099, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -33178,41 +33178,41 @@ { "title": "Properties", "children": [ - 4097, - 4098, - 4099, 4100, 4101, 4102, 4103, 4104, - 4091, - 4092, - 4093, + 4105, + 4106, + 4107, 4094, 4095, - 4096 + 4096, + 4097, + 4098, + 4099 ] } ], "extendedTypes": [ { "type": "reference", - "target": 4146, + "target": 4149, "name": "OrderTaxLineDTO", "package": "@medusajs/types" } ] }, { - "id": 4042, + "id": 4045, "name": "OrderLineItemTaxLineDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4049, + "id": 4052, "name": "id", "variant": "declaration", "kind": 1024, @@ -33233,12 +33233,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4147, + "target": 4150, "name": "OrderTaxLineDTO.id" } }, { - "id": 4050, + "id": 4053, "name": "description", "variant": "declaration", "kind": 1024, @@ -33260,12 +33260,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4148, + "target": 4151, "name": "OrderTaxLineDTO.description" } }, { - "id": 4051, + "id": 4054, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -33287,12 +33287,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4149, + "target": 4152, "name": "OrderTaxLineDTO.tax_rate_id" } }, { - "id": 4052, + "id": 4055, "name": "code", "variant": "declaration", "kind": 1024, @@ -33313,12 +33313,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4150, + "target": 4153, "name": "OrderTaxLineDTO.code" } }, { - "id": 4053, + "id": 4056, "name": "rate", "variant": "declaration", "kind": 1024, @@ -33339,12 +33339,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4151, + "target": 4154, "name": "OrderTaxLineDTO.rate" } }, { - "id": 4054, + "id": 4057, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -33366,12 +33366,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4152, + "target": 4155, "name": "OrderTaxLineDTO.provider_id" } }, { - "id": 4055, + "id": 4058, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -33406,12 +33406,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4153, + "target": 4156, "name": "OrderTaxLineDTO.created_at" } }, { - "id": 4056, + "id": 4059, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -33446,12 +33446,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4154, + "target": 4157, "name": "OrderTaxLineDTO.updated_at" } }, { - "id": 4043, + "id": 4046, "name": "item", "variant": "declaration", "kind": 1024, @@ -33472,7 +33472,7 @@ } }, { - "id": 4044, + "id": 4047, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -33491,7 +33491,7 @@ } }, { - "id": 4045, + "id": 4048, "name": "total", "variant": "declaration", "kind": 1024, @@ -33512,7 +33512,7 @@ } }, { - "id": 4046, + "id": 4049, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -33533,7 +33533,7 @@ } }, { - "id": 4047, + "id": 4050, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -33554,7 +33554,7 @@ } }, { - "id": 4048, + "id": 4051, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -33579,27 +33579,27 @@ { "title": "Properties", "children": [ - 4049, - 4050, - 4051, 4052, 4053, 4054, 4055, 4056, - 4043, - 4044, - 4045, + 4057, + 4058, + 4059, 4046, 4047, - 4048 + 4048, + 4049, + 4050, + 4051 ] } ], "extendedTypes": [ { "type": "reference", - "target": 4146, + "target": 4149, "name": "OrderTaxLineDTO", "package": "@medusajs/types" } @@ -34268,7 +34268,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4090, + "target": 4093, "name": "OrderShippingMethodTaxLineDTO", "package": "@medusajs/types" } @@ -34297,7 +34297,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4105, + "target": 4108, "name": "OrderShippingMethodAdjustmentDTO", "package": "@medusajs/types" } @@ -34745,14 +34745,14 @@ ] }, { - "id": 4015, + "id": 4018, "name": "OrderLineItemTotalsDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4016, + "id": 4019, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -34773,7 +34773,7 @@ } }, { - "id": 4017, + "id": 4020, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -34794,7 +34794,7 @@ } }, { - "id": 4018, + "id": 4021, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -34815,7 +34815,7 @@ } }, { - "id": 4019, + "id": 4022, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -34836,7 +34836,7 @@ } }, { - "id": 4020, + "id": 4023, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -34857,7 +34857,7 @@ } }, { - "id": 4021, + "id": 4024, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -34878,7 +34878,7 @@ } }, { - "id": 4022, + "id": 4025, "name": "total", "variant": "declaration", "kind": 1024, @@ -34899,7 +34899,7 @@ } }, { - "id": 4023, + "id": 4026, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -34920,7 +34920,7 @@ } }, { - "id": 4024, + "id": 4027, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -34941,7 +34941,7 @@ } }, { - "id": 4025, + "id": 4028, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -34962,7 +34962,7 @@ } }, { - "id": 4026, + "id": 4029, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -34983,7 +34983,7 @@ } }, { - "id": 4027, + "id": 4030, "name": "refundable_total", "variant": "declaration", "kind": 1024, @@ -35004,7 +35004,7 @@ } }, { - "id": 4028, + "id": 4031, "name": "refundable_total_per_unit", "variant": "declaration", "kind": 1024, @@ -35025,7 +35025,7 @@ } }, { - "id": 4029, + "id": 4032, "name": "raw_original_total", "variant": "declaration", "kind": 1024, @@ -35046,7 +35046,7 @@ } }, { - "id": 4030, + "id": 4033, "name": "raw_original_subtotal", "variant": "declaration", "kind": 1024, @@ -35067,7 +35067,7 @@ } }, { - "id": 4031, + "id": 4034, "name": "raw_original_tax_total", "variant": "declaration", "kind": 1024, @@ -35088,7 +35088,7 @@ } }, { - "id": 4032, + "id": 4035, "name": "raw_item_total", "variant": "declaration", "kind": 1024, @@ -35109,7 +35109,7 @@ } }, { - "id": 4033, + "id": 4036, "name": "raw_item_subtotal", "variant": "declaration", "kind": 1024, @@ -35130,7 +35130,7 @@ } }, { - "id": 4034, + "id": 4037, "name": "raw_item_tax_total", "variant": "declaration", "kind": 1024, @@ -35151,7 +35151,7 @@ } }, { - "id": 4035, + "id": 4038, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -35172,7 +35172,7 @@ } }, { - "id": 4036, + "id": 4039, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -35193,7 +35193,7 @@ } }, { - "id": 4037, + "id": 4040, "name": "raw_tax_total", "variant": "declaration", "kind": 1024, @@ -35214,7 +35214,7 @@ } }, { - "id": 4038, + "id": 4041, "name": "raw_discount_total", "variant": "declaration", "kind": 1024, @@ -35235,7 +35235,7 @@ } }, { - "id": 4039, + "id": 4042, "name": "raw_discount_tax_total", "variant": "declaration", "kind": 1024, @@ -35256,7 +35256,7 @@ } }, { - "id": 4040, + "id": 4043, "name": "raw_refundable_total", "variant": "declaration", "kind": 1024, @@ -35277,7 +35277,7 @@ } }, { - "id": 4041, + "id": 4044, "name": "raw_refundable_total_per_unit", "variant": "declaration", "kind": 1024, @@ -35302,9 +35302,6 @@ { "title": "Properties", "children": [ - 4016, - 4017, - 4018, 4019, 4020, 4021, @@ -35327,7 +35324,10 @@ 4038, 4039, 4040, - 4041 + 4041, + 4042, + 4043, + 4044 ] } ], @@ -35370,7 +35370,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4016, + "target": 4019, "name": "OrderLineItemTotalsDTO.original_total" } }, @@ -35398,7 +35398,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4017, + "target": 4020, "name": "OrderLineItemTotalsDTO.original_subtotal" } }, @@ -35426,7 +35426,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4018, + "target": 4021, "name": "OrderLineItemTotalsDTO.original_tax_total" } }, @@ -35454,7 +35454,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4019, + "target": 4022, "name": "OrderLineItemTotalsDTO.item_total" } }, @@ -35482,7 +35482,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4020, + "target": 4023, "name": "OrderLineItemTotalsDTO.item_subtotal" } }, @@ -35510,7 +35510,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4021, + "target": 4024, "name": "OrderLineItemTotalsDTO.item_tax_total" } }, @@ -35538,7 +35538,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4022, + "target": 4025, "name": "OrderLineItemTotalsDTO.total" } }, @@ -35566,7 +35566,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4023, + "target": 4026, "name": "OrderLineItemTotalsDTO.subtotal" } }, @@ -35594,7 +35594,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4024, + "target": 4027, "name": "OrderLineItemTotalsDTO.tax_total" } }, @@ -35622,7 +35622,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4025, + "target": 4028, "name": "OrderLineItemTotalsDTO.discount_total" } }, @@ -35650,7 +35650,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4026, + "target": 4029, "name": "OrderLineItemTotalsDTO.discount_tax_total" } }, @@ -35678,7 +35678,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4027, + "target": 4030, "name": "OrderLineItemTotalsDTO.refundable_total" } }, @@ -35706,7 +35706,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4028, + "target": 4031, "name": "OrderLineItemTotalsDTO.refundable_total_per_unit" } }, @@ -35734,7 +35734,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4029, + "target": 4032, "name": "OrderLineItemTotalsDTO.raw_original_total" } }, @@ -35762,7 +35762,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4030, + "target": 4033, "name": "OrderLineItemTotalsDTO.raw_original_subtotal" } }, @@ -35790,7 +35790,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4031, + "target": 4034, "name": "OrderLineItemTotalsDTO.raw_original_tax_total" } }, @@ -35818,7 +35818,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4032, + "target": 4035, "name": "OrderLineItemTotalsDTO.raw_item_total" } }, @@ -35846,7 +35846,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4033, + "target": 4036, "name": "OrderLineItemTotalsDTO.raw_item_subtotal" } }, @@ -35874,7 +35874,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4034, + "target": 4037, "name": "OrderLineItemTotalsDTO.raw_item_tax_total" } }, @@ -35902,7 +35902,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4035, + "target": 4038, "name": "OrderLineItemTotalsDTO.raw_total" } }, @@ -35930,7 +35930,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4036, + "target": 4039, "name": "OrderLineItemTotalsDTO.raw_subtotal" } }, @@ -35958,7 +35958,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4037, + "target": 4040, "name": "OrderLineItemTotalsDTO.raw_tax_total" } }, @@ -35986,7 +35986,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4038, + "target": 4041, "name": "OrderLineItemTotalsDTO.raw_discount_total" } }, @@ -36014,7 +36014,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4039, + "target": 4042, "name": "OrderLineItemTotalsDTO.raw_discount_tax_total" } }, @@ -36042,7 +36042,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4040, + "target": 4043, "name": "OrderLineItemTotalsDTO.raw_refundable_total" } }, @@ -36070,7 +36070,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 4041, + "target": 4044, "name": "OrderLineItemTotalsDTO.raw_refundable_total_per_unit" } }, @@ -36751,7 +36751,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4042, + "target": 4045, "name": "OrderLineItemTaxLineDTO", "package": "@medusajs/types" } @@ -36780,7 +36780,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4057, + "target": 4060, "name": "OrderLineItemAdjustmentDTO", "package": "@medusajs/types" } @@ -36802,7 +36802,7 @@ }, "type": { "type": "reference", - "target": 4069, + "target": 4072, "name": "OrderItemDTO", "package": "@medusajs/types" } @@ -36968,21 +36968,21 @@ "extendedTypes": [ { "type": "reference", - "target": 4015, + "target": 4018, "name": "OrderLineItemTotalsDTO", "package": "@medusajs/types" } ] }, { - "id": 4069, + "id": 4072, "name": "OrderItemDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4070, + "id": 4073, "name": "id", "variant": "declaration", "kind": 1024, @@ -37001,7 +37001,7 @@ } }, { - "id": 4071, + "id": 4074, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -37020,7 +37020,7 @@ } }, { - "id": 4072, + "id": 4075, "name": "item", "variant": "declaration", "kind": 1024, @@ -37041,7 +37041,7 @@ } }, { - "id": 4073, + "id": 4076, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -37060,7 +37060,7 @@ } }, { - "id": 4074, + "id": 4077, "name": "raw_quantity", "variant": "declaration", "kind": 1024, @@ -37081,7 +37081,7 @@ } }, { - "id": 4075, + "id": 4078, "name": "fulfilled_quantity", "variant": "declaration", "kind": 1024, @@ -37100,7 +37100,7 @@ } }, { - "id": 4076, + "id": 4079, "name": "raw_fulfilled_quantity", "variant": "declaration", "kind": 1024, @@ -37121,7 +37121,7 @@ } }, { - "id": 4077, + "id": 4080, "name": "shipped_quantity", "variant": "declaration", "kind": 1024, @@ -37140,7 +37140,7 @@ } }, { - "id": 4078, + "id": 4081, "name": "raw_shipped_quantity", "variant": "declaration", "kind": 1024, @@ -37161,7 +37161,7 @@ } }, { - "id": 4079, + "id": 4082, "name": "return_requested_quantity", "variant": "declaration", "kind": 1024, @@ -37180,7 +37180,7 @@ } }, { - "id": 4080, + "id": 4083, "name": "raw_return_requested_quantity", "variant": "declaration", "kind": 1024, @@ -37201,7 +37201,7 @@ } }, { - "id": 4081, + "id": 4084, "name": "return_received_quantity", "variant": "declaration", "kind": 1024, @@ -37220,7 +37220,7 @@ } }, { - "id": 4082, + "id": 4085, "name": "raw_return_received_quantity", "variant": "declaration", "kind": 1024, @@ -37241,7 +37241,7 @@ } }, { - "id": 4083, + "id": 4086, "name": "return_dismissed_quantity", "variant": "declaration", "kind": 1024, @@ -37260,7 +37260,7 @@ } }, { - "id": 4084, + "id": 4087, "name": "raw_return_dismissed_quantity", "variant": "declaration", "kind": 1024, @@ -37281,7 +37281,7 @@ } }, { - "id": 4085, + "id": 4088, "name": "written_off_quantity", "variant": "declaration", "kind": 1024, @@ -37300,7 +37300,7 @@ } }, { - "id": 4086, + "id": 4089, "name": "raw_written_off_quantity", "variant": "declaration", "kind": 1024, @@ -37321,7 +37321,7 @@ } }, { - "id": 4087, + "id": 4090, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -37364,7 +37364,7 @@ } }, { - "id": 4088, + "id": 4091, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -37388,7 +37388,7 @@ } }, { - "id": 4089, + "id": 4092, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -37416,9 +37416,6 @@ { "title": "Properties", "children": [ - 4070, - 4071, - 4072, 4073, 4074, 4075, @@ -37435,7 +37432,10 @@ 4086, 4087, 4088, - 4089 + 4089, + 4090, + 4091, + 4092 ] } ] @@ -38977,7 +38977,7 @@ ] }, { - "id": 4131, + "id": 4134, "name": "ReturnStatus", "variant": "declaration", "kind": 2097152, @@ -40775,7 +40775,7 @@ "flags": {}, "type": { "type": "reference", - "target": 4131, + "target": 4134, "name": "ReturnStatus", "package": "@medusajs/types" } @@ -40816,7 +40816,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4132, + "target": 4135, "name": "OrderReturnItemDTO", "package": "@medusajs/types" } @@ -40932,14 +40932,14 @@ ] }, { - "id": 4132, + "id": 4135, "name": "OrderReturnItemDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4133, + "id": 4136, "name": "id", "variant": "declaration", "kind": 1024, @@ -40950,7 +40950,7 @@ } }, { - "id": 4134, + "id": 4137, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -40961,7 +40961,7 @@ } }, { - "id": 4135, + "id": 4138, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -40972,7 +40972,7 @@ } }, { - "id": 4136, + "id": 4139, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -40983,7 +40983,7 @@ } }, { - "id": 4137, + "id": 4140, "name": "reason_id", "variant": "declaration", "kind": 1024, @@ -41005,7 +41005,7 @@ } }, { - "id": 4138, + "id": 4141, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -41016,7 +41016,7 @@ } }, { - "id": 4139, + "id": 4142, "name": "raw_quantity", "variant": "declaration", "kind": 1024, @@ -41029,7 +41029,7 @@ } }, { - "id": 4140, + "id": 4143, "name": "received_quantity", "variant": "declaration", "kind": 1024, @@ -41042,7 +41042,7 @@ } }, { - "id": 4141, + "id": 4144, "name": "raw_received_quantity", "variant": "declaration", "kind": 1024, @@ -41057,7 +41057,7 @@ } }, { - "id": 4142, + "id": 4145, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -41094,7 +41094,7 @@ } }, { - "id": 4143, + "id": 4146, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -41121,7 +41121,7 @@ } }, { - "id": 4144, + "id": 4147, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -41152,9 +41152,6 @@ { "title": "Properties", "children": [ - 4133, - 4134, - 4135, 4136, 4137, 4138, @@ -41163,7 +41160,10 @@ 4141, 4142, 4143, - 4144 + 4144, + 4145, + 4146, + 4147 ] } ] @@ -45961,6 +45961,66 @@ }, { "id": 4007, + "name": "return_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 4008, + "name": "claim_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 4009, + "name": "exchange_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 4010, "name": "order", "variant": "declaration", "kind": 1024, @@ -45993,7 +46053,7 @@ } }, { - "id": 4008, + "id": 4011, "name": "reference", "variant": "declaration", "kind": 1024, @@ -46012,7 +46072,7 @@ } }, { - "id": 4009, + "id": 4012, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -46031,7 +46091,7 @@ } }, { - "id": 4010, + "id": 4013, "name": "action", "variant": "declaration", "kind": 1024, @@ -46046,13 +46106,13 @@ }, "type": { "type": "reference", - "target": 4145, + "target": 4148, "name": "ChangeActionType", "package": "@medusajs/types" } }, { - "id": 4011, + "id": 4014, "name": "details", "variant": "declaration", "kind": 1024, @@ -46095,7 +46155,7 @@ } }, { - "id": 4012, + "id": 4015, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -46123,7 +46183,7 @@ } }, { - "id": 4013, + "id": 4016, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -46156,7 +46216,7 @@ } }, { - "id": 4014, + "id": 4017, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -46204,7 +46264,10 @@ 4011, 4012, 4013, - 4014 + 4014, + 4015, + 4016, + 4017 ] } ] @@ -47173,14 +47236,14 @@ ] }, { - "id": 4117, + "id": 4120, "name": "IBigNumber", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4118, + "id": 4121, "name": "numeric", "variant": "declaration", "kind": 1024, @@ -47191,7 +47254,7 @@ } }, { - "id": 4119, + "id": 4122, "name": "raw", "variant": "declaration", "kind": 1024, @@ -47206,7 +47269,7 @@ } }, { - "id": 4120, + "id": 4123, "name": "bigNumber", "variant": "declaration", "kind": 1024, @@ -47224,14 +47287,14 @@ } }, { - "id": 4121, + "id": 4124, "name": "toJSON", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4122, + "id": 4125, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -47244,14 +47307,14 @@ ] }, { - "id": 4123, + "id": 4126, "name": "valueOf", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4124, + "id": 4127, "name": "valueOf", "variant": "signature", "kind": 4096, @@ -47268,16 +47331,16 @@ { "title": "Properties", "children": [ - 4118, - 4119, - 4120 + 4121, + 4122, + 4123 ] }, { "title": "Methods", "children": [ - 4121, - 4123 + 4124, + 4126 ] } ] @@ -47384,7 +47447,7 @@ }, { "type": "reference", - "target": 4117, + "target": 4120, "name": "IBigNumber", "package": "@medusajs/types" } @@ -47455,20 +47518,20 @@ 3771, 3546, 2931, - 4155, - 4105, - 4057, - 4146, - 4090, - 4042, + 4158, + 4108, + 4060, + 4149, + 4093, + 4045, 3631, 3705, - 4015, + 4018, 3647, - 4069, + 4072, 3482, 3801, - 4132, + 4135, 3934, 3866, 3604, @@ -47477,7 +47540,7 @@ 3573, 3312, 2967, - 4117 + 4120 ] }, { @@ -47487,14 +47550,14 @@ 3589, 3591, 3789, - 4175, - 4165, + 4178, + 4168, 3330, - 4129, + 4132, 3799, - 4128, + 4131, 3793, - 4125, + 4128, 3783, 3569, 3579, @@ -47506,10 +47569,10 @@ 3563, 3288, 3560, - 4145, + 4148, 3748, 3630, - 4131, + 4134, 3766, 3765 ] @@ -53271,681 +53334,693 @@ }, "4007": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.order" + "qualifiedName": "OrderChangeActionDTO.return_id" }, "4008": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.reference" + "qualifiedName": "OrderChangeActionDTO.claim_id" }, "4009": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.reference_id" + "qualifiedName": "OrderChangeActionDTO.exchange_id" }, "4010": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.action" + "qualifiedName": "OrderChangeActionDTO.order" }, "4011": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.details" + "qualifiedName": "OrderChangeActionDTO.reference" }, "4012": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.internal_note" + "qualifiedName": "OrderChangeActionDTO.reference_id" }, "4013": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.created_at" + "qualifiedName": "OrderChangeActionDTO.action" }, "4014": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.updated_at" + "qualifiedName": "OrderChangeActionDTO.details" }, "4015": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO" + "qualifiedName": "OrderChangeActionDTO.internal_note" }, "4016": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.original_total" + "qualifiedName": "OrderChangeActionDTO.created_at" }, "4017": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.original_subtotal" + "qualifiedName": "OrderChangeActionDTO.updated_at" }, "4018": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.original_tax_total" + "qualifiedName": "OrderLineItemTotalsDTO" }, "4019": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.item_total" + "qualifiedName": "OrderLineItemTotalsDTO.original_total" }, "4020": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.item_subtotal" + "qualifiedName": "OrderLineItemTotalsDTO.original_subtotal" }, "4021": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.item_tax_total" + "qualifiedName": "OrderLineItemTotalsDTO.original_tax_total" }, "4022": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.total" + "qualifiedName": "OrderLineItemTotalsDTO.item_total" }, "4023": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.subtotal" + "qualifiedName": "OrderLineItemTotalsDTO.item_subtotal" }, "4024": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.tax_total" + "qualifiedName": "OrderLineItemTotalsDTO.item_tax_total" }, "4025": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.discount_total" + "qualifiedName": "OrderLineItemTotalsDTO.total" }, "4026": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.discount_tax_total" + "qualifiedName": "OrderLineItemTotalsDTO.subtotal" }, "4027": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.refundable_total" + "qualifiedName": "OrderLineItemTotalsDTO.tax_total" }, "4028": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.refundable_total_per_unit" + "qualifiedName": "OrderLineItemTotalsDTO.discount_total" }, "4029": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_original_total" + "qualifiedName": "OrderLineItemTotalsDTO.discount_tax_total" }, "4030": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_original_subtotal" + "qualifiedName": "OrderLineItemTotalsDTO.refundable_total" }, "4031": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_original_tax_total" + "qualifiedName": "OrderLineItemTotalsDTO.refundable_total_per_unit" }, "4032": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_item_total" + "qualifiedName": "OrderLineItemTotalsDTO.raw_original_total" }, "4033": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_item_subtotal" + "qualifiedName": "OrderLineItemTotalsDTO.raw_original_subtotal" }, "4034": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_item_tax_total" + "qualifiedName": "OrderLineItemTotalsDTO.raw_original_tax_total" }, "4035": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_total" + "qualifiedName": "OrderLineItemTotalsDTO.raw_item_total" }, "4036": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_subtotal" + "qualifiedName": "OrderLineItemTotalsDTO.raw_item_subtotal" }, "4037": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_tax_total" + "qualifiedName": "OrderLineItemTotalsDTO.raw_item_tax_total" }, "4038": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_discount_total" + "qualifiedName": "OrderLineItemTotalsDTO.raw_total" }, "4039": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_discount_tax_total" + "qualifiedName": "OrderLineItemTotalsDTO.raw_subtotal" }, "4040": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_refundable_total" + "qualifiedName": "OrderLineItemTotalsDTO.raw_tax_total" }, "4041": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_refundable_total_per_unit" + "qualifiedName": "OrderLineItemTotalsDTO.raw_discount_total" }, "4042": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO" + "qualifiedName": "OrderLineItemTotalsDTO.raw_discount_tax_total" }, "4043": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.item" + "qualifiedName": "OrderLineItemTotalsDTO.raw_refundable_total" }, "4044": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.item_id" + "qualifiedName": "OrderLineItemTotalsDTO.raw_refundable_total_per_unit" }, "4045": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.total" + "qualifiedName": "OrderLineItemTaxLineDTO" }, "4046": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.subtotal" + "qualifiedName": "OrderLineItemTaxLineDTO.item" }, "4047": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.raw_total" + "qualifiedName": "OrderLineItemTaxLineDTO.item_id" }, "4048": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.raw_subtotal" + "qualifiedName": "OrderLineItemTaxLineDTO.total" }, "4049": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.id" + "qualifiedName": "OrderLineItemTaxLineDTO.subtotal" }, "4050": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.description" + "qualifiedName": "OrderLineItemTaxLineDTO.raw_total" }, "4051": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.tax_rate_id" + "qualifiedName": "OrderLineItemTaxLineDTO.raw_subtotal" }, "4052": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.code" + "qualifiedName": "OrderTaxLineDTO.id" }, "4053": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.rate" + "qualifiedName": "OrderTaxLineDTO.description" }, "4054": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.provider_id" + "qualifiedName": "OrderTaxLineDTO.tax_rate_id" }, "4055": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.created_at" + "qualifiedName": "OrderTaxLineDTO.code" }, "4056": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.updated_at" + "qualifiedName": "OrderTaxLineDTO.rate" }, "4057": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemAdjustmentDTO" + "qualifiedName": "OrderTaxLineDTO.provider_id" }, "4058": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemAdjustmentDTO.item" + "qualifiedName": "OrderTaxLineDTO.created_at" }, "4059": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemAdjustmentDTO.item_id" + "qualifiedName": "OrderTaxLineDTO.updated_at" }, "4060": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.id" + "qualifiedName": "OrderLineItemAdjustmentDTO" }, "4061": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.code" + "qualifiedName": "OrderLineItemAdjustmentDTO.item" }, "4062": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.amount" + "qualifiedName": "OrderLineItemAdjustmentDTO.item_id" }, "4063": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.order_id" + "qualifiedName": "OrderAdjustmentLineDTO.id" }, "4064": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.description" + "qualifiedName": "OrderAdjustmentLineDTO.code" }, "4065": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.promotion_id" + "qualifiedName": "OrderAdjustmentLineDTO.amount" }, "4066": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.provider_id" + "qualifiedName": "OrderAdjustmentLineDTO.order_id" }, "4067": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.created_at" + "qualifiedName": "OrderAdjustmentLineDTO.description" }, "4068": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.updated_at" + "qualifiedName": "OrderAdjustmentLineDTO.promotion_id" }, "4069": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO" + "qualifiedName": "OrderAdjustmentLineDTO.provider_id" }, "4070": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.id" + "qualifiedName": "OrderAdjustmentLineDTO.created_at" }, "4071": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.item_id" + "qualifiedName": "OrderAdjustmentLineDTO.updated_at" }, "4072": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.item" + "qualifiedName": "OrderItemDTO" }, "4073": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.quantity" + "qualifiedName": "OrderItemDTO.id" }, "4074": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_quantity" + "qualifiedName": "OrderItemDTO.item_id" }, "4075": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.fulfilled_quantity" + "qualifiedName": "OrderItemDTO.item" }, "4076": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_fulfilled_quantity" + "qualifiedName": "OrderItemDTO.quantity" }, "4077": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.shipped_quantity" + "qualifiedName": "OrderItemDTO.raw_quantity" }, "4078": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_shipped_quantity" + "qualifiedName": "OrderItemDTO.fulfilled_quantity" }, "4079": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.return_requested_quantity" + "qualifiedName": "OrderItemDTO.raw_fulfilled_quantity" }, "4080": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_return_requested_quantity" + "qualifiedName": "OrderItemDTO.shipped_quantity" }, "4081": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.return_received_quantity" + "qualifiedName": "OrderItemDTO.raw_shipped_quantity" }, "4082": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_return_received_quantity" + "qualifiedName": "OrderItemDTO.return_requested_quantity" }, "4083": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.return_dismissed_quantity" + "qualifiedName": "OrderItemDTO.raw_return_requested_quantity" }, "4084": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_return_dismissed_quantity" + "qualifiedName": "OrderItemDTO.return_received_quantity" }, "4085": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.written_off_quantity" + "qualifiedName": "OrderItemDTO.raw_return_received_quantity" }, "4086": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_written_off_quantity" + "qualifiedName": "OrderItemDTO.return_dismissed_quantity" }, "4087": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.metadata" + "qualifiedName": "OrderItemDTO.raw_return_dismissed_quantity" }, "4088": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.created_at" + "qualifiedName": "OrderItemDTO.written_off_quantity" }, "4089": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.updated_at" + "qualifiedName": "OrderItemDTO.raw_written_off_quantity" }, "4090": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO" + "qualifiedName": "OrderItemDTO.metadata" }, "4091": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.shipping_method" + "qualifiedName": "OrderItemDTO.created_at" }, "4092": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.shipping_method_id" + "qualifiedName": "OrderItemDTO.updated_at" }, "4093": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.total" + "qualifiedName": "OrderShippingMethodTaxLineDTO" }, "4094": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.subtotal" + "qualifiedName": "OrderShippingMethodTaxLineDTO.shipping_method" }, "4095": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.raw_total" + "qualifiedName": "OrderShippingMethodTaxLineDTO.shipping_method_id" }, "4096": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.raw_subtotal" + "qualifiedName": "OrderShippingMethodTaxLineDTO.total" }, "4097": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.id" + "qualifiedName": "OrderShippingMethodTaxLineDTO.subtotal" }, "4098": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.description" + "qualifiedName": "OrderShippingMethodTaxLineDTO.raw_total" }, "4099": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.tax_rate_id" + "qualifiedName": "OrderShippingMethodTaxLineDTO.raw_subtotal" }, "4100": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.code" + "qualifiedName": "OrderTaxLineDTO.id" }, "4101": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.rate" + "qualifiedName": "OrderTaxLineDTO.description" }, "4102": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.provider_id" + "qualifiedName": "OrderTaxLineDTO.tax_rate_id" }, "4103": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.created_at" + "qualifiedName": "OrderTaxLineDTO.code" }, "4104": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.updated_at" + "qualifiedName": "OrderTaxLineDTO.rate" }, "4105": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodAdjustmentDTO" + "qualifiedName": "OrderTaxLineDTO.provider_id" }, "4106": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodAdjustmentDTO.shipping_method" + "qualifiedName": "OrderTaxLineDTO.created_at" }, "4107": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodAdjustmentDTO.shipping_method_id" + "qualifiedName": "OrderTaxLineDTO.updated_at" }, "4108": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.id" + "qualifiedName": "OrderShippingMethodAdjustmentDTO" }, "4109": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.code" + "qualifiedName": "OrderShippingMethodAdjustmentDTO.shipping_method" }, "4110": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.amount" + "qualifiedName": "OrderShippingMethodAdjustmentDTO.shipping_method_id" }, "4111": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.order_id" + "qualifiedName": "OrderAdjustmentLineDTO.id" }, "4112": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.description" + "qualifiedName": "OrderAdjustmentLineDTO.code" }, "4113": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.promotion_id" + "qualifiedName": "OrderAdjustmentLineDTO.amount" }, "4114": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.provider_id" + "qualifiedName": "OrderAdjustmentLineDTO.order_id" }, "4115": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.created_at" + "qualifiedName": "OrderAdjustmentLineDTO.description" }, "4116": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.updated_at" - }, - "4117": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber" - }, - "4118": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.numeric" - }, - "4119": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.raw" - }, - "4120": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.bigNumber" - }, - "4121": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" - }, - "4122": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" - }, - "4123": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" - }, - "4124": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" - }, - "4125": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "EventMetadata" - }, - "4126": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" - }, - "4127": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventGroupId" - }, - "4128": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "PrevLimit" - }, - "4129": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue2" - }, - "4130": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "4131": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "ReturnStatus" - }, - "4132": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO" - }, - "4133": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.id" - }, - "4134": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.return_id" - }, - "4135": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.order_id" - }, - "4136": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.item_id" - }, - "4137": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.reason_id" - }, - "4138": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.quantity" - }, - "4139": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.raw_quantity" - }, - "4140": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.received_quantity" - }, - "4141": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.raw_received_quantity" - }, - "4142": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.metadata" - }, - "4143": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.created_at" - }, - "4144": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.updated_at" - }, - "4145": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "ChangeActionType" - }, - "4146": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO" - }, - "4147": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.id" - }, - "4148": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.description" - }, - "4149": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.tax_rate_id" - }, - "4150": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.code" - }, - "4151": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.rate" - }, - "4152": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.provider_id" - }, - "4153": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.created_at" - }, - "4154": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.updated_at" - }, - "4155": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO" - }, - "4156": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.id" - }, - "4157": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.code" - }, - "4158": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.amount" - }, - "4159": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.order_id" - }, - "4160": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.description" - }, - "4161": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.promotion_id" }, - "4162": { + "4117": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.provider_id" }, - "4163": { + "4118": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.created_at" }, - "4164": { + "4119": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.updated_at" }, - "4165": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Primary" + "4120": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber" }, - "4166": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "4121": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.numeric" + }, + "4122": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.raw" + }, + "4123": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.bigNumber" + }, + "4124": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.toJSON" + }, + "4125": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.toJSON" + }, + "4126": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" + }, + "4127": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" + }, + "4128": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "EventMetadata" + }, + "4129": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "4167": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.[PrimaryKeyType]" + "4130": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventGroupId" }, - "4168": { + "4131": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "qualifiedName": "PrevLimit" }, - "4169": { + "4132": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type._id" + "qualifiedName": "FilterValue2" }, - "4170": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "4171": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.uuid" - }, - "4172": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "4173": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.id" - }, - "4174": { + "4133": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, + "4134": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "ReturnStatus" + }, + "4135": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO" + }, + "4136": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.id" + }, + "4137": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.return_id" + }, + "4138": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.order_id" + }, + "4139": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.item_id" + }, + "4140": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.reason_id" + }, + "4141": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.quantity" + }, + "4142": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.raw_quantity" + }, + "4143": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.received_quantity" + }, + "4144": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.raw_received_quantity" + }, + "4145": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.metadata" + }, + "4146": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.created_at" + }, + "4147": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.updated_at" + }, + "4148": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "ChangeActionType" + }, + "4149": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO" + }, + "4150": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.id" + }, + "4151": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.description" + }, + "4152": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.tax_rate_id" + }, + "4153": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.code" + }, + "4154": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.rate" + }, + "4155": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.provider_id" + }, + "4156": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.created_at" + }, + "4157": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.updated_at" + }, + "4158": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO" + }, + "4159": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.id" + }, + "4160": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.code" + }, + "4161": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.amount" + }, + "4162": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.order_id" + }, + "4163": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.description" + }, + "4164": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.promotion_id" + }, + "4165": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.provider_id" + }, + "4166": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.created_at" + }, + "4167": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.updated_at" + }, + "4168": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Primary" + }, + "4169": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "4170": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.[PrimaryKeyType]" + }, + "4171": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "4172": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type._id" + }, + "4173": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "4174": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.uuid" + }, "4175": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "4176": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.id" + }, + "4177": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "4178": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "ReadonlyPrimary" }, - "4176": { + "4179": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" } diff --git a/www/utils/generated/typedoc-json-output/inventory-next-models.json b/www/utils/generated/typedoc-json-output/inventory-next-models.json index 78ebb76480..3416456ddc 100644 --- a/www/utils/generated/typedoc-json-output/inventory-next-models.json +++ b/www/utils/generated/typedoc-json-output/inventory-next-models.json @@ -1,5 +1,5 @@ { - "id": 4972, + "id": 4975, "name": "inventory-next-models", "variant": "project", "kind": 1, @@ -18,28 +18,28 @@ }, "children": [ { - "id": 4995, + "id": 4998, "name": "InventoryItem", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4996, + "id": 4999, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4997, + "id": 5000, "name": "new InventoryItem", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4995, + "target": 4998, "name": "InventoryItem", "package": "@medusajs/inventory-next" } @@ -47,7 +47,7 @@ ] }, { - "id": 5024, + "id": 5027, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -63,7 +63,7 @@ } }, { - "id": 4998, + "id": 5001, "name": "id", "variant": "declaration", "kind": 1024, @@ -74,7 +74,7 @@ } }, { - "id": 4999, + "id": 5002, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -90,7 +90,7 @@ } }, { - "id": 5000, + "id": 5003, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -106,7 +106,7 @@ } }, { - "id": 5001, + "id": 5004, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -132,7 +132,7 @@ "defaultValue": "null" }, { - "id": 5002, + "id": 5005, "name": "sku", "variant": "declaration", "kind": 1024, @@ -153,7 +153,7 @@ "defaultValue": "null" }, { - "id": 5003, + "id": 5006, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -174,7 +174,7 @@ "defaultValue": "null" }, { - "id": 5004, + "id": 5007, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -195,7 +195,7 @@ "defaultValue": "null" }, { - "id": 5005, + "id": 5008, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -216,7 +216,7 @@ "defaultValue": "null" }, { - "id": 5006, + "id": 5009, "name": "material", "variant": "declaration", "kind": 1024, @@ -237,7 +237,7 @@ "defaultValue": "null" }, { - "id": 5007, + "id": 5010, "name": "weight", "variant": "declaration", "kind": 1024, @@ -258,7 +258,7 @@ "defaultValue": "null" }, { - "id": 5008, + "id": 5011, "name": "length", "variant": "declaration", "kind": 1024, @@ -279,7 +279,7 @@ "defaultValue": "null" }, { - "id": 5009, + "id": 5012, "name": "height", "variant": "declaration", "kind": 1024, @@ -300,7 +300,7 @@ "defaultValue": "null" }, { - "id": 5010, + "id": 5013, "name": "width", "variant": "declaration", "kind": 1024, @@ -321,7 +321,7 @@ "defaultValue": "null" }, { - "id": 5011, + "id": 5014, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -333,7 +333,7 @@ "defaultValue": "true" }, { - "id": 5012, + "id": 5015, "name": "description", "variant": "declaration", "kind": 1024, @@ -354,7 +354,7 @@ "defaultValue": "null" }, { - "id": 5013, + "id": 5016, "name": "title", "variant": "declaration", "kind": 1024, @@ -375,7 +375,7 @@ "defaultValue": "null" }, { - "id": 5014, + "id": 5017, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -396,7 +396,7 @@ "defaultValue": "null" }, { - "id": 5015, + "id": 5018, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -432,7 +432,7 @@ "defaultValue": "null" }, { - "id": 5016, + "id": 5019, "name": "location_levels", "variant": "declaration", "kind": 1024, @@ -446,7 +446,7 @@ "typeArguments": [ { "type": "reference", - "target": 5025, + "target": 5028, "name": "InventoryLevel", "package": "@medusajs/inventory-next" }, @@ -461,7 +461,7 @@ "defaultValue": "..." }, { - "id": 5017, + "id": 5020, "name": "reservation_items", "variant": "declaration", "kind": 1024, @@ -475,7 +475,7 @@ "typeArguments": [ { "type": "reference", - "target": 4973, + "target": 4976, "name": "ReservationItem", "package": "@medusajs/inventory-next" }, @@ -490,7 +490,7 @@ "defaultValue": "..." }, { - "id": 5018, + "id": 5021, "name": "reserved_quantity", "variant": "declaration", "kind": 1024, @@ -501,7 +501,7 @@ } }, { - "id": 5019, + "id": 5022, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -516,16 +516,13 @@ { "title": "Constructors", "children": [ - 4996 + 4999 ] }, { "title": "Properties", "children": [ - 5024, - 4998, - 4999, - 5000, + 5027, 5001, 5002, 5003, @@ -544,34 +541,37 @@ 5016, 5017, 5018, - 5019 + 5019, + 5020, + 5021, + 5022 ] } ] }, { - "id": 5025, + "id": 5028, "name": "InventoryLevel", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 5026, + "id": 5029, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 5027, + "id": 5030, "name": "new InventoryLevel", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 5025, + "target": 5028, "name": "InventoryLevel", "package": "@medusajs/inventory-next" } @@ -579,7 +579,7 @@ ] }, { - "id": 5028, + "id": 5031, "name": "id", "variant": "declaration", "kind": 1024, @@ -590,7 +590,7 @@ } }, { - "id": 5029, + "id": 5032, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -606,7 +606,7 @@ } }, { - "id": 5030, + "id": 5033, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -622,7 +622,7 @@ } }, { - "id": 5031, + "id": 5034, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -648,7 +648,7 @@ "defaultValue": "null" }, { - "id": 5032, + "id": 5035, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -659,7 +659,7 @@ } }, { - "id": 5033, + "id": 5036, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -670,7 +670,7 @@ } }, { - "id": 5034, + "id": 5037, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -696,7 +696,7 @@ "defaultValue": "0" }, { - "id": 5035, + "id": 5038, "name": "raw_stocked_quantity", "variant": "declaration", "kind": 1024, @@ -712,7 +712,7 @@ } }, { - "id": 5036, + "id": 5039, "name": "reserved_quantity", "variant": "declaration", "kind": 1024, @@ -738,7 +738,7 @@ "defaultValue": "0" }, { - "id": 5037, + "id": 5040, "name": "raw_reserved_quantity", "variant": "declaration", "kind": 1024, @@ -754,7 +754,7 @@ } }, { - "id": 5038, + "id": 5041, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -780,7 +780,7 @@ "defaultValue": "0" }, { - "id": 5039, + "id": 5042, "name": "raw_incoming_quantity", "variant": "declaration", "kind": 1024, @@ -796,7 +796,7 @@ } }, { - "id": 5040, + "id": 5043, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -831,20 +831,20 @@ } }, { - "id": 5041, + "id": 5044, "name": "inventory_item", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4995, + "target": 4998, "name": "InventoryItem", "package": "@medusajs/inventory-next" } }, { - "id": 5042, + "id": 5045, "name": "available_quantity", "variant": "declaration", "kind": 1024, @@ -878,15 +878,12 @@ { "title": "Constructors", "children": [ - 5026 + 5029 ] }, { "title": "Properties", "children": [ - 5028, - 5029, - 5030, 5031, 5032, 5033, @@ -898,34 +895,37 @@ 5039, 5040, 5041, - 5042 + 5042, + 5043, + 5044, + 5045 ] } ] }, { - "id": 4973, + "id": 4976, "name": "ReservationItem", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 4974, + "id": 4977, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 4975, + "id": 4978, "name": "new ReservationItem", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 4973, + "target": 4976, "name": "ReservationItem", "package": "@medusajs/inventory-next" } @@ -933,7 +933,7 @@ ] }, { - "id": 4976, + "id": 4979, "name": "id", "variant": "declaration", "kind": 1024, @@ -944,7 +944,7 @@ } }, { - "id": 4977, + "id": 4980, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -960,7 +960,7 @@ } }, { - "id": 4978, + "id": 4981, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -976,7 +976,7 @@ } }, { - "id": 4979, + "id": 4982, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -1002,7 +1002,7 @@ "defaultValue": "null" }, { - "id": 4980, + "id": 4983, "name": "line_item_id", "variant": "declaration", "kind": 1024, @@ -1023,7 +1023,7 @@ "defaultValue": "null" }, { - "id": 4981, + "id": 4984, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -1035,7 +1035,7 @@ "defaultValue": "false" }, { - "id": 4982, + "id": 4985, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -1046,7 +1046,7 @@ } }, { - "id": 4983, + "id": 4986, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -1071,7 +1071,7 @@ } }, { - "id": 4984, + "id": 4987, "name": "raw_quantity", "variant": "declaration", "kind": 1024, @@ -1087,7 +1087,7 @@ } }, { - "id": 4985, + "id": 4988, "name": "external_id", "variant": "declaration", "kind": 1024, @@ -1108,7 +1108,7 @@ "defaultValue": "null" }, { - "id": 4986, + "id": 4989, "name": "description", "variant": "declaration", "kind": 1024, @@ -1129,7 +1129,7 @@ "defaultValue": "null" }, { - "id": 4987, + "id": 4990, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -1150,7 +1150,7 @@ "defaultValue": "null" }, { - "id": 4988, + "id": 4991, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -1186,7 +1186,7 @@ "defaultValue": "null" }, { - "id": 4989, + "id": 4992, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -1197,14 +1197,14 @@ } }, { - "id": 4990, + "id": 4993, "name": "inventory_item", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4995, + "target": 4998, "name": "InventoryItem", "package": "@medusajs/inventory-next" } @@ -1214,15 +1214,12 @@ { "title": "Constructors", "children": [ - 4974 + 4977 ] }, { "title": "Properties", "children": [ - 4976, - 4977, - 4978, 4979, 4980, 4981, @@ -1234,7 +1231,10 @@ 4987, 4988, 4989, - 4990 + 4990, + 4991, + 4992, + 4993 ] } ] @@ -1244,239 +1244,239 @@ { "title": "Classes", "children": [ - 4995, - 5025, - 4973 + 4998, + 5028, + 4976 ] } ], "packageName": "@medusajs/inventory-next", "symbolIdMap": { - "4972": { + "4975": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/index.ts", "qualifiedName": "" }, - "4973": { + "4976": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem" }, - "4976": { + "4979": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.id" }, - "4977": { + "4980": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.created_at" }, - "4978": { + "4981": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.updated_at" }, - "4979": { + "4982": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.deleted_at" }, - "4980": { + "4983": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.line_item_id" }, - "4981": { + "4984": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.allow_backorder" }, - "4982": { + "4985": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.location_id" }, - "4983": { + "4986": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.quantity" }, - "4984": { + "4987": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.raw_quantity" }, - "4985": { + "4988": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.external_id" }, - "4986": { + "4989": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.description" }, - "4987": { + "4990": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.created_by" }, - "4988": { + "4991": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.metadata" }, - "4989": { + "4992": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.inventory_item_id" }, - "4990": { + "4993": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/reservation-item.ts", "qualifiedName": "ReservationItem.inventory_item" }, - "4995": { + "4998": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem" }, - "4998": { + "5001": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.id" }, - "4999": { + "5002": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.created_at" }, - "5000": { + "5003": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.updated_at" }, - "5001": { + "5004": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.deleted_at" }, - "5002": { + "5005": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.sku" }, - "5003": { + "5006": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.origin_country" }, - "5004": { + "5007": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.hs_code" }, - "5005": { + "5008": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.mid_code" }, - "5006": { + "5009": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.material" }, - "5007": { + "5010": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.weight" }, - "5008": { + "5011": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.length" }, - "5009": { + "5012": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.height" }, - "5010": { + "5013": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.width" }, - "5011": { + "5014": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.requires_shipping" }, - "5012": { + "5015": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.description" }, - "5013": { + "5016": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.title" }, - "5014": { + "5017": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.thumbnail" }, - "5015": { + "5018": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.metadata" }, - "5016": { + "5019": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.location_levels" }, - "5017": { + "5020": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.reservation_items" }, - "5018": { + "5021": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.reserved_quantity" }, - "5019": { + "5022": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.stocked_quantity" }, - "5024": { + "5027": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-item.ts", "qualifiedName": "InventoryItem.[OptionalProps]" }, - "5025": { + "5028": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel" }, - "5028": { + "5031": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.id" }, - "5029": { + "5032": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.created_at" }, - "5030": { + "5033": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.updated_at" }, - "5031": { + "5034": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.deleted_at" }, - "5032": { + "5035": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.inventory_item_id" }, - "5033": { + "5036": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.location_id" }, - "5034": { + "5037": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.stocked_quantity" }, - "5035": { + "5038": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.raw_stocked_quantity" }, - "5036": { + "5039": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.reserved_quantity" }, - "5037": { + "5040": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.raw_reserved_quantity" }, - "5038": { + "5041": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.incoming_quantity" }, - "5039": { + "5042": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.raw_incoming_quantity" }, - "5040": { + "5043": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.metadata" }, - "5041": { + "5044": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.inventory_item" }, - "5042": { + "5045": { "sourceFileName": "../../../../packages/modules/inventory-next/src/models/inventory-level.ts", "qualifiedName": "InventoryLevel.available_quantity" } @@ -1486,7 +1486,7 @@ "1": "../../../../packages/modules/inventory-next/src/models/index.ts" }, "reflections": { - "1": 4972 + "1": 4975 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/inventory-next.json b/www/utils/generated/typedoc-json-output/inventory-next.json index 4159001169..8a83b60f67 100644 --- a/www/utils/generated/typedoc-json-output/inventory-next.json +++ b/www/utils/generated/typedoc-json-output/inventory-next.json @@ -1,12 +1,12 @@ { - "id": 4403, + "id": 4406, "name": "inventory-next", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 4635, + "id": 4638, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -29,7 +29,7 @@ }, "children": [ { - "id": 4636, + "id": 4639, "name": "select", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 4647, + "target": 4650, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -70,7 +70,7 @@ } }, { - "id": 4637, + "id": 4640, "name": "skip", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 4638, + "id": 4641, "name": "take", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 4639, + "id": 4642, "name": "relations", "variant": "declaration", "kind": 1024, @@ -154,7 +154,7 @@ } }, { - "id": 4640, + "id": 4643, "name": "order", "variant": "declaration", "kind": 1024, @@ -188,21 +188,21 @@ "type": { "type": "reflection", "declaration": { - "id": 4641, + "id": 4644, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 4642, + "id": 4645, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 4643, + "id": 4646, "name": "K", "variant": "param", "kind": 32768, @@ -232,7 +232,7 @@ } }, { - "id": 4644, + "id": 4647, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -261,7 +261,7 @@ } }, { - "id": 4645, + "id": 4648, "name": "filters", "variant": "declaration", "kind": 1024, @@ -297,7 +297,7 @@ } }, { - "id": 4646, + "id": 4649, "name": "options", "variant": "declaration", "kind": 1024, @@ -337,20 +337,20 @@ { "title": "Properties", "children": [ - 4636, - 4637, - 4638, 4639, 4640, - 4644, - 4645, - 4646 + 4641, + 4642, + 4643, + 4647, + 4648, + 4649 ] } ], "typeParameters": [ { - "id": 4647, + "id": 4650, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -359,7 +359,7 @@ ] }, { - "id": 4819, + "id": 4822, "name": "StringComparisonOperator", "variant": "declaration", "kind": 256, @@ -374,7 +374,7 @@ }, "children": [ { - "id": 4820, + "id": 4823, "name": "lt", "variant": "declaration", "kind": 1024, @@ -395,7 +395,7 @@ } }, { - "id": 4821, + "id": 4824, "name": "gt", "variant": "declaration", "kind": 1024, @@ -416,7 +416,7 @@ } }, { - "id": 4822, + "id": 4825, "name": "gte", "variant": "declaration", "kind": 1024, @@ -437,7 +437,7 @@ } }, { - "id": 4823, + "id": 4826, "name": "lte", "variant": "declaration", "kind": 1024, @@ -458,7 +458,7 @@ } }, { - "id": 4824, + "id": 4827, "name": "contains", "variant": "declaration", "kind": 1024, @@ -479,7 +479,7 @@ } }, { - "id": 4825, + "id": 4828, "name": "starts_with", "variant": "declaration", "kind": 1024, @@ -500,7 +500,7 @@ } }, { - "id": 4826, + "id": 4829, "name": "ends_with", "variant": "declaration", "kind": 1024, @@ -525,19 +525,19 @@ { "title": "Properties", "children": [ - 4820, - 4821, - 4822, 4823, 4824, 4825, - 4826 + 4826, + 4827, + 4828, + 4829 ] } ] }, { - "id": 4841, + "id": 4844, "name": "NumericalComparisonOperator", "variant": "declaration", "kind": 256, @@ -552,7 +552,7 @@ }, "children": [ { - "id": 4842, + "id": 4845, "name": "lt", "variant": "declaration", "kind": 1024, @@ -573,7 +573,7 @@ } }, { - "id": 4843, + "id": 4846, "name": "gt", "variant": "declaration", "kind": 1024, @@ -594,7 +594,7 @@ } }, { - "id": 4844, + "id": 4847, "name": "gte", "variant": "declaration", "kind": 1024, @@ -615,7 +615,7 @@ } }, { - "id": 4845, + "id": 4848, "name": "lte", "variant": "declaration", "kind": 1024, @@ -640,16 +640,16 @@ { "title": "Properties", "children": [ - 4842, - 4843, - 4844, - 4845 + 4845, + 4846, + 4847, + 4848 ] } ] }, { - "id": 4846, + "id": 4849, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -664,7 +664,7 @@ }, "children": [ { - "id": 4847, + "id": 4850, "name": "$and", "variant": "declaration", "kind": 1024, @@ -686,11 +686,11 @@ "types": [ { "type": "reference", - "target": 4846, + "target": 4849, "typeArguments": [ { "type": "reference", - "target": 4849, + "target": 4852, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -702,7 +702,7 @@ }, { "type": "reference", - "target": 4849, + "target": 4852, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -713,7 +713,7 @@ } }, { - "id": 4848, + "id": 4851, "name": "$or", "variant": "declaration", "kind": 1024, @@ -735,11 +735,11 @@ "types": [ { "type": "reference", - "target": 4846, + "target": 4849, "typeArguments": [ { "type": "reference", - "target": 4849, + "target": 4852, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -751,7 +751,7 @@ }, { "type": "reference", - "target": 4849, + "target": 4852, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -766,14 +766,14 @@ { "title": "Properties", "children": [ - 4847, - 4848 + 4850, + 4851 ] } ], "typeParameters": [ { - "id": 4849, + "id": 4852, "name": "T", "variant": "typeParam", "kind": 131072, @@ -783,13 +783,13 @@ "extendedBy": [ { "type": "reference", - "target": 4701, + "target": 4704, "name": "FilterableInventoryLevelProps" } ] }, { - "id": 4780, + "id": 4783, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -802,71 +802,6 @@ } ] }, - "children": [ - { - "id": 4781, - "name": "returnLinkableKeys", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An array of strings, each being the ID attribute names of the entity's relations." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 4782, - "name": "TReturnableLinkableKeys", - "package": "@medusajs/types", - "refersToTypeParameter": true - } - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4781 - ] - } - ], - "typeParameters": [ - { - "id": 4782, - "name": "TReturnableLinkableKeys", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "default": { - "type": "intrinsic", - "name": "string" - } - } - ] - }, - { - "id": 4783, - "name": "RestoreReturn", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An object that is used to specify an entity's related entities that should be restored when the main entity is restored." - } - ] - }, "children": [ { "id": 4784, @@ -919,14 +854,79 @@ ] }, { - "id": 4920, + "id": 4786, + "name": "RestoreReturn", + "variant": "declaration", + "kind": 256, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "An object that is used to specify an entity's related entities that should be restored when the main entity is restored." + } + ] + }, + "children": [ + { + "id": 4787, + "name": "returnLinkableKeys", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "An array of strings, each being the ID attribute names of the entity's relations." + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 4788, + "name": "TReturnableLinkableKeys", + "package": "@medusajs/types", + "refersToTypeParameter": true + } + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 4787 + ] + } + ], + "typeParameters": [ + { + "id": 4788, + "name": "TReturnableLinkableKeys", + "variant": "typeParam", + "kind": 131072, + "flags": {}, + "default": { + "type": "intrinsic", + "name": "string" + } + } + ] + }, + { + "id": 4923, "name": "Query", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4921, + "id": 4924, "name": "T", "variant": "typeParam", "kind": 131072, @@ -937,7 +937,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4921, + "target": 4924, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -950,14 +950,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4921, + "target": 4924, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 4942, + "target": 4945, "name": "Scalar", "package": "@medusajs/types" }, @@ -967,11 +967,11 @@ }, "falseType": { "type": "reference", - "target": 4946, + "target": 4949, "typeArguments": [ { "type": "reference", - "target": 4921, + "target": 4924, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -983,11 +983,11 @@ }, "falseType": { "type": "reference", - "target": 4952, + "target": 4955, "typeArguments": [ { "type": "reference", - "target": 4921, + "target": 4924, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -999,14 +999,14 @@ } }, { - "id": 4922, + "id": 4925, "name": "ExpandScalar", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4923, + "id": 4926, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1024,7 +1024,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4923, + "target": 4926, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1055,7 +1055,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4923, + "target": 4926, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1089,7 +1089,7 @@ }, "falseType": { "type": "reference", - "target": 4923, + "target": 4926, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1100,7 +1100,7 @@ } }, { - "id": 4942, + "id": 4945, "name": "Scalar", "variant": "declaration", "kind": 2097152, @@ -1159,21 +1159,21 @@ { "type": "reflection", "declaration": { - "id": 4943, + "id": 4946, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4944, + "id": 4947, "name": "toHexString", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4945, + "id": 4948, "name": "toHexString", "variant": "signature", "kind": 4096, @@ -1190,7 +1190,7 @@ { "title": "Methods", "children": [ - 4944 + 4947 ] } ] @@ -1200,14 +1200,14 @@ } }, { - "id": 4970, + "id": 4973, "name": "ReadonlyPrimary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4971, + "id": 4974, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1218,7 +1218,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4971, + "target": 4974, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1239,7 +1239,7 @@ "typeArguments": [ { "type": "reference", - "target": 4971, + "target": 4974, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1250,7 +1250,7 @@ }, "falseType": { "type": "reference", - "target": 4971, + "target": 4974, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1258,14 +1258,14 @@ } }, { - "id": 4960, + "id": 4963, "name": "Primary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4969, + "id": 4972, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1276,7 +1276,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4969, + "target": 4972, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1284,14 +1284,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 4961, + "id": 4964, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4962, + "id": 4965, "name": "[PrimaryKeyType]", "variant": "declaration", "kind": 1024, @@ -1308,7 +1308,7 @@ { "title": "Properties", "children": [ - 4962 + 4965 ] } ] @@ -1316,7 +1316,7 @@ }, "trueType": { "type": "reference", - "target": 4970, + "target": 4973, "typeArguments": [ { "type": "reference", @@ -1336,7 +1336,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4969, + "target": 4972, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1344,14 +1344,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 4963, + "id": 4966, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4964, + "id": 4967, "name": "_id", "variant": "declaration", "kind": 1024, @@ -1368,7 +1368,7 @@ { "title": "Properties", "children": [ - 4964 + 4967 ] } ] @@ -1379,7 +1379,7 @@ "types": [ { "type": "reference", - "target": 4970, + "target": 4973, "typeArguments": [ { "type": "reference", @@ -1405,7 +1405,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4969, + "target": 4972, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1413,14 +1413,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 4965, + "id": 4968, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4966, + "id": 4969, "name": "uuid", "variant": "declaration", "kind": 1024, @@ -1437,7 +1437,7 @@ { "title": "Properties", "children": [ - 4966 + 4969 ] } ] @@ -1445,7 +1445,7 @@ }, "trueType": { "type": "reference", - "target": 4970, + "target": 4973, "typeArguments": [ { "type": "reference", @@ -1465,7 +1465,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4969, + "target": 4972, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1473,14 +1473,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 4967, + "id": 4970, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4968, + "id": 4971, "name": "id", "variant": "declaration", "kind": 1024, @@ -1497,7 +1497,7 @@ { "title": "Properties", "children": [ - 4968 + 4971 ] } ] @@ -1505,7 +1505,7 @@ }, "trueType": { "type": "reference", - "target": 4970, + "target": 4973, "typeArguments": [ { "type": "reference", @@ -1531,14 +1531,14 @@ } }, { - "id": 4850, + "id": 4853, "name": "OperatorMap", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4871, + "id": 4874, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1548,14 +1548,14 @@ "type": { "type": "reflection", "declaration": { - "id": 4851, + "id": 4854, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4852, + "id": 4855, "name": "$and", "variant": "declaration", "kind": 1024, @@ -1566,11 +1566,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 4920, + "target": 4923, "typeArguments": [ { "type": "reference", - "target": 4871, + "target": 4874, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1582,7 +1582,7 @@ } }, { - "id": 4853, + "id": 4856, "name": "$or", "variant": "declaration", "kind": 1024, @@ -1593,11 +1593,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 4920, + "target": 4923, "typeArguments": [ { "type": "reference", - "target": 4871, + "target": 4874, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1609,7 +1609,7 @@ } }, { - "id": 4854, + "id": 4857, "name": "$eq", "variant": "declaration", "kind": 1024, @@ -1621,11 +1621,11 @@ "types": [ { "type": "reference", - "target": 4922, + "target": 4925, "typeArguments": [ { "type": "reference", - "target": 4871, + "target": 4874, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1638,11 +1638,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 4922, + "target": 4925, "typeArguments": [ { "type": "reference", - "target": 4871, + "target": 4874, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1656,7 +1656,7 @@ } }, { - "id": 4855, + "id": 4858, "name": "$ne", "variant": "declaration", "kind": 1024, @@ -1665,11 +1665,11 @@ }, "type": { "type": "reference", - "target": 4922, + "target": 4925, "typeArguments": [ { "type": "reference", - "target": 4871, + "target": 4874, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1680,7 +1680,7 @@ } }, { - "id": 4856, + "id": 4859, "name": "$in", "variant": "declaration", "kind": 1024, @@ -1691,11 +1691,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 4922, + "target": 4925, "typeArguments": [ { "type": "reference", - "target": 4871, + "target": 4874, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1707,7 +1707,7 @@ } }, { - "id": 4857, + "id": 4860, "name": "$nin", "variant": "declaration", "kind": 1024, @@ -1718,11 +1718,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 4922, + "target": 4925, "typeArguments": [ { "type": "reference", - "target": 4871, + "target": 4874, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1734,7 +1734,7 @@ } }, { - "id": 4858, + "id": 4861, "name": "$not", "variant": "declaration", "kind": 1024, @@ -1743,11 +1743,11 @@ }, "type": { "type": "reference", - "target": 4920, + "target": 4923, "typeArguments": [ { "type": "reference", - "target": 4871, + "target": 4874, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1758,7 +1758,7 @@ } }, { - "id": 4859, + "id": 4862, "name": "$gt", "variant": "declaration", "kind": 1024, @@ -1767,83 +1767,11 @@ }, "type": { "type": "reference", - "target": 4922, + "target": 4925, "typeArguments": [ { "type": "reference", - "target": 4871, - "name": "T", - "package": "@medusajs/types", - "refersToTypeParameter": true - } - ], - "name": "ExpandScalar", - "package": "@medusajs/types" - } - }, - { - "id": 4860, - "name": "$gte", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4922, - "typeArguments": [ - { - "type": "reference", - "target": 4871, - "name": "T", - "package": "@medusajs/types", - "refersToTypeParameter": true - } - ], - "name": "ExpandScalar", - "package": "@medusajs/types" - } - }, - { - "id": 4861, - "name": "$lt", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4922, - "typeArguments": [ - { - "type": "reference", - "target": 4871, - "name": "T", - "package": "@medusajs/types", - "refersToTypeParameter": true - } - ], - "name": "ExpandScalar", - "package": "@medusajs/types" - } - }, - { - "id": 4862, - "name": "$lte", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4922, - "typeArguments": [ - { - "type": "reference", - "target": 4871, + "target": 4874, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1855,6 +1783,78 @@ }, { "id": 4863, + "name": "$gte", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 4925, + "typeArguments": [ + { + "type": "reference", + "target": 4874, + "name": "T", + "package": "@medusajs/types", + "refersToTypeParameter": true + } + ], + "name": "ExpandScalar", + "package": "@medusajs/types" + } + }, + { + "id": 4864, + "name": "$lt", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 4925, + "typeArguments": [ + { + "type": "reference", + "target": 4874, + "name": "T", + "package": "@medusajs/types", + "refersToTypeParameter": true + } + ], + "name": "ExpandScalar", + "package": "@medusajs/types" + } + }, + { + "id": 4865, + "name": "$lte", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 4925, + "typeArguments": [ + { + "type": "reference", + "target": 4874, + "name": "T", + "package": "@medusajs/types", + "refersToTypeParameter": true + } + ], + "name": "ExpandScalar", + "package": "@medusajs/types" + } + }, + { + "id": 4866, "name": "$like", "variant": "declaration", "kind": 1024, @@ -1867,7 +1867,7 @@ } }, { - "id": 4864, + "id": 4867, "name": "$re", "variant": "declaration", "kind": 1024, @@ -1880,7 +1880,7 @@ } }, { - "id": 4865, + "id": 4868, "name": "$ilike", "variant": "declaration", "kind": 1024, @@ -1893,7 +1893,7 @@ } }, { - "id": 4866, + "id": 4869, "name": "$fulltext", "variant": "declaration", "kind": 1024, @@ -1906,7 +1906,7 @@ } }, { - "id": 4867, + "id": 4870, "name": "$overlap", "variant": "declaration", "kind": 1024, @@ -1922,7 +1922,7 @@ } }, { - "id": 4868, + "id": 4871, "name": "$contains", "variant": "declaration", "kind": 1024, @@ -1938,7 +1938,7 @@ } }, { - "id": 4869, + "id": 4872, "name": "$contained", "variant": "declaration", "kind": 1024, @@ -1954,7 +1954,7 @@ } }, { - "id": 4870, + "id": 4873, "name": "$exists", "variant": "declaration", "kind": 1024, @@ -1971,9 +1971,6 @@ { "title": "Properties", "children": [ - 4852, - 4853, - 4854, 4855, 4856, 4857, @@ -1989,7 +1986,10 @@ 4867, 4868, 4869, - 4870 + 4870, + 4871, + 4872, + 4873 ] } ] @@ -1997,14 +1997,14 @@ } }, { - "id": 4958, + "id": 4961, "name": "FilterValue2", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4959, + "id": 4962, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2016,18 +2016,18 @@ "types": [ { "type": "reference", - "target": 4959, + "target": 4962, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 4922, + "target": 4925, "typeArguments": [ { "type": "reference", - "target": 4959, + "target": 4962, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2038,11 +2038,11 @@ }, { "type": "reference", - "target": 4960, + "target": 4963, "typeArguments": [ { "type": "reference", - "target": 4959, + "target": 4962, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2055,14 +2055,14 @@ } }, { - "id": 4952, + "id": 4955, "name": "FilterValue", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4953, + "id": 4956, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2074,15 +2074,15 @@ "types": [ { "type": "reference", - "target": 4850, + "target": 4853, "typeArguments": [ { "type": "reference", - "target": 4958, + "target": 4961, "typeArguments": [ { "type": "reference", - "target": 4953, + "target": 4956, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2097,11 +2097,11 @@ }, { "type": "reference", - "target": 4958, + "target": 4961, "typeArguments": [ { "type": "reference", - "target": 4953, + "target": 4956, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2114,11 +2114,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 4958, + "target": 4961, "typeArguments": [ { "type": "reference", - "target": 4953, + "target": 4956, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2136,7 +2136,7 @@ } }, { - "id": 4957, + "id": 4960, "name": "PrevLimit", "variant": "declaration", "kind": 2097152, @@ -2164,14 +2164,14 @@ } }, { - "id": 4946, + "id": 4949, "name": "FilterQuery", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4950, + "id": 4953, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2182,7 +2182,7 @@ } }, { - "id": 4951, + "id": 4954, "name": "Prev", "variant": "typeParam", "kind": 131072, @@ -2201,7 +2201,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 4951, + "target": 4954, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2222,7 +2222,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 4950, + "target": 4953, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2244,7 +2244,7 @@ }, "objectType": { "type": "reference", - "target": 4950, + "target": 4953, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2301,7 +2301,7 @@ }, "objectType": { "type": "reference", - "target": 4950, + "target": 4953, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2309,7 +2309,7 @@ }, { "type": "reference", - "target": 4850, + "target": 4853, "typeArguments": [ { "type": "indexedAccess", @@ -2325,7 +2325,7 @@ }, "objectType": { "type": "reference", - "target": 4950, + "target": 4953, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2353,7 +2353,7 @@ }, "objectType": { "type": "reference", - "target": 4950, + "target": 4953, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2378,21 +2378,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 4947, + "id": 4950, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 4948, + "id": 4951, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 4949, + "id": 4952, "name": "x", "variant": "param", "kind": 32768, @@ -2429,7 +2429,7 @@ }, "trueType": { "type": "reference", - "target": 4946, + "target": 4949, "typeArguments": [ { "type": "reference", @@ -2456,14 +2456,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 4951, + "target": 4954, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 4957, + "target": 4960, "name": "PrevLimit", "package": "@medusajs/types" } @@ -2493,7 +2493,7 @@ } }, { - "id": 4954, + "id": 4957, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -2523,14 +2523,14 @@ { "type": "reflection", "declaration": { - "id": 4955, + "id": 4958, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4956, + "id": 4959, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -2547,7 +2547,7 @@ { "title": "Properties", "children": [ - 4956 + 4959 ] } ] @@ -2557,14 +2557,14 @@ } }, { - "id": 4936, + "id": 4939, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4941, + "id": 4944, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2578,14 +2578,14 @@ "type": { "type": "reflection", "declaration": { - "id": 4937, + "id": 4940, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4938, + "id": 4941, "name": "name", "variant": "declaration", "kind": 1024, @@ -2596,7 +2596,7 @@ } }, { - "id": 4939, + "id": 4942, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2605,20 +2605,20 @@ }, "type": { "type": "reference", - "target": 4954, + "target": 4957, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 4940, + "id": 4943, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4941, + "target": 4944, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2629,9 +2629,9 @@ { "title": "Properties", "children": [ - 4938, - 4939, - 4940 + 4941, + 4942, + 4943 ] } ] @@ -2639,14 +2639,14 @@ } }, { - "id": 4900, + "id": 4903, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4903, + "id": 4906, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2662,11 +2662,11 @@ "types": [ { "type": "reference", - "target": 4936, + "target": 4939, "typeArguments": [ { "type": "reference", - "target": 4903, + "target": 4906, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2678,14 +2678,14 @@ { "type": "reflection", "declaration": { - "id": 4901, + "id": 4904, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4902, + "id": 4905, "name": "options", "variant": "declaration", "kind": 1024, @@ -2717,7 +2717,7 @@ { "title": "Properties", "children": [ - 4902 + 4905 ] } ] @@ -2727,14 +2727,14 @@ } }, { - "id": 4910, + "id": 4913, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 4919, + "id": 4922, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2748,14 +2748,14 @@ "type": { "type": "reflection", "declaration": { - "id": 4911, + "id": 4914, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4912, + "id": 4915, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -2766,21 +2766,21 @@ } }, { - "id": 4913, + "id": 4916, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4919, + "target": 4922, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 4914, + "id": 4917, "name": "source", "variant": "declaration", "kind": 1024, @@ -2791,7 +2791,7 @@ } }, { - "id": 4915, + "id": 4918, "name": "object", "variant": "declaration", "kind": 1024, @@ -2802,7 +2802,7 @@ } }, { - "id": 4916, + "id": 4919, "name": "action", "variant": "declaration", "kind": 1024, @@ -2815,7 +2815,7 @@ } }, { - "id": 4917, + "id": 4920, "name": "context", "variant": "declaration", "kind": 1024, @@ -2831,7 +2831,7 @@ "typeArguments": [ { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" }, @@ -2845,7 +2845,7 @@ } }, { - "id": 4918, + "id": 4921, "name": "options", "variant": "declaration", "kind": 1024, @@ -2877,13 +2877,13 @@ { "title": "Properties", "children": [ - 4912, - 4913, - 4914, 4915, 4916, 4917, - 4918 + 4918, + 4919, + 4920, + 4921 ] } ] @@ -2891,7 +2891,7 @@ } }, { - "id": 4648, + "id": 4651, "name": "InventoryItemDTO", "variant": "declaration", "kind": 256, @@ -2906,7 +2906,7 @@ }, "children": [ { - "id": 4649, + "id": 4652, "name": "id", "variant": "declaration", "kind": 1024, @@ -2925,7 +2925,7 @@ } }, { - "id": 4650, + "id": 4653, "name": "sku", "variant": "declaration", "kind": 1024, @@ -2955,7 +2955,7 @@ } }, { - "id": 4651, + "id": 4654, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -2985,7 +2985,7 @@ } }, { - "id": 4652, + "id": 4655, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -3015,7 +3015,7 @@ } }, { - "id": 4653, + "id": 4656, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -3034,7 +3034,7 @@ } }, { - "id": 4654, + "id": 4657, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -3064,7 +3064,7 @@ } }, { - "id": 4655, + "id": 4658, "name": "material", "variant": "declaration", "kind": 1024, @@ -3094,7 +3094,7 @@ } }, { - "id": 4656, + "id": 4659, "name": "weight", "variant": "declaration", "kind": 1024, @@ -3124,7 +3124,7 @@ } }, { - "id": 4657, + "id": 4660, "name": "length", "variant": "declaration", "kind": 1024, @@ -3154,7 +3154,7 @@ } }, { - "id": 4658, + "id": 4661, "name": "height", "variant": "declaration", "kind": 1024, @@ -3184,7 +3184,7 @@ } }, { - "id": 4659, + "id": 4662, "name": "width", "variant": "declaration", "kind": 1024, @@ -3214,7 +3214,7 @@ } }, { - "id": 4660, + "id": 4663, "name": "title", "variant": "declaration", "kind": 1024, @@ -3244,7 +3244,7 @@ } }, { - "id": 4661, + "id": 4664, "name": "description", "variant": "declaration", "kind": 1024, @@ -3274,7 +3274,7 @@ } }, { - "id": 4662, + "id": 4665, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -3304,7 +3304,7 @@ } }, { - "id": 4663, + "id": 4666, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3349,7 +3349,7 @@ } }, { - "id": 4664, + "id": 4667, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3382,7 +3382,7 @@ } }, { - "id": 4665, + "id": 4668, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3415,7 +3415,7 @@ } }, { - "id": 4666, + "id": 4669, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3456,9 +3456,6 @@ { "title": "Properties", "children": [ - 4649, - 4650, - 4651, 4652, 4653, 4654, @@ -3473,13 +3470,16 @@ 4663, 4664, 4665, - 4666 + 4666, + 4667, + 4668, + 4669 ] } ] }, { - "id": 4627, + "id": 4630, "name": "FilterableInventoryItemProps", "variant": "declaration", "kind": 256, @@ -3494,7 +3494,7 @@ }, "children": [ { - "id": 4628, + "id": 4631, "name": "q", "variant": "declaration", "kind": 1024, @@ -3515,7 +3515,7 @@ } }, { - "id": 4629, + "id": 4632, "name": "id", "variant": "declaration", "kind": 1024, @@ -3548,7 +3548,7 @@ } }, { - "id": 4630, + "id": 4633, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -3581,7 +3581,7 @@ } }, { - "id": 4631, + "id": 4634, "name": "sku", "variant": "declaration", "kind": 1024, @@ -3612,7 +3612,7 @@ }, { "type": "reference", - "target": 4819, + "target": 4822, "name": "StringComparisonOperator", "package": "@medusajs/types" } @@ -3620,7 +3620,7 @@ } }, { - "id": 4632, + "id": 4635, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -3653,7 +3653,7 @@ } }, { - "id": 4633, + "id": 4636, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -3684,7 +3684,7 @@ }, { "type": "reference", - "target": 4819, + "target": 4822, "name": "StringComparisonOperator", "package": "@medusajs/types" } @@ -3692,7 +3692,7 @@ } }, { - "id": 4634, + "id": 4637, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -3717,19 +3717,19 @@ { "title": "Properties", "children": [ - 4628, - 4629, - 4630, 4631, 4632, 4633, - 4634 + 4634, + 4635, + 4636, + 4637 ] } ] }, { - "id": 4709, + "id": 4712, "name": "InventoryLevelDTO", "variant": "declaration", "kind": 256, @@ -3744,7 +3744,7 @@ }, "children": [ { - "id": 4710, + "id": 4713, "name": "id", "variant": "declaration", "kind": 1024, @@ -3763,7 +3763,7 @@ } }, { - "id": 4711, + "id": 4714, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -3782,7 +3782,7 @@ } }, { - "id": 4712, + "id": 4715, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -3801,7 +3801,7 @@ } }, { - "id": 4713, + "id": 4716, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -3820,7 +3820,7 @@ } }, { - "id": 4714, + "id": 4717, "name": "reserved_quantity", "variant": "declaration", "kind": 1024, @@ -3839,7 +3839,7 @@ } }, { - "id": 4715, + "id": 4718, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -3858,7 +3858,7 @@ } }, { - "id": 4716, + "id": 4719, "name": "available_quantity", "variant": "declaration", "kind": 1024, @@ -3877,7 +3877,7 @@ } }, { - "id": 4717, + "id": 4720, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3920,7 +3920,7 @@ } }, { - "id": 4718, + "id": 4721, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3953,7 +3953,7 @@ } }, { - "id": 4719, + "id": 4722, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3986,7 +3986,7 @@ } }, { - "id": 4720, + "id": 4723, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -4027,9 +4027,6 @@ { "title": "Properties", "children": [ - 4710, - 4711, - 4712, 4713, 4714, 4715, @@ -4037,13 +4034,16 @@ 4717, 4718, 4719, - 4720 + 4720, + 4721, + 4722, + 4723 ] } ] }, { - "id": 4701, + "id": 4704, "name": "FilterableInventoryLevelProps", "variant": "declaration", "kind": 256, @@ -4058,7 +4058,7 @@ }, "children": [ { - "id": 4707, + "id": 4710, "name": "$and", "variant": "declaration", "kind": 1024, @@ -4081,17 +4081,17 @@ "types": [ { "type": "reference", - "target": 4701, + "target": 4704, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 4846, + "target": 4849, "typeArguments": [ { "type": "reference", - "target": 4701, + "target": 4704, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" } @@ -4104,12 +4104,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4847, + "target": 4850, "name": "BaseFilterable.$and" } }, { - "id": 4708, + "id": 4711, "name": "$or", "variant": "declaration", "kind": 1024, @@ -4132,17 +4132,17 @@ "types": [ { "type": "reference", - "target": 4701, + "target": 4704, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 4846, + "target": 4849, "typeArguments": [ { "type": "reference", - "target": 4701, + "target": 4704, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" } @@ -4155,12 +4155,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 4848, + "target": 4851, "name": "BaseFilterable.$or" } }, { - "id": 4702, + "id": 4705, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -4193,7 +4193,7 @@ } }, { - "id": 4703, + "id": 4706, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -4226,7 +4226,7 @@ } }, { - "id": 4704, + "id": 4707, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -4258,7 +4258,7 @@ }, { "type": "reference", - "target": 4850, + "target": 4853, "typeArguments": [ { "type": "reference", @@ -4277,7 +4277,7 @@ } }, { - "id": 4705, + "id": 4708, "name": "reserved_quantity", "variant": "declaration", "kind": 1024, @@ -4309,7 +4309,7 @@ }, { "type": "reference", - "target": 4850, + "target": 4853, "typeArguments": [ { "type": "reference", @@ -4328,7 +4328,7 @@ } }, { - "id": 4706, + "id": 4709, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -4360,7 +4360,7 @@ }, { "type": "reference", - "target": 4850, + "target": 4853, "typeArguments": [ { "type": "reference", @@ -4383,24 +4383,24 @@ { "title": "Properties", "children": [ + 4710, + 4711, + 4705, + 4706, 4707, 4708, - 4702, - 4703, - 4704, - 4705, - 4706 + 4709 ] } ], "extendedTypes": [ { "type": "reference", - "target": 4846, + "target": 4849, "typeArguments": [ { "type": "reference", - "target": 4701, + "target": 4704, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" } @@ -4411,7 +4411,7 @@ ] }, { - "id": 4688, + "id": 4691, "name": "ReservationItemDTO", "variant": "declaration", "kind": 256, @@ -4426,7 +4426,7 @@ }, "children": [ { - "id": 4689, + "id": 4692, "name": "id", "variant": "declaration", "kind": 1024, @@ -4445,7 +4445,7 @@ } }, { - "id": 4690, + "id": 4693, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -4464,7 +4464,7 @@ } }, { - "id": 4691, + "id": 4694, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -4483,7 +4483,7 @@ } }, { - "id": 4692, + "id": 4695, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -4498,13 +4498,13 @@ }, "type": { "type": "reference", - "target": 4786, + "target": 4789, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 4693, + "id": 4696, "name": "line_item_id", "variant": "declaration", "kind": 1024, @@ -4534,7 +4534,7 @@ } }, { - "id": 4694, + "id": 4697, "name": "description", "variant": "declaration", "kind": 1024, @@ -4564,7 +4564,7 @@ } }, { - "id": 4695, + "id": 4698, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -4585,7 +4585,7 @@ } }, { - "id": 4696, + "id": 4699, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -4615,7 +4615,7 @@ } }, { - "id": 4697, + "id": 4700, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4658,7 +4658,7 @@ } }, { - "id": 4698, + "id": 4701, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -4691,7 +4691,7 @@ } }, { - "id": 4699, + "id": 4702, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -4724,7 +4724,7 @@ } }, { - "id": 4700, + "id": 4703, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -4765,9 +4765,6 @@ { "title": "Properties", "children": [ - 4689, - 4690, - 4691, 4692, 4693, 4694, @@ -4776,13 +4773,16 @@ 4697, 4698, 4699, - 4700 + 4700, + 4701, + 4702, + 4703 ] } ] }, { - "id": 4679, + "id": 4682, "name": "FilterableReservationItemProps", "variant": "declaration", "kind": 256, @@ -4797,7 +4797,7 @@ }, "children": [ { - "id": 4680, + "id": 4683, "name": "id", "variant": "declaration", "kind": 1024, @@ -4830,7 +4830,7 @@ } }, { - "id": 4682, + "id": 4685, "name": "line_item_id", "variant": "declaration", "kind": 1024, @@ -4863,7 +4863,7 @@ } }, { - "id": 4683, + "id": 4686, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -4896,7 +4896,7 @@ } }, { - "id": 4684, + "id": 4687, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -4929,7 +4929,7 @@ } }, { - "id": 4685, + "id": 4688, "name": "description", "variant": "declaration", "kind": 1024, @@ -4961,7 +4961,7 @@ }, { "type": "reference", - "target": 4819, + "target": 4822, "name": "StringComparisonOperator", "package": "@medusajs/types" } @@ -4969,7 +4969,7 @@ } }, { - "id": 4686, + "id": 4689, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -5002,7 +5002,7 @@ } }, { - "id": 4687, + "id": 4690, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -5034,7 +5034,7 @@ }, { "type": "reference", - "target": 4841, + "target": 4844, "name": "NumericalComparisonOperator", "package": "@medusajs/types" } @@ -5046,26 +5046,26 @@ { "title": "Properties", "children": [ - 4680, - 4682, 4683, - 4684, 4685, 4686, - 4687 + 4687, + 4688, + 4689, + 4690 ] } ] }, { - "id": 4757, + "id": 4760, "name": "UpdateInventoryItemInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4758, + "id": 4761, "name": "id", "variant": "declaration", "kind": 1024, @@ -5076,7 +5076,7 @@ } }, { - "id": 4759, + "id": 4762, "name": "sku", "variant": "declaration", "kind": 1024, @@ -5112,7 +5112,7 @@ } }, { - "id": 4760, + "id": 4763, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -5148,7 +5148,7 @@ } }, { - "id": 4761, + "id": 4764, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -5184,7 +5184,7 @@ } }, { - "id": 4762, + "id": 4765, "name": "material", "variant": "declaration", "kind": 1024, @@ -5220,7 +5220,7 @@ } }, { - "id": 4763, + "id": 4766, "name": "weight", "variant": "declaration", "kind": 1024, @@ -5256,7 +5256,7 @@ } }, { - "id": 4764, + "id": 4767, "name": "length", "variant": "declaration", "kind": 1024, @@ -5292,7 +5292,7 @@ } }, { - "id": 4765, + "id": 4768, "name": "height", "variant": "declaration", "kind": 1024, @@ -5328,7 +5328,7 @@ } }, { - "id": 4766, + "id": 4769, "name": "width", "variant": "declaration", "kind": 1024, @@ -5364,7 +5364,7 @@ } }, { - "id": 4767, + "id": 4770, "name": "title", "variant": "declaration", "kind": 1024, @@ -5400,7 +5400,7 @@ } }, { - "id": 4768, + "id": 4771, "name": "description", "variant": "declaration", "kind": 1024, @@ -5436,7 +5436,7 @@ } }, { - "id": 4769, + "id": 4772, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -5472,7 +5472,7 @@ } }, { - "id": 4770, + "id": 4773, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -5523,7 +5523,7 @@ } }, { - "id": 4771, + "id": 4774, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -5559,7 +5559,7 @@ } }, { - "id": 4772, + "id": 4775, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -5590,9 +5590,6 @@ { "title": "Properties", "children": [ - 4758, - 4759, - 4760, 4761, 4762, 4763, @@ -5604,7 +5601,10 @@ 4769, 4770, 4771, - 4772 + 4772, + 4773, + 4774, + 4775 ] } ], @@ -5618,7 +5618,7 @@ "typeArguments": [ { "type": "reference", - "target": 4731, + "target": 4734, "name": "CreateInventoryItemInput", "package": "@medusajs/types" } @@ -5629,7 +5629,7 @@ ] }, { - "id": 4731, + "id": 4734, "name": "CreateInventoryItemInput", "variant": "declaration", "kind": 256, @@ -5644,7 +5644,7 @@ }, "children": [ { - "id": 4732, + "id": 4735, "name": "sku", "variant": "declaration", "kind": 1024, @@ -5674,7 +5674,7 @@ } }, { - "id": 4733, + "id": 4736, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -5704,7 +5704,7 @@ } }, { - "id": 4734, + "id": 4737, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -5734,7 +5734,7 @@ } }, { - "id": 4735, + "id": 4738, "name": "material", "variant": "declaration", "kind": 1024, @@ -5764,7 +5764,7 @@ } }, { - "id": 4736, + "id": 4739, "name": "weight", "variant": "declaration", "kind": 1024, @@ -5794,7 +5794,7 @@ } }, { - "id": 4737, + "id": 4740, "name": "length", "variant": "declaration", "kind": 1024, @@ -5824,7 +5824,7 @@ } }, { - "id": 4738, + "id": 4741, "name": "height", "variant": "declaration", "kind": 1024, @@ -5854,7 +5854,7 @@ } }, { - "id": 4739, + "id": 4742, "name": "width", "variant": "declaration", "kind": 1024, @@ -5884,7 +5884,7 @@ } }, { - "id": 4740, + "id": 4743, "name": "title", "variant": "declaration", "kind": 1024, @@ -5914,7 +5914,7 @@ } }, { - "id": 4741, + "id": 4744, "name": "description", "variant": "declaration", "kind": 1024, @@ -5944,7 +5944,7 @@ } }, { - "id": 4742, + "id": 4745, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -5974,7 +5974,7 @@ } }, { - "id": 4743, + "id": 4746, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6019,7 +6019,7 @@ } }, { - "id": 4744, + "id": 4747, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -6049,7 +6049,7 @@ } }, { - "id": 4745, + "id": 4748, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -6074,9 +6074,6 @@ { "title": "Properties", "children": [ - 4732, - 4733, - 4734, 4735, 4736, 4737, @@ -6087,20 +6084,23 @@ 4742, 4743, 4744, - 4745 + 4745, + 4746, + 4747, + 4748 ] } ] }, { - "id": 4746, + "id": 4749, "name": "CreateInventoryLevelInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4747, + "id": 4750, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -6119,7 +6119,7 @@ } }, { - "id": 4748, + "id": 4751, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -6138,7 +6138,7 @@ } }, { - "id": 4749, + "id": 4752, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -6159,7 +6159,7 @@ } }, { - "id": 4750, + "id": 4753, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -6184,16 +6184,16 @@ { "title": "Properties", "children": [ - 4747, - 4748, - 4749, - 4750 + 4750, + 4751, + 4752, + 4753 ] } ] }, { - "id": 4751, + "id": 4754, "name": "BulkUpdateInventoryLevelInput", "variant": "declaration", "kind": 256, @@ -6208,7 +6208,7 @@ }, "children": [ { - "id": 4754, + "id": 4757, "name": "id", "variant": "declaration", "kind": 1024, @@ -6229,7 +6229,7 @@ } }, { - "id": 4755, + "id": 4758, "name": "stocked_quantity", "variant": "declaration", "kind": 1024, @@ -6250,7 +6250,7 @@ } }, { - "id": 4756, + "id": 4759, "name": "incoming_quantity", "variant": "declaration", "kind": 1024, @@ -6271,7 +6271,7 @@ } }, { - "id": 4752, + "id": 4755, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -6290,7 +6290,7 @@ } }, { - "id": 4753, + "id": 4756, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -6313,17 +6313,17 @@ { "title": "Properties", "children": [ - 4754, + 4757, + 4758, + 4759, 4755, - 4756, - 4752, - 4753 + 4756 ] } ] }, { - "id": 4773, + "id": 4776, "name": "UpdateReservationItemInput", "variant": "declaration", "kind": 256, @@ -6338,7 +6338,7 @@ }, "children": [ { - "id": 4774, + "id": 4777, "name": "id", "variant": "declaration", "kind": 1024, @@ -6349,7 +6349,7 @@ } }, { - "id": 4775, + "id": 4778, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -6366,13 +6366,13 @@ }, "type": { "type": "reference", - "target": 4786, + "target": 4789, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 4776, + "id": 4779, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -6393,7 +6393,7 @@ } }, { - "id": 4777, + "id": 4780, "name": "description", "variant": "declaration", "kind": 1024, @@ -6423,7 +6423,7 @@ } }, { - "id": 4778, + "id": 4781, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -6444,7 +6444,7 @@ } }, { - "id": 4779, + "id": 4782, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6493,18 +6493,18 @@ { "title": "Properties", "children": [ - 4774, - 4775, - 4776, 4777, 4778, - 4779 + 4779, + 4780, + 4781, + 4782 ] } ] }, { - "id": 4721, + "id": 4724, "name": "CreateReservationItemInput", "variant": "declaration", "kind": 256, @@ -6519,7 +6519,7 @@ }, "children": [ { - "id": 4722, + "id": 4725, "name": "line_item_id", "variant": "declaration", "kind": 1024, @@ -6549,7 +6549,7 @@ } }, { - "id": 4723, + "id": 4726, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -6568,7 +6568,7 @@ } }, { - "id": 4724, + "id": 4727, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -6587,7 +6587,7 @@ } }, { - "id": 4725, + "id": 4728, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -6602,13 +6602,13 @@ }, "type": { "type": "reference", - "target": 4786, + "target": 4789, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 4726, + "id": 4729, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -6629,7 +6629,7 @@ } }, { - "id": 4727, + "id": 4730, "name": "description", "variant": "declaration", "kind": 1024, @@ -6659,7 +6659,7 @@ } }, { - "id": 4728, + "id": 4731, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -6689,7 +6689,7 @@ } }, { - "id": 4729, + "id": 4732, "name": "external_id", "variant": "declaration", "kind": 1024, @@ -6719,7 +6719,7 @@ } }, { - "id": 4730, + "id": 4733, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6768,21 +6768,21 @@ { "title": "Properties", "children": [ - 4722, - 4723, - 4724, 4725, 4726, 4727, 4728, 4729, - 4730 + 4730, + 4731, + 4732, + 4733 ] } ] }, { - "id": 4404, + "id": 4407, "name": "IInventoryService", "variant": "declaration", "kind": 256, @@ -6797,14 +6797,14 @@ }, "children": [ { - "id": 4405, + "id": 4408, "name": "listInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4406, + "id": 4409, "name": "listInventoryItems", "variant": "signature", "kind": 4096, @@ -6891,7 +6891,7 @@ }, "parameters": [ { - "id": 4407, + "id": 4410, "name": "selector", "variant": "param", "kind": 32768, @@ -6906,13 +6906,13 @@ }, "type": { "type": "reference", - "target": 4627, + "target": 4630, "name": "FilterableInventoryItemProps", "package": "@medusajs/types" } }, { - "id": 4408, + "id": 4411, "name": "config", "variant": "param", "kind": 32768, @@ -6945,11 +6945,11 @@ }, "type": { "type": "reference", - "target": 4635, + "target": 4638, "typeArguments": [ { "type": "reference", - "target": 4648, + "target": 4651, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -6959,7 +6959,7 @@ } }, { - "id": 4409, + "id": 4412, "name": "context", "variant": "param", "kind": 32768, @@ -6976,7 +6976,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -6993,7 +6993,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4648, + "target": 4651, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -7006,14 +7006,14 @@ ] }, { - "id": 4410, + "id": 4413, "name": "listAndCountInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4411, + "id": 4414, "name": "listAndCountInventoryItems", "variant": "signature", "kind": 4096, @@ -7100,7 +7100,7 @@ }, "parameters": [ { - "id": 4412, + "id": 4415, "name": "selector", "variant": "param", "kind": 32768, @@ -7115,13 +7115,13 @@ }, "type": { "type": "reference", - "target": 4627, + "target": 4630, "name": "FilterableInventoryItemProps", "package": "@medusajs/types" } }, { - "id": 4413, + "id": 4416, "name": "config", "variant": "param", "kind": 32768, @@ -7154,11 +7154,11 @@ }, "type": { "type": "reference", - "target": 4635, + "target": 4638, "typeArguments": [ { "type": "reference", - "target": 4648, + "target": 4651, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -7168,7 +7168,7 @@ } }, { - "id": 4414, + "id": 4417, "name": "context", "variant": "param", "kind": 32768, @@ -7185,7 +7185,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -7205,7 +7205,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4648, + "target": 4651, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -7224,14 +7224,14 @@ ] }, { - "id": 4415, + "id": 4418, "name": "listReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4416, + "id": 4419, "name": "listReservationItems", "variant": "signature", "kind": 4096, @@ -7318,7 +7318,7 @@ }, "parameters": [ { - "id": 4417, + "id": 4420, "name": "selector", "variant": "param", "kind": 32768, @@ -7333,13 +7333,13 @@ }, "type": { "type": "reference", - "target": 4679, + "target": 4682, "name": "FilterableReservationItemProps", "package": "@medusajs/types" } }, { - "id": 4418, + "id": 4421, "name": "config", "variant": "param", "kind": 32768, @@ -7372,11 +7372,11 @@ }, "type": { "type": "reference", - "target": 4635, + "target": 4638, "typeArguments": [ { "type": "reference", - "target": 4688, + "target": 4691, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -7386,7 +7386,7 @@ } }, { - "id": 4419, + "id": 4422, "name": "context", "variant": "param", "kind": 32768, @@ -7403,7 +7403,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -7420,7 +7420,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4688, + "target": 4691, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -7433,14 +7433,14 @@ ] }, { - "id": 4420, + "id": 4423, "name": "listAndCountReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4421, + "id": 4424, "name": "listAndCountReservationItems", "variant": "signature", "kind": 4096, @@ -7527,7 +7527,7 @@ }, "parameters": [ { - "id": 4422, + "id": 4425, "name": "selector", "variant": "param", "kind": 32768, @@ -7542,13 +7542,13 @@ }, "type": { "type": "reference", - "target": 4679, + "target": 4682, "name": "FilterableReservationItemProps", "package": "@medusajs/types" } }, { - "id": 4423, + "id": 4426, "name": "config", "variant": "param", "kind": 32768, @@ -7581,11 +7581,11 @@ }, "type": { "type": "reference", - "target": 4635, + "target": 4638, "typeArguments": [ { "type": "reference", - "target": 4688, + "target": 4691, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -7595,7 +7595,7 @@ } }, { - "id": 4424, + "id": 4427, "name": "context", "variant": "param", "kind": 32768, @@ -7612,7 +7612,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -7632,7 +7632,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4688, + "target": 4691, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -7651,14 +7651,14 @@ ] }, { - "id": 4425, + "id": 4428, "name": "listInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4426, + "id": 4429, "name": "listInventoryLevels", "variant": "signature", "kind": 4096, @@ -7745,7 +7745,7 @@ }, "parameters": [ { - "id": 4427, + "id": 4430, "name": "selector", "variant": "param", "kind": 32768, @@ -7760,13 +7760,13 @@ }, "type": { "type": "reference", - "target": 4701, + "target": 4704, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" } }, { - "id": 4428, + "id": 4431, "name": "config", "variant": "param", "kind": 32768, @@ -7799,11 +7799,11 @@ }, "type": { "type": "reference", - "target": 4635, + "target": 4638, "typeArguments": [ { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -7813,7 +7813,7 @@ } }, { - "id": 4429, + "id": 4432, "name": "context", "variant": "param", "kind": 32768, @@ -7830,7 +7830,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -7847,7 +7847,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -7860,14 +7860,14 @@ ] }, { - "id": 4430, + "id": 4433, "name": "listAndCountInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4431, + "id": 4434, "name": "listAndCountInventoryLevels", "variant": "signature", "kind": 4096, @@ -7954,7 +7954,7 @@ }, "parameters": [ { - "id": 4432, + "id": 4435, "name": "selector", "variant": "param", "kind": 32768, @@ -7969,13 +7969,13 @@ }, "type": { "type": "reference", - "target": 4701, + "target": 4704, "name": "FilterableInventoryLevelProps", "package": "@medusajs/types" } }, { - "id": 4433, + "id": 4436, "name": "config", "variant": "param", "kind": 32768, @@ -8008,11 +8008,11 @@ }, "type": { "type": "reference", - "target": 4635, + "target": 4638, "typeArguments": [ { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -8022,7 +8022,7 @@ } }, { - "id": 4434, + "id": 4437, "name": "context", "variant": "param", "kind": 32768, @@ -8039,7 +8039,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -8059,7 +8059,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -8078,14 +8078,14 @@ ] }, { - "id": 4435, + "id": 4438, "name": "retrieveInventoryItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4436, + "id": 4439, "name": "retrieveInventoryItem", "variant": "signature", "kind": 4096, @@ -8132,7 +8132,7 @@ }, "parameters": [ { - "id": 4437, + "id": 4440, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -8151,7 +8151,7 @@ } }, { - "id": 4438, + "id": 4441, "name": "config", "variant": "param", "kind": 32768, @@ -8184,11 +8184,11 @@ }, "type": { "type": "reference", - "target": 4635, + "target": 4638, "typeArguments": [ { "type": "reference", - "target": 4648, + "target": 4651, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -8198,7 +8198,7 @@ } }, { - "id": 4439, + "id": 4442, "name": "context", "variant": "param", "kind": 32768, @@ -8215,7 +8215,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -8230,7 +8230,7 @@ "typeArguments": [ { "type": "reference", - "target": 4648, + "target": 4651, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -8242,14 +8242,14 @@ ] }, { - "id": 4440, + "id": 4443, "name": "retrieveInventoryLevelByItemAndLocation", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4441, + "id": 4444, "name": "retrieveInventoryLevelByItemAndLocation", "variant": "signature", "kind": 4096, @@ -8284,7 +8284,7 @@ }, "parameters": [ { - "id": 4442, + "id": 4445, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -8303,7 +8303,7 @@ } }, { - "id": 4443, + "id": 4446, "name": "locationId", "variant": "param", "kind": 32768, @@ -8322,7 +8322,7 @@ } }, { - "id": 4444, + "id": 4447, "name": "context", "variant": "param", "kind": 32768, @@ -8339,7 +8339,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -8354,7 +8354,7 @@ "typeArguments": [ { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -8366,14 +8366,14 @@ ] }, { - "id": 4445, + "id": 4448, "name": "retrieveInventoryLevel", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4446, + "id": 4449, "name": "retrieveInventoryLevel", "variant": "signature", "kind": 4096, @@ -8420,7 +8420,7 @@ }, "parameters": [ { - "id": 4447, + "id": 4450, "name": "inventoryLevelId", "variant": "param", "kind": 32768, @@ -8439,7 +8439,7 @@ } }, { - "id": 4448, + "id": 4451, "name": "config", "variant": "param", "kind": 32768, @@ -8472,11 +8472,11 @@ }, "type": { "type": "reference", - "target": 4635, + "target": 4638, "typeArguments": [ { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -8486,7 +8486,7 @@ } }, { - "id": 4449, + "id": 4452, "name": "context", "variant": "param", "kind": 32768, @@ -8503,7 +8503,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -8518,7 +8518,7 @@ "typeArguments": [ { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -8530,14 +8530,14 @@ ] }, { - "id": 4450, + "id": 4453, "name": "retrieveReservationItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4451, + "id": 4454, "name": "retrieveReservationItem", "variant": "signature", "kind": 4096, @@ -8584,7 +8584,7 @@ }, "parameters": [ { - "id": 4452, + "id": 4455, "name": "reservationId", "variant": "param", "kind": 32768, @@ -8603,7 +8603,7 @@ } }, { - "id": 4453, + "id": 4456, "name": "config", "variant": "param", "kind": 32768, @@ -8636,11 +8636,11 @@ }, "type": { "type": "reference", - "target": 4635, + "target": 4638, "typeArguments": [ { "type": "reference", - "target": 4688, + "target": 4691, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -8650,7 +8650,7 @@ } }, { - "id": 4454, + "id": 4457, "name": "context", "variant": "param", "kind": 32768, @@ -8667,7 +8667,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -8682,7 +8682,7 @@ "typeArguments": [ { "type": "reference", - "target": 4688, + "target": 4691, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -8694,14 +8694,14 @@ ] }, { - "id": 4455, + "id": 4458, "name": "createReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4456, + "id": 4459, "name": "createReservationItems", "variant": "signature", "kind": 4096, @@ -8736,7 +8736,7 @@ }, "parameters": [ { - "id": 4457, + "id": 4460, "name": "input", "variant": "param", "kind": 32768, @@ -8753,14 +8753,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 4721, + "target": 4724, "name": "CreateReservationItemInput", "package": "@medusajs/types" } } }, { - "id": 4458, + "id": 4461, "name": "context", "variant": "param", "kind": 32768, @@ -8777,7 +8777,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -8794,7 +8794,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4688, + "target": 4691, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -8805,7 +8805,7 @@ } }, { - "id": 4459, + "id": 4462, "name": "createReservationItems", "variant": "signature", "kind": 4096, @@ -8840,7 +8840,7 @@ }, "parameters": [ { - "id": 4460, + "id": 4463, "name": "input", "variant": "param", "kind": 32768, @@ -8855,13 +8855,13 @@ }, "type": { "type": "reference", - "target": 4721, + "target": 4724, "name": "CreateReservationItemInput", "package": "@medusajs/types" } }, { - "id": 4461, + "id": 4464, "name": "context", "variant": "param", "kind": 32768, @@ -8878,7 +8878,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -8893,7 +8893,7 @@ "typeArguments": [ { "type": "reference", - "target": 4688, + "target": 4691, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -8905,14 +8905,14 @@ ] }, { - "id": 4462, + "id": 4465, "name": "createInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4463, + "id": 4466, "name": "createInventoryItems", "variant": "signature", "kind": 4096, @@ -8947,7 +8947,7 @@ }, "parameters": [ { - "id": 4464, + "id": 4467, "name": "input", "variant": "param", "kind": 32768, @@ -8964,14 +8964,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 4731, + "target": 4734, "name": "CreateInventoryItemInput", "package": "@medusajs/types" } } }, { - "id": 4465, + "id": 4468, "name": "context", "variant": "param", "kind": 32768, @@ -8988,7 +8988,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -9005,7 +9005,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4648, + "target": 4651, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -9016,7 +9016,7 @@ } }, { - "id": 4466, + "id": 4469, "name": "createInventoryItems", "variant": "signature", "kind": 4096, @@ -9051,7 +9051,7 @@ }, "parameters": [ { - "id": 4467, + "id": 4470, "name": "input", "variant": "param", "kind": 32768, @@ -9066,13 +9066,13 @@ }, "type": { "type": "reference", - "target": 4731, + "target": 4734, "name": "CreateInventoryItemInput", "package": "@medusajs/types" } }, { - "id": 4468, + "id": 4471, "name": "context", "variant": "param", "kind": 32768, @@ -9089,7 +9089,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -9104,7 +9104,7 @@ "typeArguments": [ { "type": "reference", - "target": 4648, + "target": 4651, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -9116,14 +9116,14 @@ ] }, { - "id": 4469, + "id": 4472, "name": "createInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4470, + "id": 4473, "name": "createInventoryLevels", "variant": "signature", "kind": 4096, @@ -9158,7 +9158,7 @@ }, "parameters": [ { - "id": 4471, + "id": 4474, "name": "data", "variant": "param", "kind": 32768, @@ -9175,14 +9175,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 4746, + "target": 4749, "name": "CreateInventoryLevelInput", "package": "@medusajs/types" } } }, { - "id": 4472, + "id": 4475, "name": "context", "variant": "param", "kind": 32768, @@ -9199,7 +9199,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -9216,7 +9216,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -9227,7 +9227,7 @@ } }, { - "id": 4473, + "id": 4476, "name": "createInventoryLevels", "variant": "signature", "kind": 4096, @@ -9262,7 +9262,7 @@ }, "parameters": [ { - "id": 4474, + "id": 4477, "name": "data", "variant": "param", "kind": 32768, @@ -9277,13 +9277,13 @@ }, "type": { "type": "reference", - "target": 4746, + "target": 4749, "name": "CreateInventoryLevelInput", "package": "@medusajs/types" } }, { - "id": 4475, + "id": 4478, "name": "context", "variant": "param", "kind": 32768, @@ -9300,7 +9300,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -9315,7 +9315,7 @@ "typeArguments": [ { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -9327,14 +9327,14 @@ ] }, { - "id": 4476, + "id": 4479, "name": "updateInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4477, + "id": 4480, "name": "updateInventoryLevels", "variant": "signature", "kind": 4096, @@ -9369,7 +9369,7 @@ }, "parameters": [ { - "id": 4478, + "id": 4481, "name": "updates", "variant": "param", "kind": 32768, @@ -9386,14 +9386,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 4751, + "target": 4754, "name": "BulkUpdateInventoryLevelInput", "package": "@medusajs/types" } } }, { - "id": 4479, + "id": 4482, "name": "context", "variant": "param", "kind": 32768, @@ -9410,7 +9410,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -9427,7 +9427,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -9438,7 +9438,7 @@ } }, { - "id": 4480, + "id": 4483, "name": "updateInventoryLevels", "variant": "signature", "kind": 4096, @@ -9473,7 +9473,7 @@ }, "parameters": [ { - "id": 4481, + "id": 4484, "name": "updates", "variant": "param", "kind": 32768, @@ -9488,13 +9488,13 @@ }, "type": { "type": "reference", - "target": 4751, + "target": 4754, "name": "BulkUpdateInventoryLevelInput", "package": "@medusajs/types" } }, { - "id": 4482, + "id": 4485, "name": "context", "variant": "param", "kind": 32768, @@ -9511,7 +9511,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -9526,7 +9526,7 @@ "typeArguments": [ { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -9538,14 +9538,14 @@ ] }, { - "id": 4483, + "id": 4486, "name": "updateInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4484, + "id": 4487, "name": "updateInventoryItems", "variant": "signature", "kind": 4096, @@ -9580,7 +9580,7 @@ }, "parameters": [ { - "id": 4485, + "id": 4488, "name": "input", "variant": "param", "kind": 32768, @@ -9595,13 +9595,13 @@ }, "type": { "type": "reference", - "target": 4757, + "target": 4760, "name": "UpdateInventoryItemInput", "package": "@medusajs/types" } }, { - "id": 4486, + "id": 4489, "name": "context", "variant": "param", "kind": 32768, @@ -9618,7 +9618,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -9633,7 +9633,7 @@ "typeArguments": [ { "type": "reference", - "target": 4648, + "target": 4651, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -9643,7 +9643,7 @@ } }, { - "id": 4487, + "id": 4490, "name": "updateInventoryItems", "variant": "signature", "kind": 4096, @@ -9678,7 +9678,7 @@ }, "parameters": [ { - "id": 4488, + "id": 4491, "name": "input", "variant": "param", "kind": 32768, @@ -9695,14 +9695,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 4757, + "target": 4760, "name": "UpdateInventoryItemInput", "package": "@medusajs/types" } } }, { - "id": 4489, + "id": 4492, "name": "context", "variant": "param", "kind": 32768, @@ -9719,7 +9719,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -9736,7 +9736,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4648, + "target": 4651, "name": "InventoryItemDTO", "package": "@medusajs/types" } @@ -9749,14 +9749,14 @@ ] }, { - "id": 4490, + "id": 4493, "name": "updateReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4491, + "id": 4494, "name": "updateReservationItems", "variant": "signature", "kind": 4096, @@ -9791,7 +9791,7 @@ }, "parameters": [ { - "id": 4492, + "id": 4495, "name": "input", "variant": "param", "kind": 32768, @@ -9806,13 +9806,13 @@ }, "type": { "type": "reference", - "target": 4773, + "target": 4776, "name": "UpdateReservationItemInput", "package": "@medusajs/types" } }, { - "id": 4493, + "id": 4496, "name": "context", "variant": "param", "kind": 32768, @@ -9829,7 +9829,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -9844,7 +9844,7 @@ "typeArguments": [ { "type": "reference", - "target": 4688, + "target": 4691, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -9854,7 +9854,7 @@ } }, { - "id": 4494, + "id": 4497, "name": "updateReservationItems", "variant": "signature", "kind": 4096, @@ -9889,7 +9889,7 @@ }, "parameters": [ { - "id": 4495, + "id": 4498, "name": "input", "variant": "param", "kind": 32768, @@ -9906,14 +9906,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 4773, + "target": 4776, "name": "UpdateReservationItemInput", "package": "@medusajs/types" } } }, { - "id": 4496, + "id": 4499, "name": "context", "variant": "param", "kind": 32768, @@ -9930,7 +9930,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -9947,7 +9947,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4688, + "target": 4691, "name": "ReservationItemDTO", "package": "@medusajs/types" } @@ -9960,14 +9960,14 @@ ] }, { - "id": 4497, + "id": 4500, "name": "deleteReservationItemsByLineItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4498, + "id": 4501, "name": "deleteReservationItemsByLineItem", "variant": "signature", "kind": 4096, @@ -10002,7 +10002,7 @@ }, "parameters": [ { - "id": 4499, + "id": 4502, "name": "lineItemId", "variant": "param", "kind": 32768, @@ -10033,7 +10033,7 @@ } }, { - "id": 4500, + "id": 4503, "name": "context", "variant": "param", "kind": 32768, @@ -10050,7 +10050,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -10075,14 +10075,14 @@ ] }, { - "id": 4501, + "id": 4504, "name": "restoreReservationItemsByLineItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4502, + "id": 4505, "name": "restoreReservationItemsByLineItem", "variant": "signature", "kind": 4096, @@ -10117,7 +10117,7 @@ }, "parameters": [ { - "id": 4503, + "id": 4506, "name": "lineItemId", "variant": "param", "kind": 32768, @@ -10148,7 +10148,7 @@ } }, { - "id": 4504, + "id": 4507, "name": "context", "variant": "param", "kind": 32768, @@ -10165,7 +10165,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -10190,14 +10190,14 @@ ] }, { - "id": 4505, + "id": 4508, "name": "deleteReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4506, + "id": 4509, "name": "deleteReservationItems", "variant": "signature", "kind": 4096, @@ -10232,7 +10232,7 @@ }, "parameters": [ { - "id": 4507, + "id": 4510, "name": "reservationItemId", "variant": "param", "kind": 32768, @@ -10263,7 +10263,7 @@ } }, { - "id": 4508, + "id": 4511, "name": "context", "variant": "param", "kind": 32768, @@ -10280,7 +10280,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -10305,14 +10305,14 @@ ] }, { - "id": 4509, + "id": 4512, "name": "softDeleteReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4510, + "id": 4513, "name": "softDeleteReservationItems", "variant": "signature", "kind": 4096, @@ -10355,7 +10355,7 @@ }, "typeParameters": [ { - "id": 4511, + "id": 4514, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -10372,7 +10372,7 @@ ], "parameters": [ { - "id": 4512, + "id": 4515, "name": "ReservationItemIds", "variant": "param", "kind": 32768, @@ -10386,7 +10386,7 @@ } }, { - "id": 4513, + "id": 4516, "name": "config", "variant": "param", "kind": 32768, @@ -10403,11 +10403,11 @@ }, "type": { "type": "reference", - "target": 4780, + "target": 4783, "typeArguments": [ { "type": "reference", - "target": 4511, + "target": 4514, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -10418,7 +10418,7 @@ } }, { - "id": 4514, + "id": 4517, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10435,7 +10435,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -10487,14 +10487,14 @@ ] }, { - "id": 4515, + "id": 4518, "name": "restoreReservationItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4516, + "id": 4519, "name": "restoreReservationItems", "variant": "signature", "kind": 4096, @@ -10537,7 +10537,7 @@ }, "typeParameters": [ { - "id": 4517, + "id": 4520, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -10554,7 +10554,7 @@ ], "parameters": [ { - "id": 4518, + "id": 4521, "name": "ReservationItemIds", "variant": "param", "kind": 32768, @@ -10576,7 +10576,7 @@ } }, { - "id": 4519, + "id": 4522, "name": "config", "variant": "param", "kind": 32768, @@ -10609,11 +10609,11 @@ }, "type": { "type": "reference", - "target": 4783, + "target": 4786, "typeArguments": [ { "type": "reference", - "target": 4517, + "target": 4520, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -10624,7 +10624,7 @@ } }, { - "id": 4520, + "id": 4523, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10641,7 +10641,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -10693,14 +10693,14 @@ ] }, { - "id": 4521, + "id": 4524, "name": "deleteInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4522, + "id": 4525, "name": "deleteInventoryItems", "variant": "signature", "kind": 4096, @@ -10735,7 +10735,7 @@ }, "parameters": [ { - "id": 4523, + "id": 4526, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -10766,7 +10766,7 @@ } }, { - "id": 4524, + "id": 4527, "name": "context", "variant": "param", "kind": 32768, @@ -10783,7 +10783,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -10808,14 +10808,14 @@ ] }, { - "id": 4525, + "id": 4528, "name": "softDeleteInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4526, + "id": 4529, "name": "softDeleteInventoryItems", "variant": "signature", "kind": 4096, @@ -10866,7 +10866,7 @@ }, "typeParameters": [ { - "id": 4527, + "id": 4530, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -10883,7 +10883,7 @@ ], "parameters": [ { - "id": 4528, + "id": 4531, "name": "inventoryItemIds", "variant": "param", "kind": 32768, @@ -10905,7 +10905,7 @@ } }, { - "id": 4529, + "id": 4532, "name": "config", "variant": "param", "kind": 32768, @@ -10922,11 +10922,11 @@ }, "type": { "type": "reference", - "target": 4780, + "target": 4783, "typeArguments": [ { "type": "reference", - "target": 4527, + "target": 4530, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -10937,7 +10937,7 @@ } }, { - "id": 4530, + "id": 4533, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10954,7 +10954,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -11006,14 +11006,14 @@ ] }, { - "id": 4531, + "id": 4534, "name": "restoreInventoryItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4532, + "id": 4535, "name": "restoreInventoryItems", "variant": "signature", "kind": 4096, @@ -11064,7 +11064,7 @@ }, "typeParameters": [ { - "id": 4533, + "id": 4536, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -11081,7 +11081,7 @@ ], "parameters": [ { - "id": 4534, + "id": 4537, "name": "inventoryItemIds", "variant": "param", "kind": 32768, @@ -11103,7 +11103,7 @@ } }, { - "id": 4535, + "id": 4538, "name": "config", "variant": "param", "kind": 32768, @@ -11136,11 +11136,11 @@ }, "type": { "type": "reference", - "target": 4783, + "target": 4786, "typeArguments": [ { "type": "reference", - "target": 4533, + "target": 4536, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -11151,7 +11151,7 @@ } }, { - "id": 4536, + "id": 4539, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11168,7 +11168,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -11220,14 +11220,14 @@ ] }, { - "id": 4537, + "id": 4540, "name": "deleteInventoryItemLevelByLocationId", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4538, + "id": 4541, "name": "deleteInventoryItemLevelByLocationId", "variant": "signature", "kind": 4096, @@ -11262,7 +11262,7 @@ }, "parameters": [ { - "id": 4539, + "id": 4542, "name": "locationId", "variant": "param", "kind": 32768, @@ -11293,7 +11293,7 @@ } }, { - "id": 4540, + "id": 4543, "name": "context", "variant": "param", "kind": 32768, @@ -11310,7 +11310,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -11365,14 +11365,14 @@ ] }, { - "id": 4541, + "id": 4544, "name": "deleteReservationItemByLocationId", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4542, + "id": 4545, "name": "deleteReservationItemByLocationId", "variant": "signature", "kind": 4096, @@ -11407,7 +11407,7 @@ }, "parameters": [ { - "id": 4543, + "id": 4546, "name": "locationId", "variant": "param", "kind": 32768, @@ -11438,7 +11438,7 @@ } }, { - "id": 4544, + "id": 4547, "name": "context", "variant": "param", "kind": 32768, @@ -11455,7 +11455,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -11480,14 +11480,14 @@ ] }, { - "id": 4545, + "id": 4548, "name": "deleteInventoryLevel", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4546, + "id": 4549, "name": "deleteInventoryLevel", "variant": "signature", "kind": 4096, @@ -11522,7 +11522,7 @@ }, "parameters": [ { - "id": 4547, + "id": 4550, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -11541,7 +11541,7 @@ } }, { - "id": 4548, + "id": 4551, "name": "locationId", "variant": "param", "kind": 32768, @@ -11560,7 +11560,7 @@ } }, { - "id": 4549, + "id": 4552, "name": "context", "variant": "param", "kind": 32768, @@ -11577,7 +11577,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -11602,14 +11602,14 @@ ] }, { - "id": 4550, + "id": 4553, "name": "deleteInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4551, + "id": 4554, "name": "deleteInventoryLevels", "variant": "signature", "kind": 4096, @@ -11644,7 +11644,7 @@ }, "parameters": [ { - "id": 4552, + "id": 4555, "name": "inventoryLevelIds", "variant": "param", "kind": 32768, @@ -11675,7 +11675,7 @@ } }, { - "id": 4553, + "id": 4556, "name": "context", "variant": "param", "kind": 32768, @@ -11692,7 +11692,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -11717,14 +11717,14 @@ ] }, { - "id": 4554, + "id": 4557, "name": "softDeleteInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4555, + "id": 4558, "name": "softDeleteInventoryLevels", "variant": "signature", "kind": 4096, @@ -11767,7 +11767,7 @@ }, "typeParameters": [ { - "id": 4556, + "id": 4559, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -11784,7 +11784,7 @@ ], "parameters": [ { - "id": 4557, + "id": 4560, "name": "inventoryLevelIds", "variant": "param", "kind": 32768, @@ -11806,7 +11806,7 @@ } }, { - "id": 4558, + "id": 4561, "name": "config", "variant": "param", "kind": 32768, @@ -11823,11 +11823,11 @@ }, "type": { "type": "reference", - "target": 4780, + "target": 4783, "typeArguments": [ { "type": "reference", - "target": 4556, + "target": 4559, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -11838,7 +11838,7 @@ } }, { - "id": 4559, + "id": 4562, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11855,7 +11855,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -11907,14 +11907,14 @@ ] }, { - "id": 4560, + "id": 4563, "name": "restoreInventoryLevels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4561, + "id": 4564, "name": "restoreInventoryLevels", "variant": "signature", "kind": 4096, @@ -11957,7 +11957,7 @@ }, "typeParameters": [ { - "id": 4562, + "id": 4565, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -11974,7 +11974,7 @@ ], "parameters": [ { - "id": 4563, + "id": 4566, "name": "inventoryLevelIds", "variant": "param", "kind": 32768, @@ -11996,7 +11996,7 @@ } }, { - "id": 4564, + "id": 4567, "name": "config", "variant": "param", "kind": 32768, @@ -12029,11 +12029,11 @@ }, "type": { "type": "reference", - "target": 4783, + "target": 4786, "typeArguments": [ { "type": "reference", - "target": 4562, + "target": 4565, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12044,7 +12044,7 @@ } }, { - "id": 4565, + "id": 4568, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12061,7 +12061,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -12113,14 +12113,14 @@ ] }, { - "id": 4566, + "id": 4569, "name": "adjustInventory", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4567, + "id": 4570, "name": "adjustInventory", "variant": "signature", "kind": 4096, @@ -12155,7 +12155,7 @@ }, "parameters": [ { - "id": 4568, + "id": 4571, "name": "data", "variant": "param", "kind": 32768, @@ -12165,14 +12165,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 4569, + "id": 4572, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4570, + "id": 4573, "name": "inventoryItemId", "variant": "declaration", "kind": 1024, @@ -12183,7 +12183,7 @@ } }, { - "id": 4571, + "id": 4574, "name": "locationId", "variant": "declaration", "kind": 1024, @@ -12194,14 +12194,14 @@ } }, { - "id": 4572, + "id": 4575, "name": "adjustment", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4786, + "target": 4789, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -12211,9 +12211,9 @@ { "title": "Properties", "children": [ - 4570, - 4571, - 4572 + 4573, + 4574, + 4575 ] } ] @@ -12222,7 +12222,7 @@ } }, { - "id": 4573, + "id": 4576, "name": "context", "variant": "param", "kind": 32768, @@ -12239,7 +12239,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -12256,7 +12256,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -12267,14 +12267,14 @@ } }, { - "id": 4574, + "id": 4577, "name": "adjustInventory", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 4575, + "id": 4578, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -12285,7 +12285,7 @@ } }, { - "id": 4576, + "id": 4579, "name": "locationId", "variant": "param", "kind": 32768, @@ -12296,20 +12296,20 @@ } }, { - "id": 4577, + "id": 4580, "name": "adjustment", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 4786, + "target": 4789, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 4578, + "id": 4581, "name": "context", "variant": "param", "kind": 32768, @@ -12318,7 +12318,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -12333,7 +12333,7 @@ "typeArguments": [ { "type": "reference", - "target": 4709, + "target": 4712, "name": "InventoryLevelDTO", "package": "@medusajs/types" } @@ -12345,14 +12345,14 @@ ] }, { - "id": 4579, + "id": 4582, "name": "confirmInventory", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4580, + "id": 4583, "name": "confirmInventory", "variant": "signature", "kind": 4096, @@ -12387,7 +12387,7 @@ }, "parameters": [ { - "id": 4581, + "id": 4584, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -12406,7 +12406,7 @@ } }, { - "id": 4582, + "id": 4585, "name": "locationIds", "variant": "param", "kind": 32768, @@ -12428,7 +12428,7 @@ } }, { - "id": 4583, + "id": 4586, "name": "quantity", "variant": "param", "kind": 32768, @@ -12443,13 +12443,13 @@ }, "type": { "type": "reference", - "target": 4786, + "target": 4789, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 4584, + "id": 4587, "name": "context", "variant": "param", "kind": 32768, @@ -12466,7 +12466,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -12491,14 +12491,14 @@ ] }, { - "id": 4585, + "id": 4588, "name": "retrieveAvailableQuantity", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4586, + "id": 4589, "name": "retrieveAvailableQuantity", "variant": "signature", "kind": 4096, @@ -12533,7 +12533,7 @@ }, "parameters": [ { - "id": 4587, + "id": 4590, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -12552,7 +12552,7 @@ } }, { - "id": 4588, + "id": 4591, "name": "locationIds", "variant": "param", "kind": 32768, @@ -12574,7 +12574,7 @@ } }, { - "id": 4589, + "id": 4592, "name": "context", "variant": "param", "kind": 32768, @@ -12591,7 +12591,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -12606,7 +12606,7 @@ "typeArguments": [ { "type": "reference", - "target": 4787, + "target": 4790, "name": "IBigNumber", "package": "@medusajs/types" } @@ -12618,14 +12618,14 @@ ] }, { - "id": 4590, + "id": 4593, "name": "retrieveStockedQuantity", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4591, + "id": 4594, "name": "retrieveStockedQuantity", "variant": "signature", "kind": 4096, @@ -12660,7 +12660,7 @@ }, "parameters": [ { - "id": 4592, + "id": 4595, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -12679,7 +12679,7 @@ } }, { - "id": 4593, + "id": 4596, "name": "locationIds", "variant": "param", "kind": 32768, @@ -12701,7 +12701,7 @@ } }, { - "id": 4594, + "id": 4597, "name": "context", "variant": "param", "kind": 32768, @@ -12718,7 +12718,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -12733,7 +12733,7 @@ "typeArguments": [ { "type": "reference", - "target": 4787, + "target": 4790, "name": "IBigNumber", "package": "@medusajs/types" } @@ -12745,14 +12745,14 @@ ] }, { - "id": 4595, + "id": 4598, "name": "retrieveReservedQuantity", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4596, + "id": 4599, "name": "retrieveReservedQuantity", "variant": "signature", "kind": 4096, @@ -12787,7 +12787,7 @@ }, "parameters": [ { - "id": 4597, + "id": 4600, "name": "inventoryItemId", "variant": "param", "kind": 32768, @@ -12806,7 +12806,7 @@ } }, { - "id": 4598, + "id": 4601, "name": "locationIds", "variant": "param", "kind": 32768, @@ -12828,7 +12828,7 @@ } }, { - "id": 4599, + "id": 4602, "name": "context", "variant": "param", "kind": 32768, @@ -12845,7 +12845,7 @@ }, "type": { "type": "reference", - "target": 4667, + "target": 4670, "name": "Context", "package": "@medusajs/types" } @@ -12860,7 +12860,7 @@ "typeArguments": [ { "type": "reference", - "target": 4787, + "target": 4790, "name": "IBigNumber", "package": "@medusajs/types" } @@ -12876,55 +12876,55 @@ { "title": "Methods", "children": [ - 4405, - 4410, - 4415, - 4420, - 4425, - 4430, - 4435, - 4440, - 4445, - 4450, - 4455, - 4462, - 4469, - 4476, - 4483, - 4490, - 4497, - 4501, - 4505, - 4509, - 4515, - 4521, - 4525, - 4531, - 4537, - 4541, - 4545, - 4550, - 4554, - 4560, - 4566, - 4579, - 4585, - 4590, - 4595 + 4408, + 4413, + 4418, + 4423, + 4428, + 4433, + 4438, + 4443, + 4448, + 4453, + 4458, + 4465, + 4472, + 4479, + 4486, + 4493, + 4500, + 4504, + 4508, + 4512, + 4518, + 4524, + 4528, + 4534, + 4540, + 4544, + 4548, + 4553, + 4557, + 4563, + 4569, + 4582, + 4588, + 4593, + 4598 ] } ], "extendedTypes": [ { "type": "reference", - "target": 4613, + "target": 4616, "name": "IModuleService", "package": "@medusajs/types" } ] }, { - "id": 4927, + "id": 4930, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -12932,14 +12932,14 @@ "type": { "type": "reflection", "declaration": { - "id": 4928, + "id": 4931, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4929, + "id": 4932, "name": "alias", "variant": "declaration", "kind": 1024, @@ -12950,7 +12950,7 @@ } }, { - "id": 4930, + "id": 4933, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -12961,7 +12961,7 @@ } }, { - "id": 4931, + "id": 4934, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -12972,7 +12972,7 @@ } }, { - "id": 4932, + "id": 4935, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -12983,7 +12983,7 @@ } }, { - "id": 4933, + "id": 4936, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -13004,7 +13004,7 @@ } }, { - "id": 4934, + "id": 4937, "name": "isList", "variant": "declaration", "kind": 1024, @@ -13025,7 +13025,7 @@ } }, { - "id": 4935, + "id": 4938, "name": "args", "variant": "declaration", "kind": 1024, @@ -13065,13 +13065,13 @@ { "title": "Properties", "children": [ - 4929, - 4930, - 4931, 4932, 4933, 4934, - 4935 + 4935, + 4936, + 4937, + 4938 ] } ] @@ -13079,14 +13079,14 @@ } }, { - "id": 4924, + "id": 4927, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4925, + "id": 4928, "name": "name", "variant": "declaration", "kind": 1024, @@ -13109,7 +13109,7 @@ } }, { - "id": 4926, + "id": 4929, "name": "args", "variant": "declaration", "kind": 1024, @@ -13149,21 +13149,21 @@ { "title": "Properties", "children": [ - 4925, - 4926 + 4928, + 4929 ] } ] }, { - "id": 4877, + "id": 4880, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4878, + "id": 4881, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -13174,7 +13174,7 @@ } }, { - "id": 4879, + "id": 4882, "name": "alias", "variant": "declaration", "kind": 1024, @@ -13194,7 +13194,7 @@ "types": [ { "type": "reference", - "target": 4924, + "target": 4927, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -13202,7 +13202,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4924, + "target": 4927, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -13211,7 +13211,7 @@ } }, { - "id": 4880, + "id": 4883, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -13247,14 +13247,14 @@ { "type": "reflection", "declaration": { - "id": 4881, + "id": 4884, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4882, + "id": 4885, "name": "path", "variant": "declaration", "kind": 1024, @@ -13265,7 +13265,7 @@ } }, { - "id": 4883, + "id": 4886, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -13283,8 +13283,8 @@ { "title": "Properties", "children": [ - 4882, - 4883 + 4885, + 4886 ] } ] @@ -13298,7 +13298,7 @@ } }, { - "id": 4884, + "id": 4887, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -13312,7 +13312,7 @@ } }, { - "id": 4885, + "id": 4888, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -13323,14 +13323,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 4927, + "target": 4930, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 4886, + "id": 4889, "name": "extends", "variant": "declaration", "kind": 1024, @@ -13342,14 +13342,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 4887, + "id": 4890, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4888, + "id": 4891, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -13360,14 +13360,14 @@ } }, { - "id": 4889, + "id": 4892, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4927, + "target": 4930, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -13377,8 +13377,8 @@ { "title": "Properties", "children": [ - 4888, - 4889 + 4891, + 4892 ] } ] @@ -13387,7 +13387,7 @@ } }, { - "id": 4890, + "id": 4893, "name": "args", "variant": "declaration", "kind": 1024, @@ -13427,19 +13427,19 @@ { "title": "Properties", "children": [ - 4878, - 4879, - 4880, - 4884, - 4885, - 4886, - 4890 + 4881, + 4882, + 4883, + 4887, + 4888, + 4889, + 4893 ] } ] }, { - "id": 4894, + "id": 4897, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -13458,14 +13458,14 @@ { "type": "reflection", "declaration": { - "id": 4895, + "id": 4898, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4896, + "id": 4899, "name": "type", "variant": "declaration", "kind": 1024, @@ -13561,7 +13561,7 @@ } }, { - "id": 4897, + "id": 4900, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -13574,7 +13574,7 @@ } }, { - "id": 4898, + "id": 4901, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -13587,7 +13587,7 @@ } }, { - "id": 4899, + "id": 4902, "name": "options", "variant": "declaration", "kind": 1024, @@ -13627,10 +13627,10 @@ { "title": "Properties", "children": [ - 4896, - 4897, - 4898, - 4899 + 4899, + 4900, + 4901, + 4902 ] } ] @@ -13642,7 +13642,7 @@ } }, { - "id": 4795, + "id": 4798, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -13659,7 +13659,7 @@ "typeArguments": [ { "type": "reference", - "target": 4877, + "target": 4880, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -13691,14 +13691,14 @@ { "type": "reflection", "declaration": { - "id": 4796, + "id": 4799, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4797, + "id": 4800, "name": "schema", "variant": "declaration", "kind": 1024, @@ -13719,7 +13719,7 @@ } }, { - "id": 4798, + "id": 4801, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -13730,14 +13730,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 4891, + "target": 4894, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 4799, + "id": 4802, "name": "extends", "variant": "declaration", "kind": 1024, @@ -13749,14 +13749,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 4800, + "id": 4803, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4801, + "id": 4804, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -13767,7 +13767,7 @@ } }, { - "id": 4802, + "id": 4805, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -13795,14 +13795,14 @@ { "type": "reflection", "declaration": { - "id": 4803, + "id": 4806, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4804, + "id": 4807, "name": "path", "variant": "declaration", "kind": 1024, @@ -13813,7 +13813,7 @@ } }, { - "id": 4805, + "id": 4808, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -13829,7 +13829,7 @@ } }, { - "id": 4806, + "id": 4809, "name": "isList", "variant": "declaration", "kind": 1024, @@ -13846,9 +13846,9 @@ { "title": "Properties", "children": [ - 4804, - 4805, - 4806 + 4807, + 4808, + 4809 ] } ] @@ -13862,14 +13862,14 @@ } }, { - "id": 4807, + "id": 4810, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 4891, + "target": 4894, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -13879,9 +13879,9 @@ { "title": "Properties", "children": [ - 4801, - 4802, - 4807 + 4804, + 4805, + 4810 ] } ] @@ -13890,7 +13890,7 @@ } }, { - "id": 4808, + "id": 4811, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -13903,7 +13903,7 @@ } }, { - "id": 4809, + "id": 4812, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -13919,7 +13919,7 @@ } }, { - "id": 4810, + "id": 4813, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -13940,7 +13940,7 @@ } }, { - "id": 4811, + "id": 4814, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -13976,7 +13976,7 @@ } }, { - "id": 4812, + "id": 4815, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -13997,7 +13997,7 @@ } }, { - "id": 4813, + "id": 4816, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -14021,7 +14021,7 @@ } }, { - "id": 4814, + "id": 4817, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -14031,14 +14031,14 @@ "type": { "type": "reflection", "declaration": { - "id": 4815, + "id": 4818, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4816, + "id": 4819, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -14059,7 +14059,7 @@ } }, { - "id": 4817, + "id": 4820, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -14080,7 +14080,7 @@ } }, { - "id": 4818, + "id": 4821, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -14089,7 +14089,7 @@ }, "type": { "type": "reference", - "target": 4894, + "target": 4897, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -14099,9 +14099,9 @@ { "title": "Properties", "children": [ - 4816, - 4817, - 4818 + 4819, + 4820, + 4821 ] } ] @@ -14113,16 +14113,16 @@ { "title": "Properties", "children": [ - 4797, - 4798, - 4799, - 4808, - 4809, - 4810, + 4800, + 4801, + 4802, 4811, 4812, 4813, - 4814 + 4814, + 4815, + 4816, + 4817 ] } ] @@ -14132,7 +14132,7 @@ } }, { - "id": 4891, + "id": 4894, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -14142,21 +14142,21 @@ "types": [ { "type": "reference", - "target": 4927, + "target": 4930, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 4892, + "id": 4895, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4893, + "id": 4896, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -14181,7 +14181,7 @@ { "title": "Properties", "children": [ - 4893 + 4896 ] } ] @@ -14191,7 +14191,7 @@ } }, { - "id": 4613, + "id": 4616, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -14199,20 +14199,20 @@ "extendedBy": [ { "type": "reference", - "target": 4404, + "target": 4407, "name": "IInventoryService" } ] }, { - "id": 4904, + "id": 4907, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4905, + "id": 4908, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -14228,7 +14228,7 @@ } }, { - "id": 4906, + "id": 4909, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -14238,21 +14238,21 @@ "type": { "type": "reflection", "declaration": { - "id": 4907, + "id": 4910, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 4908, + "id": 4911, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 4909, + "id": 4912, "name": "key", "variant": "param", "kind": 32768, @@ -14293,35 +14293,35 @@ { "title": "Properties", "children": [ - 4905, - 4906 + 4908, + 4909 ] } ] }, { - "id": 4827, + "id": 4830, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4828, + "id": 4831, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4829, + "id": 4832, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 4830, + "id": 4833, "name": "msg", "variant": "param", "kind": 32768, @@ -14331,7 +14331,7 @@ "types": [ { "type": "reference", - "target": 4900, + "target": 4903, "name": "Message", "package": "@medusajs/types" }, @@ -14339,7 +14339,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4900, + "target": 4903, "name": "Message", "package": "@medusajs/types" } @@ -14356,21 +14356,21 @@ ] }, { - "id": 4831, + "id": 4834, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4832, + "id": 4835, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 4833, + "id": 4836, "name": "format", "variant": "param", "kind": 32768, @@ -14379,7 +14379,7 @@ }, "type": { "type": "reference", - "target": 4904, + "target": 4907, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -14400,7 +14400,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 4900, + "target": 4903, "name": "Message", "package": "@medusajs/types" } @@ -14413,14 +14413,14 @@ ] }, { - "id": 4834, + "id": 4837, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4835, + "id": 4838, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -14433,21 +14433,21 @@ ] }, { - "id": 4836, + "id": 4839, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4837, + "id": 4840, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 4838, + "id": 4841, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14456,7 +14456,7 @@ ], "parameters": [ { - "id": 4839, + "id": 4842, "name": "messageData", "variant": "param", "kind": 32768, @@ -14466,11 +14466,11 @@ "types": [ { "type": "reference", - "target": 4910, + "target": 4913, "typeArguments": [ { "type": "reference", - "target": 4838, + "target": 4841, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14483,11 +14483,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 4910, + "target": 4913, "typeArguments": [ { "type": "reference", - "target": 4838, + "target": 4841, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14501,7 +14501,7 @@ } }, { - "id": 4840, + "id": 4843, "name": "options", "variant": "param", "kind": 32768, @@ -14541,16 +14541,16 @@ { "title": "Methods", "children": [ - 4828, 4831, 4834, - 4836 + 4837, + 4839 ] } ] }, { - "id": 4667, + "id": 4670, "name": "Context", "variant": "declaration", "kind": 256, @@ -14565,7 +14565,7 @@ }, "children": [ { - "id": 4668, + "id": 4671, "name": "__type", "variant": "declaration", "kind": 1024, @@ -14578,7 +14578,7 @@ } }, { - "id": 4669, + "id": 4672, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -14611,14 +14611,14 @@ }, "type": { "type": "reference", - "target": 4678, + "target": 4681, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 4670, + "id": 4673, "name": "manager", "variant": "declaration", "kind": 1024, @@ -14651,14 +14651,14 @@ }, "type": { "type": "reference", - "target": 4678, + "target": 4681, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 4671, + "id": 4674, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -14711,7 +14711,7 @@ } }, { - "id": 4672, + "id": 4675, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -14732,7 +14732,7 @@ } }, { - "id": 4673, + "id": 4676, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -14753,7 +14753,7 @@ } }, { - "id": 4674, + "id": 4677, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -14774,7 +14774,7 @@ } }, { - "id": 4675, + "id": 4678, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -14791,13 +14791,13 @@ }, "type": { "type": "reference", - "target": 4827, + "target": 4830, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 4676, + "id": 4679, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -14818,7 +14818,7 @@ } }, { - "id": 4677, + "id": 4680, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -14843,22 +14843,22 @@ { "title": "Properties", "children": [ - 4668, - 4669, - 4670, 4671, 4672, 4673, 4674, 4675, 4676, - 4677 + 4677, + 4678, + 4679, + 4680 ] } ], "typeParameters": [ { - "id": 4678, + "id": 4681, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -14871,14 +14871,14 @@ ] }, { - "id": 4787, + "id": 4790, "name": "IBigNumber", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 4788, + "id": 4791, "name": "numeric", "variant": "declaration", "kind": 1024, @@ -14889,7 +14889,7 @@ } }, { - "id": 4789, + "id": 4792, "name": "raw", "variant": "declaration", "kind": 1024, @@ -14898,13 +14898,13 @@ }, "type": { "type": "reference", - "target": 4872, + "target": 4875, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 4790, + "id": 4793, "name": "bigNumber", "variant": "declaration", "kind": 1024, @@ -14922,14 +14922,14 @@ } }, { - "id": 4791, + "id": 4794, "name": "toJSON", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4792, + "id": 4795, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -14942,14 +14942,14 @@ ] }, { - "id": 4793, + "id": 4796, "name": "valueOf", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 4794, + "id": 4797, "name": "valueOf", "variant": "signature", "kind": 4096, @@ -14966,22 +14966,22 @@ { "title": "Properties", "children": [ - 4788, - 4789, - 4790 + 4791, + 4792, + 4793 ] }, { "title": "Methods", "children": [ - 4791, - 4793 + 4794, + 4796 ] } ] }, { - "id": 4872, + "id": 4875, "name": "BigNumberRawValue", "variant": "declaration", "kind": 2097152, @@ -14989,14 +14989,14 @@ "type": { "type": "reflection", "declaration": { - "id": 4873, + "id": 4876, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 4874, + "id": 4877, "name": "value", "variant": "declaration", "kind": 1024, @@ -15020,20 +15020,20 @@ { "title": "Properties", "children": [ - 4874 + 4877 ] } ], "indexSignatures": [ { - "id": 4875, + "id": 4878, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 4876, + "id": 4879, "name": "key", "variant": "param", "kind": 32768, @@ -15054,7 +15054,7 @@ } }, { - "id": 4786, + "id": 4789, "name": "BigNumberInput", "variant": "declaration", "kind": 2097152, @@ -15064,7 +15064,7 @@ "types": [ { "type": "reference", - "target": 4872, + "target": 4875, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15088,7 +15088,7 @@ }, { "type": "reference", - "target": 4787, + "target": 4790, "name": "IBigNumber", "package": "@medusajs/types" } @@ -15100,285 +15100,273 @@ { "title": "Interfaces", "children": [ - 4635, - 4819, - 4841, - 4846, - 4780, + 4638, + 4822, + 4844, + 4849, 4783, - 4648, - 4627, - 4709, - 4701, - 4688, - 4679, - 4757, - 4731, - 4746, - 4751, - 4773, - 4721, - 4404, - 4924, - 4877, - 4613, - 4904, - 4827, - 4667, - 4787 + 4786, + 4651, + 4630, + 4712, + 4704, + 4691, + 4682, + 4760, + 4734, + 4749, + 4754, + 4776, + 4724, + 4407, + 4927, + 4880, + 4616, + 4907, + 4830, + 4670, + 4790 ] }, { "title": "Type Aliases", "children": [ - 4920, - 4922, - 4942, - 4970, + 4923, + 4925, + 4945, + 4973, + 4963, + 4853, + 4961, + 4955, 4960, - 4850, - 4958, - 4952, + 4949, 4957, - 4946, - 4954, - 4936, - 4900, - 4910, - 4927, + 4939, + 4903, + 4913, + 4930, + 4897, + 4798, 4894, - 4795, - 4891, - 4872, - 4786 + 4875, + 4789 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "4403": { + "4406": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", "qualifiedName": "" }, - "4404": { + "4407": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", "qualifiedName": "IInventoryService" }, - "4405": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listInventoryItems" - }, - "4406": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listInventoryItems" - }, - "4407": { - "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" - }, "4408": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.listInventoryItems" }, "4409": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.listInventoryItems" }, "4410": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountInventoryItems" + "qualifiedName": "selector" }, "4411": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountInventoryItems" + "qualifiedName": "config" }, "4412": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" + "qualifiedName": "context" }, "4413": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.listAndCountInventoryItems" }, "4414": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.listAndCountInventoryItems" }, "4415": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listReservationItems" + "qualifiedName": "selector" }, "4416": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listReservationItems" + "qualifiedName": "config" }, "4417": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" + "qualifiedName": "context" }, "4418": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.listReservationItems" }, "4419": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.listReservationItems" }, "4420": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountReservationItems" + "qualifiedName": "selector" }, "4421": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountReservationItems" + "qualifiedName": "config" }, "4422": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" + "qualifiedName": "context" }, "4423": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.listAndCountReservationItems" }, "4424": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.listAndCountReservationItems" }, "4425": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listInventoryLevels" + "qualifiedName": "selector" }, "4426": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listInventoryLevels" + "qualifiedName": "config" }, "4427": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" + "qualifiedName": "context" }, "4428": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.listInventoryLevels" }, "4429": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.listInventoryLevels" }, "4430": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountInventoryLevels" + "qualifiedName": "selector" }, "4431": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.listAndCountInventoryLevels" + "qualifiedName": "config" }, "4432": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "selector" + "qualifiedName": "context" }, "4433": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.listAndCountInventoryLevels" }, "4434": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.listAndCountInventoryLevels" }, "4435": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryItem" + "qualifiedName": "selector" }, "4436": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryItem" + "qualifiedName": "config" }, "4437": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "context" }, "4438": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.retrieveInventoryItem" }, "4439": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.retrieveInventoryItem" }, "4440": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryLevelByItemAndLocation" + "qualifiedName": "inventoryItemId" }, "4441": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryLevelByItemAndLocation" + "qualifiedName": "config" }, "4442": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "context" }, "4443": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationId" + "qualifiedName": "IInventoryService.retrieveInventoryLevelByItemAndLocation" }, "4444": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.retrieveInventoryLevelByItemAndLocation" }, "4445": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryLevel" + "qualifiedName": "inventoryItemId" }, "4446": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveInventoryLevel" + "qualifiedName": "locationId" }, "4447": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryLevelId" + "qualifiedName": "context" }, "4448": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.retrieveInventoryLevel" }, "4449": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.retrieveInventoryLevel" }, "4450": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveReservationItem" + "qualifiedName": "inventoryLevelId" }, "4451": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveReservationItem" + "qualifiedName": "config" }, "4452": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "reservationId" + "qualifiedName": "context" }, "4453": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.retrieveReservationItem" }, "4454": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.retrieveReservationItem" }, "4455": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createReservationItems" + "qualifiedName": "reservationId" }, "4456": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createReservationItems" + "qualifiedName": "config" }, "4457": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" + "qualifiedName": "context" }, "4458": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.createReservationItems" }, "4459": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", @@ -15394,19 +15382,19 @@ }, "4462": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createInventoryItems" + "qualifiedName": "IInventoryService.createReservationItems" }, "4463": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createInventoryItems" + "qualifiedName": "input" }, "4464": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" + "qualifiedName": "context" }, "4465": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.createInventoryItems" }, "4466": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", @@ -15422,19 +15410,19 @@ }, "4469": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createInventoryLevels" + "qualifiedName": "IInventoryService.createInventoryItems" }, "4470": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.createInventoryLevels" + "qualifiedName": "input" }, "4471": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "data" + "qualifiedName": "context" }, "4472": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.createInventoryLevels" }, "4473": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", @@ -15450,19 +15438,19 @@ }, "4476": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateInventoryLevels" + "qualifiedName": "IInventoryService.createInventoryLevels" }, "4477": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateInventoryLevels" + "qualifiedName": "data" }, "4478": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "updates" + "qualifiedName": "context" }, "4479": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.updateInventoryLevels" }, "4480": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", @@ -15478,19 +15466,19 @@ }, "4483": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateInventoryItems" + "qualifiedName": "IInventoryService.updateInventoryLevels" }, "4484": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateInventoryItems" + "qualifiedName": "updates" }, "4485": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" + "qualifiedName": "context" }, "4486": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.updateInventoryItems" }, "4487": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", @@ -15506,19 +15494,19 @@ }, "4490": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateReservationItems" + "qualifiedName": "IInventoryService.updateInventoryItems" }, "4491": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.updateReservationItems" + "qualifiedName": "input" }, "4492": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "input" + "qualifiedName": "context" }, "4493": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.updateReservationItems" }, "4494": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", @@ -15534,1039 +15522,1039 @@ }, "4497": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItemsByLineItem" + "qualifiedName": "IInventoryService.updateReservationItems" }, "4498": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItemsByLineItem" + "qualifiedName": "input" }, "4499": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "lineItemId" + "qualifiedName": "context" }, "4500": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.deleteReservationItemsByLineItem" }, "4501": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreReservationItemsByLineItem" + "qualifiedName": "IInventoryService.deleteReservationItemsByLineItem" }, "4502": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreReservationItemsByLineItem" + "qualifiedName": "lineItemId" }, "4503": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "lineItemId" + "qualifiedName": "context" }, "4504": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.restoreReservationItemsByLineItem" }, "4505": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItems" + "qualifiedName": "IInventoryService.restoreReservationItemsByLineItem" }, "4506": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItems" + "qualifiedName": "lineItemId" }, "4507": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "reservationItemId" + "qualifiedName": "context" }, "4508": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.deleteReservationItems" }, "4509": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteReservationItems" + "qualifiedName": "IInventoryService.deleteReservationItems" }, "4510": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteReservationItems" + "qualifiedName": "reservationItemId" }, "4511": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "context" }, "4512": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "ReservationItemIds" + "qualifiedName": "IInventoryService.softDeleteReservationItems" }, "4513": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.softDeleteReservationItems" }, "4514": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "4515": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreReservationItems" + "qualifiedName": "ReservationItemIds" }, "4516": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreReservationItems" + "qualifiedName": "config" }, "4517": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "4518": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "ReservationItemIds" + "qualifiedName": "IInventoryService.restoreReservationItems" }, "4519": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.restoreReservationItems" }, "4520": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "4521": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryItems" + "qualifiedName": "ReservationItemIds" }, "4522": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryItems" + "qualifiedName": "config" }, "4523": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "sharedContext" }, "4524": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.deleteInventoryItems" }, "4525": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteInventoryItems" + "qualifiedName": "IInventoryService.deleteInventoryItems" }, "4526": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteInventoryItems" + "qualifiedName": "inventoryItemId" }, "4527": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "context" }, "4528": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemIds" + "qualifiedName": "IInventoryService.softDeleteInventoryItems" }, "4529": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.softDeleteInventoryItems" }, "4530": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "4531": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreInventoryItems" + "qualifiedName": "inventoryItemIds" }, "4532": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreInventoryItems" + "qualifiedName": "config" }, "4533": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "4534": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemIds" + "qualifiedName": "IInventoryService.restoreInventoryItems" }, "4535": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.restoreInventoryItems" }, "4536": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "4537": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryItemLevelByLocationId" + "qualifiedName": "inventoryItemIds" }, "4538": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryItemLevelByLocationId" + "qualifiedName": "config" }, "4539": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationId" + "qualifiedName": "sharedContext" }, "4540": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.deleteInventoryItemLevelByLocationId" }, "4541": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItemByLocationId" + "qualifiedName": "IInventoryService.deleteInventoryItemLevelByLocationId" }, "4542": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteReservationItemByLocationId" + "qualifiedName": "locationId" }, "4543": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationId" + "qualifiedName": "context" }, "4544": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.deleteReservationItemByLocationId" }, "4545": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryLevel" + "qualifiedName": "IInventoryService.deleteReservationItemByLocationId" }, "4546": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryLevel" + "qualifiedName": "locationId" }, "4547": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "context" }, "4548": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationId" + "qualifiedName": "IInventoryService.deleteInventoryLevel" }, "4549": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.deleteInventoryLevel" }, "4550": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryLevels" + "qualifiedName": "inventoryItemId" }, "4551": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.deleteInventoryLevels" + "qualifiedName": "locationId" }, "4552": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryLevelIds" + "qualifiedName": "context" }, "4553": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.deleteInventoryLevels" }, "4554": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteInventoryLevels" + "qualifiedName": "IInventoryService.deleteInventoryLevels" }, "4555": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.softDeleteInventoryLevels" + "qualifiedName": "inventoryLevelIds" }, "4556": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "context" }, "4557": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryLevelIds" + "qualifiedName": "IInventoryService.softDeleteInventoryLevels" }, "4558": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.softDeleteInventoryLevels" }, "4559": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "4560": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreInventoryLevels" + "qualifiedName": "inventoryLevelIds" }, "4561": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.restoreInventoryLevels" + "qualifiedName": "config" }, "4562": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "4563": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryLevelIds" + "qualifiedName": "IInventoryService.restoreInventoryLevels" }, "4564": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "config" + "qualifiedName": "IInventoryService.restoreInventoryLevels" }, "4565": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "4566": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.adjustInventory" + "qualifiedName": "inventoryLevelIds" }, "4567": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.adjustInventory" + "qualifiedName": "config" }, "4568": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "4569": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "__type" + "qualifiedName": "IInventoryService.adjustInventory" }, "4570": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "__type.inventoryItemId" + "qualifiedName": "IInventoryService.adjustInventory" }, "4571": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "__type.locationId" + "qualifiedName": "data" }, "4572": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "__type.adjustment" + "qualifiedName": "__type" }, "4573": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "__type.inventoryItemId" }, "4574": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.adjustInventory" + "qualifiedName": "__type.locationId" }, "4575": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "__type.adjustment" }, "4576": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationId" + "qualifiedName": "context" }, "4577": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "adjustment" + "qualifiedName": "IInventoryService.adjustInventory" }, "4578": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "inventoryItemId" }, "4579": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.confirmInventory" + "qualifiedName": "locationId" }, "4580": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.confirmInventory" + "qualifiedName": "adjustment" }, "4581": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "context" }, "4582": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationIds" + "qualifiedName": "IInventoryService.confirmInventory" }, "4583": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "quantity" + "qualifiedName": "IInventoryService.confirmInventory" }, "4584": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "inventoryItemId" }, "4585": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveAvailableQuantity" + "qualifiedName": "locationIds" }, "4586": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveAvailableQuantity" + "qualifiedName": "quantity" }, "4587": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "context" }, "4588": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationIds" + "qualifiedName": "IInventoryService.retrieveAvailableQuantity" }, "4589": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.retrieveAvailableQuantity" }, "4590": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveStockedQuantity" + "qualifiedName": "inventoryItemId" }, "4591": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveStockedQuantity" + "qualifiedName": "locationIds" }, "4592": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "context" }, "4593": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationIds" + "qualifiedName": "IInventoryService.retrieveStockedQuantity" }, "4594": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "context" + "qualifiedName": "IInventoryService.retrieveStockedQuantity" }, "4595": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveReservedQuantity" + "qualifiedName": "inventoryItemId" }, "4596": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "IInventoryService.retrieveReservedQuantity" + "qualifiedName": "locationIds" }, "4597": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "inventoryItemId" + "qualifiedName": "context" }, "4598": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", - "qualifiedName": "locationIds" + "qualifiedName": "IInventoryService.retrieveReservedQuantity" }, "4599": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "IInventoryService.retrieveReservedQuantity" + }, + "4600": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "inventoryItemId" + }, + "4601": { + "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", + "qualifiedName": "locationIds" + }, + "4602": { "sourceFileName": "../../../../packages/core/types/src/inventory/service.ts", "qualifiedName": "context" }, - "4613": { + "4616": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "4627": { + "4630": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "FilterableInventoryItemProps" }, - "4628": { + "4631": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "FilterableInventoryItemProps.q" }, - "4629": { + "4632": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "FilterableInventoryItemProps.id" }, - "4630": { + "4633": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "FilterableInventoryItemProps.location_id" }, - "4631": { + "4634": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "FilterableInventoryItemProps.sku" }, - "4632": { + "4635": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "FilterableInventoryItemProps.origin_country" }, - "4633": { + "4636": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "FilterableInventoryItemProps.hs_code" }, - "4634": { + "4637": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "FilterableInventoryItemProps.requires_shipping" }, - "4635": { + "4638": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "4636": { + "4639": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "4637": { + "4640": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "4638": { + "4641": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "4639": { + "4642": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "4640": { + "4643": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "4641": { + "4644": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "4642": { + "4645": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "4644": { + "4647": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "4645": { + "4648": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "4646": { + "4649": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "4647": { + "4650": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "4648": { + "4651": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO" }, - "4649": { + "4652": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.id" }, - "4650": { + "4653": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.sku" }, - "4651": { + "4654": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.origin_country" }, - "4652": { + "4655": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.hs_code" }, - "4653": { + "4656": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.requires_shipping" }, - "4654": { + "4657": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.mid_code" }, - "4655": { + "4658": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.material" }, - "4656": { + "4659": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.weight" }, - "4657": { + "4660": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.length" }, - "4658": { + "4661": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.height" }, - "4659": { + "4662": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.width" }, - "4660": { + "4663": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.title" }, - "4661": { + "4664": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.description" }, - "4662": { + "4665": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.thumbnail" }, - "4663": { + "4666": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.metadata" }, - "4664": { + "4667": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.created_at" }, - "4665": { + "4668": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.updated_at" }, - "4666": { + "4669": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-item.ts", "qualifiedName": "InventoryItemDTO.deleted_at" }, - "4667": { + "4670": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "4668": { + "4671": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "4669": { + "4672": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "4670": { + "4673": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "4671": { + "4674": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "4672": { + "4675": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "4673": { + "4676": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "4674": { + "4677": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "4675": { + "4678": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "4676": { + "4679": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "4677": { + "4680": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "4678": { + "4681": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "4679": { + "4682": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps" }, - "4680": { + "4683": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.id" }, - "4682": { + "4685": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.line_item_id" }, - "4683": { + "4686": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.inventory_item_id" }, - "4684": { + "4687": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.location_id" }, - "4685": { + "4688": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.description" }, - "4686": { + "4689": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.created_by" }, - "4687": { + "4690": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "FilterableReservationItemProps.quantity" }, - "4688": { + "4691": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO" }, - "4689": { + "4692": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.id" }, - "4690": { + "4693": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.location_id" }, - "4691": { + "4694": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.inventory_item_id" }, - "4692": { + "4695": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.quantity" }, - "4693": { + "4696": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.line_item_id" }, - "4694": { + "4697": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.description" }, - "4695": { + "4698": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.allow_backorder" }, - "4696": { + "4699": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.created_by" }, - "4697": { + "4700": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.metadata" }, - "4698": { + "4701": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.created_at" }, - "4699": { + "4702": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.updated_at" }, - "4700": { + "4703": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/reservation-item.ts", "qualifiedName": "ReservationItemDTO.deleted_at" }, - "4701": { + "4704": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "FilterableInventoryLevelProps" }, - "4702": { + "4705": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "FilterableInventoryLevelProps.inventory_item_id" }, - "4703": { + "4706": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "FilterableInventoryLevelProps.location_id" }, - "4704": { + "4707": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "FilterableInventoryLevelProps.stocked_quantity" }, - "4705": { + "4708": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "FilterableInventoryLevelProps.reserved_quantity" }, - "4706": { + "4709": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "FilterableInventoryLevelProps.incoming_quantity" }, - "4707": { + "4710": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "4708": { + "4711": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "4709": { + "4712": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO" }, - "4710": { + "4713": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO.id" }, - "4711": { + "4714": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO.inventory_item_id" }, - "4712": { + "4715": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO.location_id" }, - "4713": { + "4716": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO.stocked_quantity" }, - "4714": { + "4717": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO.reserved_quantity" }, - "4715": { + "4718": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO.incoming_quantity" }, - "4716": { + "4719": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO.available_quantity" }, - "4717": { + "4720": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO.metadata" }, - "4718": { + "4721": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO.created_at" }, - "4719": { + "4722": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO.updated_at" }, - "4720": { + "4723": { "sourceFileName": "../../../../packages/core/types/src/inventory/common/inventory-level.ts", "qualifiedName": "InventoryLevelDTO.deleted_at" }, - "4721": { + "4724": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput" }, - "4722": { + "4725": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.line_item_id" }, - "4723": { + "4726": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.inventory_item_id" }, - "4724": { + "4727": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.location_id" }, - "4725": { + "4728": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.quantity" }, - "4726": { + "4729": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.allow_backorder" }, - "4727": { + "4730": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.description" }, - "4728": { + "4731": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.created_by" }, - "4729": { + "4732": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.external_id" }, - "4730": { + "4733": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "CreateReservationItemInput.metadata" }, - "4731": { + "4734": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput" }, - "4732": { + "4735": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.sku" }, - "4733": { + "4736": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.origin_country" }, - "4734": { + "4737": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.mid_code" }, - "4735": { + "4738": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.material" }, - "4736": { + "4739": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.weight" }, - "4737": { + "4740": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.length" }, - "4738": { + "4741": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.height" }, - "4739": { + "4742": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.width" }, - "4740": { + "4743": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.title" }, - "4741": { + "4744": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.description" }, - "4742": { + "4745": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.thumbnail" }, - "4743": { + "4746": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.metadata" }, - "4744": { + "4747": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.hs_code" }, - "4745": { + "4748": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "CreateInventoryItemInput.requires_shipping" }, - "4746": { + "4749": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "CreateInventoryLevelInput" }, - "4747": { + "4750": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "CreateInventoryLevelInput.inventory_item_id" }, - "4748": { + "4751": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "CreateInventoryLevelInput.location_id" }, - "4749": { + "4752": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "CreateInventoryLevelInput.stocked_quantity" }, - "4750": { + "4753": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "CreateInventoryLevelInput.incoming_quantity" }, - "4751": { + "4754": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "BulkUpdateInventoryLevelInput" }, - "4752": { + "4755": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "__type.inventory_item_id" }, - "4753": { + "4756": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "__type.location_id" }, - "4754": { + "4757": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "UpdateInventoryLevelInput.id" }, - "4755": { + "4758": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "UpdateInventoryLevelInput.stocked_quantity" }, - "4756": { + "4759": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-level.ts", "qualifiedName": "UpdateInventoryLevelInput.incoming_quantity" }, - "4757": { + "4760": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "UpdateInventoryItemInput" }, - "4758": { + "4761": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "UpdateInventoryItemInput.id" }, - "4759": { + "4762": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "sku" }, - "4760": { + "4763": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "origin_country" }, - "4761": { + "4764": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "mid_code" }, - "4762": { + "4765": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "material" }, - "4763": { + "4766": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "weight" }, - "4764": { + "4767": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "length" }, - "4765": { + "4768": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "height" }, - "4766": { + "4769": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "width" }, - "4767": { + "4770": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "title" }, - "4768": { + "4771": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "description" }, - "4769": { + "4772": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "thumbnail" }, - "4770": { + "4773": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "metadata" }, - "4771": { + "4774": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "hs_code" }, - "4772": { + "4775": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/inventory-item.ts", "qualifiedName": "requires_shipping" }, - "4773": { + "4776": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput" }, - "4774": { + "4777": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.id" }, - "4775": { + "4778": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.quantity" }, - "4776": { + "4779": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.location_id" }, - "4777": { + "4780": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.description" }, - "4778": { + "4781": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.allow_backorder" }, - "4779": { + "4782": { "sourceFileName": "../../../../packages/core/types/src/inventory/mutations/reservation-item.ts", "qualifiedName": "UpdateReservationItemInput.metadata" }, - "4780": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "SoftDeleteReturn" - }, - "4781": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.returnLinkableKeys" - }, - "4782": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, "4783": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RestoreReturn" + "qualifiedName": "SoftDeleteReturn" }, "4784": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", @@ -16577,72 +16565,72 @@ "qualifiedName": "TReturnableLinkableKeys" }, "4786": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberInput" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "RestoreReturn" }, "4787": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.returnLinkableKeys" }, "4788": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.numeric" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TReturnableLinkableKeys" }, "4789": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.raw" + "qualifiedName": "BigNumberInput" }, "4790": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.bigNumber" + "qualifiedName": "IBigNumber" }, "4791": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" + "qualifiedName": "IBigNumber.numeric" }, "4792": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" + "qualifiedName": "IBigNumber.raw" }, "4793": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" + "qualifiedName": "IBigNumber.bigNumber" }, "4794": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" + "qualifiedName": "IBigNumber.toJSON" }, "4795": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerConfig" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.toJSON" }, "4796": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" }, "4797": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.schema" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" }, "4798": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationships" + "qualifiedName": "ModuleJoinerConfig" }, "4799": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extends" + "qualifiedName": "__type" }, "4800": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.schema" }, "4801": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" + "qualifiedName": "__type.relationships" }, "4802": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.fieldAlias" + "qualifiedName": "__type.extends" }, "4803": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", @@ -16650,363 +16638,363 @@ }, "4804": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" + "qualifiedName": "__type.serviceName" }, "4805": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" + "qualifiedName": "__type.fieldAlias" }, "4806": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" + "qualifiedName": "__type" }, "4807": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" + "qualifiedName": "__type.path" }, "4808": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" + "qualifiedName": "__type.forwardArgumentsOnPath" }, "4809": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" + "qualifiedName": "__type.isList" }, "4810": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" + "qualifiedName": "__type.relationship" }, "4811": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" + "qualifiedName": "__type.serviceName" }, "4812": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" + "qualifiedName": "__type.primaryKeys" }, "4813": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" + "qualifiedName": "__type.isLink" }, "4814": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" + "qualifiedName": "__type.linkableKeys" }, "4815": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.isReadOnlyLink" }, "4816": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" + "qualifiedName": "__type.extraDataFields" }, "4817": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" + "qualifiedName": "__type.databaseConfig" }, "4818": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" + "qualifiedName": "__type" }, "4819": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.tableName" }, "4820": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.lt" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.idPrefix" }, "4821": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.gt" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraFields" }, "4822": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.gte" + "qualifiedName": "StringComparisonOperator" }, "4823": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.lte" + "qualifiedName": "StringComparisonOperator.lt" }, "4824": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.contains" + "qualifiedName": "StringComparisonOperator.gt" }, "4825": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.starts_with" + "qualifiedName": "StringComparisonOperator.gte" }, "4826": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "StringComparisonOperator.ends_with" + "qualifiedName": "StringComparisonOperator.lte" }, "4827": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator" + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "StringComparisonOperator.contains" }, "4828": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "StringComparisonOperator.starts_with" }, "4829": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "StringComparisonOperator.ends_with" }, "4830": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "msg" + "qualifiedName": "IMessageAggregator" }, "4831": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" + "qualifiedName": "IMessageAggregator.save" }, "4832": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" + "qualifiedName": "IMessageAggregator.save" }, "4833": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "format" + "qualifiedName": "msg" }, "4834": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" + "qualifiedName": "IMessageAggregator.getMessages" }, "4835": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" + "qualifiedName": "IMessageAggregator.getMessages" }, "4836": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" + "qualifiedName": "format" }, "4837": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" + "qualifiedName": "IMessageAggregator.clearMessages" }, "4838": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "T" + "qualifiedName": "IMessageAggregator.clearMessages" }, "4839": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "messageData" + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "4840": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "options" + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "4841": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "NumericalComparisonOperator" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "T" }, "4842": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "NumericalComparisonOperator.lt" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "messageData" }, "4843": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "NumericalComparisonOperator.gt" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "options" }, "4844": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "NumericalComparisonOperator.gte" + "qualifiedName": "NumericalComparisonOperator" }, "4845": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "NumericalComparisonOperator.lte" + "qualifiedName": "NumericalComparisonOperator.lt" }, "4846": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable" + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "NumericalComparisonOperator.gt" }, "4847": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "NumericalComparisonOperator.gte" }, "4848": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "NumericalComparisonOperator.lte" }, "4849": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.T" + "qualifiedName": "BaseFilterable" }, "4850": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "OperatorMap" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "4851": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "4852": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$and" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.T" }, "4853": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$or" + "qualifiedName": "OperatorMap" }, "4854": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$eq" + "qualifiedName": "__type" }, "4855": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ne" + "qualifiedName": "__type.$and" }, "4856": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$in" + "qualifiedName": "__type.$or" }, "4857": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$nin" + "qualifiedName": "__type.$eq" }, "4858": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$not" + "qualifiedName": "__type.$ne" }, "4859": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gt" + "qualifiedName": "__type.$in" }, "4860": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gte" + "qualifiedName": "__type.$nin" }, "4861": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lt" + "qualifiedName": "__type.$not" }, "4862": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lte" + "qualifiedName": "__type.$gt" }, "4863": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$like" + "qualifiedName": "__type.$gte" }, "4864": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$re" + "qualifiedName": "__type.$lt" }, "4865": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ilike" + "qualifiedName": "__type.$lte" }, "4866": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$fulltext" + "qualifiedName": "__type.$like" }, "4867": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$overlap" + "qualifiedName": "__type.$re" }, "4868": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contains" + "qualifiedName": "__type.$ilike" }, "4869": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contained" + "qualifiedName": "__type.$fulltext" }, "4870": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$exists" + "qualifiedName": "__type.$overlap" }, "4871": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "qualifiedName": "__type.$contains" }, "4872": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contained" }, "4873": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$exists" }, "4874": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.value" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" }, "4875": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "BigNumberRawValue" + }, + "4876": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type" }, "4877": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.value" }, "4878": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.serviceName" - }, - "4879": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.alias" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.__index" }, "4880": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.fieldAlias" + "qualifiedName": "JoinerServiceConfig" }, "4881": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "qualifiedName": "JoinerServiceConfig.serviceName" }, "4882": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.path" + "qualifiedName": "JoinerServiceConfig.alias" }, "4883": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" + "qualifiedName": "JoinerServiceConfig.fieldAlias" }, "4884": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.primaryKeys" + "qualifiedName": "__type" }, "4885": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.relationships" + "qualifiedName": "__type.path" }, "4886": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.extends" + "qualifiedName": "__type.forwardArgumentsOnPath" }, "4887": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "qualifiedName": "JoinerServiceConfig.primaryKeys" }, "4888": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" + "qualifiedName": "JoinerServiceConfig.relationships" }, "4889": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.relationship" + "qualifiedName": "JoinerServiceConfig.extends" }, "4890": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.args" - }, - "4891": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerRelationship" - }, - "4892": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, + "4891": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "4892": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.relationship" + }, "4893": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.deleteCascade" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.args" }, "4894": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModulesExtraFields" + "qualifiedName": "ModuleJoinerRelationship" }, "4895": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", @@ -17014,297 +17002,309 @@ }, "4896": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type.deleteCascade" }, "4897": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultValue" + "qualifiedName": "LinkModulesExtraFields" }, "4898": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.nullable" + "qualifiedName": "__type" }, "4899": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.type" }, "4900": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Message" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.defaultValue" }, "4901": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.nullable" }, "4902": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.options" }, "4903": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "qualifiedName": "Message" }, "4904": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" }, "4905": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.groupBy" - }, - "4906": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.sortBy" - }, - "4907": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type" - }, - "4908": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type.__index" - }, - "4910": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" - }, - "4911": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" - }, - "4912": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" - }, - "4913": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "4914": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" - }, - "4915": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" - }, - "4916": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" - }, - "4917": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" - }, - "4918": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.options" }, - "4919": { + "4906": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "TData" }, - "4920": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Query" + "4907": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat" }, - "4921": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "4908": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.groupBy" }, - "4922": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "ExpandScalar" + "4909": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.sortBy" }, - "4923": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "4924": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" - }, - "4925": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" - }, - "4926": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" - }, - "4927": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" - }, - "4928": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "4910": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type" }, - "4929": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" + "4911": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type.__index" }, - "4930": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" - }, - "4931": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" - }, - "4932": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" - }, - "4933": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" - }, - "4934": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" - }, - "4935": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" - }, - "4936": { + "4913": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" + "qualifiedName": "RawMessageFormat" }, - "4937": { + "4914": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "4938": { + "4915": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.eventName" }, - "4939": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" - }, - "4940": { + "4916": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.data" }, - "4941": { + "4917": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" + }, + "4918": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" + }, + "4919": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "4920": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" + }, + "4921": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "4922": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "TData" }, - "4942": { + "4923": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Scalar" + "qualifiedName": "Query" }, - "4943": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "4944": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" - }, - "4945": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" - }, - "4946": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterQuery" - }, - "4947": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "4948": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.__index" - }, - "4950": { + "4924": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, + "4925": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "ExpandScalar" + }, + "4926": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "4927": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "4928": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "4929": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "4930": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerRelationship" + }, + "4931": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "4932": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.alias" + }, + "4933": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.foreignKey" + }, + "4934": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "4935": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "4936": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "4937": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "4938": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "4939": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" + }, + "4940": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "4941": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" + }, + "4942": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" + }, + "4943": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "4944": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "4945": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Scalar" + }, + "4946": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "4947": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "4948": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "4949": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterQuery" + }, + "4950": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, "4951": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Prev" - }, - "4952": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue" + "qualifiedName": "__type.__index" }, "4953": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, "4954": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Prev" + }, + "4955": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterValue" + }, + "4956": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "4957": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "EventMetadata" }, - "4955": { + "4958": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "4956": { + "4959": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.eventGroupId" }, - "4957": { + "4960": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "PrevLimit" }, - "4958": { + "4961": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "FilterValue2" }, - "4959": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "4960": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Primary" - }, - "4961": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, "4962": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.[PrimaryKeyType]" + "qualifiedName": "T" }, "4963": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "qualifiedName": "Primary" }, "4964": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type._id" + "qualifiedName": "__type" }, "4965": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.[PrimaryKeyType]" }, "4966": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.uuid" + "qualifiedName": "__type" }, "4967": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "qualifiedName": "__type._id" }, "4968": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.id" + "qualifiedName": "__type" }, "4969": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "qualifiedName": "__type.uuid" }, "4970": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "ReadonlyPrimary" + "qualifiedName": "__type" }, "4971": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.id" + }, + "4972": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "4973": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "ReadonlyPrimary" + }, + "4974": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" } @@ -17314,7 +17314,7 @@ "1": "../../../../packages/core/types/src/inventory/service.ts" }, "reflections": { - "1": 4403 + "1": 4406 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/medusa-config.json b/www/utils/generated/typedoc-json-output/medusa-config.json index 784e0d0c09..dcad510ead 100644 --- a/www/utils/generated/typedoc-json-output/medusa-config.json +++ b/www/utils/generated/typedoc-json-output/medusa-config.json @@ -1,12 +1,12 @@ { - "id": 13621, + "id": 13688, "name": "medusa-config", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 13622, + "id": 13689, "name": "AdminOptions", "variant": "declaration", "kind": 256, @@ -21,7 +21,7 @@ }, "children": [ { - "id": 13623, + "id": 13690, "name": "disable", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ } }, { - "id": 13624, + "id": 13691, "name": "path", "variant": "declaration", "kind": 1024, @@ -124,7 +124,7 @@ } }, { - "id": 13625, + "id": 13692, "name": "outDir", "variant": "declaration", "kind": 1024, @@ -153,7 +153,7 @@ } }, { - "id": 13626, + "id": 13693, "name": "backendUrl", "variant": "declaration", "kind": 1024, @@ -174,7 +174,7 @@ } }, { - "id": 13627, + "id": 13694, "name": "vite", "variant": "declaration", "kind": 1024, @@ -200,21 +200,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13628, + "id": 13695, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 13629, + "id": 13696, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13630, + "id": 13697, "name": "config", "variant": "param", "kind": 32768, @@ -249,17 +249,17 @@ { "title": "Properties", "children": [ - 13623, - 13624, - 13625, - 13626, - 13627 + 13690, + 13691, + 13692, + 13693, + 13694 ] } ] }, { - "id": 13631, + "id": 13698, "name": "HttpCompressionOptions", "variant": "declaration", "kind": 256, @@ -274,7 +274,7 @@ }, "children": [ { - "id": 13632, + "id": 13699, "name": "enabled", "variant": "declaration", "kind": 1024, @@ -303,7 +303,7 @@ } }, { - "id": 13633, + "id": 13700, "name": "level", "variant": "declaration", "kind": 1024, @@ -332,7 +332,7 @@ } }, { - "id": 13634, + "id": 13701, "name": "memLevel", "variant": "declaration", "kind": 1024, @@ -361,7 +361,7 @@ } }, { - "id": 13635, + "id": 13702, "name": "threshold", "variant": "declaration", "kind": 1024, @@ -403,16 +403,16 @@ { "title": "Properties", "children": [ - 13632, - 13633, - 13634, - 13635 + 13699, + 13700, + 13701, + 13702 ] } ] }, { - "id": 13636, + "id": 13703, "name": "ProjectConfigOptions", "variant": "declaration", "kind": 256, @@ -427,7 +427,7 @@ }, "children": [ { - "id": 13637, + "id": 13704, "name": "databaseName", "variant": "declaration", "kind": 1024, @@ -467,7 +467,7 @@ } }, { - "id": 13638, + "id": 13705, "name": "databaseUrl", "variant": "declaration", "kind": 1024, @@ -607,7 +607,7 @@ } }, { - "id": 13639, + "id": 13706, "name": "databaseSchema", "variant": "declaration", "kind": 1024, @@ -640,7 +640,7 @@ } }, { - "id": 13640, + "id": 13707, "name": "databaseLogging", "variant": "declaration", "kind": 1024, @@ -749,7 +749,7 @@ } }, { - "id": 13642, + "id": 13709, "name": "databaseDriverOptions", "variant": "declaration", "kind": 1024, @@ -792,7 +792,23 @@ }, { "kind": "text", - "text": ".\nDuring development, it’s recommended not to pass this option." + "text": ".\nDuring development, it’s recommended not to pass this option.\n\n:::note\n\nMake sure to add to the end of the database URL " + }, + { + "kind": "code", + "text": "`?ssl_mode=disable`" + }, + { + "kind": "text", + "text": " as well when disabling " + }, + { + "kind": "code", + "text": "`rejectUnauthorized`" + }, + { + "kind": "text", + "text": ".\n\n:::" } ], "blockTags": [ @@ -832,14 +848,14 @@ { "type": "reflection", "declaration": { - "id": 13643, + "id": 13710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13644, + "id": 13711, "name": "connection", "variant": "declaration", "kind": 1024, @@ -849,14 +865,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13645, + "id": 13712, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13646, + "id": 13713, "name": "ssl", "variant": "declaration", "kind": 1024, @@ -874,14 +890,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13647, + "id": 13714, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13648, + "id": 13715, "name": "rejectUnauthorized", "variant": "declaration", "kind": 1024, @@ -906,7 +922,7 @@ { "title": "Properties", "children": [ - 13648 + 13715 ] } ] @@ -918,7 +934,7 @@ { "title": "Properties", "children": [ - 13646 + 13713 ] } ] @@ -930,7 +946,7 @@ { "title": "Properties", "children": [ - 13644 + 13711 ] } ] @@ -940,7 +956,7 @@ } }, { - "id": 13649, + "id": 13716, "name": "redisUrl", "variant": "declaration", "kind": 1024, @@ -988,7 +1004,7 @@ } }, { - "id": 13650, + "id": 13717, "name": "redisPrefix", "variant": "declaration", "kind": 1024, @@ -1036,7 +1052,7 @@ } }, { - "id": 13651, + "id": 13718, "name": "redisOptions", "variant": "declaration", "kind": 1024, @@ -1073,7 +1089,7 @@ } }, { - "id": 13652, + "id": 13719, "name": "sessionOptions", "variant": "declaration", "kind": 1024, @@ -1110,7 +1126,7 @@ } }, { - "id": 13654, + "id": 13721, "name": "jobsBatchSize", "variant": "declaration", "kind": 1024, @@ -1150,7 +1166,7 @@ } }, { - "id": 13655, + "id": 13722, "name": "workerMode", "variant": "declaration", "kind": 1024, @@ -1251,7 +1267,7 @@ } }, { - "id": 13656, + "id": 13723, "name": "http", "variant": "declaration", "kind": 1024, @@ -1278,14 +1294,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13657, + "id": 13724, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13658, + "id": 13725, "name": "jwtSecret", "variant": "declaration", "kind": 1024, @@ -1325,7 +1341,7 @@ } }, { - "id": 13659, + "id": 13726, "name": "jwtExpiresIn", "variant": "declaration", "kind": 1024, @@ -1365,7 +1381,7 @@ } }, { - "id": 13660, + "id": 13727, "name": "cookieSecret", "variant": "declaration", "kind": 1024, @@ -1405,7 +1421,7 @@ } }, { - "id": 13661, + "id": 13728, "name": "authCors", "variant": "declaration", "kind": 1024, @@ -1519,7 +1535,7 @@ } }, { - "id": 13662, + "id": 13729, "name": "compression", "variant": "declaration", "kind": 1024, @@ -1555,13 +1571,13 @@ }, "type": { "type": "reference", - "target": 13631, + "target": 13698, "name": "HttpCompressionOptions", "package": "@medusajs/types" } }, { - "id": 13663, + "id": 13730, "name": "storeCors", "variant": "declaration", "kind": 1024, @@ -1667,7 +1683,7 @@ } }, { - "id": 13664, + "id": 13731, "name": "adminCors", "variant": "declaration", "kind": 1024, @@ -1773,7 +1789,7 @@ } }, { - "id": 13665, + "id": 13732, "name": "authMethodsPerActor", "variant": "declaration", "kind": 1024, @@ -1863,14 +1879,14 @@ { "title": "Properties", "children": [ - 13658, - 13659, - 13660, - 13661, - 13662, - 13663, - 13664, - 13665 + 13725, + 13726, + 13727, + 13728, + 13729, + 13730, + 13731, + 13732 ] } ] @@ -1882,24 +1898,24 @@ { "title": "Properties", "children": [ - 13637, - 13638, - 13639, - 13640, - 13642, - 13649, - 13650, - 13651, - 13652, - 13654, - 13655, - 13656 + 13704, + 13705, + 13706, + 13707, + 13709, + 13716, + 13717, + 13718, + 13719, + 13721, + 13722, + 13723 ] } ] }, { - "id": 13666, + "id": 13733, "name": "ConfigModule", "variant": "declaration", "kind": 256, @@ -1930,7 +1946,7 @@ "kind": "inline-tag", "tag": "@link", "text": "projectConfig", - "target": 13667, + "target": 13734, "tsLinkText": "projectConfig" }, { @@ -1941,7 +1957,7 @@ "kind": "inline-tag", "tag": "@link", "text": "admin", - "target": 13668, + "target": 13735, "tsLinkText": "admin" }, { @@ -1966,7 +1982,7 @@ "kind": "inline-tag", "tag": "@link", "text": "modules", - "target": 13673, + "target": 13740, "tsLinkText": "modules" }, { @@ -1977,7 +1993,7 @@ "kind": "inline-tag", "tag": "@link", "text": "featureFlags", - "target": 13674, + "target": 13741, "tsLinkText": "featureFlags" }, { @@ -2012,7 +2028,7 @@ }, "children": [ { - "id": 13667, + "id": 13734, "name": "projectConfig", "variant": "declaration", "kind": 1024, @@ -2027,13 +2043,13 @@ }, "type": { "type": "reference", - "target": 13636, + "target": 13703, "name": "ProjectConfigOptions", "package": "@medusajs/types" } }, { - "id": 13668, + "id": 13735, "name": "admin", "variant": "declaration", "kind": 1024, @@ -2061,13 +2077,13 @@ }, "type": { "type": "reference", - "target": 13622, + "target": 13689, "name": "AdminOptions", "package": "@medusajs/types" } }, { - "id": 13673, + "id": 13740, "name": "modules", "variant": "declaration", "kind": 1024, @@ -2209,7 +2225,7 @@ } }, { - "id": 13674, + "id": 13741, "name": "featureFlags", "variant": "declaration", "kind": 1024, @@ -2287,16 +2303,16 @@ { "title": "Properties", "children": [ - 13667, - 13668, - 13673, - 13674 + 13734, + 13735, + 13740, + 13741 ] } ] }, { - "id": 13675, + "id": 13742, "name": "PluginDetails", "variant": "declaration", "kind": 2097152, @@ -2304,14 +2320,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13676, + "id": 13743, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13677, + "id": 13744, "name": "resolve", "variant": "declaration", "kind": 1024, @@ -2322,7 +2338,7 @@ } }, { - "id": 13678, + "id": 13745, "name": "name", "variant": "declaration", "kind": 1024, @@ -2333,7 +2349,7 @@ } }, { - "id": 13679, + "id": 13746, "name": "id", "variant": "declaration", "kind": 1024, @@ -2344,7 +2360,7 @@ } }, { - "id": 13680, + "id": 13747, "name": "options", "variant": "declaration", "kind": 1024, @@ -2370,7 +2386,7 @@ } }, { - "id": 13681, + "id": 13748, "name": "version", "variant": "declaration", "kind": 1024, @@ -2385,11 +2401,11 @@ { "title": "Properties", "children": [ - 13677, - 13678, - 13679, - 13680, - 13681 + 13744, + 13745, + 13746, + 13747, + 13748 ] } ] @@ -2401,238 +2417,238 @@ { "title": "Interfaces", "children": [ - 13622, - 13631, - 13636, - 13666 + 13689, + 13698, + 13703, + 13733 ] }, { "title": "Type Aliases", "children": [ - 13675 + 13742 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "13621": { + "13688": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "" }, - "13622": { + "13689": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "AdminOptions" }, - "13623": { + "13690": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.disable" }, - "13624": { + "13691": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.path" }, - "13625": { + "13692": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.outDir" }, - "13626": { + "13693": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.backendUrl" }, - "13627": { + "13694": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.vite" }, - "13628": { + "13695": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type" }, - "13629": { + "13696": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type" }, - "13630": { + "13697": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "config" }, - "13631": { + "13698": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "HttpCompressionOptions" }, - "13632": { + "13699": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.enabled" }, - "13633": { + "13700": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.level" }, - "13634": { + "13701": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.memLevel" }, - "13635": { + "13702": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.threshold" }, - "13636": { + "13703": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "ProjectConfigOptions" }, - "13637": { + "13704": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.databaseName" }, - "13638": { + "13705": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.databaseUrl" }, - "13639": { + "13706": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.databaseSchema" }, - "13640": { + "13707": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.databaseLogging" }, - "13642": { + "13709": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.databaseDriverOptions" }, - "13643": { + "13710": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type" }, - "13644": { + "13711": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.connection" }, - "13645": { + "13712": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type" }, - "13646": { + "13713": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.ssl" }, - "13647": { + "13714": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type" }, - "13648": { + "13715": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.rejectUnauthorized" }, - "13649": { + "13716": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.redisUrl" }, - "13650": { + "13717": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.redisPrefix" }, - "13651": { + "13718": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.redisOptions" }, - "13652": { + "13719": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.sessionOptions" }, - "13654": { + "13721": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.jobsBatchSize" }, - "13655": { + "13722": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.workerMode" }, - "13656": { + "13723": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.http" }, - "13657": { + "13724": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type" }, - "13658": { + "13725": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.jwtSecret" }, - "13659": { + "13726": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.jwtExpiresIn" }, - "13660": { + "13727": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.cookieSecret" }, - "13661": { + "13728": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.authCors" }, - "13662": { + "13729": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.compression" }, - "13663": { + "13730": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.storeCors" }, - "13664": { + "13731": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.adminCors" }, - "13665": { + "13732": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.authMethodsPerActor" }, - "13666": { + "13733": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "ConfigModule" }, - "13667": { + "13734": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.projectConfig" }, - "13668": { + "13735": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.admin" }, - "13673": { + "13740": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.modules" }, - "13674": { + "13741": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.featureFlags" }, - "13675": { + "13742": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "PluginDetails" }, - "13676": { + "13743": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type" }, - "13677": { + "13744": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.resolve" }, - "13678": { + "13745": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.name" }, - "13679": { + "13746": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.id" }, - "13680": { + "13747": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.options" }, - "13681": { + "13748": { "sourceFileName": "../../../../packages/core/types/src/common/config-module.ts", "qualifiedName": "__type.version" } @@ -2642,7 +2658,7 @@ "1": "../../../../packages/core/types/src/common/config-module.ts" }, "reflections": { - "1": 13621 + "1": 13688 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/order-models.json b/www/utils/generated/typedoc-json-output/order-models.json index 712480658f..05f34e76b3 100644 --- a/www/utils/generated/typedoc-json-output/order-models.json +++ b/www/utils/generated/typedoc-json-output/order-models.json @@ -1,5 +1,5 @@ { - "id": 7329, + "id": 7396, "name": "order-models", "variant": "project", "kind": 1, @@ -11,35 +11,35 @@ "kind": "text" }, { - "text": "```mermaid\nerDiagram\n\tOrderClaim }|--|{ Order : order\n\tOrderClaim ||--|| Return : return\n\tOrderClaim ||--|| ClaimItem : additional_items\n\tOrderClaim ||--|| OrderShippingMethod : shipping_methods\n\tOrderClaim ||--|| Transaction : transactions\n\tClaimItem ||--|| ClaimItemImage : images\n\tClaimItem }|--|{ LineItem : item\n\tOrderExchange }|--|{ Order : order\n\tOrderExchange ||--|| Return : return\n\tOrderExchange ||--|| ExchangeItem : additional_items\n\tOrderExchange ||--|| OrderShippingMethod : shipping_methods\n\tOrderExchange ||--|| Transaction : transactions\n\tExchangeItem }|--|{ LineItem : item\n\tLineItem ||--|| LineItemTaxLine : tax_lines\n\tLineItem ||--|| LineItemAdjustment : adjustments\n\tOrder }|--|{ Address : shipping_address\n\tOrder ||--|| OrderSummary : summary\n\tOrder ||--|| OrderItem : items\n\tOrder ||--|| OrderShippingMethod : shipping_methods\n\tOrder ||--|| Transaction : transactions\n\tOrderChange }|--|{ Order : order\n\tOrderChange }|--|{ Return : return\n\tOrderChange }|--|{ OrderClaim : claim\n\tOrderChange }|--|{ OrderExchange : exchange\n\tOrderChange ||--|| OrderChangeAction : actions\n\tOrderChangeAction }|--|{ Order : order\n\tOrderChangeAction }|--|{ Return : return\n\tOrderChangeAction }|--|{ OrderClaim : claim\n\tOrderChangeAction }|--|{ OrderExchange : exchange\n\tOrderItem }|--|{ LineItem : item\n\tOrderShippingMethod }|--|{ Return : return\n\tOrderShippingMethod }|--|{ ShippingMethod : shipping_method\n\tReturn }|--|{ Order : order\n\tReturn ||--|| ReturnItem : items\n\tReturn ||--|| Transaction : transactions\n\tReturnItem }|--|{ ReturnReason : reason\n\tReturnItem }|--|{ LineItem : item\n\tReturnReason }|--|{ ReturnReason : parent_return_reason\n\tShippingMethod ||--|| ShippingMethodTaxLine : tax_lines\n\tShippingMethod ||--|| ShippingMethodAdjustment : adjustments\n\n```", + "text": "```mermaid\nerDiagram\n\tOrderClaim }|--|{ Order : order\n\tOrderClaim ||--|| Return : return\n\tOrderClaim ||--|| OrderClaimItem : additional_items\n\tOrderClaim ||--|| OrderShippingMethod : shipping_methods\n\tOrderClaim ||--|| Transaction : transactions\n\tOrderClaimItem ||--|| OrderClaimItemImage : images\n\tOrderClaimItem }|--|{ LineItem : item\n\tOrderExchange }|--|{ Order : order\n\tOrderExchange ||--|| Return : return\n\tOrderExchange ||--|| OrderExchangeItem : additional_items\n\tOrderExchange ||--|| OrderShippingMethod : shipping_methods\n\tOrderExchange ||--|| Transaction : transactions\n\tOrderExchangeItem }|--|{ LineItem : item\n\tLineItem ||--|| LineItemTaxLine : tax_lines\n\tLineItem ||--|| LineItemAdjustment : adjustments\n\tOrder }|--|{ Address : shipping_address\n\tOrder ||--|| OrderSummary : summary\n\tOrder ||--|| OrderItem : items\n\tOrder ||--|| OrderShippingMethod : shipping_methods\n\tOrder ||--|| Transaction : transactions\n\tOrderChange }|--|{ Order : order\n\tOrderChange }|--|{ Return : return\n\tOrderChange }|--|{ OrderClaim : claim\n\tOrderChange }|--|{ OrderExchange : exchange\n\tOrderChange ||--|| OrderChangeAction : actions\n\tOrderChangeAction }|--|{ Order : order\n\tOrderChangeAction }|--|{ Return : return\n\tOrderChangeAction }|--|{ OrderClaim : claim\n\tOrderChangeAction }|--|{ OrderExchange : exchange\n\tOrderItem }|--|{ LineItem : item\n\tOrderShippingMethod }|--|{ Return : return\n\tOrderShippingMethod }|--|{ ShippingMethod : shipping_method\n\tReturn }|--|{ Order : order\n\tReturn ||--|| ReturnItem : items\n\tReturn ||--|| Transaction : transactions\n\tReturnItem }|--|{ ReturnReason : reason\n\tReturnItem }|--|{ LineItem : item\n\tReturnReason }|--|{ ReturnReason : parent_return_reason\n\tShippingMethod ||--|| ShippingMethodTaxLine : tax_lines\n\tShippingMethod ||--|| ShippingMethodAdjustment : adjustments\n\n```", "kind": "code" } ] }, "children": [ { - "id": 7330, + "id": 7397, "name": "Address", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 7331, + "id": 7398, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 7332, + "id": 7399, "name": "new Address", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 7330, + "target": 7397, "name": "Address", "package": "@medusajs/order", "qualifiedName": "default" @@ -48,7 +48,7 @@ ] }, { - "id": 7352, + "id": 7419, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -64,7 +64,7 @@ } }, { - "id": 7333, + "id": 7400, "name": "id", "variant": "declaration", "kind": 1024, @@ -75,7 +75,7 @@ } }, { - "id": 7334, + "id": 7401, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -96,7 +96,7 @@ "defaultValue": "null" }, { - "id": 7335, + "id": 7402, "name": "company", "variant": "declaration", "kind": 1024, @@ -117,7 +117,7 @@ "defaultValue": "null" }, { - "id": 7336, + "id": 7403, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -138,7 +138,7 @@ "defaultValue": "null" }, { - "id": 7337, + "id": 7404, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -159,7 +159,7 @@ "defaultValue": "null" }, { - "id": 7338, + "id": 7405, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -180,7 +180,7 @@ "defaultValue": "null" }, { - "id": 7339, + "id": 7406, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -201,7 +201,7 @@ "defaultValue": "null" }, { - "id": 7340, + "id": 7407, "name": "city", "variant": "declaration", "kind": 1024, @@ -222,7 +222,7 @@ "defaultValue": "null" }, { - "id": 7341, + "id": 7408, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -243,7 +243,7 @@ "defaultValue": "null" }, { - "id": 7342, + "id": 7409, "name": "province", "variant": "declaration", "kind": 1024, @@ -264,7 +264,7 @@ "defaultValue": "null" }, { - "id": 7343, + "id": 7410, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -285,7 +285,7 @@ "defaultValue": "null" }, { - "id": 7344, + "id": 7411, "name": "phone", "variant": "declaration", "kind": 1024, @@ -305,302 +305,45 @@ }, "defaultValue": "null" }, - { - "id": 7345, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7346, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7347, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7348, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7349, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7350, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7351, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7331 - ] - }, - { - "title": "Properties", - "children": [ - 7352, - 7333, - 7334, - 7335, - 7336, - 7337, - 7338, - 7339, - 7340, - 7341, - 7342, - 7343, - 7344, - 7345, - 7346, - 7347 - ] - }, - { - "title": "Methods", - "children": [ - 7348, - 7350 - ] - } - ] - }, - { - "id": 7404, - "name": "ClaimItemImage", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7405, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7406, - "name": "new ClaimItemImage", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7404, - "name": "ClaimItemImage", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7419, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", - "qualifiedName": "ModelDateColumns" - }, - "name": "ModelDateColumns", - "package": "@medusajs/types" - } - }, - { - "id": 7407, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7408, - "name": "claim_item_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7409, - "name": "item", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7381, - "name": "OrderClaimItem", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7410, - "name": "url", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7411, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, { "id": 7412, - "name": "created_at", + "name": "metadata", "variant": "declaration", "kind": 1024, "flags": {}, "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" }, { "id": 7413, - "name": "updated_at", + "name": "created_at", "variant": "declaration", "kind": 1024, "flags": {}, @@ -616,29 +359,19 @@ }, { "id": 7414, - "name": "deleted_at", + "name": "updated_at", "variant": "declaration", "kind": 1024, "flags": {}, "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } }, { "id": 7415, @@ -685,13 +418,20 @@ { "title": "Constructors", "children": [ - 7405 + 7398 ] }, { "title": "Properties", "children": [ 7419, + 7400, + 7401, + 7402, + 7403, + 7404, + 7405, + 7406, 7407, 7408, 7409, @@ -712,29 +452,29 @@ ] }, { - "id": 7381, - "name": "ClaimItem", + "id": 7471, + "name": "OrderClaimItemImage", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 7382, + "id": 7472, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 7383, - "name": "new ClaimItem", + "id": 7473, + "name": "new OrderClaimItemImage", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 7381, - "name": "OrderClaimItem", + "target": 7471, + "name": "OrderClaimItemImage", "package": "@medusajs/order", "qualifiedName": "default" } @@ -742,7 +482,7 @@ ] }, { - "id": 7403, + "id": 7486, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -760,7 +500,7 @@ } }, { - "id": 7384, + "id": 7474, "name": "id", "variant": "declaration", "kind": 1024, @@ -771,7 +511,267 @@ } }, { - "id": 7385, + "id": 7475, + "name": "claim_item_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7476, + "name": "item", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7448, + "name": "OrderClaimItem", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7477, + "name": "url", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7478, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7479, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7480, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7481, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7482, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7483, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7484, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7485, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7472 + ] + }, + { + "title": "Properties", + "children": [ + 7486, + 7474, + 7475, + 7476, + 7477, + 7478, + 7479, + 7480, + 7481 + ] + }, + { + "title": "Methods", + "children": [ + 7482, + 7484 + ] + } + ] + }, + { + "id": 7448, + "name": "OrderClaimItem", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7449, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7450, + "name": "new OrderClaimItem", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7448, + "name": "OrderClaimItem", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 7470, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", + "qualifiedName": "ModelDateColumns" + }, + "name": "ModelDateColumns", + "package": "@medusajs/types" + } + }, + { + "id": 7451, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7452, "name": "images", "variant": "declaration", "kind": 1024, @@ -785,8 +785,8 @@ "typeArguments": [ { "type": "reference", - "target": 7404, - "name": "ClaimItemImage", + "target": 7471, + "name": "OrderClaimItemImage", "package": "@medusajs/order", "qualifiedName": "default" }, @@ -801,7 +801,7 @@ "defaultValue": "..." }, { - "id": 7386, + "id": 7453, "name": "reason", "variant": "declaration", "kind": 1024, @@ -827,7 +827,7 @@ "defaultValue": "null" }, { - "id": 7387, + "id": 7454, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -852,7 +852,7 @@ } }, { - "id": 7388, + "id": 7455, "name": "raw_quantity", "variant": "declaration", "kind": 1024, @@ -868,7 +868,7 @@ } }, { - "id": 7389, + "id": 7456, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -879,21 +879,21 @@ } }, { - "id": 7390, + "id": 7457, "name": "claim", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7353, + "target": 7420, "name": "OrderClaim", "package": "@medusajs/order", "qualifiedName": "default" } }, { - "id": 7391, + "id": 7458, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -904,21 +904,21 @@ } }, { - "id": 7392, + "id": 7459, "name": "item", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7467, + "target": 7534, "name": "LineItem", "package": "@medusajs/order", "qualifiedName": "default" } }, { - "id": 7393, + "id": 7460, "name": "is_additional_item", "variant": "declaration", "kind": 1024, @@ -929,995 +929,120 @@ }, "defaultValue": "false" }, - { - "id": 7394, - "name": "note", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7395, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7396, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7397, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7398, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7399, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7400, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7401, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7402, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7382 - ] - }, - { - "title": "Properties", - "children": [ - 7403, - 7384, - 7385, - 7386, - 7387, - 7388, - 7389, - 7390, - 7391, - 7392, - 7393, - 7394, - 7395, - 7396, - 7397, - 7398 - ] - }, - { - "title": "Methods", - "children": [ - 7399, - 7401 - ] - } - ] - }, - { - "id": 7353, - "name": "OrderClaim", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7354, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7355, - "name": "new OrderClaim", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7353, - "name": "OrderClaim", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7380, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", - "qualifiedName": "ModelDateColumns" - }, - "name": "ModelDateColumns", - "package": "@medusajs/types" - } - }, - { - "id": 7356, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7357, - "name": "order_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7358, - "name": "order", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7543, - "name": "Order", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7359, - "name": "return", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7714, - "name": "Return", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7360, - "name": "return_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7361, - "name": "order_version", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - { - "id": 7362, - "name": "display_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - { - "id": 7363, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/order/status.ts", - "qualifiedName": "ClaimType" - }, - "name": "ClaimType", - "package": "@medusajs/utils" - } - }, - { - "id": 7364, - "name": "no_notification", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "boolean" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7365, - "name": "refund_amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - } - }, - { - "id": 7366, - "name": "raw_refund_amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 7367, - "name": "additional_items", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 7381, - "name": "OrderClaimItem", - "package": "@medusajs/order", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 7368, - "name": "claim_items", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 7381, - "name": "OrderClaimItem", - "package": "@medusajs/order", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 7369, - "name": "shipping_methods", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 7676, - "name": "OrderShippingMethod", - "package": "@medusajs/order", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 7370, - "name": "transactions", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 7848, - "name": "Transaction", - "package": "@medusajs/order", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 7371, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7372, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7373, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7374, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7375, - "name": "canceled_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7376, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7377, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7378, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7379, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7354 - ] - }, - { - "title": "Properties", - "children": [ - 7380, - 7356, - 7357, - 7358, - 7359, - 7360, - 7361, - 7362, - 7363, - 7364, - 7365, - 7366, - 7367, - 7368, - 7369, - 7370, - 7371, - 7372, - 7373, - 7374, - 7375 - ] - }, - { - "title": "Methods", - "children": [ - 7376, - 7378 - ] - } - ] - }, - { - "id": 7447, - "name": "ExchangeItem", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7448, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7449, - "name": "new ExchangeItem", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7447, - "name": "OrderExchangeItem", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7466, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", - "qualifiedName": "ModelDateColumns" - }, - "name": "ModelDateColumns", - "package": "@medusajs/types" - } - }, - { - "id": 7450, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7451, - "name": "quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Number" - }, - "name": "Number", - "package": "typescript" - } - ] - } - }, - { - "id": 7452, - "name": "raw_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 7453, - "name": "exchange_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7454, - "name": "exchange", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7420, - "name": "OrderExchange", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7455, - "name": "item_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7456, - "name": "item", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7467, - "name": "LineItem", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7457, - "name": "note", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7458, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7459, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7460, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, { "id": 7461, - "name": "deleted_at", + "name": "note", "variant": "declaration", "kind": 1024, "flags": {}, "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" + "type": "intrinsic", + "name": "string" + } }, { "id": 7462, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7463, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7464, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7465, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7466, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7463, + "id": 7467, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -1930,14 +1055,14 @@ ] }, { - "id": 7464, + "id": 7468, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7465, + "id": 7469, "name": "onInit", "variant": "signature", "kind": 4096, @@ -1954,14 +1079,13 @@ { "title": "Constructors", "children": [ - 7448 + 7449 ] }, { "title": "Properties", "children": [ - 7466, - 7450, + 7470, 7451, 7452, 7453, @@ -1972,21 +1096,25 @@ 7458, 7459, 7460, - 7461 + 7461, + 7462, + 7463, + 7464, + 7465 ] }, { "title": "Methods", "children": [ - 7462, - 7464 + 7466, + 7468 ] } ] }, { "id": 7420, - "name": "OrderExchange", + "name": "OrderClaim", "variant": "declaration", "kind": 128, "flags": {}, @@ -2000,14 +1128,14 @@ "signatures": [ { "id": 7422, - "name": "new OrderExchange", + "name": "new OrderClaim", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", "target": 7420, - "name": "OrderExchange", + "name": "OrderClaim", "package": "@medusajs/order", "qualifiedName": "default" } @@ -2015,7 +1143,7 @@ ] }, { - "id": 7446, + "id": 7447, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -2062,7 +1190,7 @@ "flags": {}, "type": { "type": "reference", - "target": 7543, + "target": 7610, "name": "Order", "package": "@medusajs/order", "qualifiedName": "default" @@ -2076,7 +1204,7 @@ "flags": {}, "type": { "type": "reference", - "target": 7714, + "target": 7781, "name": "Return", "package": "@medusajs/order", "qualifiedName": "default" @@ -2127,6 +1255,22 @@ }, { "id": 7430, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/order/status.ts", + "qualifiedName": "ClaimType" + }, + "name": "ClaimType", + "package": "@medusajs/utils" + } + }, + { + "id": 7431, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -2147,8 +1291,8 @@ "defaultValue": "null" }, { - "id": 7431, - "name": "difference_due", + "id": 7432, + "name": "refund_amount", "variant": "declaration", "kind": 1024, "flags": {}, @@ -2172,8 +1316,8 @@ } }, { - "id": 7432, - "name": "raw_difference_due", + "id": 7433, + "name": "raw_refund_amount", "variant": "declaration", "kind": 1024, "flags": {}, @@ -2187,18 +1331,6 @@ "package": "@medusajs/types" } }, - { - "id": 7433, - "name": "allow_backorder", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "defaultValue": "false" - }, { "id": 7434, "name": "additional_items", @@ -2214,8 +1346,8 @@ "typeArguments": [ { "type": "reference", - "target": 7447, - "name": "OrderExchangeItem", + "target": 7448, + "name": "OrderClaimItem", "package": "@medusajs/order", "qualifiedName": "default" }, @@ -2231,7 +1363,7 @@ }, { "id": 7435, - "name": "shipping_methods", + "name": "claim_items", "variant": "declaration", "kind": 1024, "flags": {}, @@ -2244,8 +1376,8 @@ "typeArguments": [ { "type": "reference", - "target": 7676, - "name": "OrderShippingMethod", + "target": 7448, + "name": "OrderClaimItem", "package": "@medusajs/order", "qualifiedName": "default" }, @@ -2261,7 +1393,7 @@ }, { "id": 7436, - "name": "transactions", + "name": "shipping_methods", "variant": "declaration", "kind": 1024, "flags": {}, @@ -2274,8 +1406,8 @@ "typeArguments": [ { "type": "reference", - "target": 7848, - "name": "Transaction", + "target": 7743, + "name": "OrderShippingMethod", "package": "@medusajs/order", "qualifiedName": "default" }, @@ -2291,6 +1423,36 @@ }, { "id": 7437, + "name": "transactions", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7915, + "name": "Transaction", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7438, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2326,7 +1488,7 @@ "defaultValue": "null" }, { - "id": 7438, + "id": 7439, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -2342,7 +1504,7 @@ } }, { - "id": 7439, + "id": 7440, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -2357,35 +1519,9 @@ "package": "typescript" } }, - { - "id": 7440, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, { "id": 7441, - "name": "canceled_at", + "name": "deleted_at", "variant": "declaration", "kind": 1024, "flags": {}, @@ -2411,13 +1547,39 @@ }, { "id": 7442, + "name": "canceled_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7443, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7443, + "id": 7444, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -2430,14 +1592,14 @@ ] }, { - "id": 7444, + "id": 7445, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7445, + "id": 7446, "name": "onInit", "variant": "signature", "kind": 4096, @@ -2460,7 +1622,7 @@ { "title": "Properties", "children": [ - 7446, + 7447, 7423, 7424, 7425, @@ -2479,65 +1641,56 @@ 7438, 7439, 7440, - 7441 + 7441, + 7442 ] }, { "title": "Methods", "children": [ - 7442, - 7444 + 7443, + 7445 ] } ] }, { - "id": 7504, - "name": "LineItemAdjustment", + "id": 7514, + "name": "OrderExchangeItem", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 7505, + "id": 7515, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 7506, - "name": "new LineItemAdjustment", + "id": 7516, + "name": "new OrderExchangeItem", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 7504, - "name": "LineItemAdjustment", + "target": 7514, + "name": "OrderExchangeItem", "package": "@medusajs/order", "qualifiedName": "default" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.constructor" } } - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.constructor" - } + ] }, { - "id": 7523, + "id": 7533, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, "flags": { - "isInherited": true + "isOptional": true }, "type": { "type": "reference", @@ -2547,123 +1700,25 @@ }, "name": "ModelDateColumns", "package": "@medusajs/types" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.[OptionalProps]" - } - }, - { - "id": 7513, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.id" - } - }, - { - "id": 7514, - "name": "description", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null", - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.description" - } - }, - { - "id": 7515, - "name": "promotion_id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null", - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.promotion_id" - } - }, - { - "id": 7516, - "name": "code", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null", - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.code" } }, { "id": 7517, - "name": "amount", + "name": "id", "variant": "declaration", "kind": 1024, - "flags": { - "isInherited": true - }, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7518, + "name": "quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, "type": { "type": "union", "types": [ @@ -2674,28 +1729,21 @@ { "type": "reference", "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Number" }, - "name": "BigNumber", - "package": "@medusajs/utils" + "name": "Number", + "package": "typescript" } ] - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.amount" } }, { - "id": 7518, - "name": "raw_amount", + "id": 7519, + "name": "raw_quantity", "variant": "declaration", "kind": 1024, - "flags": { - "isInherited": true - }, + "flags": {}, "type": { "type": "reference", "target": { @@ -2704,21 +1752,75 @@ }, "name": "BigNumberRawValue", "package": "@medusajs/types" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.raw_amount" } }, { - "id": 7519, - "name": "provider_id", + "id": 7520, + "name": "exchange_id", "variant": "declaration", "kind": 1024, - "flags": { - "isInherited": true - }, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7521, + "name": "exchange", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7487, + "name": "OrderExchange", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7522, + "name": "item_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7523, + "name": "item", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7534, + "name": "LineItem", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7524, + "name": "note", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7525, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": {}, "type": { "type": "union", "types": [ @@ -2727,26 +1829,34 @@ "value": null }, { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" } ] }, - "defaultValue": "null", - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.provider_id" - } + "defaultValue": "null" }, { - "id": 7520, + "id": 7526, "name": "created_at", "variant": "declaration", "kind": 1024, - "flags": { - "isInherited": true - }, + "flags": {}, "type": { "type": "reference", "target": { @@ -2755,21 +1865,14 @@ }, "name": "Date", "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.created_at" } }, { - "id": 7521, + "id": 7527, "name": "updated_at", "variant": "declaration", "kind": 1024, - "flags": { - "isInherited": true - }, + "flags": {}, "type": { "type": "reference", "target": { @@ -2778,21 +1881,14 @@ }, "name": "Date", "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.updated_at" } }, { - "id": 7522, + "id": 7528, "name": "deleted_at", "variant": "declaration", "kind": 1024, - "flags": { - "isInherited": true - }, + "flags": {}, "type": { "type": "union", "types": [ @@ -2811,30 +1907,134 @@ } ] }, - "defaultValue": "null", - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.deleted_at" - } + "defaultValue": "null" }, { - "id": 7507, - "name": "item", + "id": 7529, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7530, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7531, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7532, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7515 + ] + }, + { + "title": "Properties", + "children": [ + 7533, + 7517, + 7518, + 7519, + 7520, + 7521, + 7522, + 7523, + 7524, + 7525, + 7526, + 7527, + 7528 + ] + }, + { + "title": "Methods", + "children": [ + 7529, + 7531 + ] + } + ] + }, + { + "id": 7487, + "name": "OrderExchange", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7488, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7489, + "name": "new OrderExchange", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7487, + "name": "OrderExchange", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 7513, + "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, - "flags": {}, + "flags": { + "isOptional": true + }, "type": { "type": "reference", - "target": 7467, - "name": "LineItem", - "package": "@medusajs/order", - "qualifiedName": "default" + "target": { + "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", + "qualifiedName": "ModelDateColumns" + }, + "name": "ModelDateColumns", + "package": "@medusajs/types" } }, { - "id": 7508, - "name": "item_id", + "id": 7490, + "name": "id", "variant": "declaration", "kind": 1024, "flags": {}, @@ -2843,6 +2043,372 @@ "name": "string" } }, + { + "id": 7491, + "name": "order_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7492, + "name": "order", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7610, + "name": "Order", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7493, + "name": "return", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7781, + "name": "Return", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7494, + "name": "return_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7495, + "name": "order_version", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 7496, + "name": "display_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 7497, + "name": "no_notification", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "boolean" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7498, + "name": "difference_due", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + } + }, + { + "id": 7499, + "name": "raw_difference_due", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 7500, + "name": "allow_backorder", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "defaultValue": "false" + }, + { + "id": 7501, + "name": "additional_items", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7514, + "name": "OrderExchangeItem", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7502, + "name": "shipping_methods", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7743, + "name": "OrderShippingMethod", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7503, + "name": "transactions", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7915, + "name": "Transaction", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7504, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7505, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7506, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7507, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7508, + "name": "canceled_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, { "id": 7509, "name": "onCreate", @@ -2888,23 +2454,30 @@ { "title": "Constructors", "children": [ - 7505 + 7488 ] }, { "title": "Properties", "children": [ - 7523, 7513, - 7514, - 7515, - 7516, - 7517, - 7518, - 7519, - 7520, - 7521, - 7522, + 7490, + 7491, + 7492, + 7493, + 7494, + 7495, + 7496, + 7497, + 7498, + 7499, + 7500, + 7501, + 7502, + 7503, + 7504, + 7505, + 7506, 7507, 7508 ] @@ -2916,6 +2489,433 @@ 7511 ] } + ] + }, + { + "id": 7571, + "name": "LineItemAdjustment", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7572, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7573, + "name": "new LineItemAdjustment", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7571, + "name": "LineItemAdjustment", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.constructor" + } + } + ], + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.constructor" + } + }, + { + "id": 7590, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", + "qualifiedName": "ModelDateColumns" + }, + "name": "ModelDateColumns", + "package": "@medusajs/types" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.[OptionalProps]" + } + }, + { + "id": 7580, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.id" + } + }, + { + "id": 7581, + "name": "description", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null", + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.description" + } + }, + { + "id": 7582, + "name": "promotion_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null", + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.promotion_id" + } + }, + { + "id": 7583, + "name": "code", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null", + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.code" + } + }, + { + "id": 7584, + "name": "amount", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.amount" + } + }, + { + "id": 7585, + "name": "raw_amount", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.raw_amount" + } + }, + { + "id": 7586, + "name": "provider_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null", + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.provider_id" + } + }, + { + "id": 7587, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.created_at" + } + }, + { + "id": 7588, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.updated_at" + } + }, + { + "id": 7589, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null", + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.deleted_at" + } + }, + { + "id": 7574, + "name": "item", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7534, + "name": "LineItem", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7575, + "name": "item_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7576, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7577, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7578, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7579, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7572 + ] + }, + { + "title": "Properties", + "children": [ + 7590, + 7580, + 7581, + 7582, + 7583, + 7584, + 7585, + 7586, + 7587, + 7588, + 7589, + 7574, + 7575 + ] + }, + { + "title": "Methods", + "children": [ + 7576, + 7578 + ] + } ], "extendedTypes": [ { @@ -2930,28 +2930,28 @@ ] }, { - "id": 7524, + "id": 7591, "name": "LineItemTaxLine", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 7525, + "id": 7592, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 7526, + "id": 7593, "name": "new LineItemTaxLine", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 7524, + "target": 7591, "name": "LineItemTaxLine", "package": "@medusajs/order", "qualifiedName": "default" @@ -2970,21 +2970,21 @@ } }, { - "id": 7527, + "id": 7594, "name": "item", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7467, + "target": 7534, "name": "LineItem", "package": "@medusajs/order", "qualifiedName": "default" } }, { - "id": 7528, + "id": 7595, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -2995,14 +2995,14 @@ } }, { - "id": 7529, + "id": 7596, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7530, + "id": 7597, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -3015,14 +3015,14 @@ ] }, { - "id": 7531, + "id": 7598, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7532, + "id": 7599, "name": "onInit", "variant": "signature", "kind": 4096, @@ -3035,7 +3035,7 @@ ] }, { - "id": 7533, + "id": 7600, "name": "id", "variant": "declaration", "kind": 1024, @@ -3053,7 +3053,7 @@ } }, { - "id": 7534, + "id": 7601, "name": "description", "variant": "declaration", "kind": 1024, @@ -3081,7 +3081,7 @@ } }, { - "id": 7535, + "id": 7602, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -3109,7 +3109,7 @@ } }, { - "id": 7536, + "id": 7603, "name": "code", "variant": "declaration", "kind": 1024, @@ -3127,7 +3127,7 @@ } }, { - "id": 7537, + "id": 7604, "name": "rate", "variant": "declaration", "kind": 1024, @@ -3159,7 +3159,7 @@ } }, { - "id": 7538, + "id": 7605, "name": "raw_rate", "variant": "declaration", "kind": 1024, @@ -3182,7 +3182,7 @@ } }, { - "id": 7539, + "id": 7606, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -3210,7 +3210,7 @@ } }, { - "id": 7540, + "id": 7607, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3233,7 +3233,7 @@ } }, { - "id": 7541, + "id": 7608, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3256,7 +3256,7 @@ } }, { - "id": 7542, + "id": 7609, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3293,31 +3293,31 @@ { "title": "Constructors", "children": [ - 7525 + 7592 ] }, { "title": "Properties", "children": [ - 7527, - 7528, - 7533, - 7534, - 7535, - 7536, - 7537, - 7538, - 7539, - 7540, - 7541, - 7542 + 7594, + 7595, + 7600, + 7601, + 7602, + 7603, + 7604, + 7605, + 7606, + 7607, + 7608, + 7609 ] }, { "title": "Methods", "children": [ - 7529, - 7531 + 7596, + 7598 ] } ], @@ -3334,28 +3334,28 @@ ] }, { - "id": 7467, + "id": 7534, "name": "LineItem", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 7468, + "id": 7535, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 7469, + "id": 7536, "name": "new LineItem", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 7467, + "target": 7534, "name": "LineItem", "package": "@medusajs/order", "qualifiedName": "default" @@ -3364,7 +3364,7 @@ ] }, { - "id": 7503, + "id": 7570, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -3382,7 +3382,7 @@ } }, { - "id": 7470, + "id": 7537, "name": "id", "variant": "declaration", "kind": 1024, @@ -3393,7 +3393,7 @@ } }, { - "id": 7471, + "id": 7538, "name": "title", "variant": "declaration", "kind": 1024, @@ -3404,7 +3404,7 @@ } }, { - "id": 7472, + "id": 7539, "name": "subtitle", "variant": "declaration", "kind": 1024, @@ -3425,7 +3425,7 @@ "defaultValue": "null" }, { - "id": 7473, + "id": 7540, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -3446,7 +3446,7 @@ "defaultValue": "null" }, { - "id": 7474, + "id": 7541, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -3467,7 +3467,7 @@ "defaultValue": "null" }, { - "id": 7475, + "id": 7542, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -3488,7 +3488,7 @@ "defaultValue": "null" }, { - "id": 7476, + "id": 7543, "name": "product_title", "variant": "declaration", "kind": 1024, @@ -3509,7 +3509,7 @@ "defaultValue": "null" }, { - "id": 7477, + "id": 7544, "name": "product_description", "variant": "declaration", "kind": 1024, @@ -3530,7 +3530,7 @@ "defaultValue": "null" }, { - "id": 7478, + "id": 7545, "name": "product_subtitle", "variant": "declaration", "kind": 1024, @@ -3551,7 +3551,7 @@ "defaultValue": "null" }, { - "id": 7479, + "id": 7546, "name": "product_type", "variant": "declaration", "kind": 1024, @@ -3572,7 +3572,7 @@ "defaultValue": "null" }, { - "id": 7480, + "id": 7547, "name": "product_collection", "variant": "declaration", "kind": 1024, @@ -3593,7 +3593,7 @@ "defaultValue": "null" }, { - "id": 7481, + "id": 7548, "name": "product_handle", "variant": "declaration", "kind": 1024, @@ -3614,7 +3614,7 @@ "defaultValue": "null" }, { - "id": 7482, + "id": 7549, "name": "variant_sku", "variant": "declaration", "kind": 1024, @@ -3635,7 +3635,7 @@ "defaultValue": "null" }, { - "id": 7483, + "id": 7550, "name": "variant_barcode", "variant": "declaration", "kind": 1024, @@ -3656,7 +3656,7 @@ "defaultValue": "null" }, { - "id": 7484, + "id": 7551, "name": "variant_title", "variant": "declaration", "kind": 1024, @@ -3677,7 +3677,7 @@ "defaultValue": "null" }, { - "id": 7485, + "id": 7552, "name": "variant_option_values", "variant": "declaration", "kind": 1024, @@ -3713,7 +3713,7 @@ "defaultValue": "null" }, { - "id": 7486, + "id": 7553, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -3725,7 +3725,7 @@ "defaultValue": "true" }, { - "id": 7487, + "id": 7554, "name": "is_discountable", "variant": "declaration", "kind": 1024, @@ -3737,7 +3737,7 @@ "defaultValue": "true" }, { - "id": 7488, + "id": 7555, "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -3749,7 +3749,7 @@ "defaultValue": "false" }, { - "id": 7489, + "id": 7556, "name": "compare_at_unit_price", "variant": "declaration", "kind": 1024, @@ -3781,7 +3781,7 @@ "defaultValue": "null" }, { - "id": 7490, + "id": 7557, "name": "raw_compare_at_unit_price", "variant": "declaration", "kind": 1024, @@ -3807,7 +3807,7 @@ "defaultValue": "null" }, { - "id": 7491, + "id": 7558, "name": "unit_price", "variant": "declaration", "kind": 1024, @@ -3832,7 +3832,7 @@ } }, { - "id": 7492, + "id": 7559, "name": "raw_unit_price", "variant": "declaration", "kind": 1024, @@ -3848,7 +3848,7 @@ } }, { - "id": 7493, + "id": 7560, "name": "tax_lines", "variant": "declaration", "kind": 1024, @@ -3862,7 +3862,7 @@ "typeArguments": [ { "type": "reference", - "target": 7524, + "target": 7591, "name": "LineItemTaxLine", "package": "@medusajs/order", "qualifiedName": "default" @@ -3878,7 +3878,7 @@ "defaultValue": "..." }, { - "id": 7494, + "id": 7561, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -3892,7 +3892,7 @@ "typeArguments": [ { "type": "reference", - "target": 7504, + "target": 7571, "name": "LineItemAdjustment", "package": "@medusajs/order", "qualifiedName": "default" @@ -3907,3041 +3907,6 @@ }, "defaultValue": "..." }, - { - "id": 7495, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7496, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7497, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7498, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7499, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7500, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7501, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7502, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7468 - ] - }, - { - "title": "Properties", - "children": [ - 7503, - 7470, - 7471, - 7472, - 7473, - 7474, - 7475, - 7476, - 7477, - 7478, - 7479, - 7480, - 7481, - 7482, - 7483, - 7484, - 7485, - 7486, - 7487, - 7488, - 7489, - 7490, - 7491, - 7492, - 7493, - 7494, - 7495, - 7496, - 7497, - 7498 - ] - }, - { - "title": "Methods", - "children": [ - 7499, - 7501 - ] - } - ] - }, - { - "id": 7612, - "name": "OrderChangeAction", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7613, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7614, - "name": "new OrderChangeAction", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7612, - "name": "OrderChangeAction", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7643, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", - "qualifiedName": "ModelDateColumns" - }, - "name": "ModelDateColumns", - "package": "@medusajs/types" - } - }, - { - "id": 7615, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7616, - "name": "ordering", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - { - "id": 7617, - "name": "order_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7618, - "name": "order", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7543, - "name": "Order", - "package": "@medusajs/order", - "qualifiedName": "default" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7619, - "name": "return_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7620, - "name": "return", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7714, - "name": "Return", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7621, - "name": "claim_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7622, - "name": "claim", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7353, - "name": "OrderClaim", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7623, - "name": "exchange_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7624, - "name": "exchange", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7420, - "name": "OrderExchange", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7625, - "name": "version", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7626, - "name": "order_change_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 7627, - "name": "order_change", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7575, - "name": "OrderChange", - "package": "@medusajs/order", - "qualifiedName": "default" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7628, - "name": "reference", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7629, - "name": "reference_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7630, - "name": "action", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7631, - "name": "details", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - }, - "defaultValue": "{}" - }, - { - "id": 7632, - "name": "amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7633, - "name": "raw_amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7634, - "name": "internal_note", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7635, - "name": "applied", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "defaultValue": "false" - }, - { - "id": 7636, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7637, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7638, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7639, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7640, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7641, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7642, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7613 - ] - }, - { - "title": "Properties", - "children": [ - 7643, - 7615, - 7616, - 7617, - 7618, - 7619, - 7620, - 7621, - 7622, - 7623, - 7624, - 7625, - 7626, - 7627, - 7628, - 7629, - 7630, - 7631, - 7632, - 7633, - 7634, - 7635, - 7636, - 7637, - 7638 - ] - }, - { - "title": "Methods", - "children": [ - 7639, - 7641 - ] - } - ] - }, - { - "id": 7575, - "name": "OrderChange", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7576, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7577, - "name": "new OrderChange", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7575, - "name": "OrderChange", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7611, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", - "qualifiedName": "ModelDateColumns" - }, - "name": "ModelDateColumns", - "package": "@medusajs/types" - } - }, - { - "id": 7578, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7579, - "name": "order_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7580, - "name": "order", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7543, - "name": "Order", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7581, - "name": "return_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7582, - "name": "return", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7714, - "name": "Return", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7583, - "name": "claim_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7584, - "name": "claim", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7353, - "name": "OrderClaim", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7585, - "name": "exchange_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7586, - "name": "exchange", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7420, - "name": "OrderExchange", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7587, - "name": "version", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - { - "id": 7588, - "name": "change_type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/order/order-change.ts", - "qualifiedName": "OrderChangeType" - }, - "name": "OrderChangeType", - "package": "@medusajs/utils" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7589, - "name": "actions", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 7612, - "name": "OrderChangeAction", - "package": "@medusajs/order", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 7590, - "name": "description", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7591, - "name": "status", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/order/order-change.ts", - "qualifiedName": "OrderChangeStatus" - }, - "name": "OrderChangeStatus", - "package": "@medusajs/utils" - }, - "defaultValue": "OrderChangeStatus.PENDING" - }, - { - "id": 7592, - "name": "internal_note", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7593, - "name": "created_by", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7594, - "name": "requested_by", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7595, - "name": "requested_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7596, - "name": "confirmed_by", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7597, - "name": "confirmed_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7598, - "name": "declined_by", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7599, - "name": "declined_reason", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7600, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7601, - "name": "declined_at", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7602, - "name": "canceled_by", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7603, - "name": "canceled_at", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7604, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7605, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7606, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7607, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7608, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7609, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7610, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7576 - ] - }, - { - "title": "Properties", - "children": [ - 7611, - 7578, - 7579, - 7580, - 7581, - 7582, - 7583, - 7584, - 7585, - 7586, - 7587, - 7588, - 7589, - 7590, - 7591, - 7592, - 7593, - 7594, - 7595, - 7596, - 7597, - 7598, - 7599, - 7600, - 7601, - 7602, - 7603, - 7604, - 7605, - 7606 - ] - }, - { - "title": "Methods", - "children": [ - 7607, - 7609 - ] - } - ] - }, - { - "id": 7644, - "name": "OrderItem", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7645, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7646, - "name": "new OrderItem", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7644, - "name": "OrderItem", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7675, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", - "qualifiedName": "ModelDateColumns" - }, - "name": "ModelDateColumns", - "package": "@medusajs/types" - } - }, - { - "id": 7647, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7648, - "name": "order_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7649, - "name": "order", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7543, - "name": "Order", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7650, - "name": "version", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - { - "id": 7651, - "name": "item_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7652, - "name": "item", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7467, - "name": "LineItem", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7653, - "name": "quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - } - }, - { - "id": 7654, - "name": "raw_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 7655, - "name": "fulfilled_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - }, - "defaultValue": "0" - }, - { - "id": 7656, - "name": "raw_fulfilled_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 7657, - "name": "shipped_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - }, - "defaultValue": "0" - }, - { - "id": 7658, - "name": "raw_shipped_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 7659, - "name": "return_requested_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - }, - "defaultValue": "0" - }, - { - "id": 7660, - "name": "raw_return_requested_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 7661, - "name": "return_received_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - }, - "defaultValue": "0" - }, - { - "id": 7662, - "name": "raw_return_received_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 7663, - "name": "return_dismissed_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - }, - "defaultValue": "0" - }, - { - "id": 7664, - "name": "raw_return_dismissed_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 7665, - "name": "written_off_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - }, - "defaultValue": "0" - }, - { - "id": 7666, - "name": "raw_written_off_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 7667, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7668, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7669, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7670, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7671, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7672, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7673, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7674, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7645 - ] - }, - { - "title": "Properties", - "children": [ - 7675, - 7647, - 7648, - 7649, - 7650, - 7651, - 7652, - 7653, - 7654, - 7655, - 7656, - 7657, - 7658, - 7659, - 7660, - 7661, - 7662, - 7663, - 7664, - 7665, - 7666, - 7667, - 7668, - 7669, - 7670 - ] - }, - { - "title": "Methods", - "children": [ - 7671, - 7673 - ] - } - ] - }, - { - "id": 7676, - "name": "OrderShippingMethod", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7677, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7678, - "name": "new OrderShippingMethod", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7676, - "name": "OrderShippingMethod", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7698, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", - "qualifiedName": "ModelDateColumns" - }, - "name": "ModelDateColumns", - "package": "@medusajs/types" - } - }, - { - "id": 7679, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7680, - "name": "order_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7681, - "name": "order", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7543, - "name": "Order", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7682, - "name": "return_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7683, - "name": "return", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7714, - "name": "Return", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7684, - "name": "exchange_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 7685, - "name": "exchange", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7420, - "name": "OrderExchange", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7686, - "name": "claim_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 7687, - "name": "claim", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7353, - "name": "OrderClaim", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7688, - "name": "version", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - { - "id": 7689, - "name": "shipping_method_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7690, - "name": "shipping_method", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7788, - "name": "ShippingMethod", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7691, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7692, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7693, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7694, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7695, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7696, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7697, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7677 - ] - }, - { - "title": "Properties", - "children": [ - 7698, - 7679, - 7680, - 7681, - 7682, - 7683, - 7684, - 7685, - 7686, - 7687, - 7688, - 7689, - 7690, - 7691, - 7692, - 7693 - ] - }, - { - "title": "Methods", - "children": [ - 7694, - 7696 - ] - } - ] - }, - { - "id": 7699, - "name": "OrderSummary", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7700, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7701, - "name": "new OrderSummary", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7699, - "name": "OrderSummary", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7702, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7703, - "name": "order_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7704, - "name": "order", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7543, - "name": "Order", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7705, - "name": "version", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - }, - "defaultValue": "1" - }, - { - "id": 7706, - "name": "totals", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "OrderSummaryTotals" - }, - "name": "OrderSummaryTotals", - "package": "@medusajs/order" - } - ] - }, - "defaultValue": "..." - }, - { - "id": 7707, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7708, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7709, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7710, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7711, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7712, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7713, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7700 - ] - }, - { - "title": "Properties", - "children": [ - 7702, - 7703, - 7704, - 7705, - 7706, - 7707, - 7708, - 7709 - ] - }, - { - "title": "Methods", - "children": [ - 7710, - 7712 - ] - } - ] - }, - { - "id": 7543, - "name": "Order", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7544, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7545, - "name": "new Order", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7543, - "name": "Order", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7574, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "OptionalOrderProps" - }, - "name": "OptionalOrderProps", - "package": "@medusajs/order" - } - }, - { - "id": 7546, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7547, - "name": "display_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - { - "id": 7548, - "name": "region_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7549, - "name": "customer_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7550, - "name": "version", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - }, - "defaultValue": "1" - }, - { - "id": 7551, - "name": "sales_channel_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7552, - "name": "status", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/order/status.ts", - "qualifiedName": "OrderStatus" - }, - "name": "OrderStatus", - "package": "@medusajs/utils" - } - }, - { - "id": 7553, - "name": "is_draft_order", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "defaultValue": "false" - }, - { - "id": 7554, - "name": "email", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7555, - "name": "currency_code", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7556, - "name": "shipping_address_id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 7557, - "name": "shipping_address", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7330, - "name": "Address", - "package": "@medusajs/order", - "qualifiedName": "default" - } - ] - } - }, - { - "id": 7558, - "name": "billing_address_id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 7559, - "name": "billing_address", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7330, - "name": "Address", - "package": "@medusajs/order", - "qualifiedName": "default" - } - ] - } - }, - { - "id": 7560, - "name": "no_notification", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "boolean" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7561, - "name": "summary", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 7699, - "name": "OrderSummary", - "package": "@medusajs/order", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, { "id": 7562, "name": "metadata", @@ -6980,96 +3945,6 @@ }, { "id": 7563, - "name": "items", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 7644, - "name": "OrderItem", - "package": "@medusajs/order", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 7564, - "name": "shipping_methods", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 7676, - "name": "OrderShippingMethod", - "package": "@medusajs/order", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 7565, - "name": "transactions", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 7848, - "name": "Transaction", - "package": "@medusajs/order", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 7566, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -7085,7 +3960,7 @@ } }, { - "id": 7567, + "id": 7564, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -7101,7 +3976,7 @@ } }, { - "id": 7568, + "id": 7565, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -7127,40 +4002,14 @@ "defaultValue": "null" }, { - "id": 7569, - "name": "canceled_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7570, + "id": 7566, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7571, + "id": 7567, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -7173,14 +4022,14 @@ ] }, { - "id": 7572, + "id": 7568, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7573, + "id": 7569, "name": "onInit", "variant": "signature", "kind": 4096, @@ -7197,13 +4046,22 @@ { "title": "Constructors", "children": [ - 7544 + 7535 ] }, { "title": "Properties", "children": [ - 7574, + 7570, + 7537, + 7538, + 7539, + 7540, + 7541, + 7542, + 7543, + 7544, + 7545, 7546, 7547, 7548, @@ -7223,46 +4081,42 @@ 7562, 7563, 7564, - 7565, - 7566, - 7567, - 7568, - 7569 + 7565 ] }, { "title": "Methods", "children": [ - 7570, - 7572 + 7566, + 7568 ] } ] }, { - "id": 7745, - "name": "ReturnItem", + "id": 7679, + "name": "OrderChangeAction", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 7746, + "id": 7680, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 7747, - "name": "new ReturnItem", + "id": 7681, + "name": "new OrderChangeAction", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 7745, - "name": "ReturnItem", + "target": 7679, + "name": "OrderChangeAction", "package": "@medusajs/order", "qualifiedName": "default" } @@ -7270,7 +4124,7 @@ ] }, { - "id": 7768, + "id": 7710, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -7288,7 +4142,7 @@ } }, { - "id": 7748, + "id": 7682, "name": "id", "variant": "declaration", "kind": 1024, @@ -7299,8 +4153,19 @@ } }, { - "id": 7749, - "name": "reason_id", + "id": 7683, + "name": "ordering", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 7684, + "name": "order_id", "variant": "declaration", "kind": 1024, "flags": {}, @@ -7320,22 +4185,8 @@ "defaultValue": "null" }, { - "id": 7750, - "name": "reason", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7769, - "name": "ReturnReason", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7751, - "name": "quantity", + "id": 7685, + "name": "order", "variant": "declaration", "kind": 1024, "flags": {}, @@ -7343,782 +4194,57 @@ "type": "union", "types": [ { - "type": "intrinsic", - "name": "number" + "type": "literal", + "value": null }, { "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Number" - }, - "name": "Number", - "package": "typescript" - } - ] - } - }, - { - "id": 7752, - "name": "raw_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 7753, - "name": "received_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Number" - }, - "name": "Number", - "package": "typescript" + "target": 7610, + "name": "Order", + "package": "@medusajs/order", + "qualifiedName": "default" } ] }, - "defaultValue": "0" + "defaultValue": "null" }, { - "id": 7754, - "name": "raw_received_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 7755, + "id": 7686, "name": "return_id", "variant": "declaration", "kind": 1024, "flags": {}, "type": { - "type": "intrinsic", - "name": "string" - } + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" }, { - "id": 7756, + "id": 7687, "name": "return", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7714, + "target": 7781, "name": "Return", "package": "@medusajs/order", "qualifiedName": "default" } }, { - "id": 7757, - "name": "item_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7758, - "name": "item", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7467, - "name": "LineItem", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7759, - "name": "note", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7760, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7761, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7762, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7763, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7764, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7765, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7766, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7767, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7746 - ] - }, - { - "title": "Properties", - "children": [ - 7768, - 7748, - 7749, - 7750, - 7751, - 7752, - 7753, - 7754, - 7755, - 7756, - 7757, - 7758, - 7759, - 7760, - 7761, - 7762, - 7763 - ] - }, - { - "title": "Methods", - "children": [ - 7764, - 7766 - ] - } - ] - }, - { - "id": 7769, - "name": "ReturnReason", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7770, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7771, - "name": "new ReturnReason", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7769, - "name": "ReturnReason", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7787, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "OptionalOrderProps" - }, - "name": "OptionalOrderProps", - "package": "@medusajs/order" - } - }, - { - "id": 7772, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7773, - "name": "value", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7774, - "name": "label", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7775, - "name": "description", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7776, - "name": "parent_return_reason_id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 7777, - "name": "parent_return_reason", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7769, - "name": "ReturnReason", - "package": "@medusajs/order", - "qualifiedName": "default" - } - ] - } - }, - { - "id": 7778, - "name": "return_reason_children", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 7769, - "name": "ReturnReason", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - }, - { - "id": 7779, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7780, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7781, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 7782, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7783, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7784, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7785, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7786, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7770 - ] - }, - { - "title": "Properties", - "children": [ - 7787, - 7772, - 7773, - 7774, - 7775, - 7776, - 7777, - 7778, - 7779, - 7780, - 7781, - 7782 - ] - }, - { - "title": "Methods", - "children": [ - 7783, - 7785 - ] - } - ] - }, - { - "id": 7714, - "name": "Return", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7715, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7716, - "name": "new Return", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7714, - "name": "Return", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7744, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", - "qualifiedName": "ModelDateColumns" - }, - "name": "ModelDateColumns", - "package": "@medusajs/types" - } - }, - { - "id": 7717, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7718, - "name": "order_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7719, - "name": "order", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7543, - "name": "Order", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7720, - "name": "exchange", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7420, - "name": "OrderExchange", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7721, - "name": "exchange_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7722, - "name": "claim", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7353, - "name": "OrderClaim", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7723, + "id": 7688, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -8139,47 +4265,22 @@ "defaultValue": "null" }, { - "id": 7724, - "name": "order_version", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - { - "id": 7725, - "name": "display_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - { - "id": 7726, - "name": "status", + "id": 7689, + "name": "claim", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/order/status.ts", - "qualifiedName": "ReturnStatus" - }, - "name": "ReturnStatus", - "package": "@medusajs/utils" - }, - "defaultValue": "ReturnStatus.REQUESTED" + "target": 7420, + "name": "OrderClaim", + "package": "@medusajs/order", + "qualifiedName": "default" + } }, { - "id": 7727, - "name": "location_id", + "id": 7690, + "name": "exchange_id", "variant": "declaration", "kind": 1024, "flags": {}, @@ -8199,8 +4300,22 @@ "defaultValue": "null" }, { - "id": 7728, - "name": "no_notification", + "id": 7691, + "name": "exchange", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7487, + "name": "OrderExchange", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7692, + "name": "version", "variant": "declaration", "kind": 1024, "flags": {}, @@ -8213,15 +4328,1208 @@ }, { "type": "intrinsic", - "name": "boolean" + "name": "number" } ] }, "defaultValue": "null" }, { - "id": 7729, - "name": "refund_amount", + "id": 7693, + "name": "order_change_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 7694, + "name": "order_change", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": 7642, + "name": "OrderChange", + "package": "@medusajs/order", + "qualifiedName": "default" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7695, + "name": "reference", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7696, + "name": "reference_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7697, + "name": "action", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7698, + "name": "details", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + }, + "defaultValue": "{}" + }, + { + "id": 7699, + "name": "amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7700, + "name": "raw_amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7701, + "name": "internal_note", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7702, + "name": "applied", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "defaultValue": "false" + }, + { + "id": 7703, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7704, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7705, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7706, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7707, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7708, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7709, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7680 + ] + }, + { + "title": "Properties", + "children": [ + 7710, + 7682, + 7683, + 7684, + 7685, + 7686, + 7687, + 7688, + 7689, + 7690, + 7691, + 7692, + 7693, + 7694, + 7695, + 7696, + 7697, + 7698, + 7699, + 7700, + 7701, + 7702, + 7703, + 7704, + 7705 + ] + }, + { + "title": "Methods", + "children": [ + 7706, + 7708 + ] + } + ] + }, + { + "id": 7642, + "name": "OrderChange", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7643, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7644, + "name": "new OrderChange", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7642, + "name": "OrderChange", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 7678, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", + "qualifiedName": "ModelDateColumns" + }, + "name": "ModelDateColumns", + "package": "@medusajs/types" + } + }, + { + "id": 7645, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7646, + "name": "order_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7647, + "name": "order", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7610, + "name": "Order", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7648, + "name": "return_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7649, + "name": "return", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7781, + "name": "Return", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7650, + "name": "claim_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7651, + "name": "claim", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7420, + "name": "OrderClaim", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7652, + "name": "exchange_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7653, + "name": "exchange", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7487, + "name": "OrderExchange", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7654, + "name": "version", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 7655, + "name": "change_type", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/order/order-change.ts", + "qualifiedName": "OrderChangeType" + }, + "name": "OrderChangeType", + "package": "@medusajs/utils" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7656, + "name": "actions", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7679, + "name": "OrderChangeAction", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7657, + "name": "description", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7658, + "name": "status", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/order/order-change.ts", + "qualifiedName": "OrderChangeStatus" + }, + "name": "OrderChangeStatus", + "package": "@medusajs/utils" + }, + "defaultValue": "OrderChangeStatus.PENDING" + }, + { + "id": 7659, + "name": "internal_note", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7660, + "name": "created_by", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7661, + "name": "requested_by", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7662, + "name": "requested_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7663, + "name": "confirmed_by", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7664, + "name": "confirmed_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7665, + "name": "declined_by", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7666, + "name": "declined_reason", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7667, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7668, + "name": "declined_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7669, + "name": "canceled_by", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7670, + "name": "canceled_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7671, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7672, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7673, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7674, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7675, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7676, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7677, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7643 + ] + }, + { + "title": "Properties", + "children": [ + 7678, + 7645, + 7646, + 7647, + 7648, + 7649, + 7650, + 7651, + 7652, + 7653, + 7654, + 7655, + 7656, + 7657, + 7658, + 7659, + 7660, + 7661, + 7662, + 7663, + 7664, + 7665, + 7666, + 7667, + 7668, + 7669, + 7670, + 7671, + 7672, + 7673 + ] + }, + { + "title": "Methods", + "children": [ + 7674, + 7676 + ] + } + ] + }, + { + "id": 7711, + "name": "OrderItem", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7712, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7713, + "name": "new OrderItem", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7711, + "name": "OrderItem", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 7742, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", + "qualifiedName": "ModelDateColumns" + }, + "name": "ModelDateColumns", + "package": "@medusajs/types" + } + }, + { + "id": 7714, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7715, + "name": "order_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7716, + "name": "order", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7610, + "name": "Order", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7717, + "name": "version", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 7718, + "name": "item_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7719, + "name": "item", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7534, + "name": "LineItem", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7720, + "name": "quantity", "variant": "declaration", "kind": 1024, "flags": {}, @@ -8245,8 +5553,8 @@ } }, { - "id": 7730, - "name": "raw_refund_amount", + "id": 7721, + "name": "raw_quantity", "variant": "declaration", "kind": 1024, "flags": {}, @@ -8261,94 +5569,256 @@ } }, { - "id": 7731, - "name": "items", + "id": 7722, + "name": "fulfilled_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + }, + "defaultValue": "0" + }, + { + "id": 7723, + "name": "raw_fulfilled_quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" }, - "typeArguments": [ - { - "type": "reference", - "target": 7745, - "name": "ReturnItem", - "package": "@medusajs/order", - "qualifiedName": "default" - }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 7724, + "name": "shipped_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ { "type": "intrinsic", - "name": "object" + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" } - ], - "name": "Collection", - "package": "@mikro-orm/core" + ] }, - "defaultValue": "..." + "defaultValue": "0" + }, + { + "id": 7725, + "name": "raw_shipped_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 7726, + "name": "return_requested_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + }, + "defaultValue": "0" + }, + { + "id": 7727, + "name": "raw_return_requested_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 7728, + "name": "return_received_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + }, + "defaultValue": "0" + }, + { + "id": 7729, + "name": "raw_return_received_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 7730, + "name": "return_dismissed_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + }, + "defaultValue": "0" + }, + { + "id": 7731, + "name": "raw_return_dismissed_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } }, { "id": 7732, - "name": "shipping_methods", + "name": "written_off_quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 7676, - "name": "OrderShippingMethod", - "package": "@medusajs/order", - "qualifiedName": "default" - }, + "type": "union", + "types": [ { "type": "intrinsic", - "name": "object" + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" } - ], - "name": "Collection", - "package": "@mikro-orm/core" + ] }, - "defaultValue": "..." + "defaultValue": "0" }, { "id": 7733, - "name": "transactions", + "name": "raw_written_off_quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" }, - "typeArguments": [ - { - "type": "reference", - "target": 7848, - "name": "Transaction", - "package": "@medusajs/order", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } }, { "id": 7734, @@ -8446,65 +5916,13 @@ }, { "id": 7738, - "name": "received_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7739, - "name": "canceled_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 7740, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7741, + "id": 7739, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -8517,14 +5935,14 @@ ] }, { - "id": 7742, + "id": 7740, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7743, + "id": 7741, "name": "onInit", "variant": "signature", "kind": 4096, @@ -8541,13 +5959,16 @@ { "title": "Constructors", "children": [ - 7715 + 7712 ] }, { "title": "Properties", "children": [ - 7744, + 7742, + 7714, + 7715, + 7716, 7717, 7718, 7719, @@ -8568,67 +5989,55 @@ 7734, 7735, 7736, - 7737, - 7738, - 7739 + 7737 ] }, { "title": "Methods", "children": [ - 7740, - 7742 + 7738, + 7740 ] } ] }, { - "id": 7809, - "name": "ShippingMethodAdjustment", + "id": 7743, + "name": "OrderShippingMethod", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 7810, + "id": 7744, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 7811, - "name": "new ShippingMethodAdjustment", + "id": 7745, + "name": "new OrderShippingMethod", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 7809, - "name": "ShippingMethodAdjustment", + "target": 7743, + "name": "OrderShippingMethod", "package": "@medusajs/order", "qualifiedName": "default" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.constructor" } } - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.constructor" - } + ] }, { - "id": 7828, + "id": 7765, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, "flags": { - "isInherited": true + "isOptional": true }, "type": { "type": "reference", @@ -8638,847 +6047,47 @@ }, "name": "ModelDateColumns", "package": "@medusajs/types" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.[OptionalProps]" } }, { - "id": 7818, + "id": 7746, "name": "id", "variant": "declaration", "kind": 1024, - "flags": { - "isInherited": true - }, + "flags": {}, "type": { "type": "intrinsic", "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.id" } }, { - "id": 7819, - "name": "description", + "id": 7747, + "name": "order_id", "variant": "declaration", "kind": 1024, - "flags": { - "isInherited": true - }, + "flags": {}, "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null", - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.description" + "type": "intrinsic", + "name": "string" } }, { - "id": 7820, - "name": "promotion_id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null", - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.promotion_id" - } - }, - { - "id": 7821, - "name": "code", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null", - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.code" - } - }, - { - "id": 7822, - "name": "amount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.amount" - } - }, - { - "id": 7823, - "name": "raw_amount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.raw_amount" - } - }, - { - "id": 7824, - "name": "provider_id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null", - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.provider_id" - } - }, - { - "id": 7825, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.created_at" - } - }, - { - "id": 7826, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.updated_at" - } - }, - { - "id": 7827, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null", - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "AdjustmentLine.deleted_at" - } - }, - { - "id": 7812, - "name": "shipping_method", + "id": 7748, + "name": "order", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7788, - "name": "ShippingMethod", + "target": 7610, + "name": "Order", "package": "@medusajs/order", "qualifiedName": "default" } }, { - "id": 7813, - "name": "shipping_method_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7814, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7815, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7816, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7817, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7810 - ] - }, - { - "title": "Properties", - "children": [ - 7828, - 7818, - 7819, - 7820, - 7821, - 7822, - 7823, - 7824, - 7825, - 7826, - 7827, - 7812, - 7813 - ] - }, - { - "title": "Methods", - "children": [ - 7814, - 7816 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default" - }, - "name": "default", - "package": "@medusajs/order" - } - ] - }, - { - "id": 7829, - "name": "ShippingMethodTaxLine", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7830, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7831, - "name": "new ShippingMethodTaxLine", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7829, - "name": "ShippingMethodTaxLine", - "package": "@medusajs/order", - "qualifiedName": "default" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.constructor" - } - } - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.constructor" - } - }, - { - "id": 7832, - "name": "shipping_method", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7788, - "name": "ShippingMethod", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7833, - "name": "shipping_method_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7834, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7835, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7836, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 7837, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 7838, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.id" - } - }, - { - "id": 7839, - "name": "description", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true, - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.description" - } - }, - { - "id": 7840, - "name": "tax_rate_id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true, - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.tax_rate_id" - } - }, - { - "id": 7841, - "name": "code", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.code" - } - }, - { - "id": 7842, - "name": "rate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.rate" - } - }, - { - "id": 7843, - "name": "raw_rate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.raw_rate" - } - }, - { - "id": 7844, - "name": "provider_id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true, - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.provider_id" - } - }, - { - "id": 7845, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.created_at" - } - }, - { - "id": 7846, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.updated_at" - } - }, - { - "id": 7847, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": { - "isInherited": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null", - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "TaxLine.deleted_at" - } - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 7830 - ] - }, - { - "title": "Properties", - "children": [ - 7832, - 7833, - 7838, - 7839, - 7840, - 7841, - 7842, - 7843, - 7844, - 7845, - 7846, - 7847 - ] - }, - { - "title": "Methods", - "children": [ - 7834, - 7836 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", - "qualifiedName": "default" - }, - "name": "default", - "package": "@medusajs/order" - } - ] - }, - { - "id": 7788, - "name": "ShippingMethod", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 7789, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 7790, - "name": "new ShippingMethod", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 7788, - "name": "ShippingMethod", - "package": "@medusajs/order", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 7791, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7792, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 7793, - "name": "description", + "id": 7749, + "name": "return_id", "variant": "declaration", "kind": 1024, "flags": {}, @@ -9498,8 +6107,22 @@ "defaultValue": "null" }, { - "id": 7794, - "name": "amount", + "id": 7750, + "name": "return", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7781, + "name": "Return", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7751, + "name": "exchange_id", "variant": "declaration", "kind": 1024, "flags": {}, @@ -9507,40 +6130,632 @@ "type": "union", "types": [ { - "type": "intrinsic", - "name": "number" + "type": "literal", + "value": null }, { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" + "type": "intrinsic", + "name": "string" } ] } }, { - "id": 7795, - "name": "raw_amount", + "id": 7752, + "name": "exchange", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7487, + "name": "OrderExchange", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7753, + "name": "claim_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 7754, + "name": "claim", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7420, + "name": "OrderClaim", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7755, + "name": "version", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 7756, + "name": "shipping_method_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7757, + "name": "shipping_method", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7855, + "name": "ShippingMethod", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7758, + "name": "created_at", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" + "name": "Date", + "package": "typescript" } }, { - "id": 7796, - "name": "is_tax_inclusive", + "id": 7759, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7760, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7761, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7762, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7763, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7764, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7744 + ] + }, + { + "title": "Properties", + "children": [ + 7765, + 7746, + 7747, + 7748, + 7749, + 7750, + 7751, + 7752, + 7753, + 7754, + 7755, + 7756, + 7757, + 7758, + 7759, + 7760 + ] + }, + { + "title": "Methods", + "children": [ + 7761, + 7763 + ] + } + ] + }, + { + "id": 7766, + "name": "OrderSummary", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7767, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7768, + "name": "new OrderSummary", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7766, + "name": "OrderSummary", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 7769, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7770, + "name": "order_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7771, + "name": "order", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7610, + "name": "Order", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7772, + "name": "version", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + }, + "defaultValue": "1" + }, + { + "id": 7773, + "name": "totals", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "OrderSummaryTotals" + }, + "name": "OrderSummaryTotals", + "package": "@medusajs/order" + } + ] + }, + "defaultValue": "..." + }, + { + "id": 7774, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7775, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7776, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7777, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7778, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7779, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7780, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7767 + ] + }, + { + "title": "Properties", + "children": [ + 7769, + 7770, + 7771, + 7772, + 7773, + 7774, + 7775, + 7776 + ] + }, + { + "title": "Methods", + "children": [ + 7777, + 7779 + ] + } + ] + }, + { + "id": 7610, + "name": "Order", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7611, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7612, + "name": "new Order", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7610, + "name": "Order", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 7641, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "OptionalOrderProps" + }, + "name": "OptionalOrderProps", + "package": "@medusajs/order" + } + }, + { + "id": 7613, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7614, + "name": "display_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 7615, + "name": "region_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7616, + "name": "customer_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7617, + "name": "version", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + }, + "defaultValue": "1" + }, + { + "id": 7618, + "name": "sales_channel_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7619, + "name": "status", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/order/status.ts", + "qualifiedName": "OrderStatus" + }, + "name": "OrderStatus", + "package": "@medusajs/utils" + } + }, + { + "id": 7620, + "name": "is_draft_order", "variant": "declaration", "kind": 1024, "flags": {}, @@ -9551,8 +6766,8 @@ "defaultValue": "false" }, { - "id": 7797, - "name": "shipping_option_id", + "id": 7621, + "name": "email", "variant": "declaration", "kind": 1024, "flags": {}, @@ -9572,8 +6787,113 @@ "defaultValue": "null" }, { - "id": 7798, - "name": "data", + "id": 7622, + "name": "currency_code", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7623, + "name": "shipping_address_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 7624, + "name": "shipping_address", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": 7397, + "name": "Address", + "package": "@medusajs/order", + "qualifiedName": "default" + } + ] + } + }, + { + "id": 7625, + "name": "billing_address_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 7626, + "name": "billing_address", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": 7397, + "name": "Address", + "package": "@medusajs/order", + "qualifiedName": "default" + } + ] + } + }, + { + "id": 7627, + "name": "no_notification", "variant": "declaration", "kind": 1024, "flags": {}, @@ -9585,30 +6905,45 @@ "value": null }, { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" + "type": "intrinsic", + "name": "boolean" } ] }, "defaultValue": "null" }, { - "id": 7799, + "id": 7628, + "name": "summary", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7766, + "name": "OrderSummary", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7629, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9644,8 +6979,8 @@ "defaultValue": "null" }, { - "id": 7800, - "name": "tax_lines", + "id": 7630, + "name": "items", "variant": "declaration", "kind": 1024, "flags": {}, @@ -9658,8 +6993,1350 @@ "typeArguments": [ { "type": "reference", - "target": 7829, - "name": "ShippingMethodTaxLine", + "target": 7711, + "name": "OrderItem", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7631, + "name": "shipping_methods", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7743, + "name": "OrderShippingMethod", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7632, + "name": "transactions", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7915, + "name": "Transaction", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7633, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7634, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7635, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7636, + "name": "canceled_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7637, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7638, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7639, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7640, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7611 + ] + }, + { + "title": "Properties", + "children": [ + 7641, + 7613, + 7614, + 7615, + 7616, + 7617, + 7618, + 7619, + 7620, + 7621, + 7622, + 7623, + 7624, + 7625, + 7626, + 7627, + 7628, + 7629, + 7630, + 7631, + 7632, + 7633, + 7634, + 7635, + 7636 + ] + }, + { + "title": "Methods", + "children": [ + 7637, + 7639 + ] + } + ] + }, + { + "id": 7812, + "name": "ReturnItem", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7813, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7814, + "name": "new ReturnItem", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7812, + "name": "ReturnItem", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 7835, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", + "qualifiedName": "ModelDateColumns" + }, + "name": "ModelDateColumns", + "package": "@medusajs/types" + } + }, + { + "id": 7815, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7816, + "name": "reason_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7817, + "name": "reason", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7836, + "name": "ReturnReason", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7818, + "name": "quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Number" + }, + "name": "Number", + "package": "typescript" + } + ] + } + }, + { + "id": 7819, + "name": "raw_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 7820, + "name": "received_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Number" + }, + "name": "Number", + "package": "typescript" + } + ] + }, + "defaultValue": "0" + }, + { + "id": 7821, + "name": "raw_received_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 7822, + "name": "return_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7823, + "name": "return", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7781, + "name": "Return", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7824, + "name": "item_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7825, + "name": "item", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7534, + "name": "LineItem", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7826, + "name": "note", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7827, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7828, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7829, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7830, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7831, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7832, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7833, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7834, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7813 + ] + }, + { + "title": "Properties", + "children": [ + 7835, + 7815, + 7816, + 7817, + 7818, + 7819, + 7820, + 7821, + 7822, + 7823, + 7824, + 7825, + 7826, + 7827, + 7828, + 7829, + 7830 + ] + }, + { + "title": "Methods", + "children": [ + 7831, + 7833 + ] + } + ] + }, + { + "id": 7836, + "name": "ReturnReason", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7837, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7838, + "name": "new ReturnReason", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7836, + "name": "ReturnReason", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 7854, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "OptionalOrderProps" + }, + "name": "OptionalOrderProps", + "package": "@medusajs/order" + } + }, + { + "id": 7839, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7840, + "name": "value", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7841, + "name": "label", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7842, + "name": "description", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7843, + "name": "parent_return_reason_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 7844, + "name": "parent_return_reason", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": 7836, + "name": "ReturnReason", + "package": "@medusajs/order", + "qualifiedName": "default" + } + ] + } + }, + { + "id": 7845, + "name": "return_reason_children", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 7836, + "name": "ReturnReason", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + }, + { + "id": 7846, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7847, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7848, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7849, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7850, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7851, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7852, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7853, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7837 + ] + }, + { + "title": "Properties", + "children": [ + 7854, + 7839, + 7840, + 7841, + 7842, + 7843, + 7844, + 7845, + 7846, + 7847, + 7848, + 7849 + ] + }, + { + "title": "Methods", + "children": [ + 7850, + 7852 + ] + } + ] + }, + { + "id": 7781, + "name": "Return", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7782, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7783, + "name": "new Return", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7781, + "name": "Return", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 7811, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", + "qualifiedName": "ModelDateColumns" + }, + "name": "ModelDateColumns", + "package": "@medusajs/types" + } + }, + { + "id": 7784, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7785, + "name": "order_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7786, + "name": "order", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7610, + "name": "Order", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7787, + "name": "exchange", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7487, + "name": "OrderExchange", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7788, + "name": "exchange_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7789, + "name": "claim", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7420, + "name": "OrderClaim", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7790, + "name": "claim_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7791, + "name": "order_version", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 7792, + "name": "display_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 7793, + "name": "status", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/order/status.ts", + "qualifiedName": "ReturnStatus" + }, + "name": "ReturnStatus", + "package": "@medusajs/utils" + }, + "defaultValue": "ReturnStatus.REQUESTED" + }, + { + "id": 7794, + "name": "location_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7795, + "name": "no_notification", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "boolean" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7796, + "name": "refund_amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + } + }, + { + "id": 7797, + "name": "raw_refund_amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 7798, + "name": "items", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7812, + "name": "ReturnItem", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7799, + "name": "shipping_methods", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7743, + "name": "OrderShippingMethod", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7800, + "name": "transactions", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7915, + "name": "Transaction", "package": "@medusajs/order", "qualifiedName": "default" }, @@ -9675,33 +8352,39 @@ }, { "id": 7801, - "name": "adjustments", + "name": "metadata", "variant": "declaration", "kind": 1024, "flags": {}, "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ + "type": "union", + "types": [ { - "type": "reference", - "target": 7809, - "name": "ShippingMethodAdjustment", - "package": "@medusajs/order", - "qualifiedName": "default" + "type": "literal", + "value": null }, { - "type": "intrinsic", - "name": "object" + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" } - ], - "name": "Collection", - "package": "@mikro-orm/core" + ] }, - "defaultValue": "..." + "defaultValue": "null" }, { "id": 7802, @@ -9763,13 +8446,65 @@ }, { "id": 7805, + "name": "received_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7806, + "name": "canceled_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7807, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7806, + "id": 7808, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -9782,14 +8517,14 @@ ] }, { - "id": 7807, + "id": 7809, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7808, + "id": 7810, "name": "onInit", "variant": "signature", "kind": 4096, @@ -9806,12 +8541,20 @@ { "title": "Constructors", "children": [ - 7789 + 7782 ] }, { "title": "Properties", "children": [ + 7811, + 7784, + 7785, + 7786, + 7787, + 7788, + 7789, + 7790, 7791, 7792, 7793, @@ -9825,55 +8568,67 @@ 7801, 7802, 7803, - 7804 + 7804, + 7805, + 7806 ] }, { "title": "Methods", "children": [ - 7805, - 7807 + 7807, + 7809 ] } ] }, { - "id": 7848, - "name": "Transaction", + "id": 7876, + "name": "ShippingMethodAdjustment", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 7849, + "id": 7877, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 7850, - "name": "new Transaction", + "id": 7878, + "name": "new ShippingMethodAdjustment", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 7848, - "name": "Transaction", + "target": 7876, + "name": "ShippingMethodAdjustment", "package": "@medusajs/order", "qualifiedName": "default" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.constructor" } } - ] + ], + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.constructor" + } }, { - "id": 7873, + "id": 7895, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, "flags": { - "isOptional": true + "isInherited": true }, "type": { "type": "reference", @@ -9883,10 +8638,824 @@ }, "name": "ModelDateColumns", "package": "@medusajs/types" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.[OptionalProps]" } }, { - "id": 7851, + "id": 7885, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.id" + } + }, + { + "id": 7886, + "name": "description", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null", + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.description" + } + }, + { + "id": 7887, + "name": "promotion_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null", + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.promotion_id" + } + }, + { + "id": 7888, + "name": "code", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null", + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.code" + } + }, + { + "id": 7889, + "name": "amount", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.amount" + } + }, + { + "id": 7890, + "name": "raw_amount", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.raw_amount" + } + }, + { + "id": 7891, + "name": "provider_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null", + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.provider_id" + } + }, + { + "id": 7892, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.created_at" + } + }, + { + "id": 7893, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.updated_at" + } + }, + { + "id": 7894, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null", + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "AdjustmentLine.deleted_at" + } + }, + { + "id": 7879, + "name": "shipping_method", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7855, + "name": "ShippingMethod", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7880, + "name": "shipping_method_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7881, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7882, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7883, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7884, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7877 + ] + }, + { + "title": "Properties", + "children": [ + 7895, + 7885, + 7886, + 7887, + 7888, + 7889, + 7890, + 7891, + 7892, + 7893, + 7894, + 7879, + 7880 + ] + }, + { + "title": "Methods", + "children": [ + 7881, + 7883 + ] + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default" + }, + "name": "default", + "package": "@medusajs/order" + } + ] + }, + { + "id": 7896, + "name": "ShippingMethodTaxLine", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7897, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7898, + "name": "new ShippingMethodTaxLine", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7896, + "name": "ShippingMethodTaxLine", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.constructor" + } + } + ], + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.constructor" + } + }, + { + "id": 7899, + "name": "shipping_method", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7855, + "name": "ShippingMethod", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7900, + "name": "shipping_method_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7901, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7902, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7903, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7904, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7905, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.id" + } + }, + { + "id": 7906, + "name": "description", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.description" + } + }, + { + "id": 7907, + "name": "tax_rate_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.tax_rate_id" + } + }, + { + "id": 7908, + "name": "code", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "intrinsic", + "name": "string" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.code" + } + }, + { + "id": 7909, + "name": "rate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.rate" + } + }, + { + "id": 7910, + "name": "raw_rate", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.raw_rate" + } + }, + { + "id": 7911, + "name": "provider_id", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true, + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.provider_id" + } + }, + { + "id": 7912, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.created_at" + } + }, + { + "id": 7913, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + }, + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.updated_at" + } + }, + { + "id": 7914, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isInherited": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null", + "inheritedFrom": { + "type": "reference", + "target": -1, + "name": "TaxLine.deleted_at" + } + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7897 + ] + }, + { + "title": "Properties", + "children": [ + 7899, + 7900, + 7905, + 7906, + 7907, + 7908, + 7909, + 7910, + 7911, + 7912, + 7913, + 7914 + ] + }, + { + "title": "Methods", + "children": [ + 7901, + 7903 + ] + } + ], + "extendedTypes": [ + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", + "qualifiedName": "default" + }, + "name": "default", + "package": "@medusajs/order" + } + ] + }, + { + "id": 7855, + "name": "ShippingMethod", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7856, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7857, + "name": "new ShippingMethod", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7855, + "name": "ShippingMethod", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 7858, "name": "id", "variant": "declaration", "kind": 1024, @@ -9897,8 +9466,8 @@ } }, { - "id": 7852, - "name": "order_id", + "id": 7859, + "name": "name", "variant": "declaration", "kind": 1024, "flags": {}, @@ -9908,22 +9477,8 @@ } }, { - "id": 7853, - "name": "order", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7543, - "name": "Order", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7854, - "name": "return_id", + "id": 7860, + "name": "description", "variant": "declaration", "kind": 1024, "flags": {}, @@ -9942,100 +9497,6 @@ }, "defaultValue": "null" }, - { - "id": 7855, - "name": "return", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7714, - "name": "Return", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7856, - "name": "exchange_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 7857, - "name": "exchange", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7420, - "name": "OrderExchange", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7858, - "name": "claim_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 7859, - "name": "claim", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 7353, - "name": "OrderClaim", - "package": "@medusajs/order", - "qualifiedName": "default" - } - }, - { - "id": 7860, - "name": "version", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - }, - "defaultValue": "1" - }, { "id": 7861, "name": "amount", @@ -10079,18 +9540,19 @@ }, { "id": 7863, - "name": "currency_code", + "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "intrinsic", - "name": "string" - } + "name": "boolean" + }, + "defaultValue": "false" }, { "id": 7864, - "name": "reference", + "name": "shipping_option_id", "variant": "declaration", "kind": 1024, "flags": {}, @@ -10111,7 +9573,7 @@ }, { "id": 7865, - "name": "reference_id", + "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, @@ -10123,8 +9585,23 @@ "value": null }, { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" } ] }, @@ -10132,6 +9609,102 @@ }, { "id": 7866, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7867, + "name": "tax_lines", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7896, + "name": "ShippingMethodTaxLine", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7868, + "name": "adjustments", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7876, + "name": "ShippingMethodAdjustment", + "package": "@medusajs/order", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 7869, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -10147,7 +9720,7 @@ } }, { - "id": 7867, + "id": 7870, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -10163,7 +9736,7 @@ } }, { - "id": 7868, + "id": 7871, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -10189,14 +9762,14 @@ "defaultValue": "null" }, { - "id": 7869, + "id": 7872, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7870, + "id": 7873, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -10209,14 +9782,14 @@ ] }, { - "id": 7871, + "id": 7874, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7872, + "id": 7875, "name": "onInit", "variant": "signature", "kind": 4096, @@ -10233,20 +9806,12 @@ { "title": "Constructors", "children": [ - 7849 + 7856 ] }, { "title": "Properties", "children": [ - 7873, - 7851, - 7852, - 7853, - 7854, - 7855, - 7856, - 7857, 7858, 7859, 7860, @@ -10257,14 +9822,449 @@ 7865, 7866, 7867, - 7868 + 7868, + 7869, + 7870, + 7871 ] }, { "title": "Methods", "children": [ - 7869, - 7871 + 7872, + 7874 + ] + } + ] + }, + { + "id": 7915, + "name": "Transaction", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 7916, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 7917, + "name": "new Transaction", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 7915, + "name": "Transaction", + "package": "@medusajs/order", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 7940, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", + "qualifiedName": "ModelDateColumns" + }, + "name": "ModelDateColumns", + "package": "@medusajs/types" + } + }, + { + "id": 7918, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7919, + "name": "order_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7920, + "name": "order", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7610, + "name": "Order", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7921, + "name": "return_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7922, + "name": "return", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7781, + "name": "Return", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7923, + "name": "exchange_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 7924, + "name": "exchange", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7487, + "name": "OrderExchange", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7925, + "name": "claim_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 7926, + "name": "claim", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7420, + "name": "OrderClaim", + "package": "@medusajs/order", + "qualifiedName": "default" + } + }, + { + "id": 7927, + "name": "version", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + }, + "defaultValue": "1" + }, + { + "id": 7928, + "name": "amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + } + }, + { + "id": 7929, + "name": "raw_amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 7930, + "name": "currency_code", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 7931, + "name": "reference", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7932, + "name": "reference_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7933, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7934, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 7935, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 7936, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7937, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 7938, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 7939, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 7916 + ] + }, + { + "title": "Properties", + "children": [ + 7940, + 7918, + 7919, + 7920, + 7921, + 7922, + 7923, + 7924, + 7925, + 7926, + 7927, + 7928, + 7929, + 7930, + 7931, + 7932, + 7933, + 7934, + 7935 + ] + }, + { + "title": "Methods", + "children": [ + 7936, + 7938 ] } ] @@ -10274,2034 +10274,2034 @@ { "title": "Classes", "children": [ - 7330, - 7404, - 7381, - 7353, - 7447, + 7397, + 7471, + 7448, 7420, - 7504, - 7524, - 7467, - 7612, - 7575, - 7644, - 7676, - 7699, - 7543, - 7745, - 7769, - 7714, - 7809, - 7829, - 7788, - 7848 + 7514, + 7487, + 7571, + 7591, + 7534, + 7679, + 7642, + 7711, + 7743, + 7766, + 7610, + 7812, + 7836, + 7781, + 7876, + 7896, + 7855, + 7915 ] } ], "packageName": "@medusajs/order", "symbolIdMap": { - "7329": { + "7396": { "sourceFileName": "../../../../packages/modules/order/src/models/index.ts", "qualifiedName": "" }, - "7330": { + "7397": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default" }, - "7333": { + "7400": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.id" }, - "7334": { + "7401": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.customer_id" }, - "7335": { + "7402": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.company" }, - "7336": { + "7403": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.first_name" }, - "7337": { + "7404": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.last_name" }, - "7338": { + "7405": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.address_1" }, - "7339": { + "7406": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.address_2" }, - "7340": { + "7407": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.city" }, - "7341": { + "7408": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.country_code" }, - "7342": { + "7409": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.province" }, - "7343": { + "7410": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.postal_code" }, - "7344": { + "7411": { "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.phone" }, - "7345": { - "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", - "qualifiedName": "default.metadata" - }, - "7346": { - "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", - "qualifiedName": "default.created_at" - }, - "7347": { - "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", - "qualifiedName": "default.updated_at" - }, - "7348": { - "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", - "qualifiedName": "default.onCreate" - }, - "7349": { - "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", - "qualifiedName": "default.onCreate" - }, - "7350": { - "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", - "qualifiedName": "default.onInit" - }, - "7351": { - "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", - "qualifiedName": "default.onInit" - }, - "7352": { - "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7353": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default" - }, - "7356": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.id" - }, - "7357": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.order_id" - }, - "7358": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.order" - }, - "7359": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.return" - }, - "7360": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.return_id" - }, - "7361": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.order_version" - }, - "7362": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.display_id" - }, - "7363": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.type" - }, - "7364": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.no_notification" - }, - "7365": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.refund_amount" - }, - "7366": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.raw_refund_amount" - }, - "7367": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.additional_items" - }, - "7368": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.claim_items" - }, - "7369": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.shipping_methods" - }, - "7370": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.transactions" - }, - "7371": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.metadata" - }, - "7372": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.created_at" - }, - "7373": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.updated_at" - }, - "7374": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.deleted_at" - }, - "7375": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.canceled_at" - }, - "7376": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.onCreate" - }, - "7377": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.onCreate" - }, - "7378": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.onInit" - }, - "7379": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.onInit" - }, - "7380": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7381": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default" - }, - "7384": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.id" - }, - "7385": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.images" - }, - "7386": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.reason" - }, - "7387": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.quantity" - }, - "7388": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.raw_quantity" - }, - "7389": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.claim_id" - }, - "7390": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.claim" - }, - "7391": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.item_id" - }, - "7392": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.item" - }, - "7393": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.is_additional_item" - }, - "7394": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.note" - }, - "7395": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.metadata" - }, - "7396": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.created_at" - }, - "7397": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.updated_at" - }, - "7398": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.deleted_at" - }, - "7399": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.onCreate" - }, - "7400": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.onCreate" - }, - "7401": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.onInit" - }, - "7402": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.onInit" - }, - "7403": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7404": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", - "qualifiedName": "default" - }, - "7407": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", - "qualifiedName": "default.id" - }, - "7408": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", - "qualifiedName": "default.claim_item_id" - }, - "7409": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", - "qualifiedName": "default.item" - }, - "7410": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", - "qualifiedName": "default.url" - }, - "7411": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", - "qualifiedName": "default.metadata" - }, "7412": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", - "qualifiedName": "default.created_at" + "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", + "qualifiedName": "default.metadata" }, "7413": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", - "qualifiedName": "default.updated_at" + "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", + "qualifiedName": "default.created_at" }, "7414": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", - "qualifiedName": "default.deleted_at" + "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", + "qualifiedName": "default.updated_at" }, "7415": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.onCreate" }, "7416": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.onCreate" }, "7417": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.onInit" }, "7418": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.onInit" }, "7419": { - "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/address.ts", "qualifiedName": "default.[OptionalProps]" }, "7420": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", "qualifiedName": "default" }, "7423": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", "qualifiedName": "default.id" }, "7424": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", "qualifiedName": "default.order_id" }, "7425": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", "qualifiedName": "default.order" }, "7426": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", "qualifiedName": "default.return" }, "7427": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", "qualifiedName": "default.return_id" }, "7428": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", "qualifiedName": "default.order_version" }, "7429": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", "qualifiedName": "default.display_id" }, "7430": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.no_notification" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.type" }, "7431": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.difference_due" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.no_notification" }, "7432": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.raw_difference_due" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.refund_amount" }, "7433": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.allow_backorder" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.raw_refund_amount" }, "7434": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", "qualifiedName": "default.additional_items" }, "7435": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.shipping_methods" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.claim_items" }, "7436": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.transactions" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.shipping_methods" }, "7437": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.metadata" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.transactions" }, "7438": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.created_at" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.metadata" }, "7439": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.updated_at" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.created_at" }, "7440": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.deleted_at" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.updated_at" }, "7441": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.canceled_at" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.deleted_at" }, "7442": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.onCreate" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.canceled_at" }, "7443": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", "qualifiedName": "default.onCreate" }, "7444": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.onInit" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.onCreate" }, "7445": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", "qualifiedName": "default.onInit" }, "7446": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", - "qualifiedName": "default.[OptionalProps]" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.onInit" }, "7447": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/order/src/models/claim.ts", + "qualifiedName": "default.[OptionalProps]" }, - "7450": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.id" + "7448": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default" }, "7451": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.quantity" - }, - "7452": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.raw_quantity" - }, - "7453": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.exchange_id" - }, - "7454": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.exchange" - }, - "7455": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.item_id" - }, - "7456": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.item" - }, - "7457": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.note" - }, - "7458": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.metadata" - }, - "7459": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.created_at" - }, - "7460": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.updated_at" - }, - "7461": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.deleted_at" - }, - "7462": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.onCreate" - }, - "7463": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.onCreate" - }, - "7464": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.onInit" - }, - "7465": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.onInit" - }, - "7466": { - "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7467": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default" - }, - "7470": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", "qualifiedName": "default.id" }, - "7471": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.title" + "7452": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.images" }, - "7472": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.subtitle" + "7453": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.reason" }, - "7473": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.thumbnail" + "7454": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.quantity" }, - "7474": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.variant_id" + "7455": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.raw_quantity" }, - "7475": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.product_id" + "7456": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.claim_id" }, - "7476": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.product_title" + "7457": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.claim" }, - "7477": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.product_description" - }, - "7478": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.product_subtitle" - }, - "7479": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.product_type" - }, - "7480": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.product_collection" - }, - "7481": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.product_handle" - }, - "7482": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.variant_sku" - }, - "7483": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.variant_barcode" - }, - "7484": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.variant_title" - }, - "7485": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.variant_option_values" - }, - "7486": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.requires_shipping" - }, - "7487": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.is_discountable" - }, - "7488": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.is_tax_inclusive" - }, - "7489": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.compare_at_unit_price" - }, - "7490": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.raw_compare_at_unit_price" - }, - "7491": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.unit_price" - }, - "7492": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.raw_unit_price" - }, - "7493": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.tax_lines" - }, - "7494": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.adjustments" - }, - "7495": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.metadata" - }, - "7496": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.created_at" - }, - "7497": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.updated_at" - }, - "7498": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.deleted_at" - }, - "7499": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.onCreate" - }, - "7500": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.onCreate" - }, - "7501": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.onInit" - }, - "7502": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.onInit" - }, - "7503": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7504": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", - "qualifiedName": "default" - }, - "7507": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", - "qualifiedName": "default.item" - }, - "7508": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "7458": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", "qualifiedName": "default.item_id" }, + "7459": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.item" + }, + "7460": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.is_additional_item" + }, + "7461": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.note" + }, + "7462": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.metadata" + }, + "7463": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.created_at" + }, + "7464": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.updated_at" + }, + "7465": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.deleted_at" + }, + "7466": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.onCreate" + }, + "7467": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.onCreate" + }, + "7468": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.onInit" + }, + "7469": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.onInit" + }, + "7470": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "7471": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default" + }, + "7474": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.id" + }, + "7475": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.claim_item_id" + }, + "7476": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.item" + }, + "7477": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.url" + }, + "7478": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.metadata" + }, + "7479": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.created_at" + }, + "7480": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.updated_at" + }, + "7481": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.deleted_at" + }, + "7482": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.onCreate" + }, + "7483": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.onCreate" + }, + "7484": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.onInit" + }, + "7485": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.onInit" + }, + "7486": { + "sourceFileName": "../../../../packages/modules/order/src/models/claim-item-image.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "7487": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default" + }, + "7490": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.id" + }, + "7491": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.order_id" + }, + "7492": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.order" + }, + "7493": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.return" + }, + "7494": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.return_id" + }, + "7495": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.order_version" + }, + "7496": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.display_id" + }, + "7497": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.no_notification" + }, + "7498": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.difference_due" + }, + "7499": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.raw_difference_due" + }, + "7500": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.allow_backorder" + }, + "7501": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.additional_items" + }, + "7502": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.shipping_methods" + }, + "7503": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.transactions" + }, + "7504": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.metadata" + }, + "7505": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.created_at" + }, + "7506": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.updated_at" + }, + "7507": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.deleted_at" + }, + "7508": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", + "qualifiedName": "default.canceled_at" + }, "7509": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", "qualifiedName": "default.onCreate" }, "7510": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", "qualifiedName": "default.onCreate" }, "7511": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", "qualifiedName": "default.onInit" }, "7512": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", "qualifiedName": "default.onInit" }, "7513": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.id" - }, - "7514": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.description" - }, - "7515": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.promotion_id" - }, - "7516": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.code" - }, - "7517": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.amount" - }, - "7518": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.raw_amount" - }, - "7519": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.provider_id" - }, - "7520": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.created_at" - }, - "7521": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.updated_at" - }, - "7522": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.deleted_at" - }, - "7523": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/exchange.ts", "qualifiedName": "default.[OptionalProps]" }, - "7524": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", + "7514": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", "qualifiedName": "default" }, - "7527": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", - "qualifiedName": "default.item" + "7517": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.id" }, - "7528": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", + "7518": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.quantity" + }, + "7519": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.raw_quantity" + }, + "7520": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.exchange_id" + }, + "7521": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.exchange" + }, + "7522": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", "qualifiedName": "default.item_id" }, + "7523": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.item" + }, + "7524": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.note" + }, + "7525": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.metadata" + }, + "7526": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.created_at" + }, + "7527": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.updated_at" + }, + "7528": { + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.deleted_at" + }, "7529": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", "qualifiedName": "default.onCreate" }, "7530": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", "qualifiedName": "default.onCreate" }, "7531": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", "qualifiedName": "default.onInit" }, "7532": { - "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", "qualifiedName": "default.onInit" }, "7533": { - "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", - "qualifiedName": "default.id" + "sourceFileName": "../../../../packages/modules/order/src/models/exchange-item.ts", + "qualifiedName": "default.[OptionalProps]" }, "7534": { - "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", - "qualifiedName": "default.description" - }, - "7535": { - "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", - "qualifiedName": "default.tax_rate_id" - }, - "7536": { - "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", - "qualifiedName": "default.code" - }, - "7537": { - "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", - "qualifiedName": "default.rate" - }, - "7538": { - "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", - "qualifiedName": "default.raw_rate" - }, - "7539": { - "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", - "qualifiedName": "default.provider_id" - }, - "7540": { - "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", - "qualifiedName": "default.created_at" - }, - "7541": { - "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", - "qualifiedName": "default.updated_at" - }, - "7542": { - "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", - "qualifiedName": "default.deleted_at" - }, - "7543": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", "qualifiedName": "default" }, - "7546": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "7537": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", "qualifiedName": "default.id" }, + "7538": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.title" + }, + "7539": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.subtitle" + }, + "7540": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.thumbnail" + }, + "7541": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.variant_id" + }, + "7542": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.product_id" + }, + "7543": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.product_title" + }, + "7544": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.product_description" + }, + "7545": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.product_subtitle" + }, + "7546": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.product_type" + }, "7547": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.display_id" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.product_collection" }, "7548": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.region_id" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.product_handle" }, "7549": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.customer_id" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.variant_sku" }, "7550": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.version" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.variant_barcode" }, "7551": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.sales_channel_id" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.variant_title" }, "7552": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.status" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.variant_option_values" }, "7553": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.is_draft_order" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.requires_shipping" }, "7554": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.email" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.is_discountable" }, "7555": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.currency_code" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.is_tax_inclusive" }, "7556": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.shipping_address_id" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.compare_at_unit_price" }, "7557": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.shipping_address" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.raw_compare_at_unit_price" }, "7558": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.billing_address_id" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.unit_price" }, "7559": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.billing_address" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.raw_unit_price" }, "7560": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.no_notification" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.tax_lines" }, "7561": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.summary" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.adjustments" }, "7562": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", "qualifiedName": "default.metadata" }, "7563": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.items" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.created_at" }, "7564": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.shipping_methods" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.updated_at" }, "7565": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.transactions" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.deleted_at" }, "7566": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.created_at" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.onCreate" }, "7567": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.updated_at" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.onCreate" }, "7568": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.deleted_at" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.onInit" }, "7569": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.canceled_at" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.onInit" }, "7570": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.onCreate" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item.ts", + "qualifiedName": "default.[OptionalProps]" }, "7571": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.onCreate" - }, - "7572": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.onInit" - }, - "7573": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.onInit" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "qualifiedName": "default" }, "7574": { - "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", - "qualifiedName": "default.[OptionalProps]" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "qualifiedName": "default.item" }, "7575": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "qualifiedName": "default.item_id" + }, + "7576": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "qualifiedName": "default.onCreate" + }, + "7577": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "qualifiedName": "default.onCreate" }, "7578": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.id" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "qualifiedName": "default.onInit" }, "7579": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.order_id" + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-adjustment.ts", + "qualifiedName": "default.onInit" }, "7580": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.order" + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.id" }, "7581": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.return_id" + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.description" }, "7582": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.return" - }, - "7583": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.claim_id" - }, - "7584": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.claim" - }, - "7585": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.exchange_id" - }, - "7586": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.exchange" - }, - "7587": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.version" - }, - "7588": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.change_type" - }, - "7589": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.actions" - }, - "7590": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.description" - }, - "7591": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.status" - }, - "7592": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.internal_note" - }, - "7593": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.created_by" - }, - "7594": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.requested_by" - }, - "7595": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.requested_at" - }, - "7596": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.confirmed_by" - }, - "7597": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.confirmed_at" - }, - "7598": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.declined_by" - }, - "7599": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.declined_reason" - }, - "7600": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.metadata" - }, - "7601": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.declined_at" - }, - "7602": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.canceled_by" - }, - "7603": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.canceled_at" - }, - "7604": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.created_at" - }, - "7605": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.updated_at" - }, - "7606": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.deleted_at" - }, - "7607": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.onCreate" - }, - "7608": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.onCreate" - }, - "7609": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.onInit" - }, - "7610": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.onInit" - }, - "7611": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7612": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default" - }, - "7615": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.id" - }, - "7616": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.ordering" - }, - "7617": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.order_id" - }, - "7618": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.order" - }, - "7619": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.return_id" - }, - "7620": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.return" - }, - "7621": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.claim_id" - }, - "7622": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.claim" - }, - "7623": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.exchange_id" - }, - "7624": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.exchange" - }, - "7625": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.version" - }, - "7626": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.order_change_id" - }, - "7627": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.order_change" - }, - "7628": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.reference" - }, - "7629": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.reference_id" - }, - "7630": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.action" - }, - "7631": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.details" - }, - "7632": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.amount" - }, - "7633": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.raw_amount" - }, - "7634": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.internal_note" - }, - "7635": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.applied" - }, - "7636": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.created_at" - }, - "7637": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.updated_at" - }, - "7638": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.deleted_at" - }, - "7639": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.onCreate" - }, - "7640": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.onCreate" - }, - "7641": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.onInit" - }, - "7642": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.onInit" - }, - "7643": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7644": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default" - }, - "7647": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.id" - }, - "7648": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.order_id" - }, - "7649": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.order" - }, - "7650": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.version" - }, - "7651": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.item_id" - }, - "7652": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.item" - }, - "7653": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.quantity" - }, - "7654": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.raw_quantity" - }, - "7655": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.fulfilled_quantity" - }, - "7656": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.raw_fulfilled_quantity" - }, - "7657": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.shipped_quantity" - }, - "7658": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.raw_shipped_quantity" - }, - "7659": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.return_requested_quantity" - }, - "7660": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.raw_return_requested_quantity" - }, - "7661": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.return_received_quantity" - }, - "7662": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.raw_return_received_quantity" - }, - "7663": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.return_dismissed_quantity" - }, - "7664": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.raw_return_dismissed_quantity" - }, - "7665": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.written_off_quantity" - }, - "7666": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.raw_written_off_quantity" - }, - "7667": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.metadata" - }, - "7668": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.created_at" - }, - "7669": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.updated_at" - }, - "7670": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.deleted_at" - }, - "7671": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.onCreate" - }, - "7672": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.onCreate" - }, - "7673": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.onInit" - }, - "7674": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.onInit" - }, - "7675": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7676": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default" - }, - "7679": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.id" - }, - "7680": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.order_id" - }, - "7681": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.order" - }, - "7682": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.return_id" - }, - "7683": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.return" - }, - "7684": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.exchange_id" - }, - "7685": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.exchange" - }, - "7686": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.claim_id" - }, - "7687": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.claim" - }, - "7688": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.version" - }, - "7689": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.shipping_method_id" - }, - "7690": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.shipping_method" - }, - "7691": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.created_at" - }, - "7692": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.updated_at" - }, - "7693": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.deleted_at" - }, - "7694": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.onCreate" - }, - "7695": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.onCreate" - }, - "7696": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.onInit" - }, - "7697": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.onInit" - }, - "7698": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7699": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default" - }, - "7702": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.id" - }, - "7703": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.order_id" - }, - "7704": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.order" - }, - "7705": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.version" - }, - "7706": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.totals" - }, - "7707": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.created_at" - }, - "7708": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.updated_at" - }, - "7709": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.deleted_at" - }, - "7710": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.onCreate" - }, - "7711": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.onCreate" - }, - "7712": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.onInit" - }, - "7713": { - "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", - "qualifiedName": "default.onInit" - }, - "7714": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default" - }, - "7717": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.id" - }, - "7718": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.order_id" - }, - "7719": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.order" - }, - "7720": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.exchange" - }, - "7721": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.exchange_id" - }, - "7722": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.claim" - }, - "7723": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.claim_id" - }, - "7724": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.order_version" - }, - "7725": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.display_id" - }, - "7726": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.status" - }, - "7727": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.location_id" - }, - "7728": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.no_notification" - }, - "7729": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.refund_amount" - }, - "7730": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.raw_refund_amount" - }, - "7731": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.items" - }, - "7732": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.shipping_methods" - }, - "7733": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.transactions" - }, - "7734": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.metadata" - }, - "7735": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.created_at" - }, - "7736": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.updated_at" - }, - "7737": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.deleted_at" - }, - "7738": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.received_at" - }, - "7739": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.canceled_at" - }, - "7740": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.onCreate" - }, - "7741": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.onCreate" - }, - "7742": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.onInit" - }, - "7743": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.onInit" - }, - "7744": { - "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7745": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default" - }, - "7748": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.id" - }, - "7749": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.reason_id" - }, - "7750": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.reason" - }, - "7751": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.quantity" - }, - "7752": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.raw_quantity" - }, - "7753": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.received_quantity" - }, - "7754": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.raw_received_quantity" - }, - "7755": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.return_id" - }, - "7756": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.return" - }, - "7757": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.item_id" - }, - "7758": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.item" - }, - "7759": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.note" - }, - "7760": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.metadata" - }, - "7761": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.created_at" - }, - "7762": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.updated_at" - }, - "7763": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.deleted_at" - }, - "7764": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.onCreate" - }, - "7765": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.onCreate" - }, - "7766": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.onInit" - }, - "7767": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.onInit" - }, - "7768": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7769": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default" - }, - "7772": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.id" - }, - "7773": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.value" - }, - "7774": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.label" - }, - "7775": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.description" - }, - "7776": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.parent_return_reason_id" - }, - "7777": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.parent_return_reason" - }, - "7778": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.return_reason_children" - }, - "7779": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.metadata" - }, - "7780": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.created_at" - }, - "7781": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.updated_at" - }, - "7782": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.deleted_at" - }, - "7783": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.onCreate" - }, - "7784": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.onCreate" - }, - "7785": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.onInit" - }, - "7786": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.onInit" - }, - "7787": { - "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "7788": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default" - }, - "7791": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.id" - }, - "7792": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.name" - }, - "7793": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.description" - }, - "7794": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.amount" - }, - "7795": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.raw_amount" - }, - "7796": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.is_tax_inclusive" - }, - "7797": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.shipping_option_id" - }, - "7798": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.data" - }, - "7799": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.metadata" - }, - "7800": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.tax_lines" - }, - "7801": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.adjustments" - }, - "7802": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.created_at" - }, - "7803": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.updated_at" - }, - "7804": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.deleted_at" - }, - "7805": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.onCreate" - }, - "7806": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.onCreate" - }, - "7807": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.onInit" - }, - "7808": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", - "qualifiedName": "default.onInit" - }, - "7809": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", - "qualifiedName": "default" - }, - "7812": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", - "qualifiedName": "default.shipping_method" - }, - "7813": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", - "qualifiedName": "default.shipping_method_id" - }, - "7814": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", - "qualifiedName": "default.onCreate" - }, - "7815": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", - "qualifiedName": "default.onCreate" - }, - "7816": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", - "qualifiedName": "default.onInit" - }, - "7817": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", - "qualifiedName": "default.onInit" - }, - "7818": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.id" - }, - "7819": { - "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", - "qualifiedName": "default.description" - }, - "7820": { "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", "qualifiedName": "default.promotion_id" }, - "7821": { + "7583": { "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", "qualifiedName": "default.code" }, - "7822": { + "7584": { "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", "qualifiedName": "default.amount" }, - "7823": { + "7585": { "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", "qualifiedName": "default.raw_amount" }, - "7824": { + "7586": { "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", "qualifiedName": "default.provider_id" }, - "7825": { + "7587": { "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", "qualifiedName": "default.created_at" }, - "7826": { + "7588": { "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", "qualifiedName": "default.updated_at" }, - "7827": { + "7589": { "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", "qualifiedName": "default.deleted_at" }, - "7828": { + "7590": { "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", "qualifiedName": "default.[OptionalProps]" }, - "7829": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "7591": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", "qualifiedName": "default" }, - "7832": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", - "qualifiedName": "default.shipping_method" + "7594": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", + "qualifiedName": "default.item" }, - "7833": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", - "qualifiedName": "default.shipping_method_id" + "7595": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", + "qualifiedName": "default.item_id" }, - "7834": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "7596": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", "qualifiedName": "default.onCreate" }, - "7835": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "7597": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", "qualifiedName": "default.onCreate" }, - "7836": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "7598": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", "qualifiedName": "default.onInit" }, - "7837": { - "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "7599": { + "sourceFileName": "../../../../packages/modules/order/src/models/line-item-tax-line.ts", "qualifiedName": "default.onInit" }, - "7838": { + "7600": { "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", "qualifiedName": "default.id" }, - "7839": { + "7601": { "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", "qualifiedName": "default.description" }, - "7840": { + "7602": { "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", "qualifiedName": "default.tax_rate_id" }, - "7841": { + "7603": { "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", "qualifiedName": "default.code" }, - "7842": { + "7604": { "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", "qualifiedName": "default.rate" }, - "7843": { + "7605": { "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", "qualifiedName": "default.raw_rate" }, - "7844": { + "7606": { "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", "qualifiedName": "default.provider_id" }, - "7845": { + "7607": { "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", "qualifiedName": "default.created_at" }, - "7846": { + "7608": { "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", "qualifiedName": "default.updated_at" }, - "7847": { + "7609": { "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", "qualifiedName": "default.deleted_at" }, - "7848": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "7610": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", "qualifiedName": "default" }, - "7851": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "7613": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", "qualifiedName": "default.id" }, - "7852": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", - "qualifiedName": "default.order_id" + "7614": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.display_id" }, - "7853": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", - "qualifiedName": "default.order" + "7615": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.region_id" }, - "7854": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", - "qualifiedName": "default.return_id" + "7616": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.customer_id" }, - "7855": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", - "qualifiedName": "default.return" - }, - "7856": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", - "qualifiedName": "default.exchange_id" - }, - "7857": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", - "qualifiedName": "default.exchange" - }, - "7858": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", - "qualifiedName": "default.claim_id" - }, - "7859": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", - "qualifiedName": "default.claim" - }, - "7860": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "7617": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", "qualifiedName": "default.version" }, + "7618": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.sales_channel_id" + }, + "7619": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.status" + }, + "7620": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.is_draft_order" + }, + "7621": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.email" + }, + "7622": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.currency_code" + }, + "7623": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.shipping_address_id" + }, + "7624": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.shipping_address" + }, + "7625": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.billing_address_id" + }, + "7626": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.billing_address" + }, + "7627": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.no_notification" + }, + "7628": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.summary" + }, + "7629": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.metadata" + }, + "7630": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.items" + }, + "7631": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.shipping_methods" + }, + "7632": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.transactions" + }, + "7633": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.created_at" + }, + "7634": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.updated_at" + }, + "7635": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.deleted_at" + }, + "7636": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.canceled_at" + }, + "7637": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.onCreate" + }, + "7638": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.onCreate" + }, + "7639": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.onInit" + }, + "7640": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.onInit" + }, + "7641": { + "sourceFileName": "../../../../packages/modules/order/src/models/order.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "7642": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default" + }, + "7645": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.id" + }, + "7646": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.order_id" + }, + "7647": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.order" + }, + "7648": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.return_id" + }, + "7649": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.return" + }, + "7650": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.claim_id" + }, + "7651": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.claim" + }, + "7652": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.exchange_id" + }, + "7653": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.exchange" + }, + "7654": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.version" + }, + "7655": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.change_type" + }, + "7656": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.actions" + }, + "7657": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.description" + }, + "7658": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.status" + }, + "7659": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.internal_note" + }, + "7660": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.created_by" + }, + "7661": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.requested_by" + }, + "7662": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.requested_at" + }, + "7663": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.confirmed_by" + }, + "7664": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.confirmed_at" + }, + "7665": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.declined_by" + }, + "7666": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.declined_reason" + }, + "7667": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.metadata" + }, + "7668": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.declined_at" + }, + "7669": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.canceled_by" + }, + "7670": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.canceled_at" + }, + "7671": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.created_at" + }, + "7672": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.updated_at" + }, + "7673": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.deleted_at" + }, + "7674": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.onCreate" + }, + "7675": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.onCreate" + }, + "7676": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.onInit" + }, + "7677": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.onInit" + }, + "7678": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "7679": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default" + }, + "7682": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.id" + }, + "7683": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.ordering" + }, + "7684": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.order_id" + }, + "7685": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.order" + }, + "7686": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.return_id" + }, + "7687": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.return" + }, + "7688": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.claim_id" + }, + "7689": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.claim" + }, + "7690": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.exchange_id" + }, + "7691": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.exchange" + }, + "7692": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.version" + }, + "7693": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.order_change_id" + }, + "7694": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.order_change" + }, + "7695": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.reference" + }, + "7696": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.reference_id" + }, + "7697": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.action" + }, + "7698": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.details" + }, + "7699": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.amount" + }, + "7700": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.raw_amount" + }, + "7701": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.internal_note" + }, + "7702": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.applied" + }, + "7703": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.created_at" + }, + "7704": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.updated_at" + }, + "7705": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.deleted_at" + }, + "7706": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.onCreate" + }, + "7707": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.onCreate" + }, + "7708": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.onInit" + }, + "7709": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.onInit" + }, + "7710": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-change-action.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "7711": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default" + }, + "7714": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.id" + }, + "7715": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.order_id" + }, + "7716": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.order" + }, + "7717": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.version" + }, + "7718": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.item_id" + }, + "7719": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.item" + }, + "7720": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.quantity" + }, + "7721": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.raw_quantity" + }, + "7722": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.fulfilled_quantity" + }, + "7723": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.raw_fulfilled_quantity" + }, + "7724": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.shipped_quantity" + }, + "7725": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.raw_shipped_quantity" + }, + "7726": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.return_requested_quantity" + }, + "7727": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.raw_return_requested_quantity" + }, + "7728": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.return_received_quantity" + }, + "7729": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.raw_return_received_quantity" + }, + "7730": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.return_dismissed_quantity" + }, + "7731": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.raw_return_dismissed_quantity" + }, + "7732": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.written_off_quantity" + }, + "7733": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.raw_written_off_quantity" + }, + "7734": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.metadata" + }, + "7735": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.created_at" + }, + "7736": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.updated_at" + }, + "7737": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.deleted_at" + }, + "7738": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.onCreate" + }, + "7739": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.onCreate" + }, + "7740": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.onInit" + }, + "7741": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.onInit" + }, + "7742": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-item.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "7743": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default" + }, + "7746": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.id" + }, + "7747": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.order_id" + }, + "7748": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.order" + }, + "7749": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.return_id" + }, + "7750": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.return" + }, + "7751": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.exchange_id" + }, + "7752": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.exchange" + }, + "7753": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.claim_id" + }, + "7754": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.claim" + }, + "7755": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.version" + }, + "7756": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.shipping_method_id" + }, + "7757": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.shipping_method" + }, + "7758": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.created_at" + }, + "7759": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.updated_at" + }, + "7760": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.deleted_at" + }, + "7761": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.onCreate" + }, + "7762": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.onCreate" + }, + "7763": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.onInit" + }, + "7764": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.onInit" + }, + "7765": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-shipping-method.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "7766": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default" + }, + "7769": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.id" + }, + "7770": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.order_id" + }, + "7771": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.order" + }, + "7772": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.version" + }, + "7773": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.totals" + }, + "7774": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.created_at" + }, + "7775": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.updated_at" + }, + "7776": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.deleted_at" + }, + "7777": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.onCreate" + }, + "7778": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.onCreate" + }, + "7779": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.onInit" + }, + "7780": { + "sourceFileName": "../../../../packages/modules/order/src/models/order-summary.ts", + "qualifiedName": "default.onInit" + }, + "7781": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default" + }, + "7784": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.id" + }, + "7785": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.order_id" + }, + "7786": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.order" + }, + "7787": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.exchange" + }, + "7788": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.exchange_id" + }, + "7789": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.claim" + }, + "7790": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.claim_id" + }, + "7791": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.order_version" + }, + "7792": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.display_id" + }, + "7793": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.status" + }, + "7794": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.location_id" + }, + "7795": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.no_notification" + }, + "7796": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.refund_amount" + }, + "7797": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.raw_refund_amount" + }, + "7798": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.items" + }, + "7799": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.shipping_methods" + }, + "7800": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.transactions" + }, + "7801": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.metadata" + }, + "7802": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.created_at" + }, + "7803": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.updated_at" + }, + "7804": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.deleted_at" + }, + "7805": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.received_at" + }, + "7806": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.canceled_at" + }, + "7807": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.onCreate" + }, + "7808": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.onCreate" + }, + "7809": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.onInit" + }, + "7810": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.onInit" + }, + "7811": { + "sourceFileName": "../../../../packages/modules/order/src/models/return.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "7812": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default" + }, + "7815": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.id" + }, + "7816": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.reason_id" + }, + "7817": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.reason" + }, + "7818": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.quantity" + }, + "7819": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.raw_quantity" + }, + "7820": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.received_quantity" + }, + "7821": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.raw_received_quantity" + }, + "7822": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.return_id" + }, + "7823": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.return" + }, + "7824": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.item_id" + }, + "7825": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.item" + }, + "7826": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.note" + }, + "7827": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.metadata" + }, + "7828": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.created_at" + }, + "7829": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.updated_at" + }, + "7830": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.deleted_at" + }, + "7831": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.onCreate" + }, + "7832": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.onCreate" + }, + "7833": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.onInit" + }, + "7834": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.onInit" + }, + "7835": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-item.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "7836": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default" + }, + "7839": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.id" + }, + "7840": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.value" + }, + "7841": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.label" + }, + "7842": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.description" + }, + "7843": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.parent_return_reason_id" + }, + "7844": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.parent_return_reason" + }, + "7845": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.return_reason_children" + }, + "7846": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.metadata" + }, + "7847": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.created_at" + }, + "7848": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.updated_at" + }, + "7849": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.deleted_at" + }, + "7850": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.onCreate" + }, + "7851": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.onCreate" + }, + "7852": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.onInit" + }, + "7853": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.onInit" + }, + "7854": { + "sourceFileName": "../../../../packages/modules/order/src/models/return-reason.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "7855": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default" + }, + "7858": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.id" + }, + "7859": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.name" + }, + "7860": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.description" + }, "7861": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", "qualifiedName": "default.amount" }, "7862": { - "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", "qualifiedName": "default.raw_amount" }, "7863": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.is_tax_inclusive" + }, + "7864": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.shipping_option_id" + }, + "7865": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.data" + }, + "7866": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.metadata" + }, + "7867": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.tax_lines" + }, + "7868": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.adjustments" + }, + "7869": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.created_at" + }, + "7870": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.updated_at" + }, + "7871": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.deleted_at" + }, + "7872": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.onCreate" + }, + "7873": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.onCreate" + }, + "7874": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.onInit" + }, + "7875": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method.ts", + "qualifiedName": "default.onInit" + }, + "7876": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", + "qualifiedName": "default" + }, + "7879": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", + "qualifiedName": "default.shipping_method" + }, + "7880": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", + "qualifiedName": "default.shipping_method_id" + }, + "7881": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", + "qualifiedName": "default.onCreate" + }, + "7882": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", + "qualifiedName": "default.onCreate" + }, + "7883": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", + "qualifiedName": "default.onInit" + }, + "7884": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-adjustment.ts", + "qualifiedName": "default.onInit" + }, + "7885": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.id" + }, + "7886": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.description" + }, + "7887": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.promotion_id" + }, + "7888": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.code" + }, + "7889": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.amount" + }, + "7890": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.raw_amount" + }, + "7891": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.provider_id" + }, + "7892": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.created_at" + }, + "7893": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.updated_at" + }, + "7894": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.deleted_at" + }, + "7895": { + "sourceFileName": "../../../../packages/modules/order/src/models/adjustment-line.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "7896": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "qualifiedName": "default" + }, + "7899": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "qualifiedName": "default.shipping_method" + }, + "7900": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "qualifiedName": "default.shipping_method_id" + }, + "7901": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "qualifiedName": "default.onCreate" + }, + "7902": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "qualifiedName": "default.onCreate" + }, + "7903": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "qualifiedName": "default.onInit" + }, + "7904": { + "sourceFileName": "../../../../packages/modules/order/src/models/shipping-method-tax-line.ts", + "qualifiedName": "default.onInit" + }, + "7905": { + "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", + "qualifiedName": "default.id" + }, + "7906": { + "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", + "qualifiedName": "default.description" + }, + "7907": { + "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", + "qualifiedName": "default.tax_rate_id" + }, + "7908": { + "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", + "qualifiedName": "default.code" + }, + "7909": { + "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", + "qualifiedName": "default.rate" + }, + "7910": { + "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", + "qualifiedName": "default.raw_rate" + }, + "7911": { + "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", + "qualifiedName": "default.provider_id" + }, + "7912": { + "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", + "qualifiedName": "default.created_at" + }, + "7913": { + "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", + "qualifiedName": "default.updated_at" + }, + "7914": { + "sourceFileName": "../../../../packages/modules/order/src/models/tax-line.ts", + "qualifiedName": "default.deleted_at" + }, + "7915": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default" + }, + "7918": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.id" + }, + "7919": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.order_id" + }, + "7920": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.order" + }, + "7921": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.return_id" + }, + "7922": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.return" + }, + "7923": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.exchange_id" + }, + "7924": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.exchange" + }, + "7925": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.claim_id" + }, + "7926": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.claim" + }, + "7927": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.version" + }, + "7928": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.amount" + }, + "7929": { + "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", + "qualifiedName": "default.raw_amount" + }, + "7930": { "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", "qualifiedName": "default.currency_code" }, - "7864": { + "7931": { "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", "qualifiedName": "default.reference" }, - "7865": { + "7932": { "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", "qualifiedName": "default.reference_id" }, - "7866": { + "7933": { "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", "qualifiedName": "default.created_at" }, - "7867": { + "7934": { "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", "qualifiedName": "default.updated_at" }, - "7868": { + "7935": { "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", "qualifiedName": "default.deleted_at" }, - "7869": { + "7936": { "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", "qualifiedName": "default.onCreate" }, - "7870": { + "7937": { "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", "qualifiedName": "default.onCreate" }, - "7871": { + "7938": { "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", "qualifiedName": "default.onInit" }, - "7872": { + "7939": { "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", "qualifiedName": "default.onInit" }, - "7873": { + "7940": { "sourceFileName": "../../../../packages/modules/order/src/models/transaction.ts", "qualifiedName": "default.[OptionalProps]" } @@ -12311,7 +12311,7 @@ "1": "../../../../packages/modules/order/src/models/index.ts" }, "reflections": { - "1": 7329 + "1": 7396 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/order.json b/www/utils/generated/typedoc-json-output/order.json index b8757a3975..1cf2cf2cf6 100644 --- a/www/utils/generated/typedoc-json-output/order.json +++ b/www/utils/generated/typedoc-json-output/order.json @@ -1,12 +1,12 @@ { - "id": 5049, + "id": 5052, "name": "order", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 5890, + "id": 5919, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -29,7 +29,7 @@ }, "children": [ { - "id": 5891, + "id": 5920, "name": "select", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 5902, + "target": 5931, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -70,7 +70,7 @@ } }, { - "id": 5892, + "id": 5921, "name": "skip", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 5893, + "id": 5922, "name": "take", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 5894, + "id": 5923, "name": "relations", "variant": "declaration", "kind": 1024, @@ -154,7 +154,7 @@ } }, { - "id": 5895, + "id": 5924, "name": "order", "variant": "declaration", "kind": 1024, @@ -188,21 +188,21 @@ "type": { "type": "reflection", "declaration": { - "id": 5896, + "id": 5925, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 5897, + "id": 5926, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 5898, + "id": 5927, "name": "K", "variant": "param", "kind": 32768, @@ -232,7 +232,7 @@ } }, { - "id": 5899, + "id": 5928, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -261,7 +261,7 @@ } }, { - "id": 5900, + "id": 5929, "name": "filters", "variant": "declaration", "kind": 1024, @@ -297,7 +297,7 @@ } }, { - "id": 5901, + "id": 5930, "name": "options", "variant": "declaration", "kind": 1024, @@ -337,20 +337,20 @@ { "title": "Properties", "children": [ - 5891, - 5892, - 5893, - 5894, - 5895, - 5899, - 5900, - 5901 + 5920, + 5921, + 5922, + 5923, + 5924, + 5928, + 5929, + 5930 ] } ], "typeParameters": [ { - "id": 5902, + "id": 5931, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -359,7 +359,7 @@ ] }, { - "id": 7097, + "id": 7164, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -374,7 +374,7 @@ }, "children": [ { - "id": 7098, + "id": 7165, "name": "$and", "variant": "declaration", "kind": 1024, @@ -396,11 +396,11 @@ "types": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 7100, + "target": 7167, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -412,7 +412,7 @@ }, { "type": "reference", - "target": 7100, + "target": 7167, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -423,7 +423,7 @@ } }, { - "id": 7099, + "id": 7166, "name": "$or", "variant": "declaration", "kind": 1024, @@ -445,11 +445,11 @@ "types": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 7100, + "target": 7167, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -461,7 +461,7 @@ }, { "type": "reference", - "target": 7100, + "target": 7167, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -476,14 +476,14 @@ { "title": "Properties", "children": [ - 7098, - 7099 + 7165, + 7166 ] } ], "typeParameters": [ { - "id": 7100, + "id": 7167, "name": "T", "variant": "typeParam", "kind": 131072, @@ -493,78 +493,78 @@ "extendedBy": [ { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps" }, { "type": "reference", - "target": 6224, + "target": 6253, "name": "FilterableOrderAddressProps" }, { "type": "reference", - "target": 6329, + "target": 6358, "name": "FilterableOrderLineItemProps" }, { "type": "reference", - "target": 6393, + "target": 6422, "name": "FilterableOrderShippingMethodProps" }, { "type": "reference", - "target": 6488, + "target": 6517, "name": "FilterableOrderLineItemAdjustmentProps" }, { "type": "reference", - "target": 6522, + "target": 6551, "name": "FilterableOrderShippingMethodAdjustmentProps" }, { "type": "reference", - "target": 6556, + "target": 6585, "name": "FilterableOrderLineItemTaxLineProps" }, { "type": "reference", - "target": 6594, + "target": 6623, "name": "FilterableOrderShippingMethodTaxLineProps" }, { "type": "reference", - "target": 6712, + "target": 6741, "name": "FilterableOrderChangeActionProps" }, { "type": "reference", - "target": 6748, + "target": 6780, "name": "FilterableOrderTransactionProps" }, { "type": "reference", - "target": 6790, + "target": 6822, "name": "FilterableOrderReturnReasonProps" }, { "type": "reference", - "target": 6858, + "target": 6925, "name": "FilterableReturnProps" }, { "type": "reference", - "target": 6910, + "target": 6977, "name": "FilterableOrderClaimProps" }, { "type": "reference", - "target": 6943, + "target": 7010, "name": "FilterableOrderExchangeProps" } ] }, { - "id": 6218, + "id": 6247, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -579,7 +579,7 @@ }, "children": [ { - "id": 6219, + "id": 6248, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -598,7 +598,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6220, + "target": 6249, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -610,13 +610,13 @@ { "title": "Properties", "children": [ - 6219 + 6248 ] } ], "typeParameters": [ { - "id": 6220, + "id": 6249, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -629,7 +629,7 @@ ] }, { - "id": 6221, + "id": 6250, "name": "RestoreReturn", "variant": "declaration", "kind": 256, @@ -644,7 +644,7 @@ }, "children": [ { - "id": 6222, + "id": 6251, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -663,7 +663,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6223, + "target": 6252, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -675,13 +675,13 @@ { "title": "Properties", "children": [ - 6222 + 6251 ] } ], "typeParameters": [ { - "id": 6223, + "id": 6252, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -694,14 +694,14 @@ ] }, { - "id": 7277, + "id": 7344, "name": "Query", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 7278, + "id": 7345, "name": "T", "variant": "typeParam", "kind": 131072, @@ -712,7 +712,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 7278, + "target": 7345, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -725,14 +725,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 7278, + "target": 7345, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 7299, + "target": 7366, "name": "Scalar", "package": "@medusajs/types" }, @@ -742,11 +742,11 @@ }, "falseType": { "type": "reference", - "target": 7303, + "target": 7370, "typeArguments": [ { "type": "reference", - "target": 7278, + "target": 7345, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -758,11 +758,11 @@ }, "falseType": { "type": "reference", - "target": 7309, + "target": 7376, "typeArguments": [ { "type": "reference", - "target": 7278, + "target": 7345, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -774,14 +774,14 @@ } }, { - "id": 7279, + "id": 7346, "name": "ExpandScalar", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 7280, + "id": 7347, "name": "T", "variant": "typeParam", "kind": 131072, @@ -799,7 +799,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 7280, + "target": 7347, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -830,7 +830,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 7280, + "target": 7347, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -864,7 +864,7 @@ }, "falseType": { "type": "reference", - "target": 7280, + "target": 7347, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -875,7 +875,7 @@ } }, { - "id": 7299, + "id": 7366, "name": "Scalar", "variant": "declaration", "kind": 2097152, @@ -934,21 +934,21 @@ { "type": "reflection", "declaration": { - "id": 7300, + "id": 7367, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7301, + "id": 7368, "name": "toHexString", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7302, + "id": 7369, "name": "toHexString", "variant": "signature", "kind": 4096, @@ -965,7 +965,7 @@ { "title": "Methods", "children": [ - 7301 + 7368 ] } ] @@ -975,14 +975,14 @@ } }, { - "id": 7327, + "id": 7394, "name": "ReadonlyPrimary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 7328, + "id": 7395, "name": "T", "variant": "typeParam", "kind": 131072, @@ -993,7 +993,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 7328, + "target": 7395, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1014,7 +1014,7 @@ "typeArguments": [ { "type": "reference", - "target": 7328, + "target": 7395, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1025,7 +1025,7 @@ }, "falseType": { "type": "reference", - "target": 7328, + "target": 7395, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1033,14 +1033,14 @@ } }, { - "id": 7317, + "id": 7384, "name": "Primary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 7326, + "id": 7393, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1051,7 +1051,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 7326, + "target": 7393, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1059,14 +1059,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 7318, + "id": 7385, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7319, + "id": 7386, "name": "[PrimaryKeyType]", "variant": "declaration", "kind": 1024, @@ -1083,7 +1083,7 @@ { "title": "Properties", "children": [ - 7319 + 7386 ] } ] @@ -1091,7 +1091,7 @@ }, "trueType": { "type": "reference", - "target": 7327, + "target": 7394, "typeArguments": [ { "type": "reference", @@ -1111,7 +1111,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 7326, + "target": 7393, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1119,14 +1119,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 7320, + "id": 7387, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7321, + "id": 7388, "name": "_id", "variant": "declaration", "kind": 1024, @@ -1143,7 +1143,7 @@ { "title": "Properties", "children": [ - 7321 + 7388 ] } ] @@ -1154,7 +1154,7 @@ "types": [ { "type": "reference", - "target": 7327, + "target": 7394, "typeArguments": [ { "type": "reference", @@ -1180,7 +1180,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 7326, + "target": 7393, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1188,14 +1188,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 7322, + "id": 7389, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7323, + "id": 7390, "name": "uuid", "variant": "declaration", "kind": 1024, @@ -1212,7 +1212,7 @@ { "title": "Properties", "children": [ - 7323 + 7390 ] } ] @@ -1220,7 +1220,7 @@ }, "trueType": { "type": "reference", - "target": 7327, + "target": 7394, "typeArguments": [ { "type": "reference", @@ -1240,7 +1240,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 7326, + "target": 7393, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1248,14 +1248,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 7324, + "id": 7391, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7325, + "id": 7392, "name": "id", "variant": "declaration", "kind": 1024, @@ -1272,7 +1272,7 @@ { "title": "Properties", "children": [ - 7325 + 7392 ] } ] @@ -1280,7 +1280,7 @@ }, "trueType": { "type": "reference", - "target": 7327, + "target": 7394, "typeArguments": [ { "type": "reference", @@ -1306,14 +1306,14 @@ } }, { - "id": 7101, + "id": 7168, "name": "OperatorMap", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 7122, + "id": 7189, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1323,14 +1323,14 @@ "type": { "type": "reflection", "declaration": { - "id": 7102, + "id": 7169, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7103, + "id": 7170, "name": "$and", "variant": "declaration", "kind": 1024, @@ -1341,11 +1341,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 7277, + "target": 7344, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1357,7 +1357,7 @@ } }, { - "id": 7104, + "id": 7171, "name": "$or", "variant": "declaration", "kind": 1024, @@ -1368,11 +1368,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 7277, + "target": 7344, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1384,7 +1384,7 @@ } }, { - "id": 7105, + "id": 7172, "name": "$eq", "variant": "declaration", "kind": 1024, @@ -1396,11 +1396,11 @@ "types": [ { "type": "reference", - "target": 7279, + "target": 7346, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1413,11 +1413,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 7279, + "target": 7346, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1431,7 +1431,7 @@ } }, { - "id": 7106, + "id": 7173, "name": "$ne", "variant": "declaration", "kind": 1024, @@ -1440,11 +1440,11 @@ }, "type": { "type": "reference", - "target": 7279, + "target": 7346, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1455,7 +1455,7 @@ } }, { - "id": 7107, + "id": 7174, "name": "$in", "variant": "declaration", "kind": 1024, @@ -1466,11 +1466,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 7279, + "target": 7346, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1482,7 +1482,7 @@ } }, { - "id": 7108, + "id": 7175, "name": "$nin", "variant": "declaration", "kind": 1024, @@ -1493,11 +1493,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 7279, + "target": 7346, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1509,7 +1509,7 @@ } }, { - "id": 7109, + "id": 7176, "name": "$not", "variant": "declaration", "kind": 1024, @@ -1518,11 +1518,11 @@ }, "type": { "type": "reference", - "target": 7277, + "target": 7344, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1533,7 +1533,7 @@ } }, { - "id": 7110, + "id": 7177, "name": "$gt", "variant": "declaration", "kind": 1024, @@ -1542,11 +1542,11 @@ }, "type": { "type": "reference", - "target": 7279, + "target": 7346, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1557,7 +1557,7 @@ } }, { - "id": 7111, + "id": 7178, "name": "$gte", "variant": "declaration", "kind": 1024, @@ -1566,11 +1566,11 @@ }, "type": { "type": "reference", - "target": 7279, + "target": 7346, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1581,7 +1581,7 @@ } }, { - "id": 7112, + "id": 7179, "name": "$lt", "variant": "declaration", "kind": 1024, @@ -1590,11 +1590,11 @@ }, "type": { "type": "reference", - "target": 7279, + "target": 7346, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1605,7 +1605,7 @@ } }, { - "id": 7113, + "id": 7180, "name": "$lte", "variant": "declaration", "kind": 1024, @@ -1614,11 +1614,11 @@ }, "type": { "type": "reference", - "target": 7279, + "target": 7346, "typeArguments": [ { "type": "reference", - "target": 7122, + "target": 7189, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1629,7 +1629,7 @@ } }, { - "id": 7114, + "id": 7181, "name": "$like", "variant": "declaration", "kind": 1024, @@ -1642,7 +1642,7 @@ } }, { - "id": 7115, + "id": 7182, "name": "$re", "variant": "declaration", "kind": 1024, @@ -1655,7 +1655,7 @@ } }, { - "id": 7116, + "id": 7183, "name": "$ilike", "variant": "declaration", "kind": 1024, @@ -1668,7 +1668,7 @@ } }, { - "id": 7117, + "id": 7184, "name": "$fulltext", "variant": "declaration", "kind": 1024, @@ -1681,7 +1681,7 @@ } }, { - "id": 7118, + "id": 7185, "name": "$overlap", "variant": "declaration", "kind": 1024, @@ -1697,7 +1697,7 @@ } }, { - "id": 7119, + "id": 7186, "name": "$contains", "variant": "declaration", "kind": 1024, @@ -1713,7 +1713,7 @@ } }, { - "id": 7120, + "id": 7187, "name": "$contained", "variant": "declaration", "kind": 1024, @@ -1729,7 +1729,7 @@ } }, { - "id": 7121, + "id": 7188, "name": "$exists", "variant": "declaration", "kind": 1024, @@ -1746,25 +1746,25 @@ { "title": "Properties", "children": [ - 7103, - 7104, - 7105, - 7106, - 7107, - 7108, - 7109, - 7110, - 7111, - 7112, - 7113, - 7114, - 7115, - 7116, - 7117, - 7118, - 7119, - 7120, - 7121 + 7170, + 7171, + 7172, + 7173, + 7174, + 7175, + 7176, + 7177, + 7178, + 7179, + 7180, + 7181, + 7182, + 7183, + 7184, + 7185, + 7186, + 7187, + 7188 ] } ] @@ -1772,14 +1772,14 @@ } }, { - "id": 7315, + "id": 7382, "name": "FilterValue2", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 7316, + "id": 7383, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1791,18 +1791,18 @@ "types": [ { "type": "reference", - "target": 7316, + "target": 7383, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 7279, + "target": 7346, "typeArguments": [ { "type": "reference", - "target": 7316, + "target": 7383, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1813,11 +1813,11 @@ }, { "type": "reference", - "target": 7317, + "target": 7384, "typeArguments": [ { "type": "reference", - "target": 7316, + "target": 7383, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1830,14 +1830,14 @@ } }, { - "id": 7309, + "id": 7376, "name": "FilterValue", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 7310, + "id": 7377, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1849,15 +1849,15 @@ "types": [ { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "reference", - "target": 7315, + "target": 7382, "typeArguments": [ { "type": "reference", - "target": 7310, + "target": 7377, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1872,11 +1872,11 @@ }, { "type": "reference", - "target": 7315, + "target": 7382, "typeArguments": [ { "type": "reference", - "target": 7310, + "target": 7377, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1889,11 +1889,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 7315, + "target": 7382, "typeArguments": [ { "type": "reference", - "target": 7310, + "target": 7377, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1911,7 +1911,7 @@ } }, { - "id": 7314, + "id": 7381, "name": "PrevLimit", "variant": "declaration", "kind": 2097152, @@ -1939,14 +1939,14 @@ } }, { - "id": 7303, + "id": 7370, "name": "FilterQuery", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 7307, + "id": 7374, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1957,7 +1957,7 @@ } }, { - "id": 7308, + "id": 7375, "name": "Prev", "variant": "typeParam", "kind": 131072, @@ -1976,7 +1976,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 7308, + "target": 7375, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1997,7 +1997,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 7307, + "target": 7374, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2019,7 +2019,7 @@ }, "objectType": { "type": "reference", - "target": 7307, + "target": 7374, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2076,7 +2076,7 @@ }, "objectType": { "type": "reference", - "target": 7307, + "target": 7374, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2084,7 +2084,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "indexedAccess", @@ -2100,7 +2100,7 @@ }, "objectType": { "type": "reference", - "target": 7307, + "target": 7374, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2128,7 +2128,7 @@ }, "objectType": { "type": "reference", - "target": 7307, + "target": 7374, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2153,21 +2153,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 7304, + "id": 7371, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 7305, + "id": 7372, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 7306, + "id": 7373, "name": "x", "variant": "param", "kind": 32768, @@ -2204,7 +2204,7 @@ }, "trueType": { "type": "reference", - "target": 7303, + "target": 7370, "typeArguments": [ { "type": "reference", @@ -2231,14 +2231,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 7308, + "target": 7375, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 7314, + "target": 7381, "name": "PrevLimit", "package": "@medusajs/types" } @@ -2268,7 +2268,7 @@ } }, { - "id": 7311, + "id": 7378, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -2298,14 +2298,14 @@ { "type": "reflection", "declaration": { - "id": 7312, + "id": 7379, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7313, + "id": 7380, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -2322,7 +2322,7 @@ { "title": "Properties", "children": [ - 7313 + 7380 ] } ] @@ -2332,14 +2332,14 @@ } }, { - "id": 7293, + "id": 7360, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 7298, + "id": 7365, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2353,14 +2353,14 @@ "type": { "type": "reflection", "declaration": { - "id": 7294, + "id": 7361, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7295, + "id": 7362, "name": "name", "variant": "declaration", "kind": 1024, @@ -2371,7 +2371,7 @@ } }, { - "id": 7296, + "id": 7363, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2380,20 +2380,20 @@ }, "type": { "type": "reference", - "target": 7311, + "target": 7378, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 7297, + "id": 7364, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7298, + "target": 7365, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2404,9 +2404,9 @@ { "title": "Properties", "children": [ - 7295, - 7296, - 7297 + 7362, + 7363, + 7364 ] } ] @@ -2414,14 +2414,14 @@ } }, { - "id": 7257, + "id": 7324, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 7260, + "id": 7327, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2437,11 +2437,11 @@ "types": [ { "type": "reference", - "target": 7293, + "target": 7360, "typeArguments": [ { "type": "reference", - "target": 7260, + "target": 7327, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2453,14 +2453,14 @@ { "type": "reflection", "declaration": { - "id": 7258, + "id": 7325, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7259, + "id": 7326, "name": "options", "variant": "declaration", "kind": 1024, @@ -2492,7 +2492,7 @@ { "title": "Properties", "children": [ - 7259 + 7326 ] } ] @@ -2502,14 +2502,14 @@ } }, { - "id": 7267, + "id": 7334, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 7276, + "id": 7343, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2523,14 +2523,14 @@ "type": { "type": "reflection", "declaration": { - "id": 7268, + "id": 7335, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7269, + "id": 7336, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -2541,21 +2541,21 @@ } }, { - "id": 7270, + "id": 7337, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7276, + "target": 7343, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 7271, + "id": 7338, "name": "source", "variant": "declaration", "kind": 1024, @@ -2566,7 +2566,7 @@ } }, { - "id": 7272, + "id": 7339, "name": "object", "variant": "declaration", "kind": 1024, @@ -2577,7 +2577,7 @@ } }, { - "id": 7273, + "id": 7340, "name": "action", "variant": "declaration", "kind": 1024, @@ -2590,7 +2590,7 @@ } }, { - "id": 7274, + "id": 7341, "name": "context", "variant": "declaration", "kind": 1024, @@ -2606,7 +2606,7 @@ "typeArguments": [ { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" }, @@ -2620,7 +2620,7 @@ } }, { - "id": 7275, + "id": 7342, "name": "options", "variant": "declaration", "kind": 1024, @@ -2652,13 +2652,13 @@ { "title": "Properties", "children": [ - 7269, - 7270, - 7271, - 7272, - 7273, - 7274, - 7275 + 7336, + 7337, + 7338, + 7339, + 7340, + 7341, + 7342 ] } ] @@ -2666,7 +2666,7 @@ } }, { - "id": 7284, + "id": 7351, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -2674,14 +2674,14 @@ "type": { "type": "reflection", "declaration": { - "id": 7285, + "id": 7352, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7286, + "id": 7353, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2692,7 +2692,7 @@ } }, { - "id": 7287, + "id": 7354, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -2703,7 +2703,7 @@ } }, { - "id": 7288, + "id": 7355, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -2714,7 +2714,7 @@ } }, { - "id": 7289, + "id": 7356, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2725,7 +2725,7 @@ } }, { - "id": 7290, + "id": 7357, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -2746,7 +2746,7 @@ } }, { - "id": 7291, + "id": 7358, "name": "isList", "variant": "declaration", "kind": 1024, @@ -2767,7 +2767,7 @@ } }, { - "id": 7292, + "id": 7359, "name": "args", "variant": "declaration", "kind": 1024, @@ -2807,13 +2807,13 @@ { "title": "Properties", "children": [ - 7286, - 7287, - 7288, - 7289, - 7290, - 7291, - 7292 + 7353, + 7354, + 7355, + 7356, + 7357, + 7358, + 7359 ] } ] @@ -2821,14 +2821,14 @@ } }, { - "id": 7281, + "id": 7348, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7282, + "id": 7349, "name": "name", "variant": "declaration", "kind": 1024, @@ -2851,7 +2851,7 @@ } }, { - "id": 7283, + "id": 7350, "name": "args", "variant": "declaration", "kind": 1024, @@ -2891,21 +2891,21 @@ { "title": "Properties", "children": [ - 7282, - 7283 + 7349, + 7350 ] } ] }, { - "id": 7226, + "id": 7293, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7227, + "id": 7294, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2916,7 +2916,7 @@ } }, { - "id": 7228, + "id": 7295, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2936,7 +2936,7 @@ "types": [ { "type": "reference", - "target": 7281, + "target": 7348, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -2944,7 +2944,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 7281, + "target": 7348, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -2953,7 +2953,7 @@ } }, { - "id": 7229, + "id": 7296, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -2989,14 +2989,14 @@ { "type": "reflection", "declaration": { - "id": 7230, + "id": 7297, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7231, + "id": 7298, "name": "path", "variant": "declaration", "kind": 1024, @@ -3007,7 +3007,7 @@ } }, { - "id": 7232, + "id": 7299, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -3025,8 +3025,8 @@ { "title": "Properties", "children": [ - 7231, - 7232 + 7298, + 7299 ] } ] @@ -3040,7 +3040,7 @@ } }, { - "id": 7233, + "id": 7300, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -3054,7 +3054,7 @@ } }, { - "id": 7234, + "id": 7301, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3065,14 +3065,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 7284, + "target": 7351, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 7235, + "id": 7302, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3084,14 +3084,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 7236, + "id": 7303, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7237, + "id": 7304, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3102,14 +3102,14 @@ } }, { - "id": 7238, + "id": 7305, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7284, + "target": 7351, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -3119,8 +3119,8 @@ { "title": "Properties", "children": [ - 7237, - 7238 + 7304, + 7305 ] } ] @@ -3129,7 +3129,7 @@ } }, { - "id": 7239, + "id": 7306, "name": "args", "variant": "declaration", "kind": 1024, @@ -3169,19 +3169,19 @@ { "title": "Properties", "children": [ - 7227, - 7228, - 7229, - 7233, - 7234, - 7235, - 7239 + 7294, + 7295, + 7296, + 7300, + 7301, + 7302, + 7306 ] } ] }, { - "id": 7243, + "id": 7310, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -3200,14 +3200,14 @@ { "type": "reflection", "declaration": { - "id": 7244, + "id": 7311, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7245, + "id": 7312, "name": "type", "variant": "declaration", "kind": 1024, @@ -3303,7 +3303,7 @@ } }, { - "id": 7246, + "id": 7313, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -3316,7 +3316,7 @@ } }, { - "id": 7247, + "id": 7314, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -3329,7 +3329,7 @@ } }, { - "id": 7248, + "id": 7315, "name": "options", "variant": "declaration", "kind": 1024, @@ -3369,10 +3369,10 @@ { "title": "Properties", "children": [ - 7245, - 7246, - 7247, - 7248 + 7312, + 7313, + 7314, + 7315 ] } ] @@ -3384,7 +3384,7 @@ } }, { - "id": 7035, + "id": 7102, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -3401,7 +3401,7 @@ "typeArguments": [ { "type": "reference", - "target": 7226, + "target": 7293, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -3433,14 +3433,14 @@ { "type": "reflection", "declaration": { - "id": 7036, + "id": 7103, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7037, + "id": 7104, "name": "schema", "variant": "declaration", "kind": 1024, @@ -3461,7 +3461,7 @@ } }, { - "id": 7038, + "id": 7105, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3472,14 +3472,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 7240, + "target": 7307, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 7039, + "id": 7106, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3491,14 +3491,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 7040, + "id": 7107, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7041, + "id": 7108, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3509,7 +3509,7 @@ } }, { - "id": 7042, + "id": 7109, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -3537,14 +3537,14 @@ { "type": "reflection", "declaration": { - "id": 7043, + "id": 7110, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7044, + "id": 7111, "name": "path", "variant": "declaration", "kind": 1024, @@ -3555,7 +3555,7 @@ } }, { - "id": 7045, + "id": 7112, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -3571,7 +3571,7 @@ } }, { - "id": 7046, + "id": 7113, "name": "isList", "variant": "declaration", "kind": 1024, @@ -3588,9 +3588,9 @@ { "title": "Properties", "children": [ - 7044, - 7045, - 7046 + 7111, + 7112, + 7113 ] } ] @@ -3604,14 +3604,14 @@ } }, { - "id": 7047, + "id": 7114, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7240, + "target": 7307, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -3621,9 +3621,9 @@ { "title": "Properties", "children": [ - 7041, - 7042, - 7047 + 7108, + 7109, + 7114 ] } ] @@ -3632,7 +3632,7 @@ } }, { - "id": 7048, + "id": 7115, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3645,7 +3645,7 @@ } }, { - "id": 7049, + "id": 7116, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -3661,7 +3661,7 @@ } }, { - "id": 7050, + "id": 7117, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -3682,7 +3682,7 @@ } }, { - "id": 7051, + "id": 7118, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -3718,7 +3718,7 @@ } }, { - "id": 7052, + "id": 7119, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -3739,7 +3739,7 @@ } }, { - "id": 7053, + "id": 7120, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -3763,7 +3763,7 @@ } }, { - "id": 7054, + "id": 7121, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -3773,14 +3773,14 @@ "type": { "type": "reflection", "declaration": { - "id": 7055, + "id": 7122, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7056, + "id": 7123, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -3801,7 +3801,7 @@ } }, { - "id": 7057, + "id": 7124, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -3822,7 +3822,7 @@ } }, { - "id": 7058, + "id": 7125, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -3831,7 +3831,7 @@ }, "type": { "type": "reference", - "target": 7243, + "target": 7310, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -3841,9 +3841,9 @@ { "title": "Properties", "children": [ - 7056, - 7057, - 7058 + 7123, + 7124, + 7125 ] } ] @@ -3855,16 +3855,16 @@ { "title": "Properties", "children": [ - 7037, - 7038, - 7039, - 7048, - 7049, - 7050, - 7051, - 7052, - 7053, - 7054 + 7104, + 7105, + 7106, + 7115, + 7116, + 7117, + 7118, + 7119, + 7120, + 7121 ] } ] @@ -3874,7 +3874,7 @@ } }, { - "id": 7240, + "id": 7307, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -3884,21 +3884,21 @@ "types": [ { "type": "reference", - "target": 7284, + "target": 7351, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 7241, + "id": 7308, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7242, + "id": 7309, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -3923,7 +3923,7 @@ { "title": "Properties", "children": [ - 7242 + 7309 ] } ] @@ -3933,7 +3933,7 @@ } }, { - "id": 5876, + "id": 5905, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -3941,13 +3941,13 @@ "extendedBy": [ { "type": "reference", - "target": 5050, + "target": 5053, "name": "IOrderModuleService" } ] }, { - "id": 7204, + "id": 7271, "name": "ChangeActionType", "variant": "declaration", "kind": 2097152, @@ -4015,7 +4015,7 @@ } }, { - "id": 7060, + "id": 7127, "name": "OrderSummaryDTO", "variant": "declaration", "kind": 2097152, @@ -4023,203 +4023,203 @@ "type": { "type": "reflection", "declaration": { - "id": 7061, + "id": 7128, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7062, + "id": 7129, "name": "total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7063, + "id": 7130, "name": "subtotal", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7064, + "id": 7131, "name": "total_tax", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7065, + "id": 7132, "name": "ordered_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7066, + "id": 7133, "name": "fulfilled_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7067, + "id": 7134, "name": "returned_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7068, + "id": 7135, "name": "return_request_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7069, + "id": 7136, "name": "write_off_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7070, + "id": 7137, "name": "projected_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7071, + "id": 7138, "name": "net_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7072, + "id": 7139, "name": "net_subtotal", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7073, + "id": 7140, "name": "net_total_tax", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7074, + "id": 7141, "name": "balance", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7075, + "id": 7142, "name": "paid_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7076, + "id": 7143, "name": "refunded_total", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -4229,21 +4229,21 @@ { "title": "Properties", "children": [ - 7062, - 7063, - 7064, - 7065, - 7066, - 7067, - 7068, - 7069, - 7070, - 7071, - 7072, - 7073, - 7074, - 7075, - 7076 + 7129, + 7130, + 7131, + 7132, + 7133, + 7134, + 7135, + 7136, + 7137, + 7138, + 7139, + 7140, + 7141, + 7142, + 7143 ] } ] @@ -4251,14 +4251,14 @@ } }, { - "id": 7185, + "id": 7252, "name": "OrderAdjustmentLineDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7186, + "id": 7253, "name": "id", "variant": "declaration", "kind": 1024, @@ -4277,7 +4277,7 @@ } }, { - "id": 7187, + "id": 7254, "name": "code", "variant": "declaration", "kind": 1024, @@ -4298,7 +4298,7 @@ } }, { - "id": 7188, + "id": 7255, "name": "amount", "variant": "declaration", "kind": 1024, @@ -4313,13 +4313,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7189, + "id": 7256, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -4338,7 +4338,7 @@ } }, { - "id": 7190, + "id": 7257, "name": "description", "variant": "declaration", "kind": 1024, @@ -4359,7 +4359,7 @@ } }, { - "id": 7191, + "id": 7258, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -4380,7 +4380,7 @@ } }, { - "id": 7192, + "id": 7259, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -4401,7 +4401,7 @@ } }, { - "id": 7193, + "id": 7260, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -4434,7 +4434,7 @@ } }, { - "id": 7194, + "id": 7261, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -4471,40 +4471,40 @@ { "title": "Properties", "children": [ - 7186, - 7187, - 7188, - 7189, - 7190, - 7191, - 7192, - 7193, - 7194 + 7253, + 7254, + 7255, + 7256, + 7257, + 7258, + 7259, + 7260, + 7261 ] } ], "extendedBy": [ { "type": "reference", - "target": 6496, + "target": 6525, "name": "OrderLineItemAdjustmentDTO" }, { "type": "reference", - "target": 6530, + "target": 6559, "name": "OrderShippingMethodAdjustmentDTO" } ] }, { - "id": 6530, + "id": 6559, "name": "OrderShippingMethodAdjustmentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6533, + "id": 6562, "name": "id", "variant": "declaration", "kind": 1024, @@ -4525,12 +4525,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7186, + "target": 7253, "name": "OrderAdjustmentLineDTO.id" } }, { - "id": 6534, + "id": 6563, "name": "code", "variant": "declaration", "kind": 1024, @@ -4552,12 +4552,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7187, + "target": 7254, "name": "OrderAdjustmentLineDTO.code" } }, { - "id": 6535, + "id": 6564, "name": "amount", "variant": "declaration", "kind": 1024, @@ -4574,18 +4574,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7188, + "target": 7255, "name": "OrderAdjustmentLineDTO.amount" } }, { - "id": 6536, + "id": 6565, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -4606,12 +4606,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7189, + "target": 7256, "name": "OrderAdjustmentLineDTO.order_id" } }, { - "id": 6537, + "id": 6566, "name": "description", "variant": "declaration", "kind": 1024, @@ -4633,12 +4633,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7190, + "target": 7257, "name": "OrderAdjustmentLineDTO.description" } }, { - "id": 6538, + "id": 6567, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -4660,12 +4660,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7191, + "target": 7258, "name": "OrderAdjustmentLineDTO.promotion_id" } }, { - "id": 6539, + "id": 6568, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -4687,12 +4687,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7192, + "target": 7259, "name": "OrderAdjustmentLineDTO.provider_id" } }, { - "id": 6540, + "id": 6569, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -4727,12 +4727,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7193, + "target": 7260, "name": "OrderAdjustmentLineDTO.created_at" } }, { - "id": 6541, + "id": 6570, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -4767,12 +4767,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7194, + "target": 7261, "name": "OrderAdjustmentLineDTO.updated_at" } }, { - "id": 6531, + "id": 6560, "name": "shipping_method", "variant": "declaration", "kind": 1024, @@ -4787,13 +4787,13 @@ }, "type": { "type": "reference", - "target": 6436, + "target": 6465, "name": "OrderShippingMethodDTO", "package": "@medusajs/types" } }, { - "id": 6532, + "id": 6561, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -4816,38 +4816,38 @@ { "title": "Properties", "children": [ - 6533, - 6534, - 6535, - 6536, - 6537, - 6538, - 6539, - 6540, - 6541, - 6531, - 6532 + 6562, + 6563, + 6564, + 6565, + 6566, + 6567, + 6568, + 6569, + 6570, + 6560, + 6561 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7185, + "target": 7252, "name": "OrderAdjustmentLineDTO", "package": "@medusajs/types" } ] }, { - "id": 6496, + "id": 6525, "name": "OrderLineItemAdjustmentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6499, + "id": 6528, "name": "id", "variant": "declaration", "kind": 1024, @@ -4868,12 +4868,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7186, + "target": 7253, "name": "OrderAdjustmentLineDTO.id" } }, { - "id": 6500, + "id": 6529, "name": "code", "variant": "declaration", "kind": 1024, @@ -4895,12 +4895,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7187, + "target": 7254, "name": "OrderAdjustmentLineDTO.code" } }, { - "id": 6501, + "id": 6530, "name": "amount", "variant": "declaration", "kind": 1024, @@ -4917,18 +4917,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7188, + "target": 7255, "name": "OrderAdjustmentLineDTO.amount" } }, { - "id": 6502, + "id": 6531, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -4949,12 +4949,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7189, + "target": 7256, "name": "OrderAdjustmentLineDTO.order_id" } }, { - "id": 6503, + "id": 6532, "name": "description", "variant": "declaration", "kind": 1024, @@ -4976,12 +4976,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7190, + "target": 7257, "name": "OrderAdjustmentLineDTO.description" } }, { - "id": 6504, + "id": 6533, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -5003,12 +5003,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7191, + "target": 7258, "name": "OrderAdjustmentLineDTO.promotion_id" } }, { - "id": 6505, + "id": 6534, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -5030,12 +5030,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7192, + "target": 7259, "name": "OrderAdjustmentLineDTO.provider_id" } }, { - "id": 6506, + "id": 6535, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5070,12 +5070,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7193, + "target": 7260, "name": "OrderAdjustmentLineDTO.created_at" } }, { - "id": 6507, + "id": 6536, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5110,12 +5110,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7194, + "target": 7261, "name": "OrderAdjustmentLineDTO.updated_at" } }, { - "id": 6497, + "id": 6526, "name": "item", "variant": "declaration", "kind": 1024, @@ -5133,13 +5133,13 @@ }, "type": { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } }, { - "id": 6498, + "id": 6527, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -5162,38 +5162,38 @@ { "title": "Properties", "children": [ - 6499, - 6500, - 6501, - 6502, - 6503, - 6504, - 6505, - 6506, - 6507, - 6497, - 6498 + 6528, + 6529, + 6530, + 6531, + 6532, + 6533, + 6534, + 6535, + 6536, + 6526, + 6527 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7185, + "target": 7252, "name": "OrderAdjustmentLineDTO", "package": "@medusajs/types" } ] }, { - "id": 7195, + "id": 7262, "name": "OrderTaxLineDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7196, + "id": 7263, "name": "id", "variant": "declaration", "kind": 1024, @@ -5212,7 +5212,7 @@ } }, { - "id": 7197, + "id": 7264, "name": "description", "variant": "declaration", "kind": 1024, @@ -5233,7 +5233,7 @@ } }, { - "id": 7198, + "id": 7265, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -5254,7 +5254,7 @@ } }, { - "id": 7199, + "id": 7266, "name": "code", "variant": "declaration", "kind": 1024, @@ -5273,7 +5273,7 @@ } }, { - "id": 7200, + "id": 7267, "name": "rate", "variant": "declaration", "kind": 1024, @@ -5292,7 +5292,7 @@ } }, { - "id": 7201, + "id": 7268, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -5313,7 +5313,7 @@ } }, { - "id": 7202, + "id": 7269, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5346,7 +5346,7 @@ } }, { - "id": 7203, + "id": 7270, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5383,39 +5383,39 @@ { "title": "Properties", "children": [ - 7196, - 7197, - 7198, - 7199, - 7200, - 7201, - 7202, - 7203 + 7263, + 7264, + 7265, + 7266, + 7267, + 7268, + 7269, + 7270 ] } ], "extendedBy": [ { "type": "reference", - "target": 6566, + "target": 6595, "name": "OrderLineItemTaxLineDTO" }, { "type": "reference", - "target": 6604, + "target": 6633, "name": "OrderShippingMethodTaxLineDTO" } ] }, { - "id": 6604, + "id": 6633, "name": "OrderShippingMethodTaxLineDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6611, + "id": 6640, "name": "id", "variant": "declaration", "kind": 1024, @@ -5436,12 +5436,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7196, + "target": 7263, "name": "OrderTaxLineDTO.id" } }, { - "id": 6612, + "id": 6641, "name": "description", "variant": "declaration", "kind": 1024, @@ -5463,12 +5463,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7197, + "target": 7264, "name": "OrderTaxLineDTO.description" } }, { - "id": 6613, + "id": 6642, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -5490,12 +5490,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7198, + "target": 7265, "name": "OrderTaxLineDTO.tax_rate_id" } }, { - "id": 6614, + "id": 6643, "name": "code", "variant": "declaration", "kind": 1024, @@ -5516,12 +5516,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7199, + "target": 7266, "name": "OrderTaxLineDTO.code" } }, { - "id": 6615, + "id": 6644, "name": "rate", "variant": "declaration", "kind": 1024, @@ -5542,12 +5542,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7200, + "target": 7267, "name": "OrderTaxLineDTO.rate" } }, { - "id": 6616, + "id": 6645, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -5569,12 +5569,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7201, + "target": 7268, "name": "OrderTaxLineDTO.provider_id" } }, { - "id": 6617, + "id": 6646, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5609,12 +5609,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7202, + "target": 7269, "name": "OrderTaxLineDTO.created_at" } }, { - "id": 6618, + "id": 6647, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5649,12 +5649,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7203, + "target": 7270, "name": "OrderTaxLineDTO.updated_at" } }, { - "id": 6605, + "id": 6634, "name": "shipping_method", "variant": "declaration", "kind": 1024, @@ -5669,13 +5669,13 @@ }, "type": { "type": "reference", - "target": 6436, + "target": 6465, "name": "OrderShippingMethodDTO", "package": "@medusajs/types" } }, { - "id": 6606, + "id": 6635, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -5694,7 +5694,7 @@ } }, { - "id": 6607, + "id": 6636, "name": "total", "variant": "declaration", "kind": 1024, @@ -5709,13 +5709,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6608, + "id": 6637, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -5730,13 +5730,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6609, + "id": 6638, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -5751,13 +5751,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6610, + "id": 6639, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -5772,7 +5772,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } @@ -5782,41 +5782,41 @@ { "title": "Properties", "children": [ - 6611, - 6612, - 6613, - 6614, - 6615, - 6616, - 6617, - 6618, - 6605, - 6606, - 6607, - 6608, - 6609, - 6610 + 6640, + 6641, + 6642, + 6643, + 6644, + 6645, + 6646, + 6647, + 6634, + 6635, + 6636, + 6637, + 6638, + 6639 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7195, + "target": 7262, "name": "OrderTaxLineDTO", "package": "@medusajs/types" } ] }, { - "id": 6566, + "id": 6595, "name": "OrderLineItemTaxLineDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6573, + "id": 6602, "name": "id", "variant": "declaration", "kind": 1024, @@ -5837,12 +5837,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7196, + "target": 7263, "name": "OrderTaxLineDTO.id" } }, { - "id": 6574, + "id": 6603, "name": "description", "variant": "declaration", "kind": 1024, @@ -5864,12 +5864,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7197, + "target": 7264, "name": "OrderTaxLineDTO.description" } }, { - "id": 6575, + "id": 6604, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -5891,12 +5891,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7198, + "target": 7265, "name": "OrderTaxLineDTO.tax_rate_id" } }, { - "id": 6576, + "id": 6605, "name": "code", "variant": "declaration", "kind": 1024, @@ -5917,12 +5917,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7199, + "target": 7266, "name": "OrderTaxLineDTO.code" } }, { - "id": 6577, + "id": 6606, "name": "rate", "variant": "declaration", "kind": 1024, @@ -5943,12 +5943,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7200, + "target": 7267, "name": "OrderTaxLineDTO.rate" } }, { - "id": 6578, + "id": 6607, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -5970,12 +5970,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7201, + "target": 7268, "name": "OrderTaxLineDTO.provider_id" } }, { - "id": 6579, + "id": 6608, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6010,12 +6010,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7202, + "target": 7269, "name": "OrderTaxLineDTO.created_at" } }, { - "id": 6580, + "id": 6609, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -6050,12 +6050,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7203, + "target": 7270, "name": "OrderTaxLineDTO.updated_at" } }, { - "id": 6567, + "id": 6596, "name": "item", "variant": "declaration", "kind": 1024, @@ -6070,13 +6070,13 @@ }, "type": { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } }, { - "id": 6568, + "id": 6597, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -6095,7 +6095,7 @@ } }, { - "id": 6569, + "id": 6598, "name": "total", "variant": "declaration", "kind": 1024, @@ -6110,13 +6110,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6570, + "id": 6599, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -6131,13 +6131,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6571, + "id": 6600, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -6152,13 +6152,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6572, + "id": 6601, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -6173,7 +6173,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } @@ -6183,41 +6183,41 @@ { "title": "Properties", "children": [ - 6573, - 6574, - 6575, - 6576, - 6577, - 6578, - 6579, - 6580, - 6567, - 6568, - 6569, - 6570, - 6571, - 6572 + 6602, + 6603, + 6604, + 6605, + 6606, + 6607, + 6608, + 6609, + 6596, + 6597, + 6598, + 6599, + 6600, + 6601 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7195, + "target": 7262, "name": "OrderTaxLineDTO", "package": "@medusajs/types" } ] }, { - "id": 6228, + "id": 6257, "name": "OrderAddressDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6229, + "id": 6258, "name": "id", "variant": "declaration", "kind": 1024, @@ -6236,7 +6236,7 @@ } }, { - "id": 6230, + "id": 6259, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -6257,7 +6257,7 @@ } }, { - "id": 6231, + "id": 6260, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -6278,7 +6278,7 @@ } }, { - "id": 6232, + "id": 6261, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -6299,7 +6299,7 @@ } }, { - "id": 6233, + "id": 6262, "name": "phone", "variant": "declaration", "kind": 1024, @@ -6320,7 +6320,7 @@ } }, { - "id": 6234, + "id": 6263, "name": "company", "variant": "declaration", "kind": 1024, @@ -6341,7 +6341,7 @@ } }, { - "id": 6235, + "id": 6264, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -6362,7 +6362,7 @@ } }, { - "id": 6236, + "id": 6265, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -6383,7 +6383,7 @@ } }, { - "id": 6237, + "id": 6266, "name": "city", "variant": "declaration", "kind": 1024, @@ -6404,7 +6404,7 @@ } }, { - "id": 6238, + "id": 6267, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -6425,7 +6425,7 @@ } }, { - "id": 6239, + "id": 6268, "name": "province", "variant": "declaration", "kind": 1024, @@ -6446,7 +6446,7 @@ } }, { - "id": 6240, + "id": 6269, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -6467,7 +6467,7 @@ } }, { - "id": 6241, + "id": 6270, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6512,7 +6512,7 @@ } }, { - "id": 6242, + "id": 6271, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6545,7 +6545,7 @@ } }, { - "id": 6243, + "id": 6272, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -6582,34 +6582,34 @@ { "title": "Properties", "children": [ - 6229, - 6230, - 6231, - 6232, - 6233, - 6234, - 6235, - 6236, - 6237, - 6238, - 6239, - 6240, - 6241, - 6242, - 6243 + 6258, + 6259, + 6260, + 6261, + 6262, + 6263, + 6264, + 6265, + 6266, + 6267, + 6268, + 6269, + 6270, + 6271, + 6272 ] } ] }, { - "id": 6436, + "id": 6465, "name": "OrderShippingMethodDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6437, + "id": 6466, "name": "id", "variant": "declaration", "kind": 1024, @@ -6628,7 +6628,7 @@ } }, { - "id": 6438, + "id": 6467, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -6647,7 +6647,7 @@ } }, { - "id": 6439, + "id": 6468, "name": "name", "variant": "declaration", "kind": 1024, @@ -6666,7 +6666,7 @@ } }, { - "id": 6440, + "id": 6469, "name": "description", "variant": "declaration", "kind": 1024, @@ -6687,7 +6687,7 @@ } }, { - "id": 6441, + "id": 6470, "name": "amount", "variant": "declaration", "kind": 1024, @@ -6702,13 +6702,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6442, + "id": 6471, "name": "raw_amount", "variant": "declaration", "kind": 1024, @@ -6723,13 +6723,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6443, + "id": 6472, "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -6748,7 +6748,7 @@ } }, { - "id": 6444, + "id": 6473, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -6769,7 +6769,7 @@ } }, { - "id": 6445, + "id": 6474, "name": "data", "variant": "declaration", "kind": 1024, @@ -6805,7 +6805,7 @@ } }, { - "id": 6446, + "id": 6475, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6850,7 +6850,7 @@ } }, { - "id": 6447, + "id": 6476, "name": "tax_lines", "variant": "declaration", "kind": 1024, @@ -6872,14 +6872,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6604, + "target": 6633, "name": "OrderShippingMethodTaxLineDTO", "package": "@medusajs/types" } } }, { - "id": 6448, + "id": 6477, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -6901,14 +6901,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6530, + "target": 6559, "name": "OrderShippingMethodAdjustmentDTO", "package": "@medusajs/types" } } }, { - "id": 6449, + "id": 6478, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6941,7 +6941,7 @@ } }, { - "id": 6450, + "id": 6479, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -6974,7 +6974,7 @@ } }, { - "id": 6451, + "id": 6480, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -6989,13 +6989,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6452, + "id": 6481, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -7010,13 +7010,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6453, + "id": 6482, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -7031,13 +7031,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6454, + "id": 6483, "name": "total", "variant": "declaration", "kind": 1024, @@ -7052,13 +7052,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6455, + "id": 6484, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -7073,13 +7073,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6456, + "id": 6485, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -7094,13 +7094,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6457, + "id": 6486, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -7115,13 +7115,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6458, + "id": 6487, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -7136,13 +7136,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6459, + "id": 6488, "name": "raw_original_total", "variant": "declaration", "kind": 1024, @@ -7157,13 +7157,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6460, + "id": 6489, "name": "raw_original_subtotal", "variant": "declaration", "kind": 1024, @@ -7178,13 +7178,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6461, + "id": 6490, "name": "raw_original_tax_total", "variant": "declaration", "kind": 1024, @@ -7199,13 +7199,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6462, + "id": 6491, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -7220,13 +7220,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6463, + "id": 6492, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -7241,13 +7241,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6464, + "id": 6493, "name": "raw_tax_total", "variant": "declaration", "kind": 1024, @@ -7262,13 +7262,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6465, + "id": 6494, "name": "raw_discount_total", "variant": "declaration", "kind": 1024, @@ -7283,13 +7283,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6466, + "id": 6495, "name": "raw_discount_tax_total", "variant": "declaration", "kind": 1024, @@ -7304,7 +7304,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } @@ -7314,49 +7314,49 @@ { "title": "Properties", "children": [ - 6437, - 6438, - 6439, - 6440, - 6441, - 6442, - 6443, - 6444, - 6445, - 6446, - 6447, - 6448, - 6449, - 6450, - 6451, - 6452, - 6453, - 6454, - 6455, - 6456, - 6457, - 6458, - 6459, - 6460, - 6461, - 6462, - 6463, - 6464, - 6465, - 6466 + 6466, + 6467, + 6468, + 6469, + 6470, + 6471, + 6472, + 6473, + 6474, + 6475, + 6476, + 6477, + 6478, + 6479, + 6480, + 6481, + 6482, + 6483, + 6484, + 6485, + 6486, + 6487, + 6488, + 6489, + 6490, + 6491, + 6492, + 6493, + 6494, + 6495 ] } ] }, { - "id": 7137, + "id": 7204, "name": "OrderLineItemTotalsDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7138, + "id": 7205, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -7371,13 +7371,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7139, + "id": 7206, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -7392,13 +7392,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7140, + "id": 7207, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -7413,13 +7413,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7141, + "id": 7208, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -7434,13 +7434,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7142, + "id": 7209, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -7455,13 +7455,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7143, + "id": 7210, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -7476,13 +7476,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7144, + "id": 7211, "name": "total", "variant": "declaration", "kind": 1024, @@ -7497,13 +7497,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7145, + "id": 7212, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -7518,13 +7518,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7146, + "id": 7213, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -7539,13 +7539,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7147, + "id": 7214, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -7560,13 +7560,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7148, + "id": 7215, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -7581,13 +7581,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7149, + "id": 7216, "name": "refundable_total", "variant": "declaration", "kind": 1024, @@ -7602,13 +7602,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7150, + "id": 7217, "name": "refundable_total_per_unit", "variant": "declaration", "kind": 1024, @@ -7623,13 +7623,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 7151, + "id": 7218, "name": "raw_original_total", "variant": "declaration", "kind": 1024, @@ -7644,13 +7644,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7152, + "id": 7219, "name": "raw_original_subtotal", "variant": "declaration", "kind": 1024, @@ -7665,13 +7665,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7153, + "id": 7220, "name": "raw_original_tax_total", "variant": "declaration", "kind": 1024, @@ -7686,13 +7686,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7154, + "id": 7221, "name": "raw_item_total", "variant": "declaration", "kind": 1024, @@ -7707,13 +7707,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7155, + "id": 7222, "name": "raw_item_subtotal", "variant": "declaration", "kind": 1024, @@ -7728,13 +7728,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7156, + "id": 7223, "name": "raw_item_tax_total", "variant": "declaration", "kind": 1024, @@ -7749,13 +7749,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7157, + "id": 7224, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -7770,13 +7770,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7158, + "id": 7225, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -7791,13 +7791,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7159, + "id": 7226, "name": "raw_tax_total", "variant": "declaration", "kind": 1024, @@ -7812,13 +7812,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7160, + "id": 7227, "name": "raw_discount_total", "variant": "declaration", "kind": 1024, @@ -7833,13 +7833,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7161, + "id": 7228, "name": "raw_discount_tax_total", "variant": "declaration", "kind": 1024, @@ -7854,13 +7854,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7162, + "id": 7229, "name": "raw_refundable_total", "variant": "declaration", "kind": 1024, @@ -7875,13 +7875,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7163, + "id": 7230, "name": "raw_refundable_total_per_unit", "variant": "declaration", "kind": 1024, @@ -7896,7 +7896,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } @@ -7906,52 +7906,52 @@ { "title": "Properties", "children": [ - 7138, - 7139, - 7140, - 7141, - 7142, - 7143, - 7144, - 7145, - 7146, - 7147, - 7148, - 7149, - 7150, - 7151, - 7152, - 7153, - 7154, - 7155, - 7156, - 7157, - 7158, - 7159, - 7160, - 7161, - 7162, - 7163 + 7205, + 7206, + 7207, + 7208, + 7209, + 7210, + 7211, + 7212, + 7213, + 7214, + 7215, + 7216, + 7217, + 7218, + 7219, + 7220, + 7221, + 7222, + 7223, + 7224, + 7225, + 7226, + 7227, + 7228, + 7229, + 7230 ] } ], "extendedBy": [ { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO" } ] }, { - "id": 6271, + "id": 6300, "name": "OrderLineItemDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6303, + "id": 6332, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -7968,18 +7968,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7138, + "target": 7205, "name": "OrderLineItemTotalsDTO.original_total" } }, { - "id": 6304, + "id": 6333, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -7996,18 +7996,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7139, + "target": 7206, "name": "OrderLineItemTotalsDTO.original_subtotal" } }, { - "id": 6305, + "id": 6334, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -8024,18 +8024,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7140, + "target": 7207, "name": "OrderLineItemTotalsDTO.original_tax_total" } }, { - "id": 6306, + "id": 6335, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -8052,18 +8052,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7141, + "target": 7208, "name": "OrderLineItemTotalsDTO.item_total" } }, { - "id": 6307, + "id": 6336, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -8080,18 +8080,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7142, + "target": 7209, "name": "OrderLineItemTotalsDTO.item_subtotal" } }, { - "id": 6308, + "id": 6337, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -8108,18 +8108,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7143, + "target": 7210, "name": "OrderLineItemTotalsDTO.item_tax_total" } }, { - "id": 6309, + "id": 6338, "name": "total", "variant": "declaration", "kind": 1024, @@ -8136,18 +8136,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7144, + "target": 7211, "name": "OrderLineItemTotalsDTO.total" } }, { - "id": 6310, + "id": 6339, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -8164,18 +8164,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7145, + "target": 7212, "name": "OrderLineItemTotalsDTO.subtotal" } }, { - "id": 6311, + "id": 6340, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -8192,18 +8192,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7146, + "target": 7213, "name": "OrderLineItemTotalsDTO.tax_total" } }, { - "id": 6312, + "id": 6341, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -8220,18 +8220,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7147, + "target": 7214, "name": "OrderLineItemTotalsDTO.discount_total" } }, { - "id": 6313, + "id": 6342, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -8248,18 +8248,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7148, + "target": 7215, "name": "OrderLineItemTotalsDTO.discount_tax_total" } }, { - "id": 6314, + "id": 6343, "name": "refundable_total", "variant": "declaration", "kind": 1024, @@ -8276,18 +8276,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7149, + "target": 7216, "name": "OrderLineItemTotalsDTO.refundable_total" } }, { - "id": 6315, + "id": 6344, "name": "refundable_total_per_unit", "variant": "declaration", "kind": 1024, @@ -8304,18 +8304,18 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7150, + "target": 7217, "name": "OrderLineItemTotalsDTO.refundable_total_per_unit" } }, { - "id": 6316, + "id": 6345, "name": "raw_original_total", "variant": "declaration", "kind": 1024, @@ -8332,18 +8332,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7151, + "target": 7218, "name": "OrderLineItemTotalsDTO.raw_original_total" } }, { - "id": 6317, + "id": 6346, "name": "raw_original_subtotal", "variant": "declaration", "kind": 1024, @@ -8360,18 +8360,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7152, + "target": 7219, "name": "OrderLineItemTotalsDTO.raw_original_subtotal" } }, { - "id": 6318, + "id": 6347, "name": "raw_original_tax_total", "variant": "declaration", "kind": 1024, @@ -8388,18 +8388,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7153, + "target": 7220, "name": "OrderLineItemTotalsDTO.raw_original_tax_total" } }, { - "id": 6319, + "id": 6348, "name": "raw_item_total", "variant": "declaration", "kind": 1024, @@ -8416,18 +8416,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7154, + "target": 7221, "name": "OrderLineItemTotalsDTO.raw_item_total" } }, { - "id": 6320, + "id": 6349, "name": "raw_item_subtotal", "variant": "declaration", "kind": 1024, @@ -8444,18 +8444,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7155, + "target": 7222, "name": "OrderLineItemTotalsDTO.raw_item_subtotal" } }, { - "id": 6321, + "id": 6350, "name": "raw_item_tax_total", "variant": "declaration", "kind": 1024, @@ -8472,18 +8472,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7156, + "target": 7223, "name": "OrderLineItemTotalsDTO.raw_item_tax_total" } }, { - "id": 6322, + "id": 6351, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -8500,18 +8500,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7157, + "target": 7224, "name": "OrderLineItemTotalsDTO.raw_total" } }, { - "id": 6323, + "id": 6352, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -8528,18 +8528,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7158, + "target": 7225, "name": "OrderLineItemTotalsDTO.raw_subtotal" } }, { - "id": 6324, + "id": 6353, "name": "raw_tax_total", "variant": "declaration", "kind": 1024, @@ -8556,18 +8556,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7159, + "target": 7226, "name": "OrderLineItemTotalsDTO.raw_tax_total" } }, { - "id": 6325, + "id": 6354, "name": "raw_discount_total", "variant": "declaration", "kind": 1024, @@ -8584,18 +8584,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7160, + "target": 7227, "name": "OrderLineItemTotalsDTO.raw_discount_total" } }, { - "id": 6326, + "id": 6355, "name": "raw_discount_tax_total", "variant": "declaration", "kind": 1024, @@ -8612,18 +8612,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7161, + "target": 7228, "name": "OrderLineItemTotalsDTO.raw_discount_tax_total" } }, { - "id": 6327, + "id": 6356, "name": "raw_refundable_total", "variant": "declaration", "kind": 1024, @@ -8640,18 +8640,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7162, + "target": 7229, "name": "OrderLineItemTotalsDTO.raw_refundable_total" } }, { - "id": 6328, + "id": 6357, "name": "raw_refundable_total_per_unit", "variant": "declaration", "kind": 1024, @@ -8668,18 +8668,18 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7163, + "target": 7230, "name": "OrderLineItemTotalsDTO.raw_refundable_total_per_unit" } }, { - "id": 6272, + "id": 6301, "name": "id", "variant": "declaration", "kind": 1024, @@ -8698,7 +8698,7 @@ } }, { - "id": 6273, + "id": 6302, "name": "title", "variant": "declaration", "kind": 1024, @@ -8717,7 +8717,7 @@ } }, { - "id": 6274, + "id": 6303, "name": "subtitle", "variant": "declaration", "kind": 1024, @@ -8747,7 +8747,7 @@ } }, { - "id": 6275, + "id": 6304, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -8777,7 +8777,7 @@ } }, { - "id": 6276, + "id": 6305, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -8807,7 +8807,7 @@ } }, { - "id": 6277, + "id": 6306, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -8837,7 +8837,7 @@ } }, { - "id": 6278, + "id": 6307, "name": "product_title", "variant": "declaration", "kind": 1024, @@ -8867,7 +8867,7 @@ } }, { - "id": 6279, + "id": 6308, "name": "product_description", "variant": "declaration", "kind": 1024, @@ -8897,7 +8897,7 @@ } }, { - "id": 6280, + "id": 6309, "name": "product_subtitle", "variant": "declaration", "kind": 1024, @@ -8927,7 +8927,7 @@ } }, { - "id": 6281, + "id": 6310, "name": "product_type", "variant": "declaration", "kind": 1024, @@ -8957,7 +8957,7 @@ } }, { - "id": 6282, + "id": 6311, "name": "product_collection", "variant": "declaration", "kind": 1024, @@ -8987,7 +8987,7 @@ } }, { - "id": 6283, + "id": 6312, "name": "product_handle", "variant": "declaration", "kind": 1024, @@ -9017,7 +9017,7 @@ } }, { - "id": 6284, + "id": 6313, "name": "variant_sku", "variant": "declaration", "kind": 1024, @@ -9047,7 +9047,7 @@ } }, { - "id": 6285, + "id": 6314, "name": "variant_barcode", "variant": "declaration", "kind": 1024, @@ -9077,7 +9077,7 @@ } }, { - "id": 6286, + "id": 6315, "name": "variant_title", "variant": "declaration", "kind": 1024, @@ -9107,7 +9107,7 @@ } }, { - "id": 6287, + "id": 6316, "name": "variant_option_values", "variant": "declaration", "kind": 1024, @@ -9152,7 +9152,7 @@ } }, { - "id": 6288, + "id": 6317, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -9171,7 +9171,7 @@ } }, { - "id": 6289, + "id": 6318, "name": "is_discountable", "variant": "declaration", "kind": 1024, @@ -9190,7 +9190,7 @@ } }, { - "id": 6290, + "id": 6319, "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -9209,7 +9209,7 @@ } }, { - "id": 6291, + "id": 6320, "name": "compare_at_unit_price", "variant": "declaration", "kind": 1024, @@ -9230,7 +9230,7 @@ } }, { - "id": 6292, + "id": 6321, "name": "raw_compare_at_unit_price", "variant": "declaration", "kind": 1024, @@ -9247,13 +9247,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6293, + "id": 6322, "name": "unit_price", "variant": "declaration", "kind": 1024, @@ -9272,7 +9272,7 @@ } }, { - "id": 6294, + "id": 6323, "name": "raw_unit_price", "variant": "declaration", "kind": 1024, @@ -9287,13 +9287,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6295, + "id": 6324, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -9312,7 +9312,7 @@ } }, { - "id": 6296, + "id": 6325, "name": "raw_quantity", "variant": "declaration", "kind": 1024, @@ -9327,13 +9327,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6297, + "id": 6326, "name": "tax_lines", "variant": "declaration", "kind": 1024, @@ -9355,14 +9355,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6566, + "target": 6595, "name": "OrderLineItemTaxLineDTO", "package": "@medusajs/types" } } }, { - "id": 6298, + "id": 6327, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -9384,14 +9384,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6496, + "target": 6525, "name": "OrderLineItemAdjustmentDTO", "package": "@medusajs/types" } } }, { - "id": 6299, + "id": 6328, "name": "detail", "variant": "declaration", "kind": 1024, @@ -9406,13 +9406,13 @@ }, "type": { "type": "reference", - "target": 6412, + "target": 6441, "name": "OrderItemDTO", "package": "@medusajs/types" } }, { - "id": 6300, + "id": 6329, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -9436,7 +9436,7 @@ } }, { - "id": 6301, + "id": 6330, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -9460,7 +9460,7 @@ } }, { - "id": 6302, + "id": 6331, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9509,6 +9509,34 @@ { "title": "Properties", "children": [ + 6332, + 6333, + 6334, + 6335, + 6336, + 6337, + 6338, + 6339, + 6340, + 6341, + 6342, + 6343, + 6344, + 6345, + 6346, + 6347, + 6348, + 6349, + 6350, + 6351, + 6352, + 6353, + 6354, + 6355, + 6356, + 6357, + 6301, + 6302, 6303, 6304, 6305, @@ -9535,58 +9563,30 @@ 6326, 6327, 6328, - 6272, - 6273, - 6274, - 6275, - 6276, - 6277, - 6278, - 6279, - 6280, - 6281, - 6282, - 6283, - 6284, - 6285, - 6286, - 6287, - 6288, - 6289, - 6290, - 6291, - 6292, - 6293, - 6294, - 6295, - 6296, - 6297, - 6298, - 6299, - 6300, - 6301, - 6302 + 6329, + 6330, + 6331 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7137, + "target": 7204, "name": "OrderLineItemTotalsDTO", "package": "@medusajs/types" } ] }, { - "id": 6412, + "id": 6441, "name": "OrderItemDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6413, + "id": 6442, "name": "id", "variant": "declaration", "kind": 1024, @@ -9605,7 +9605,7 @@ } }, { - "id": 6414, + "id": 6443, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -9624,7 +9624,7 @@ } }, { - "id": 6415, + "id": 6444, "name": "item", "variant": "declaration", "kind": 1024, @@ -9639,13 +9639,13 @@ }, "type": { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } }, { - "id": 6416, + "id": 6445, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -9664,7 +9664,7 @@ } }, { - "id": 6417, + "id": 6446, "name": "raw_quantity", "variant": "declaration", "kind": 1024, @@ -9679,13 +9679,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6418, + "id": 6447, "name": "fulfilled_quantity", "variant": "declaration", "kind": 1024, @@ -9704,7 +9704,7 @@ } }, { - "id": 6419, + "id": 6448, "name": "raw_fulfilled_quantity", "variant": "declaration", "kind": 1024, @@ -9719,13 +9719,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6420, + "id": 6449, "name": "shipped_quantity", "variant": "declaration", "kind": 1024, @@ -9744,7 +9744,7 @@ } }, { - "id": 6421, + "id": 6450, "name": "raw_shipped_quantity", "variant": "declaration", "kind": 1024, @@ -9759,13 +9759,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6422, + "id": 6451, "name": "return_requested_quantity", "variant": "declaration", "kind": 1024, @@ -9784,7 +9784,7 @@ } }, { - "id": 6423, + "id": 6452, "name": "raw_return_requested_quantity", "variant": "declaration", "kind": 1024, @@ -9799,13 +9799,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6424, + "id": 6453, "name": "return_received_quantity", "variant": "declaration", "kind": 1024, @@ -9824,7 +9824,7 @@ } }, { - "id": 6425, + "id": 6454, "name": "raw_return_received_quantity", "variant": "declaration", "kind": 1024, @@ -9839,13 +9839,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6426, + "id": 6455, "name": "return_dismissed_quantity", "variant": "declaration", "kind": 1024, @@ -9864,7 +9864,7 @@ } }, { - "id": 6427, + "id": 6456, "name": "raw_return_dismissed_quantity", "variant": "declaration", "kind": 1024, @@ -9879,13 +9879,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6428, + "id": 6457, "name": "written_off_quantity", "variant": "declaration", "kind": 1024, @@ -9904,7 +9904,7 @@ } }, { - "id": 6429, + "id": 6458, "name": "raw_written_off_quantity", "variant": "declaration", "kind": 1024, @@ -9919,13 +9919,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6430, + "id": 6459, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9968,7 +9968,7 @@ } }, { - "id": 6431, + "id": 6460, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -9992,7 +9992,7 @@ } }, { - "id": 6432, + "id": 6461, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -10020,32 +10020,32 @@ { "title": "Properties", "children": [ - 6413, - 6414, - 6415, - 6416, - 6417, - 6418, - 6419, - 6420, - 6421, - 6422, - 6423, - 6424, - 6425, - 6426, - 6427, - 6428, - 6429, - 6430, - 6431, - 6432 + 6442, + 6443, + 6444, + 6445, + 6446, + 6447, + 6448, + 6449, + 6450, + 6451, + 6452, + 6453, + 6454, + 6455, + 6456, + 6457, + 6458, + 6459, + 6460, + 6461 ] } ] }, { - "id": 7059, + "id": 7126, "name": "OrderStatus", "variant": "declaration", "kind": 2097152, @@ -10081,14 +10081,14 @@ } }, { - "id": 5903, + "id": 5932, "name": "OrderDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 5904, + "id": 5933, "name": "id", "variant": "declaration", "kind": 1024, @@ -10107,7 +10107,7 @@ } }, { - "id": 5905, + "id": 5934, "name": "version", "variant": "declaration", "kind": 1024, @@ -10126,7 +10126,7 @@ } }, { - "id": 5906, + "id": 5935, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -10143,13 +10143,13 @@ }, "type": { "type": "reference", - "target": 6632, + "target": 6661, "name": "OrderChangeDTO", "package": "@medusajs/types" } }, { - "id": 5907, + "id": 5936, "name": "status", "variant": "declaration", "kind": 1024, @@ -10164,13 +10164,13 @@ }, "type": { "type": "reference", - "target": 7059, + "target": 7126, "name": "OrderStatus", "package": "@medusajs/types" } }, { - "id": 5908, + "id": 5937, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -10191,7 +10191,7 @@ } }, { - "id": 5909, + "id": 5938, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -10212,7 +10212,7 @@ } }, { - "id": 5910, + "id": 5939, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -10233,7 +10233,7 @@ } }, { - "id": 5911, + "id": 5940, "name": "email", "variant": "declaration", "kind": 1024, @@ -10254,7 +10254,7 @@ } }, { - "id": 5912, + "id": 5941, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -10273,7 +10273,7 @@ } }, { - "id": 5913, + "id": 5942, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -10293,13 +10293,13 @@ }, "type": { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" } }, { - "id": 5914, + "id": 5943, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -10319,13 +10319,13 @@ }, "type": { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" } }, { - "id": 5915, + "id": 5944, "name": "items", "variant": "declaration", "kind": 1024, @@ -10347,14 +10347,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } } }, { - "id": 5916, + "id": 5945, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -10376,14 +10376,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6436, + "target": 6465, "name": "OrderShippingMethodDTO", "package": "@medusajs/types" } } }, { - "id": 5917, + "id": 5946, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -10405,14 +10405,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6757, + "target": 6789, "name": "OrderTransactionDTO", "package": "@medusajs/types" } } }, { - "id": 5918, + "id": 5947, "name": "summary", "variant": "declaration", "kind": 1024, @@ -10429,13 +10429,13 @@ }, "type": { "type": "reference", - "target": 7060, + "target": 7127, "name": "OrderSummaryDTO", "package": "@medusajs/types" } }, { - "id": 5919, + "id": 5948, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -10480,7 +10480,7 @@ } }, { - "id": 5920, + "id": 5949, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -10515,7 +10515,7 @@ } }, { - "id": 5921, + "id": 5950, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -10550,7 +10550,7 @@ } }, { - "id": 5922, + "id": 5951, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -10585,7 +10585,7 @@ } }, { - "id": 5923, + "id": 5952, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -10600,13 +10600,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5924, + "id": 5953, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -10621,13 +10621,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5925, + "id": 5954, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -10642,13 +10642,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5926, + "id": 5955, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -10663,13 +10663,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5927, + "id": 5956, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -10684,13 +10684,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5928, + "id": 5957, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -10705,13 +10705,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5929, + "id": 5958, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -10726,13 +10726,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5930, + "id": 5959, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -10747,13 +10747,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5931, + "id": 5960, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -10768,13 +10768,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5932, + "id": 5961, "name": "total", "variant": "declaration", "kind": 1024, @@ -10789,13 +10789,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5933, + "id": 5962, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -10810,13 +10810,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5934, + "id": 5963, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -10831,13 +10831,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5935, + "id": 5964, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -10852,13 +10852,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5936, + "id": 5965, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -10873,13 +10873,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5937, + "id": 5966, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -10894,13 +10894,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5938, + "id": 5967, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -10915,13 +10915,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5939, + "id": 5968, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -10936,13 +10936,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5940, + "id": 5969, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -10957,13 +10957,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5941, + "id": 5970, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -10978,13 +10978,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5942, + "id": 5971, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -10999,13 +10999,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5943, + "id": 5972, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -11020,13 +11020,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5944, + "id": 5973, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -11041,13 +11041,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5945, + "id": 5974, "name": "raw_original_item_total", "variant": "declaration", "kind": 1024, @@ -11062,13 +11062,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5946, + "id": 5975, "name": "raw_original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -11083,13 +11083,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5947, + "id": 5976, "name": "raw_original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -11104,13 +11104,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5948, + "id": 5977, "name": "raw_item_total", "variant": "declaration", "kind": 1024, @@ -11125,13 +11125,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5949, + "id": 5978, "name": "raw_item_subtotal", "variant": "declaration", "kind": 1024, @@ -11146,13 +11146,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5950, + "id": 5979, "name": "raw_item_tax_total", "variant": "declaration", "kind": 1024, @@ -11167,13 +11167,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5951, + "id": 5980, "name": "raw_original_total", "variant": "declaration", "kind": 1024, @@ -11188,13 +11188,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5952, + "id": 5981, "name": "raw_original_subtotal", "variant": "declaration", "kind": 1024, @@ -11209,13 +11209,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5953, + "id": 5982, "name": "raw_original_tax_total", "variant": "declaration", "kind": 1024, @@ -11230,13 +11230,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5954, + "id": 5983, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -11251,13 +11251,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5955, + "id": 5984, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -11272,13 +11272,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5956, + "id": 5985, "name": "raw_tax_total", "variant": "declaration", "kind": 1024, @@ -11293,13 +11293,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5957, + "id": 5986, "name": "raw_discount_total", "variant": "declaration", "kind": 1024, @@ -11314,13 +11314,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5958, + "id": 5987, "name": "raw_discount_tax_total", "variant": "declaration", "kind": 1024, @@ -11335,13 +11335,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5959, + "id": 5988, "name": "raw_gift_card_total", "variant": "declaration", "kind": 1024, @@ -11356,13 +11356,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5960, + "id": 5989, "name": "raw_gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -11377,13 +11377,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5961, + "id": 5990, "name": "raw_shipping_total", "variant": "declaration", "kind": 1024, @@ -11398,13 +11398,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5962, + "id": 5991, "name": "raw_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -11419,13 +11419,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5963, + "id": 5992, "name": "raw_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -11440,13 +11440,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5964, + "id": 5993, "name": "raw_original_shipping_total", "variant": "declaration", "kind": 1024, @@ -11461,13 +11461,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5965, + "id": 5994, "name": "raw_original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -11482,13 +11482,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 5966, + "id": 5995, "name": "raw_original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -11503,7 +11503,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } @@ -11513,35 +11513,6 @@ { "title": "Properties", "children": [ - 5904, - 5905, - 5906, - 5907, - 5908, - 5909, - 5910, - 5911, - 5912, - 5913, - 5914, - 5915, - 5916, - 5917, - 5918, - 5919, - 5920, - 5921, - 5922, - 5923, - 5924, - 5925, - 5926, - 5927, - 5928, - 5929, - 5930, - 5931, - 5932, 5933, 5934, 5935, @@ -11575,13 +11546,42 @@ 5963, 5964, 5965, - 5966 + 5966, + 5967, + 5968, + 5969, + 5970, + 5971, + 5972, + 5973, + 5974, + 5975, + 5976, + 5977, + 5978, + 5979, + 5980, + 5981, + 5982, + 5983, + 5984, + 5985, + 5986, + 5987, + 5988, + 5989, + 5990, + 5991, + 5992, + 5993, + 5994, + 5995 ] } ] }, { - "id": 7123, + "id": 7190, "name": "ReturnStatus", "variant": "declaration", "kind": 2097152, @@ -11609,14 +11609,14 @@ } }, { - "id": 5988, + "id": 6017, "name": "ReturnDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6010, + "id": 6039, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -11634,7 +11634,7 @@ }, "type": { "type": "reference", - "target": 6632, + "target": 6661, "name": "OrderChangeDTO", "package": "@medusajs/types" }, @@ -11645,7 +11645,7 @@ } }, { - "id": 6005, + "id": 6034, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -11672,7 +11672,7 @@ } }, { - "id": 6004, + "id": 6033, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -11699,7 +11699,7 @@ } }, { - "id": 6003, + "id": 6032, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -11726,7 +11726,7 @@ } }, { - "id": 6007, + "id": 6036, "name": "email", "variant": "declaration", "kind": 1024, @@ -11753,7 +11753,7 @@ } }, { - "id": 6009, + "id": 6038, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -11779,7 +11779,7 @@ } }, { - "id": 6011, + "id": 6040, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -11800,7 +11800,7 @@ }, "type": { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" }, @@ -11811,7 +11811,7 @@ } }, { - "id": 6012, + "id": 6041, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -11832,7 +11832,7 @@ }, "type": { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" }, @@ -11843,7 +11843,7 @@ } }, { - "id": 6013, + "id": 6042, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -11866,7 +11866,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6436, + "target": 6465, "name": "OrderShippingMethodDTO", "package": "@medusajs/types" } @@ -11878,7 +11878,7 @@ } }, { - "id": 6014, + "id": 6043, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -11901,7 +11901,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6757, + "target": 6789, "name": "OrderTransactionDTO", "package": "@medusajs/types" } @@ -11913,7 +11913,7 @@ } }, { - "id": 6015, + "id": 6044, "name": "summary", "variant": "declaration", "kind": 1024, @@ -11931,7 +11931,7 @@ }, "type": { "type": "reference", - "target": 7060, + "target": 7127, "name": "OrderSummaryDTO", "package": "@medusajs/types" }, @@ -11942,7 +11942,7 @@ } }, { - "id": 6006, + "id": 6035, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -11993,7 +11993,7 @@ } }, { - "id": 6008, + "id": 6037, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -12034,7 +12034,7 @@ } }, { - "id": 6001, + "id": 6030, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -12075,7 +12075,7 @@ } }, { - "id": 6002, + "id": 6031, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -12116,7 +12116,7 @@ } }, { - "id": 6016, + "id": 6045, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -12133,7 +12133,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12144,7 +12144,7 @@ } }, { - "id": 6017, + "id": 6046, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -12161,7 +12161,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12172,7 +12172,7 @@ } }, { - "id": 6018, + "id": 6047, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -12189,7 +12189,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12200,7 +12200,7 @@ } }, { - "id": 6019, + "id": 6048, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -12217,7 +12217,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12228,7 +12228,7 @@ } }, { - "id": 6020, + "id": 6049, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -12245,7 +12245,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12256,7 +12256,7 @@ } }, { - "id": 6021, + "id": 6050, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -12273,7 +12273,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12284,7 +12284,7 @@ } }, { - "id": 6022, + "id": 6051, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -12301,7 +12301,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12312,7 +12312,7 @@ } }, { - "id": 6023, + "id": 6052, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -12329,7 +12329,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12340,7 +12340,7 @@ } }, { - "id": 6024, + "id": 6053, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -12357,7 +12357,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12368,7 +12368,7 @@ } }, { - "id": 5997, + "id": 6026, "name": "total", "variant": "declaration", "kind": 1024, @@ -12385,7 +12385,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12396,7 +12396,7 @@ } }, { - "id": 5998, + "id": 6027, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -12413,7 +12413,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12424,7 +12424,7 @@ } }, { - "id": 5996, + "id": 6025, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -12441,7 +12441,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12452,7 +12452,7 @@ } }, { - "id": 5995, + "id": 6024, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -12469,7 +12469,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12480,7 +12480,7 @@ } }, { - "id": 6025, + "id": 6054, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -12497,7 +12497,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12508,7 +12508,7 @@ } }, { - "id": 5999, + "id": 6028, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -12525,7 +12525,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12536,7 +12536,7 @@ } }, { - "id": 6000, + "id": 6029, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -12553,7 +12553,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12564,7 +12564,7 @@ } }, { - "id": 5994, + "id": 6023, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -12581,7 +12581,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12592,7 +12592,7 @@ } }, { - "id": 6026, + "id": 6055, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -12609,7 +12609,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12620,7 +12620,7 @@ } }, { - "id": 6027, + "id": 6056, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -12637,7 +12637,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12648,7 +12648,7 @@ } }, { - "id": 6028, + "id": 6057, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -12665,7 +12665,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12676,7 +12676,7 @@ } }, { - "id": 6029, + "id": 6058, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -12693,7 +12693,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12704,7 +12704,7 @@ } }, { - "id": 6030, + "id": 6059, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -12721,7 +12721,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -12732,7 +12732,7 @@ } }, { - "id": 6031, + "id": 6060, "name": "raw_original_item_total", "variant": "declaration", "kind": 1024, @@ -12749,7 +12749,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -12760,7 +12760,7 @@ } }, { - "id": 6032, + "id": 6061, "name": "raw_original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -12777,7 +12777,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -12788,7 +12788,7 @@ } }, { - "id": 6033, + "id": 6062, "name": "raw_original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -12805,7 +12805,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -12816,7 +12816,7 @@ } }, { - "id": 6034, + "id": 6063, "name": "raw_item_total", "variant": "declaration", "kind": 1024, @@ -12833,7 +12833,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -12844,7 +12844,7 @@ } }, { - "id": 6035, + "id": 6064, "name": "raw_item_subtotal", "variant": "declaration", "kind": 1024, @@ -12861,7 +12861,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -12872,7 +12872,7 @@ } }, { - "id": 6036, + "id": 6065, "name": "raw_item_tax_total", "variant": "declaration", "kind": 1024, @@ -12889,7 +12889,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -12900,7 +12900,7 @@ } }, { - "id": 6037, + "id": 6066, "name": "raw_original_total", "variant": "declaration", "kind": 1024, @@ -12917,7 +12917,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -12928,7 +12928,7 @@ } }, { - "id": 6038, + "id": 6067, "name": "raw_original_subtotal", "variant": "declaration", "kind": 1024, @@ -12945,7 +12945,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -12956,7 +12956,7 @@ } }, { - "id": 6039, + "id": 6068, "name": "raw_original_tax_total", "variant": "declaration", "kind": 1024, @@ -12973,7 +12973,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -12984,7 +12984,7 @@ } }, { - "id": 6040, + "id": 6069, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -13001,7 +13001,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13012,7 +13012,7 @@ } }, { - "id": 6041, + "id": 6070, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -13029,7 +13029,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13040,7 +13040,7 @@ } }, { - "id": 6042, + "id": 6071, "name": "raw_tax_total", "variant": "declaration", "kind": 1024, @@ -13057,7 +13057,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13068,7 +13068,7 @@ } }, { - "id": 6043, + "id": 6072, "name": "raw_discount_total", "variant": "declaration", "kind": 1024, @@ -13085,7 +13085,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13096,7 +13096,7 @@ } }, { - "id": 6044, + "id": 6073, "name": "raw_discount_tax_total", "variant": "declaration", "kind": 1024, @@ -13113,7 +13113,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13124,7 +13124,7 @@ } }, { - "id": 6045, + "id": 6074, "name": "raw_gift_card_total", "variant": "declaration", "kind": 1024, @@ -13141,7 +13141,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13152,7 +13152,7 @@ } }, { - "id": 6046, + "id": 6075, "name": "raw_gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -13169,7 +13169,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13180,7 +13180,7 @@ } }, { - "id": 6047, + "id": 6076, "name": "raw_shipping_total", "variant": "declaration", "kind": 1024, @@ -13197,7 +13197,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13208,7 +13208,7 @@ } }, { - "id": 6048, + "id": 6077, "name": "raw_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -13225,7 +13225,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13236,7 +13236,7 @@ } }, { - "id": 6049, + "id": 6078, "name": "raw_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -13253,7 +13253,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13264,7 +13264,7 @@ } }, { - "id": 6050, + "id": 6079, "name": "raw_original_shipping_total", "variant": "declaration", "kind": 1024, @@ -13281,7 +13281,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13292,7 +13292,7 @@ } }, { - "id": 6051, + "id": 6080, "name": "raw_original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -13309,7 +13309,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13320,7 +13320,7 @@ } }, { - "id": 6052, + "id": 6081, "name": "raw_original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -13337,7 +13337,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13348,7 +13348,7 @@ } }, { - "id": 5989, + "id": 6018, "name": "id", "variant": "declaration", "kind": 1024, @@ -13372,20 +13372,20 @@ } }, { - "id": 5990, + "id": 6019, "name": "status", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7123, + "target": 7190, "name": "ReturnStatus", "package": "@medusajs/types" } }, { - "id": 5991, + "id": 6020, "name": "refund_amount", "variant": "declaration", "kind": 1024, @@ -13394,13 +13394,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 5992, + "id": 6021, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -13411,7 +13411,7 @@ } }, { - "id": 5993, + "id": 6022, "name": "items", "variant": "declaration", "kind": 1024, @@ -13420,7 +13420,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6819, + "target": 6851, "name": "OrderReturnItemDTO", "package": "@medusajs/types" } @@ -13431,57 +13431,21 @@ { "title": "Properties", "children": [ - 6010, - 6005, - 6004, - 6003, - 6007, - 6009, - 6011, - 6012, - 6013, - 6014, - 6015, - 6006, - 6008, - 6001, - 6002, - 6016, - 6017, - 6018, - 6019, - 6020, - 6021, - 6022, - 6023, - 6024, - 5997, - 5998, - 5996, - 5995, - 6025, - 5999, - 6000, - 5994, - 6026, - 6027, - 6028, - 6029, - 6030, - 6031, - 6032, - 6033, - 6034, - 6035, - 6036, - 6037, - 6038, 6039, + 6034, + 6033, + 6032, + 6036, + 6038, 6040, 6041, 6042, 6043, 6044, + 6035, + 6037, + 6030, + 6031, 6045, 6046, 6047, @@ -13490,11 +13454,47 @@ 6050, 6051, 6052, - 5989, - 5990, - 5991, - 5992, - 5993 + 6053, + 6026, + 6027, + 6025, + 6024, + 6054, + 6028, + 6029, + 6023, + 6055, + 6056, + 6057, + 6058, + 6059, + 6060, + 6061, + 6062, + 6063, + 6064, + 6065, + 6066, + 6067, + 6068, + 6069, + 6070, + 6071, + 6072, + 6073, + 6074, + 6075, + 6076, + 6077, + 6078, + 6079, + 6080, + 6081, + 6018, + 6019, + 6020, + 6021, + 6022 ] } ], @@ -13508,7 +13508,7 @@ "typeArguments": [ { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" }, @@ -13536,14 +13536,14 @@ ] }, { - "id": 6819, + "id": 6851, "name": "OrderReturnItemDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6820, + "id": 6852, "name": "id", "variant": "declaration", "kind": 1024, @@ -13554,7 +13554,7 @@ } }, { - "id": 6821, + "id": 6853, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -13565,7 +13565,7 @@ } }, { - "id": 6822, + "id": 6854, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -13576,7 +13576,7 @@ } }, { - "id": 6823, + "id": 6855, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -13587,7 +13587,7 @@ } }, { - "id": 6824, + "id": 6856, "name": "reason_id", "variant": "declaration", "kind": 1024, @@ -13609,7 +13609,7 @@ } }, { - "id": 6825, + "id": 6857, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -13620,20 +13620,20 @@ } }, { - "id": 6826, + "id": 6858, "name": "raw_quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6827, + "id": 6859, "name": "received_quantity", "variant": "declaration", "kind": 1024, @@ -13646,7 +13646,7 @@ } }, { - "id": 6828, + "id": 6860, "name": "raw_received_quantity", "variant": "declaration", "kind": 1024, @@ -13655,13 +13655,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6829, + "id": 6861, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -13698,7 +13698,7 @@ } }, { - "id": 6830, + "id": 6862, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -13725,7 +13725,7 @@ } }, { - "id": 6831, + "id": 6863, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -13756,31 +13756,413 @@ { "title": "Properties", "children": [ - 6820, - 6821, - 6822, - 6823, - 6824, - 6825, - 6826, - 6827, - 6828, - 6829, - 6830, - 6831 + 6852, + 6853, + 6854, + 6855, + 6856, + 6857, + 6858, + 6859, + 6860, + 6861, + 6862, + 6863 ] } ] }, { - "id": 6053, + "id": 6872, + "name": "OrderClaimItemDTO", + "variant": "declaration", + "kind": 256, + "flags": {}, + "children": [ + { + "id": 6873, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6874, + "name": "claim_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6875, + "name": "order_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6876, + "name": "item_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6877, + "name": "quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 6878, + "name": "reason", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7272, + "name": "ClaimReason", + "package": "@medusajs/types" + } + }, + { + "id": 6879, + "name": "raw_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7145, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 6880, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + } + }, + { + "id": 6881, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + } + }, + { + "id": 6882, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 6873, + 6874, + 6875, + 6876, + 6877, + 6878, + 6879, + 6880, + 6881, + 6882 + ] + } + ] + }, + { + "id": 6889, + "name": "OrderExchangeItemDTO", + "variant": "declaration", + "kind": 256, + "flags": {}, + "children": [ + { + "id": 6890, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6891, + "name": "exchange_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6892, + "name": "order_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6893, + "name": "item_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6894, + "name": "quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + } + }, + { + "id": 6895, + "name": "raw_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 7145, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 6896, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + } + }, + { + "id": 6897, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + } + }, + { + "id": 6898, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 6890, + 6891, + 6892, + 6893, + 6894, + 6895, + 6896, + 6897, + 6898 + ] + } + ] + }, + { + "id": 6082, "name": "OrderClaimDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6068, + "id": 6097, "name": "id", "variant": "declaration", "kind": 1024, @@ -13806,7 +14188,7 @@ } }, { - "id": 6078, + "id": 6107, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -13824,7 +14206,7 @@ }, "type": { "type": "reference", - "target": 6632, + "target": 6661, "name": "OrderChangeDTO", "package": "@medusajs/types" }, @@ -13835,7 +14217,7 @@ } }, { - "id": 6073, + "id": 6102, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -13862,7 +14244,7 @@ } }, { - "id": 6072, + "id": 6101, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -13889,7 +14271,7 @@ } }, { - "id": 6071, + "id": 6100, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -13916,7 +14298,7 @@ } }, { - "id": 6075, + "id": 6104, "name": "email", "variant": "declaration", "kind": 1024, @@ -13943,7 +14325,7 @@ } }, { - "id": 6077, + "id": 6106, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -13969,7 +14351,7 @@ } }, { - "id": 6079, + "id": 6108, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -13990,7 +14372,7 @@ }, "type": { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" }, @@ -14001,7 +14383,7 @@ } }, { - "id": 6080, + "id": 6109, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -14022,7 +14404,7 @@ }, "type": { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" }, @@ -14033,7 +14415,7 @@ } }, { - "id": 6081, + "id": 6110, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -14056,7 +14438,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6436, + "target": 6465, "name": "OrderShippingMethodDTO", "package": "@medusajs/types" } @@ -14068,7 +14450,7 @@ } }, { - "id": 6082, + "id": 6111, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -14091,7 +14473,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6757, + "target": 6789, "name": "OrderTransactionDTO", "package": "@medusajs/types" } @@ -14103,7 +14485,7 @@ } }, { - "id": 6083, + "id": 6112, "name": "summary", "variant": "declaration", "kind": 1024, @@ -14121,7 +14503,7 @@ }, "type": { "type": "reference", - "target": 7060, + "target": 7127, "name": "OrderSummaryDTO", "package": "@medusajs/types" }, @@ -14132,7 +14514,7 @@ } }, { - "id": 6074, + "id": 6103, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -14183,7 +14565,7 @@ } }, { - "id": 6076, + "id": 6105, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -14224,7 +14606,7 @@ } }, { - "id": 6069, + "id": 6098, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -14265,7 +14647,7 @@ } }, { - "id": 6070, + "id": 6099, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -14306,7 +14688,7 @@ } }, { - "id": 6084, + "id": 6113, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -14323,7 +14705,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14334,7 +14716,7 @@ } }, { - "id": 6085, + "id": 6114, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -14351,7 +14733,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14362,7 +14744,7 @@ } }, { - "id": 6086, + "id": 6115, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -14379,7 +14761,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14390,7 +14772,7 @@ } }, { - "id": 6087, + "id": 6116, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -14407,7 +14789,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14418,7 +14800,7 @@ } }, { - "id": 6088, + "id": 6117, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -14435,7 +14817,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14446,7 +14828,7 @@ } }, { - "id": 6089, + "id": 6118, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -14463,7 +14845,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14474,7 +14856,7 @@ } }, { - "id": 6090, + "id": 6119, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -14491,7 +14873,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14502,7 +14884,7 @@ } }, { - "id": 6091, + "id": 6120, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -14519,7 +14901,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14530,7 +14912,7 @@ } }, { - "id": 6092, + "id": 6121, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -14547,7 +14929,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14558,7 +14940,7 @@ } }, { - "id": 6064, + "id": 6093, "name": "total", "variant": "declaration", "kind": 1024, @@ -14575,7 +14957,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14586,7 +14968,7 @@ } }, { - "id": 6065, + "id": 6094, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -14603,7 +14985,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14614,7 +14996,7 @@ } }, { - "id": 6063, + "id": 6092, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -14631,7 +15013,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14642,7 +15024,7 @@ } }, { - "id": 6062, + "id": 6091, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -14659,7 +15041,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14670,7 +15052,7 @@ } }, { - "id": 6093, + "id": 6122, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -14687,7 +15069,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14698,7 +15080,7 @@ } }, { - "id": 6066, + "id": 6095, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -14715,7 +15097,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14726,7 +15108,7 @@ } }, { - "id": 6067, + "id": 6096, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -14743,7 +15125,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14754,7 +15136,7 @@ } }, { - "id": 6061, + "id": 6090, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -14771,7 +15153,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14782,7 +15164,7 @@ } }, { - "id": 6094, + "id": 6123, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -14799,7 +15181,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14810,7 +15192,7 @@ } }, { - "id": 6095, + "id": 6124, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -14827,7 +15209,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14838,7 +15220,7 @@ } }, { - "id": 6096, + "id": 6125, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -14855,7 +15237,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14866,7 +15248,7 @@ } }, { - "id": 6097, + "id": 6126, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -14883,7 +15265,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14894,7 +15276,7 @@ } }, { - "id": 6098, + "id": 6127, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -14911,7 +15293,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -14922,7 +15304,7 @@ } }, { - "id": 6099, + "id": 6128, "name": "raw_original_item_total", "variant": "declaration", "kind": 1024, @@ -14939,7 +15321,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -14950,7 +15332,7 @@ } }, { - "id": 6100, + "id": 6129, "name": "raw_original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -14967,7 +15349,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -14978,7 +15360,7 @@ } }, { - "id": 6101, + "id": 6130, "name": "raw_original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -14995,7 +15377,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15006,7 +15388,7 @@ } }, { - "id": 6102, + "id": 6131, "name": "raw_item_total", "variant": "declaration", "kind": 1024, @@ -15023,7 +15405,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15034,7 +15416,7 @@ } }, { - "id": 6103, + "id": 6132, "name": "raw_item_subtotal", "variant": "declaration", "kind": 1024, @@ -15051,7 +15433,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15062,7 +15444,7 @@ } }, { - "id": 6104, + "id": 6133, "name": "raw_item_tax_total", "variant": "declaration", "kind": 1024, @@ -15079,7 +15461,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15090,7 +15472,7 @@ } }, { - "id": 6105, + "id": 6134, "name": "raw_original_total", "variant": "declaration", "kind": 1024, @@ -15107,7 +15489,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15118,7 +15500,7 @@ } }, { - "id": 6106, + "id": 6135, "name": "raw_original_subtotal", "variant": "declaration", "kind": 1024, @@ -15135,7 +15517,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15146,7 +15528,7 @@ } }, { - "id": 6107, + "id": 6136, "name": "raw_original_tax_total", "variant": "declaration", "kind": 1024, @@ -15163,7 +15545,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15174,7 +15556,7 @@ } }, { - "id": 6108, + "id": 6137, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -15191,7 +15573,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15202,7 +15584,7 @@ } }, { - "id": 6109, + "id": 6138, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -15219,7 +15601,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15230,7 +15612,7 @@ } }, { - "id": 6110, + "id": 6139, "name": "raw_tax_total", "variant": "declaration", "kind": 1024, @@ -15247,7 +15629,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15258,7 +15640,7 @@ } }, { - "id": 6111, + "id": 6140, "name": "raw_discount_total", "variant": "declaration", "kind": 1024, @@ -15275,7 +15657,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15286,7 +15668,7 @@ } }, { - "id": 6112, + "id": 6141, "name": "raw_discount_tax_total", "variant": "declaration", "kind": 1024, @@ -15303,7 +15685,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15314,7 +15696,7 @@ } }, { - "id": 6113, + "id": 6142, "name": "raw_gift_card_total", "variant": "declaration", "kind": 1024, @@ -15331,7 +15713,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15342,7 +15724,7 @@ } }, { - "id": 6114, + "id": 6143, "name": "raw_gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -15359,7 +15741,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15370,7 +15752,7 @@ } }, { - "id": 6115, + "id": 6144, "name": "raw_shipping_total", "variant": "declaration", "kind": 1024, @@ -15387,7 +15769,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15398,7 +15780,7 @@ } }, { - "id": 6116, + "id": 6145, "name": "raw_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -15415,7 +15797,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15426,7 +15808,7 @@ } }, { - "id": 6117, + "id": 6146, "name": "raw_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -15443,7 +15825,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15454,7 +15836,7 @@ } }, { - "id": 6118, + "id": 6147, "name": "raw_original_shipping_total", "variant": "declaration", "kind": 1024, @@ -15471,7 +15853,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15482,7 +15864,7 @@ } }, { - "id": 6119, + "id": 6148, "name": "raw_original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -15499,7 +15881,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15510,7 +15892,7 @@ } }, { - "id": 6120, + "id": 6149, "name": "raw_original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -15527,7 +15909,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15538,7 +15920,7 @@ } }, { - "id": 6054, + "id": 6083, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -15549,7 +15931,7 @@ } }, { - "id": 6055, + "id": 6084, "name": "claim_items", "variant": "declaration", "kind": 1024, @@ -15563,7 +15945,7 @@ } }, { - "id": 6056, + "id": 6085, "name": "additional_items", "variant": "declaration", "kind": 1024, @@ -15577,7 +15959,7 @@ } }, { - "id": 6057, + "id": 6086, "name": "return", "variant": "declaration", "kind": 1024, @@ -15586,13 +15968,13 @@ }, "type": { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } }, { - "id": 6058, + "id": 6087, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -15605,7 +15987,7 @@ } }, { - "id": 6059, + "id": 6088, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -15618,7 +16000,7 @@ } }, { - "id": 6060, + "id": 6089, "name": "refund_amount", "variant": "declaration", "kind": 1024, @@ -15627,7 +16009,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -15637,58 +16019,22 @@ { "title": "Properties", "children": [ - 6068, - 6078, - 6073, - 6072, - 6071, - 6075, - 6077, - 6079, - 6080, - 6081, - 6082, - 6083, - 6074, - 6076, - 6069, - 6070, - 6084, - 6085, - 6086, - 6087, - 6088, - 6089, - 6090, - 6091, - 6092, - 6064, - 6065, - 6063, - 6062, - 6093, - 6066, - 6067, - 6061, - 6094, - 6095, - 6096, 6097, - 6098, - 6099, - 6100, - 6101, - 6102, - 6103, - 6104, - 6105, - 6106, 6107, + 6102, + 6101, + 6100, + 6104, + 6106, 6108, 6109, 6110, 6111, 6112, + 6103, + 6105, + 6098, + 6099, 6113, 6114, 6115, @@ -15697,13 +16043,49 @@ 6118, 6119, 6120, - 6054, - 6055, - 6056, - 6057, - 6058, - 6059, - 6060 + 6121, + 6093, + 6094, + 6092, + 6091, + 6122, + 6095, + 6096, + 6090, + 6123, + 6124, + 6125, + 6126, + 6127, + 6128, + 6129, + 6130, + 6131, + 6132, + 6133, + 6134, + 6135, + 6136, + 6137, + 6138, + 6139, + 6140, + 6141, + 6142, + 6143, + 6144, + 6145, + 6146, + 6147, + 6148, + 6149, + 6083, + 6084, + 6085, + 6086, + 6087, + 6088, + 6089 ] } ], @@ -15717,7 +16099,7 @@ "typeArguments": [ { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" }, @@ -15745,14 +16127,14 @@ ] }, { - "id": 6121, + "id": 6150, "name": "OrderExchangeDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6136, + "id": 6165, "name": "id", "variant": "declaration", "kind": 1024, @@ -15778,7 +16160,7 @@ } }, { - "id": 6146, + "id": 6175, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -15796,7 +16178,7 @@ }, "type": { "type": "reference", - "target": 6632, + "target": 6661, "name": "OrderChangeDTO", "package": "@medusajs/types" }, @@ -15807,7 +16189,7 @@ } }, { - "id": 6141, + "id": 6170, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -15834,7 +16216,7 @@ } }, { - "id": 6140, + "id": 6169, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -15861,7 +16243,7 @@ } }, { - "id": 6139, + "id": 6168, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -15888,7 +16270,7 @@ } }, { - "id": 6143, + "id": 6172, "name": "email", "variant": "declaration", "kind": 1024, @@ -15915,7 +16297,7 @@ } }, { - "id": 6145, + "id": 6174, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -15941,7 +16323,7 @@ } }, { - "id": 6147, + "id": 6176, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -15962,7 +16344,7 @@ }, "type": { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" }, @@ -15973,7 +16355,7 @@ } }, { - "id": 6148, + "id": 6177, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -15994,7 +16376,7 @@ }, "type": { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" }, @@ -16005,7 +16387,7 @@ } }, { - "id": 6149, + "id": 6178, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -16028,7 +16410,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6436, + "target": 6465, "name": "OrderShippingMethodDTO", "package": "@medusajs/types" } @@ -16040,7 +16422,7 @@ } }, { - "id": 6150, + "id": 6179, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -16063,7 +16445,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6757, + "target": 6789, "name": "OrderTransactionDTO", "package": "@medusajs/types" } @@ -16075,7 +16457,7 @@ } }, { - "id": 6151, + "id": 6180, "name": "summary", "variant": "declaration", "kind": 1024, @@ -16093,7 +16475,7 @@ }, "type": { "type": "reference", - "target": 7060, + "target": 7127, "name": "OrderSummaryDTO", "package": "@medusajs/types" }, @@ -16104,7 +16486,7 @@ } }, { - "id": 6142, + "id": 6171, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -16155,7 +16537,7 @@ } }, { - "id": 6144, + "id": 6173, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -16196,7 +16578,7 @@ } }, { - "id": 6137, + "id": 6166, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -16237,7 +16619,7 @@ } }, { - "id": 6138, + "id": 6167, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -16278,7 +16660,7 @@ } }, { - "id": 6152, + "id": 6181, "name": "original_item_total", "variant": "declaration", "kind": 1024, @@ -16295,7 +16677,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16306,7 +16688,7 @@ } }, { - "id": 6153, + "id": 6182, "name": "original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -16323,7 +16705,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16334,7 +16716,7 @@ } }, { - "id": 6154, + "id": 6183, "name": "original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -16351,7 +16733,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16362,7 +16744,7 @@ } }, { - "id": 6155, + "id": 6184, "name": "item_total", "variant": "declaration", "kind": 1024, @@ -16379,7 +16761,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16390,7 +16772,7 @@ } }, { - "id": 6156, + "id": 6185, "name": "item_subtotal", "variant": "declaration", "kind": 1024, @@ -16407,7 +16789,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16418,7 +16800,7 @@ } }, { - "id": 6157, + "id": 6186, "name": "item_tax_total", "variant": "declaration", "kind": 1024, @@ -16435,7 +16817,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16446,7 +16828,7 @@ } }, { - "id": 6158, + "id": 6187, "name": "original_total", "variant": "declaration", "kind": 1024, @@ -16463,7 +16845,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16474,7 +16856,7 @@ } }, { - "id": 6159, + "id": 6188, "name": "original_subtotal", "variant": "declaration", "kind": 1024, @@ -16491,7 +16873,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16502,7 +16884,7 @@ } }, { - "id": 6160, + "id": 6189, "name": "original_tax_total", "variant": "declaration", "kind": 1024, @@ -16519,7 +16901,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16530,7 +16912,7 @@ } }, { - "id": 6132, + "id": 6161, "name": "total", "variant": "declaration", "kind": 1024, @@ -16547,7 +16929,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16558,7 +16940,7 @@ } }, { - "id": 6133, + "id": 6162, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -16575,7 +16957,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16586,7 +16968,7 @@ } }, { - "id": 6131, + "id": 6160, "name": "tax_total", "variant": "declaration", "kind": 1024, @@ -16603,7 +16985,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16614,7 +16996,7 @@ } }, { - "id": 6130, + "id": 6159, "name": "discount_total", "variant": "declaration", "kind": 1024, @@ -16631,7 +17013,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16642,7 +17024,7 @@ } }, { - "id": 6161, + "id": 6190, "name": "discount_tax_total", "variant": "declaration", "kind": 1024, @@ -16659,7 +17041,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16670,7 +17052,7 @@ } }, { - "id": 6134, + "id": 6163, "name": "gift_card_total", "variant": "declaration", "kind": 1024, @@ -16687,7 +17069,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16698,7 +17080,7 @@ } }, { - "id": 6135, + "id": 6164, "name": "gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -16715,7 +17097,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16726,7 +17108,7 @@ } }, { - "id": 6129, + "id": 6158, "name": "shipping_total", "variant": "declaration", "kind": 1024, @@ -16743,7 +17125,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16754,7 +17136,7 @@ } }, { - "id": 6162, + "id": 6191, "name": "shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -16771,7 +17153,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16782,7 +17164,7 @@ } }, { - "id": 6163, + "id": 6192, "name": "shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -16799,7 +17181,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16810,7 +17192,7 @@ } }, { - "id": 6164, + "id": 6193, "name": "original_shipping_total", "variant": "declaration", "kind": 1024, @@ -16827,7 +17209,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16838,7 +17220,7 @@ } }, { - "id": 6165, + "id": 6194, "name": "original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -16855,7 +17237,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16866,7 +17248,7 @@ } }, { - "id": 6166, + "id": 6195, "name": "original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -16883,7 +17265,7 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" }, @@ -16894,7 +17276,7 @@ } }, { - "id": 6167, + "id": 6196, "name": "raw_original_item_total", "variant": "declaration", "kind": 1024, @@ -16911,7 +17293,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -16922,7 +17304,7 @@ } }, { - "id": 6168, + "id": 6197, "name": "raw_original_item_subtotal", "variant": "declaration", "kind": 1024, @@ -16939,7 +17321,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -16950,7 +17332,7 @@ } }, { - "id": 6169, + "id": 6198, "name": "raw_original_item_tax_total", "variant": "declaration", "kind": 1024, @@ -16967,7 +17349,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -16978,7 +17360,7 @@ } }, { - "id": 6170, + "id": 6199, "name": "raw_item_total", "variant": "declaration", "kind": 1024, @@ -16995,7 +17377,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17006,7 +17388,7 @@ } }, { - "id": 6171, + "id": 6200, "name": "raw_item_subtotal", "variant": "declaration", "kind": 1024, @@ -17023,7 +17405,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17034,7 +17416,7 @@ } }, { - "id": 6172, + "id": 6201, "name": "raw_item_tax_total", "variant": "declaration", "kind": 1024, @@ -17051,7 +17433,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17062,7 +17444,7 @@ } }, { - "id": 6173, + "id": 6202, "name": "raw_original_total", "variant": "declaration", "kind": 1024, @@ -17079,7 +17461,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17090,7 +17472,7 @@ } }, { - "id": 6174, + "id": 6203, "name": "raw_original_subtotal", "variant": "declaration", "kind": 1024, @@ -17107,7 +17489,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17118,7 +17500,7 @@ } }, { - "id": 6175, + "id": 6204, "name": "raw_original_tax_total", "variant": "declaration", "kind": 1024, @@ -17135,7 +17517,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17146,7 +17528,7 @@ } }, { - "id": 6176, + "id": 6205, "name": "raw_total", "variant": "declaration", "kind": 1024, @@ -17163,7 +17545,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17174,7 +17556,7 @@ } }, { - "id": 6177, + "id": 6206, "name": "raw_subtotal", "variant": "declaration", "kind": 1024, @@ -17191,7 +17573,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17202,7 +17584,7 @@ } }, { - "id": 6178, + "id": 6207, "name": "raw_tax_total", "variant": "declaration", "kind": 1024, @@ -17219,7 +17601,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17230,7 +17612,7 @@ } }, { - "id": 6179, + "id": 6208, "name": "raw_discount_total", "variant": "declaration", "kind": 1024, @@ -17247,7 +17629,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17258,7 +17640,7 @@ } }, { - "id": 6180, + "id": 6209, "name": "raw_discount_tax_total", "variant": "declaration", "kind": 1024, @@ -17275,7 +17657,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17286,7 +17668,7 @@ } }, { - "id": 6181, + "id": 6210, "name": "raw_gift_card_total", "variant": "declaration", "kind": 1024, @@ -17303,7 +17685,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17314,7 +17696,7 @@ } }, { - "id": 6182, + "id": 6211, "name": "raw_gift_card_tax_total", "variant": "declaration", "kind": 1024, @@ -17331,7 +17713,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17342,7 +17724,7 @@ } }, { - "id": 6183, + "id": 6212, "name": "raw_shipping_total", "variant": "declaration", "kind": 1024, @@ -17359,7 +17741,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17370,7 +17752,7 @@ } }, { - "id": 6184, + "id": 6213, "name": "raw_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -17387,7 +17769,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17398,7 +17780,7 @@ } }, { - "id": 6185, + "id": 6214, "name": "raw_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -17415,7 +17797,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17426,7 +17808,7 @@ } }, { - "id": 6186, + "id": 6215, "name": "raw_original_shipping_total", "variant": "declaration", "kind": 1024, @@ -17443,7 +17825,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17454,7 +17836,7 @@ } }, { - "id": 6187, + "id": 6216, "name": "raw_original_shipping_subtotal", "variant": "declaration", "kind": 1024, @@ -17471,7 +17853,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17482,7 +17864,7 @@ } }, { - "id": 6188, + "id": 6217, "name": "raw_original_shipping_tax_total", "variant": "declaration", "kind": 1024, @@ -17499,7 +17881,7 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -17510,7 +17892,7 @@ } }, { - "id": 6122, + "id": 6151, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -17521,7 +17903,7 @@ } }, { - "id": 6123, + "id": 6152, "name": "return_items", "variant": "declaration", "kind": 1024, @@ -17535,7 +17917,7 @@ } }, { - "id": 6124, + "id": 6153, "name": "additional_items", "variant": "declaration", "kind": 1024, @@ -17549,7 +17931,7 @@ } }, { - "id": 6125, + "id": 6154, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -17562,7 +17944,7 @@ } }, { - "id": 6126, + "id": 6155, "name": "difference_due", "variant": "declaration", "kind": 1024, @@ -17571,13 +17953,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6127, + "id": 6156, "name": "return", "variant": "declaration", "kind": 1024, @@ -17586,13 +17968,13 @@ }, "type": { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } }, { - "id": 6128, + "id": 6157, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -17609,58 +17991,22 @@ { "title": "Properties", "children": [ - 6136, - 6146, - 6141, - 6140, - 6139, - 6143, - 6145, - 6147, - 6148, - 6149, - 6150, - 6151, - 6142, - 6144, - 6137, - 6138, - 6152, - 6153, - 6154, - 6155, - 6156, - 6157, - 6158, - 6159, - 6160, - 6132, - 6133, - 6131, - 6130, - 6161, - 6134, - 6135, - 6129, - 6162, - 6163, - 6164, 6165, - 6166, - 6167, - 6168, - 6169, - 6170, - 6171, - 6172, - 6173, - 6174, 6175, + 6170, + 6169, + 6168, + 6172, + 6174, 6176, 6177, 6178, 6179, 6180, + 6171, + 6173, + 6166, + 6167, 6181, 6182, 6183, @@ -17669,13 +18015,49 @@ 6186, 6187, 6188, - 6122, - 6123, - 6124, - 6125, - 6126, - 6127, - 6128 + 6189, + 6161, + 6162, + 6160, + 6159, + 6190, + 6163, + 6164, + 6158, + 6191, + 6192, + 6193, + 6194, + 6195, + 6196, + 6197, + 6198, + 6199, + 6200, + 6201, + 6202, + 6203, + 6204, + 6205, + 6206, + 6207, + 6208, + 6209, + 6210, + 6211, + 6212, + 6213, + 6214, + 6215, + 6216, + 6217, + 6151, + 6152, + 6153, + 6154, + 6155, + 6156, + 6157 ] } ], @@ -17689,7 +18071,7 @@ "typeArguments": [ { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" }, @@ -17717,14 +18099,14 @@ ] }, { - "id": 6632, + "id": 6661, "name": "OrderChangeDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6633, + "id": 6662, "name": "id", "variant": "declaration", "kind": 1024, @@ -17743,7 +18125,7 @@ } }, { - "id": 6634, + "id": 6663, "name": "version", "variant": "declaration", "kind": 1024, @@ -17762,7 +18144,7 @@ } }, { - "id": 6635, + "id": 6664, "name": "change_type", "variant": "declaration", "kind": 1024, @@ -17800,7 +18182,7 @@ } }, { - "id": 6636, + "id": 6665, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -17819,7 +18201,7 @@ } }, { - "id": 6637, + "id": 6666, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -17838,7 +18220,7 @@ } }, { - "id": 6638, + "id": 6667, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -17857,7 +18239,7 @@ } }, { - "id": 6639, + "id": 6668, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -17876,7 +18258,7 @@ } }, { - "id": 6640, + "id": 6669, "name": "order", "variant": "declaration", "kind": 1024, @@ -17894,13 +18276,13 @@ }, "type": { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } }, { - "id": 6641, + "id": 6670, "name": "return_order", "variant": "declaration", "kind": 1024, @@ -17918,13 +18300,13 @@ }, "type": { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } }, { - "id": 6642, + "id": 6671, "name": "exchange", "variant": "declaration", "kind": 1024, @@ -17942,13 +18324,13 @@ }, "type": { "type": "reference", - "target": 6121, + "target": 6150, "name": "OrderExchangeDTO", "package": "@medusajs/types" } }, { - "id": 6643, + "id": 6672, "name": "claim", "variant": "declaration", "kind": 1024, @@ -17966,13 +18348,13 @@ }, "type": { "type": "reference", - "target": 6053, + "target": 6082, "name": "OrderClaimDTO", "package": "@medusajs/types" } }, { - "id": 6644, + "id": 6673, "name": "actions", "variant": "declaration", "kind": 1024, @@ -17992,14 +18374,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6719, + "target": 6748, "name": "OrderChangeActionDTO", "package": "@medusajs/types" } } }, { - "id": 6645, + "id": 6674, "name": "status", "variant": "declaration", "kind": 1024, @@ -18018,7 +18400,7 @@ } }, { - "id": 6646, + "id": 6675, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -18046,7 +18428,7 @@ } }, { - "id": 6647, + "id": 6676, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -18083,7 +18465,7 @@ } }, { - "id": 6648, + "id": 6677, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -18111,7 +18493,7 @@ } }, { - "id": 6649, + "id": 6678, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -18148,7 +18530,7 @@ } }, { - "id": 6650, + "id": 6679, "name": "declined_by", "variant": "declaration", "kind": 1024, @@ -18176,7 +18558,7 @@ } }, { - "id": 6651, + "id": 6680, "name": "declined_reason", "variant": "declaration", "kind": 1024, @@ -18204,7 +18586,7 @@ } }, { - "id": 6652, + "id": 6681, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -18247,7 +18629,7 @@ } }, { - "id": 6653, + "id": 6682, "name": "declined_at", "variant": "declaration", "kind": 1024, @@ -18284,7 +18666,7 @@ } }, { - "id": 6654, + "id": 6683, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -18312,7 +18694,7 @@ } }, { - "id": 6655, + "id": 6684, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -18349,7 +18731,7 @@ } }, { - "id": 6656, + "id": 6685, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -18382,7 +18764,7 @@ } }, { - "id": 6657, + "id": 6686, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -18419,44 +18801,44 @@ { "title": "Properties", "children": [ - 6633, - 6634, - 6635, - 6636, - 6637, - 6638, - 6639, - 6640, - 6641, - 6642, - 6643, - 6644, - 6645, - 6646, - 6647, - 6648, - 6649, - 6650, - 6651, - 6652, - 6653, - 6654, - 6655, - 6656, - 6657 + 6662, + 6663, + 6664, + 6665, + 6666, + 6667, + 6668, + 6669, + 6670, + 6671, + 6672, + 6673, + 6674, + 6675, + 6676, + 6677, + 6678, + 6679, + 6680, + 6681, + 6682, + 6683, + 6684, + 6685, + 6686 ] } ] }, { - "id": 6719, + "id": 6748, "name": "OrderChangeActionDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6720, + "id": 6749, "name": "id", "variant": "declaration", "kind": 1024, @@ -18475,7 +18857,7 @@ } }, { - "id": 6721, + "id": 6750, "name": "order_change_id", "variant": "declaration", "kind": 1024, @@ -18503,7 +18885,7 @@ } }, { - "id": 6722, + "id": 6751, "name": "order_change", "variant": "declaration", "kind": 1024, @@ -18528,7 +18910,7 @@ }, { "type": "reference", - "target": 6632, + "target": 6661, "name": "OrderChangeDTO", "package": "@medusajs/types" } @@ -18536,7 +18918,7 @@ } }, { - "id": 6723, + "id": 6752, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -18564,7 +18946,67 @@ } }, { - "id": 6724, + "id": 6753, + "name": "return_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 6754, + "name": "claim_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 6755, + "name": "exchange_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + } + }, + { + "id": 6756, "name": "order", "variant": "declaration", "kind": 1024, @@ -18589,7 +19031,7 @@ }, { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -18597,7 +19039,7 @@ } }, { - "id": 6725, + "id": 6757, "name": "reference", "variant": "declaration", "kind": 1024, @@ -18616,7 +19058,7 @@ } }, { - "id": 6726, + "id": 6758, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -18635,7 +19077,7 @@ } }, { - "id": 6727, + "id": 6759, "name": "action", "variant": "declaration", "kind": 1024, @@ -18650,13 +19092,13 @@ }, "type": { "type": "reference", - "target": 7204, + "target": 7271, "name": "ChangeActionType", "package": "@medusajs/types" } }, { - "id": 6728, + "id": 6760, "name": "details", "variant": "declaration", "kind": 1024, @@ -18699,7 +19141,7 @@ } }, { - "id": 6729, + "id": 6761, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -18727,7 +19169,7 @@ } }, { - "id": 6730, + "id": 6762, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -18760,7 +19202,7 @@ } }, { - "id": 6731, + "id": 6763, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -18797,31 +19239,34 @@ { "title": "Properties", "children": [ - 6720, - 6721, - 6722, - 6723, - 6724, - 6725, - 6726, - 6727, - 6728, - 6729, - 6730, - 6731 + 6749, + 6750, + 6751, + 6752, + 6753, + 6754, + 6755, + 6756, + 6757, + 6758, + 6759, + 6760, + 6761, + 6762, + 6763 ] } ] }, { - "id": 6757, + "id": 6789, "name": "OrderTransactionDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6758, + "id": 6790, "name": "id", "variant": "declaration", "kind": 1024, @@ -18840,7 +19285,7 @@ } }, { - "id": 6759, + "id": 6791, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -18859,7 +19304,7 @@ } }, { - "id": 6760, + "id": 6792, "name": "order", "variant": "declaration", "kind": 1024, @@ -18877,13 +19322,13 @@ }, "type": { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } }, { - "id": 6761, + "id": 6793, "name": "amount", "variant": "declaration", "kind": 1024, @@ -18898,13 +19343,13 @@ }, "type": { "type": "reference", - "target": 7077, + "target": 7144, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 6762, + "id": 6794, "name": "raw_amount", "variant": "declaration", "kind": 1024, @@ -18919,13 +19364,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 6763, + "id": 6795, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -18944,7 +19389,7 @@ } }, { - "id": 6764, + "id": 6796, "name": "reference", "variant": "declaration", "kind": 1024, @@ -18963,7 +19408,7 @@ } }, { - "id": 6765, + "id": 6797, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -18982,7 +19427,7 @@ } }, { - "id": 6766, + "id": 6798, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -19015,7 +19460,7 @@ } }, { - "id": 6767, + "id": 6799, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -19048,7 +19493,7 @@ } }, { - "id": 6768, + "id": 6800, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -19095,30 +19540,30 @@ { "title": "Properties", "children": [ - 6758, - 6759, - 6760, - 6761, - 6762, - 6763, - 6764, - 6765, - 6766, - 6767, - 6768 + 6790, + 6791, + 6792, + 6793, + 6794, + 6795, + 6796, + 6797, + 6798, + 6799, + 6800 ] } ] }, { - "id": 6779, + "id": 6811, "name": "OrderReturnReasonDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6780, + "id": 6812, "name": "id", "variant": "declaration", "kind": 1024, @@ -19137,7 +19582,7 @@ } }, { - "id": 6781, + "id": 6813, "name": "value", "variant": "declaration", "kind": 1024, @@ -19156,7 +19601,7 @@ } }, { - "id": 6782, + "id": 6814, "name": "label", "variant": "declaration", "kind": 1024, @@ -19175,7 +19620,7 @@ } }, { - "id": 6783, + "id": 6815, "name": "description", "variant": "declaration", "kind": 1024, @@ -19196,7 +19641,7 @@ } }, { - "id": 6784, + "id": 6816, "name": "parent_return_reason_id", "variant": "declaration", "kind": 1024, @@ -19217,7 +19662,7 @@ } }, { - "id": 6785, + "id": 6817, "name": "parent_return_reason", "variant": "declaration", "kind": 1024, @@ -19226,13 +19671,13 @@ }, "type": { "type": "reference", - "target": 6779, + "target": 6811, "name": "OrderReturnReasonDTO", "package": "@medusajs/types" } }, { - "id": 6786, + "id": 6818, "name": "return_reason_children", "variant": "declaration", "kind": 1024, @@ -19243,14 +19688,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6779, + "target": 6811, "name": "OrderReturnReasonDTO", "package": "@medusajs/types" } } }, { - "id": 6787, + "id": 6819, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -19293,7 +19738,7 @@ } }, { - "id": 6788, + "id": 6820, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -19326,7 +19771,7 @@ } }, { - "id": 6789, + "id": 6821, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -19363,22 +19808,22 @@ { "title": "Properties", "children": [ - 6780, - 6781, - 6782, - 6783, - 6784, - 6785, - 6786, - 6787, - 6788, - 6789 + 6812, + 6813, + 6814, + 6815, + 6816, + 6817, + 6818, + 6819, + 6820, + 6821 ] } ] }, { - "id": 5979, + "id": 6008, "name": "FilterableOrderProps", "variant": "declaration", "kind": 256, @@ -19393,7 +19838,7 @@ }, "children": [ { - "id": 5986, + "id": 6015, "name": "$and", "variant": "declaration", "kind": 1024, @@ -19416,17 +19861,17 @@ "types": [ { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } @@ -19439,12 +19884,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 5987, + "id": 6016, "name": "$or", "variant": "declaration", "kind": 1024, @@ -19467,17 +19912,17 @@ "types": [ { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } @@ -19490,12 +19935,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 5980, + "id": 6009, "name": "id", "variant": "declaration", "kind": 1024, @@ -19520,7 +19965,7 @@ } }, { - "id": 5981, + "id": 6010, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -19543,7 +19988,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -19557,7 +20002,7 @@ } }, { - "id": 5982, + "id": 6011, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -19580,7 +20025,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -19594,7 +20039,7 @@ } }, { - "id": 5983, + "id": 6012, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -19617,7 +20062,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -19631,7 +20076,7 @@ } }, { - "id": 5984, + "id": 6013, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -19640,7 +20085,7 @@ }, "type": { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -19652,7 +20097,7 @@ } }, { - "id": 5985, + "id": 6014, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -19661,7 +20106,7 @@ }, "type": { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -19677,25 +20122,25 @@ { "title": "Properties", "children": [ - 5986, - 5987, - 5980, - 5981, - 5982, - 5983, - 5984, - 5985 + 6015, + 6016, + 6009, + 6010, + 6011, + 6012, + 6013, + 6014 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } @@ -19706,7 +20151,7 @@ ] }, { - "id": 6224, + "id": 6253, "name": "FilterableOrderAddressProps", "variant": "declaration", "kind": 256, @@ -19721,7 +20166,7 @@ }, "children": [ { - "id": 6226, + "id": 6255, "name": "$and", "variant": "declaration", "kind": 1024, @@ -19744,17 +20189,17 @@ "types": [ { "type": "reference", - "target": 6224, + "target": 6253, "name": "FilterableOrderAddressProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6224, + "target": 6253, "name": "FilterableOrderAddressProps", "package": "@medusajs/types" } @@ -19767,12 +20212,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6227, + "id": 6256, "name": "$or", "variant": "declaration", "kind": 1024, @@ -19795,17 +20240,17 @@ "types": [ { "type": "reference", - "target": 6224, + "target": 6253, "name": "FilterableOrderAddressProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6224, + "target": 6253, "name": "FilterableOrderAddressProps", "package": "@medusajs/types" } @@ -19818,12 +20263,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6225, + "id": 6254, "name": "id", "variant": "declaration", "kind": 1024, @@ -19852,20 +20297,20 @@ { "title": "Properties", "children": [ - 6226, - 6227, - 6225 + 6255, + 6256, + 6254 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6224, + "target": 6253, "name": "FilterableOrderAddressProps", "package": "@medusajs/types" } @@ -19876,7 +20321,7 @@ ] }, { - "id": 6329, + "id": 6358, "name": "FilterableOrderLineItemProps", "variant": "declaration", "kind": 256, @@ -19891,7 +20336,7 @@ }, "children": [ { - "id": 6335, + "id": 6364, "name": "$and", "variant": "declaration", "kind": 1024, @@ -19914,17 +20359,17 @@ "types": [ { "type": "reference", - "target": 6329, + "target": 6358, "name": "FilterableOrderLineItemProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6329, + "target": 6358, "name": "FilterableOrderLineItemProps", "package": "@medusajs/types" } @@ -19937,12 +20382,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6336, + "id": 6365, "name": "$or", "variant": "declaration", "kind": 1024, @@ -19965,17 +20410,17 @@ "types": [ { "type": "reference", - "target": 6329, + "target": 6358, "name": "FilterableOrderLineItemProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6329, + "target": 6358, "name": "FilterableOrderLineItemProps", "package": "@medusajs/types" } @@ -19988,12 +20433,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6330, + "id": 6359, "name": "id", "variant": "declaration", "kind": 1024, @@ -20018,7 +20463,7 @@ } }, { - "id": 6331, + "id": 6360, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -20043,7 +20488,7 @@ } }, { - "id": 6332, + "id": 6361, "name": "title", "variant": "declaration", "kind": 1024, @@ -20056,7 +20501,7 @@ } }, { - "id": 6333, + "id": 6362, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -20081,7 +20526,7 @@ } }, { - "id": 6334, + "id": 6363, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -20110,24 +20555,24 @@ { "title": "Properties", "children": [ - 6335, - 6336, - 6330, - 6331, - 6332, - 6333, - 6334 + 6364, + 6365, + 6359, + 6360, + 6361, + 6362, + 6363 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6329, + "target": 6358, "name": "FilterableOrderLineItemProps", "package": "@medusajs/types" } @@ -20138,7 +20583,7 @@ ] }, { - "id": 6488, + "id": 6517, "name": "FilterableOrderLineItemAdjustmentProps", "variant": "declaration", "kind": 256, @@ -20153,7 +20598,7 @@ }, "children": [ { - "id": 6494, + "id": 6523, "name": "$and", "variant": "declaration", "kind": 1024, @@ -20176,17 +20621,17 @@ "types": [ { "type": "reference", - "target": 6488, + "target": 6517, "name": "FilterableOrderLineItemAdjustmentProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6488, + "target": 6517, "name": "FilterableOrderLineItemAdjustmentProps", "package": "@medusajs/types" } @@ -20199,12 +20644,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6495, + "id": 6524, "name": "$or", "variant": "declaration", "kind": 1024, @@ -20227,17 +20672,17 @@ "types": [ { "type": "reference", - "target": 6488, + "target": 6517, "name": "FilterableOrderLineItemAdjustmentProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6488, + "target": 6517, "name": "FilterableOrderLineItemAdjustmentProps", "package": "@medusajs/types" } @@ -20250,12 +20695,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6489, + "id": 6518, "name": "id", "variant": "declaration", "kind": 1024, @@ -20280,7 +20725,7 @@ } }, { - "id": 6490, + "id": 6519, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -20305,7 +20750,7 @@ } }, { - "id": 6491, + "id": 6520, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -20330,7 +20775,7 @@ } }, { - "id": 6492, + "id": 6521, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -20355,7 +20800,7 @@ } }, { - "id": 6493, + "id": 6522, "name": "item", "variant": "declaration", "kind": 1024, @@ -20364,7 +20809,7 @@ }, "type": { "type": "reference", - "target": 6329, + "target": 6358, "name": "FilterableOrderLineItemProps", "package": "@medusajs/types" } @@ -20374,24 +20819,24 @@ { "title": "Properties", "children": [ - 6494, - 6495, - 6489, - 6490, - 6491, - 6492, - 6493 + 6523, + 6524, + 6518, + 6519, + 6520, + 6521, + 6522 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6488, + "target": 6517, "name": "FilterableOrderLineItemAdjustmentProps", "package": "@medusajs/types" } @@ -20402,7 +20847,7 @@ ] }, { - "id": 6393, + "id": 6422, "name": "FilterableOrderShippingMethodProps", "variant": "declaration", "kind": 256, @@ -20417,7 +20862,7 @@ }, "children": [ { - "id": 6398, + "id": 6427, "name": "$and", "variant": "declaration", "kind": 1024, @@ -20440,17 +20885,17 @@ "types": [ { "type": "reference", - "target": 6393, + "target": 6422, "name": "FilterableOrderShippingMethodProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6393, + "target": 6422, "name": "FilterableOrderShippingMethodProps", "package": "@medusajs/types" } @@ -20463,12 +20908,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6399, + "id": 6428, "name": "$or", "variant": "declaration", "kind": 1024, @@ -20491,17 +20936,17 @@ "types": [ { "type": "reference", - "target": 6393, + "target": 6422, "name": "FilterableOrderShippingMethodProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6393, + "target": 6422, "name": "FilterableOrderShippingMethodProps", "package": "@medusajs/types" } @@ -20514,12 +20959,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6394, + "id": 6423, "name": "id", "variant": "declaration", "kind": 1024, @@ -20544,7 +20989,7 @@ } }, { - "id": 6395, + "id": 6424, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -20569,7 +21014,7 @@ } }, { - "id": 6396, + "id": 6425, "name": "name", "variant": "declaration", "kind": 1024, @@ -20582,7 +21027,7 @@ } }, { - "id": 6397, + "id": 6426, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -20611,23 +21056,23 @@ { "title": "Properties", "children": [ - 6398, - 6399, - 6394, - 6395, - 6396, - 6397 + 6427, + 6428, + 6423, + 6424, + 6425, + 6426 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6393, + "target": 6422, "name": "FilterableOrderShippingMethodProps", "package": "@medusajs/types" } @@ -20638,7 +21083,7 @@ ] }, { - "id": 6522, + "id": 6551, "name": "FilterableOrderShippingMethodAdjustmentProps", "variant": "declaration", "kind": 256, @@ -20653,7 +21098,7 @@ }, "children": [ { - "id": 6528, + "id": 6557, "name": "$and", "variant": "declaration", "kind": 1024, @@ -20676,17 +21121,17 @@ "types": [ { "type": "reference", - "target": 6522, + "target": 6551, "name": "FilterableOrderShippingMethodAdjustmentProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6522, + "target": 6551, "name": "FilterableOrderShippingMethodAdjustmentProps", "package": "@medusajs/types" } @@ -20699,12 +21144,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6529, + "id": 6558, "name": "$or", "variant": "declaration", "kind": 1024, @@ -20727,17 +21172,17 @@ "types": [ { "type": "reference", - "target": 6522, + "target": 6551, "name": "FilterableOrderShippingMethodAdjustmentProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6522, + "target": 6551, "name": "FilterableOrderShippingMethodAdjustmentProps", "package": "@medusajs/types" } @@ -20750,12 +21195,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6523, + "id": 6552, "name": "id", "variant": "declaration", "kind": 1024, @@ -20780,7 +21225,7 @@ } }, { - "id": 6524, + "id": 6553, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -20805,7 +21250,7 @@ } }, { - "id": 6525, + "id": 6554, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -20830,7 +21275,7 @@ } }, { - "id": 6526, + "id": 6555, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -20855,7 +21300,7 @@ } }, { - "id": 6527, + "id": 6556, "name": "shipping_method", "variant": "declaration", "kind": 1024, @@ -20864,7 +21309,7 @@ }, "type": { "type": "reference", - "target": 6393, + "target": 6422, "name": "FilterableOrderShippingMethodProps", "package": "@medusajs/types" } @@ -20874,24 +21319,24 @@ { "title": "Properties", "children": [ - 6528, - 6529, - 6523, - 6524, - 6525, - 6526, - 6527 + 6557, + 6558, + 6552, + 6553, + 6554, + 6555, + 6556 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6522, + "target": 6551, "name": "FilterableOrderShippingMethodAdjustmentProps", "package": "@medusajs/types" } @@ -20902,7 +21347,7 @@ ] }, { - "id": 6556, + "id": 6585, "name": "FilterableOrderLineItemTaxLineProps", "variant": "declaration", "kind": 256, @@ -20917,7 +21362,7 @@ }, "children": [ { - "id": 6564, + "id": 6593, "name": "$and", "variant": "declaration", "kind": 1024, @@ -20940,17 +21385,17 @@ "types": [ { "type": "reference", - "target": 6556, + "target": 6585, "name": "FilterableOrderLineItemTaxLineProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6556, + "target": 6585, "name": "FilterableOrderLineItemTaxLineProps", "package": "@medusajs/types" } @@ -20963,12 +21408,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6565, + "id": 6594, "name": "$or", "variant": "declaration", "kind": 1024, @@ -20991,17 +21436,17 @@ "types": [ { "type": "reference", - "target": 6556, + "target": 6585, "name": "FilterableOrderLineItemTaxLineProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6556, + "target": 6585, "name": "FilterableOrderLineItemTaxLineProps", "package": "@medusajs/types" } @@ -21014,12 +21459,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6557, + "id": 6586, "name": "id", "variant": "declaration", "kind": 1024, @@ -21044,7 +21489,7 @@ } }, { - "id": 6558, + "id": 6587, "name": "description", "variant": "declaration", "kind": 1024, @@ -21057,7 +21502,7 @@ } }, { - "id": 6559, + "id": 6588, "name": "code", "variant": "declaration", "kind": 1024, @@ -21082,7 +21527,7 @@ } }, { - "id": 6560, + "id": 6589, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -21107,7 +21552,7 @@ } }, { - "id": 6561, + "id": 6590, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -21132,7 +21577,7 @@ } }, { - "id": 6562, + "id": 6591, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -21157,7 +21602,7 @@ } }, { - "id": 6563, + "id": 6592, "name": "item", "variant": "declaration", "kind": 1024, @@ -21166,7 +21611,7 @@ }, "type": { "type": "reference", - "target": 6329, + "target": 6358, "name": "FilterableOrderLineItemProps", "package": "@medusajs/types" } @@ -21176,26 +21621,26 @@ { "title": "Properties", "children": [ - 6564, - 6565, - 6557, - 6558, - 6559, - 6560, - 6561, - 6562, - 6563 + 6593, + 6594, + 6586, + 6587, + 6588, + 6589, + 6590, + 6591, + 6592 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6556, + "target": 6585, "name": "FilterableOrderLineItemTaxLineProps", "package": "@medusajs/types" } @@ -21206,7 +21651,7 @@ ] }, { - "id": 6594, + "id": 6623, "name": "FilterableOrderShippingMethodTaxLineProps", "variant": "declaration", "kind": 256, @@ -21221,7 +21666,7 @@ }, "children": [ { - "id": 6602, + "id": 6631, "name": "$and", "variant": "declaration", "kind": 1024, @@ -21244,17 +21689,17 @@ "types": [ { "type": "reference", - "target": 6594, + "target": 6623, "name": "FilterableOrderShippingMethodTaxLineProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6594, + "target": 6623, "name": "FilterableOrderShippingMethodTaxLineProps", "package": "@medusajs/types" } @@ -21267,12 +21712,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6603, + "id": 6632, "name": "$or", "variant": "declaration", "kind": 1024, @@ -21295,17 +21740,17 @@ "types": [ { "type": "reference", - "target": 6594, + "target": 6623, "name": "FilterableOrderShippingMethodTaxLineProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6594, + "target": 6623, "name": "FilterableOrderShippingMethodTaxLineProps", "package": "@medusajs/types" } @@ -21318,12 +21763,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6595, + "id": 6624, "name": "id", "variant": "declaration", "kind": 1024, @@ -21348,7 +21793,7 @@ } }, { - "id": 6596, + "id": 6625, "name": "description", "variant": "declaration", "kind": 1024, @@ -21361,7 +21806,7 @@ } }, { - "id": 6597, + "id": 6626, "name": "code", "variant": "declaration", "kind": 1024, @@ -21386,7 +21831,7 @@ } }, { - "id": 6598, + "id": 6627, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -21411,7 +21856,7 @@ } }, { - "id": 6599, + "id": 6628, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -21436,7 +21881,7 @@ } }, { - "id": 6600, + "id": 6629, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -21461,7 +21906,7 @@ } }, { - "id": 6601, + "id": 6630, "name": "shipping_method", "variant": "declaration", "kind": 1024, @@ -21470,7 +21915,7 @@ }, "type": { "type": "reference", - "target": 6393, + "target": 6422, "name": "FilterableOrderShippingMethodProps", "package": "@medusajs/types" } @@ -21480,26 +21925,26 @@ { "title": "Properties", "children": [ - 6602, - 6603, - 6595, - 6596, - 6597, - 6598, - 6599, - 6600, - 6601 + 6631, + 6632, + 6624, + 6625, + 6626, + 6627, + 6628, + 6629, + 6630 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6594, + "target": 6623, "name": "FilterableOrderShippingMethodTaxLineProps", "package": "@medusajs/types" } @@ -21510,7 +21955,7 @@ ] }, { - "id": 6712, + "id": 6741, "name": "FilterableOrderChangeActionProps", "variant": "declaration", "kind": 256, @@ -21525,7 +21970,7 @@ }, "children": [ { - "id": 6717, + "id": 6746, "name": "$and", "variant": "declaration", "kind": 1024, @@ -21548,17 +21993,17 @@ "types": [ { "type": "reference", - "target": 6712, + "target": 6741, "name": "FilterableOrderChangeActionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6712, + "target": 6741, "name": "FilterableOrderChangeActionProps", "package": "@medusajs/types" } @@ -21571,12 +22016,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6718, + "id": 6747, "name": "$or", "variant": "declaration", "kind": 1024, @@ -21599,17 +22044,17 @@ "types": [ { "type": "reference", - "target": 6712, + "target": 6741, "name": "FilterableOrderChangeActionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6712, + "target": 6741, "name": "FilterableOrderChangeActionProps", "package": "@medusajs/types" } @@ -21622,12 +22067,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6713, + "id": 6742, "name": "id", "variant": "declaration", "kind": 1024, @@ -21650,7 +22095,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -21664,7 +22109,7 @@ } }, { - "id": 6714, + "id": 6743, "name": "order_change_id", "variant": "declaration", "kind": 1024, @@ -21687,7 +22132,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -21701,7 +22146,7 @@ } }, { - "id": 6715, + "id": 6744, "name": "reference", "variant": "declaration", "kind": 1024, @@ -21724,7 +22169,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -21738,7 +22183,7 @@ } }, { - "id": 6716, + "id": 6745, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -21761,7 +22206,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -21779,23 +22224,23 @@ { "title": "Properties", "children": [ - 6717, - 6718, - 6713, - 6714, - 6715, - 6716 + 6746, + 6747, + 6742, + 6743, + 6744, + 6745 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6712, + "target": 6741, "name": "FilterableOrderChangeActionProps", "package": "@medusajs/types" } @@ -21806,7 +22251,7 @@ ] }, { - "id": 6748, + "id": 6780, "name": "FilterableOrderTransactionProps", "variant": "declaration", "kind": 256, @@ -21821,7 +22266,7 @@ }, "children": [ { - "id": 6755, + "id": 6787, "name": "$and", "variant": "declaration", "kind": 1024, @@ -21844,17 +22289,17 @@ "types": [ { "type": "reference", - "target": 6748, + "target": 6780, "name": "FilterableOrderTransactionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6748, + "target": 6780, "name": "FilterableOrderTransactionProps", "package": "@medusajs/types" } @@ -21867,12 +22312,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6756, + "id": 6788, "name": "$or", "variant": "declaration", "kind": 1024, @@ -21895,17 +22340,17 @@ "types": [ { "type": "reference", - "target": 6748, + "target": 6780, "name": "FilterableOrderTransactionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6748, + "target": 6780, "name": "FilterableOrderTransactionProps", "package": "@medusajs/types" } @@ -21918,12 +22363,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6749, + "id": 6781, "name": "id", "variant": "declaration", "kind": 1024, @@ -21946,7 +22391,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -21960,7 +22405,7 @@ } }, { - "id": 6750, + "id": 6782, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -21983,7 +22428,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -21997,7 +22442,7 @@ } }, { - "id": 6751, + "id": 6783, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -22020,7 +22465,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -22034,7 +22479,7 @@ } }, { - "id": 6752, + "id": 6784, "name": "reference", "variant": "declaration", "kind": 1024, @@ -22057,7 +22502,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -22071,7 +22516,7 @@ } }, { - "id": 6753, + "id": 6785, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -22094,7 +22539,7 @@ }, { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -22108,7 +22553,7 @@ } }, { - "id": 6754, + "id": 6786, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -22117,7 +22562,7 @@ }, "type": { "type": "reference", - "target": 7101, + "target": 7168, "typeArguments": [ { "type": "intrinsic", @@ -22133,25 +22578,25 @@ { "title": "Properties", "children": [ - 6755, - 6756, - 6749, - 6750, - 6751, - 6752, - 6753, - 6754 + 6787, + 6788, + 6781, + 6782, + 6783, + 6784, + 6785, + 6786 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6748, + "target": 6780, "name": "FilterableOrderTransactionProps", "package": "@medusajs/types" } @@ -22162,7 +22607,7 @@ ] }, { - "id": 6790, + "id": 6822, "name": "FilterableOrderReturnReasonProps", "variant": "declaration", "kind": 256, @@ -22177,7 +22622,7 @@ }, "children": [ { - "id": 6795, + "id": 6827, "name": "$and", "variant": "declaration", "kind": 1024, @@ -22200,17 +22645,17 @@ "types": [ { "type": "reference", - "target": 6790, + "target": 6822, "name": "FilterableOrderReturnReasonProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6790, + "target": 6822, "name": "FilterableOrderReturnReasonProps", "package": "@medusajs/types" } @@ -22223,12 +22668,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6796, + "id": 6828, "name": "$or", "variant": "declaration", "kind": 1024, @@ -22251,17 +22696,17 @@ "types": [ { "type": "reference", - "target": 6790, + "target": 6822, "name": "FilterableOrderReturnReasonProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6790, + "target": 6822, "name": "FilterableOrderReturnReasonProps", "package": "@medusajs/types" } @@ -22274,12 +22719,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6791, + "id": 6823, "name": "id", "variant": "declaration", "kind": 1024, @@ -22304,7 +22749,7 @@ } }, { - "id": 6792, + "id": 6824, "name": "value", "variant": "declaration", "kind": 1024, @@ -22329,7 +22774,7 @@ } }, { - "id": 6793, + "id": 6825, "name": "label", "variant": "declaration", "kind": 1024, @@ -22342,7 +22787,7 @@ } }, { - "id": 6794, + "id": 6826, "name": "description", "variant": "declaration", "kind": 1024, @@ -22359,23 +22804,23 @@ { "title": "Properties", "children": [ - 6795, - 6796, - 6791, - 6792, - 6793, - 6794 + 6827, + 6828, + 6823, + 6824, + 6825, + 6826 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6790, + "target": 6822, "name": "FilterableOrderReturnReasonProps", "package": "@medusajs/types" } @@ -22386,7 +22831,7 @@ ] }, { - "id": 6858, + "id": 6925, "name": "FilterableReturnProps", "variant": "declaration", "kind": 256, @@ -22401,7 +22846,7 @@ }, "children": [ { - "id": 6865, + "id": 6932, "name": "$and", "variant": "declaration", "kind": 1024, @@ -22424,17 +22869,17 @@ "types": [ { "type": "reference", - "target": 6858, + "target": 6925, "name": "FilterableReturnProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6858, + "target": 6925, "name": "FilterableReturnProps", "package": "@medusajs/types" } @@ -22447,12 +22892,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6866, + "id": 6933, "name": "$or", "variant": "declaration", "kind": 1024, @@ -22475,17 +22920,17 @@ "types": [ { "type": "reference", - "target": 6858, + "target": 6925, "name": "FilterableReturnProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6858, + "target": 6925, "name": "FilterableReturnProps", "package": "@medusajs/types" } @@ -22498,12 +22943,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6859, + "id": 6926, "name": "id", "variant": "declaration", "kind": 1024, @@ -22528,7 +22973,7 @@ } }, { - "id": 6860, + "id": 6927, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -22553,7 +22998,7 @@ } }, { - "id": 6861, + "id": 6928, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -22578,7 +23023,7 @@ } }, { - "id": 6862, + "id": 6929, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -22603,7 +23048,7 @@ } }, { - "id": 6863, + "id": 6930, "name": "status", "variant": "declaration", "kind": 1024, @@ -22628,7 +23073,7 @@ } }, { - "id": 6864, + "id": 6931, "name": "refund_amount", "variant": "declaration", "kind": 1024, @@ -22657,25 +23102,25 @@ { "title": "Properties", "children": [ - 6865, - 6866, - 6859, - 6860, - 6861, - 6862, - 6863, - 6864 + 6932, + 6933, + 6926, + 6927, + 6928, + 6929, + 6930, + 6931 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6858, + "target": 6925, "name": "FilterableReturnProps", "package": "@medusajs/types" } @@ -22686,7 +23131,7 @@ ] }, { - "id": 6910, + "id": 6977, "name": "FilterableOrderClaimProps", "variant": "declaration", "kind": 256, @@ -22701,7 +23146,7 @@ }, "children": [ { - "id": 6914, + "id": 6981, "name": "$and", "variant": "declaration", "kind": 1024, @@ -22724,17 +23169,17 @@ "types": [ { "type": "reference", - "target": 6910, + "target": 6977, "name": "FilterableOrderClaimProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6910, + "target": 6977, "name": "FilterableOrderClaimProps", "package": "@medusajs/types" } @@ -22747,12 +23192,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6915, + "id": 6982, "name": "$or", "variant": "declaration", "kind": 1024, @@ -22775,17 +23220,17 @@ "types": [ { "type": "reference", - "target": 6910, + "target": 6977, "name": "FilterableOrderClaimProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6910, + "target": 6977, "name": "FilterableOrderClaimProps", "package": "@medusajs/types" } @@ -22798,12 +23243,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6911, + "id": 6978, "name": "id", "variant": "declaration", "kind": 1024, @@ -22828,7 +23273,7 @@ } }, { - "id": 6912, + "id": 6979, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -22853,7 +23298,7 @@ } }, { - "id": 6913, + "id": 6980, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -22882,22 +23327,22 @@ { "title": "Properties", "children": [ - 6914, - 6915, - 6911, - 6912, - 6913 + 6981, + 6982, + 6978, + 6979, + 6980 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6910, + "target": 6977, "name": "FilterableOrderClaimProps", "package": "@medusajs/types" } @@ -22908,7 +23353,7 @@ ] }, { - "id": 6943, + "id": 7010, "name": "FilterableOrderExchangeProps", "variant": "declaration", "kind": 256, @@ -22923,7 +23368,7 @@ }, "children": [ { - "id": 6948, + "id": 7015, "name": "$and", "variant": "declaration", "kind": 1024, @@ -22946,17 +23391,17 @@ "types": [ { "type": "reference", - "target": 6943, + "target": 7010, "name": "FilterableOrderExchangeProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6943, + "target": 7010, "name": "FilterableOrderExchangeProps", "package": "@medusajs/types" } @@ -22969,12 +23414,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7098, + "target": 7165, "name": "BaseFilterable.$and" } }, { - "id": 6949, + "id": 7016, "name": "$or", "variant": "declaration", "kind": 1024, @@ -22997,17 +23442,17 @@ "types": [ { "type": "reference", - "target": 6943, + "target": 7010, "name": "FilterableOrderExchangeProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6943, + "target": 7010, "name": "FilterableOrderExchangeProps", "package": "@medusajs/types" } @@ -23020,12 +23465,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7099, + "target": 7166, "name": "BaseFilterable.$or" } }, { - "id": 6944, + "id": 7011, "name": "id", "variant": "declaration", "kind": 1024, @@ -23050,7 +23495,7 @@ } }, { - "id": 6945, + "id": 7012, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -23075,7 +23520,7 @@ } }, { - "id": 6946, + "id": 7013, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -23100,7 +23545,7 @@ } }, { - "id": 6947, + "id": 7014, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -23117,23 +23562,23 @@ { "title": "Properties", "children": [ - 6948, - 6949, - 6944, - 6945, - 6946, - 6947 + 7015, + 7016, + 7011, + 7012, + 7013, + 7014 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7097, + "target": 7164, "typeArguments": [ { "type": "reference", - "target": 6943, + "target": 7010, "name": "FilterableOrderExchangeProps", "package": "@medusajs/types" } @@ -23144,14 +23589,14 @@ ] }, { - "id": 6690, + "id": 6719, "name": "OrderChangeReturn", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6691, + "id": 6720, "name": "items", "variant": "declaration", "kind": 1024, @@ -23161,14 +23606,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 6692, + "id": 6721, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 6693, + "id": 6722, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -23179,7 +23624,7 @@ } }, { - "id": 6694, + "id": 6723, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -23190,79 +23635,79 @@ } }, { - "id": 6695, + "id": 6724, "name": "fulfilled_quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6696, + "id": 6725, "name": "shipped_quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6697, + "id": 6726, "name": "return_requested_quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6698, + "id": 6727, "name": "return_received_quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6699, + "id": 6728, "name": "return_dismissed_quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6700, + "id": 6729, "name": "written_off_quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -23272,27 +23717,27 @@ { "title": "Properties", "children": [ - 6693, - 6694, - 6695, - 6696, - 6697, - 6698, - 6699, - 6700 + 6722, + 6723, + 6724, + 6725, + 6726, + 6727, + 6728, + 6729 ] } ], "indexSignatures": [ { - "id": 6701, + "id": 6730, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 6702, + "id": 6731, "name": "key", "variant": "param", "kind": 32768, @@ -23314,7 +23759,7 @@ } }, { - "id": 6703, + "id": 6732, "name": "shippingMethods", "variant": "declaration", "kind": 1024, @@ -23332,14 +23777,14 @@ { "title": "Properties", "children": [ - 6691, - 6703 + 6720, + 6732 ] } ] }, { - "id": 7124, + "id": 7191, "name": "UpsertOrderAddressDTO", "variant": "declaration", "kind": 256, @@ -23354,7 +23799,7 @@ }, "children": [ { - "id": 7125, + "id": 7192, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -23367,7 +23812,7 @@ } }, { - "id": 7126, + "id": 7193, "name": "company", "variant": "declaration", "kind": 1024, @@ -23380,7 +23825,7 @@ } }, { - "id": 7127, + "id": 7194, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -23393,7 +23838,7 @@ } }, { - "id": 7128, + "id": 7195, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -23406,7 +23851,7 @@ } }, { - "id": 7129, + "id": 7196, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -23419,7 +23864,7 @@ } }, { - "id": 7130, + "id": 7197, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -23432,7 +23877,7 @@ } }, { - "id": 7131, + "id": 7198, "name": "city", "variant": "declaration", "kind": 1024, @@ -23445,7 +23890,7 @@ } }, { - "id": 7132, + "id": 7199, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -23458,7 +23903,7 @@ } }, { - "id": 7133, + "id": 7200, "name": "province", "variant": "declaration", "kind": 1024, @@ -23471,7 +23916,7 @@ } }, { - "id": 7134, + "id": 7201, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -23484,7 +23929,7 @@ } }, { - "id": 7135, + "id": 7202, "name": "phone", "variant": "declaration", "kind": 1024, @@ -23497,7 +23942,7 @@ } }, { - "id": 7136, + "id": 7203, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -23538,36 +23983,36 @@ { "title": "Properties", "children": [ - 7125, - 7126, - 7127, - 7128, - 7129, - 7130, - 7131, - 7132, - 7133, - 7134, - 7135, - 7136 + 7192, + 7193, + 7194, + 7195, + 7196, + 7197, + 7198, + 7199, + 7200, + 7201, + 7202, + 7203 ] } ], "extendedBy": [ { "type": "reference", - "target": 6244, + "target": 6273, "name": "CreateOrderAddressDTO" }, { "type": "reference", - "target": 6257, + "target": 6286, "name": "UpdateOrderAddressDTO" } ] }, { - "id": 6257, + "id": 6286, "name": "UpdateOrderAddressDTO", "variant": "declaration", "kind": 256, @@ -23582,7 +24027,7 @@ }, "children": [ { - "id": 6259, + "id": 6288, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -23596,12 +24041,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7125, + "target": 7192, "name": "UpsertOrderAddressDTO.customer_id" } }, { - "id": 6260, + "id": 6289, "name": "company", "variant": "declaration", "kind": 1024, @@ -23615,12 +24060,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7126, + "target": 7193, "name": "UpsertOrderAddressDTO.company" } }, { - "id": 6261, + "id": 6290, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -23634,12 +24079,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7127, + "target": 7194, "name": "UpsertOrderAddressDTO.first_name" } }, { - "id": 6262, + "id": 6291, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -23653,12 +24098,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7128, + "target": 7195, "name": "UpsertOrderAddressDTO.last_name" } }, { - "id": 6263, + "id": 6292, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -23672,12 +24117,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7129, + "target": 7196, "name": "UpsertOrderAddressDTO.address_1" } }, { - "id": 6264, + "id": 6293, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -23691,12 +24136,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7130, + "target": 7197, "name": "UpsertOrderAddressDTO.address_2" } }, { - "id": 6265, + "id": 6294, "name": "city", "variant": "declaration", "kind": 1024, @@ -23710,12 +24155,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7131, + "target": 7198, "name": "UpsertOrderAddressDTO.city" } }, { - "id": 6266, + "id": 6295, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -23729,12 +24174,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7132, + "target": 7199, "name": "UpsertOrderAddressDTO.country_code" } }, { - "id": 6267, + "id": 6296, "name": "province", "variant": "declaration", "kind": 1024, @@ -23748,12 +24193,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7133, + "target": 7200, "name": "UpsertOrderAddressDTO.province" } }, { - "id": 6268, + "id": 6297, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -23767,12 +24212,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7134, + "target": 7201, "name": "UpsertOrderAddressDTO.postal_code" } }, { - "id": 6269, + "id": 6298, "name": "phone", "variant": "declaration", "kind": 1024, @@ -23786,12 +24231,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7135, + "target": 7202, "name": "UpsertOrderAddressDTO.phone" } }, { - "id": 6270, + "id": 6299, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -23829,12 +24274,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7136, + "target": 7203, "name": "UpsertOrderAddressDTO.metadata" } }, { - "id": 6258, + "id": 6287, "name": "id", "variant": "declaration", "kind": 1024, @@ -23849,33 +24294,33 @@ { "title": "Properties", "children": [ - 6259, - 6260, - 6261, - 6262, - 6263, - 6264, - 6265, - 6266, - 6267, - 6268, - 6269, - 6270, - 6258 + 6288, + 6289, + 6290, + 6291, + 6292, + 6293, + 6294, + 6295, + 6296, + 6297, + 6298, + 6299, + 6287 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7124, + "target": 7191, "name": "UpsertOrderAddressDTO", "package": "@medusajs/types" } ] }, { - "id": 6244, + "id": 6273, "name": "CreateOrderAddressDTO", "variant": "declaration", "kind": 256, @@ -23890,7 +24335,7 @@ }, "children": [ { - "id": 6245, + "id": 6274, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -23904,12 +24349,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7125, + "target": 7192, "name": "UpsertOrderAddressDTO.customer_id" } }, { - "id": 6246, + "id": 6275, "name": "company", "variant": "declaration", "kind": 1024, @@ -23923,12 +24368,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7126, + "target": 7193, "name": "UpsertOrderAddressDTO.company" } }, { - "id": 6247, + "id": 6276, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -23942,12 +24387,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7127, + "target": 7194, "name": "UpsertOrderAddressDTO.first_name" } }, { - "id": 6248, + "id": 6277, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -23961,12 +24406,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7128, + "target": 7195, "name": "UpsertOrderAddressDTO.last_name" } }, { - "id": 6249, + "id": 6278, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -23980,12 +24425,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7129, + "target": 7196, "name": "UpsertOrderAddressDTO.address_1" } }, { - "id": 6250, + "id": 6279, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -23999,12 +24444,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7130, + "target": 7197, "name": "UpsertOrderAddressDTO.address_2" } }, { - "id": 6251, + "id": 6280, "name": "city", "variant": "declaration", "kind": 1024, @@ -24018,12 +24463,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7131, + "target": 7198, "name": "UpsertOrderAddressDTO.city" } }, { - "id": 6252, + "id": 6281, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -24037,12 +24482,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7132, + "target": 7199, "name": "UpsertOrderAddressDTO.country_code" } }, { - "id": 6253, + "id": 6282, "name": "province", "variant": "declaration", "kind": 1024, @@ -24056,12 +24501,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7133, + "target": 7200, "name": "UpsertOrderAddressDTO.province" } }, { - "id": 6254, + "id": 6283, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -24075,12 +24520,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7134, + "target": 7201, "name": "UpsertOrderAddressDTO.postal_code" } }, { - "id": 6255, + "id": 6284, "name": "phone", "variant": "declaration", "kind": 1024, @@ -24094,12 +24539,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7135, + "target": 7202, "name": "UpsertOrderAddressDTO.phone" } }, { - "id": 6256, + "id": 6285, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -24137,7 +24582,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 7136, + "target": 7203, "name": "UpsertOrderAddressDTO.metadata" } } @@ -24146,32 +24591,32 @@ { "title": "Properties", "children": [ - 6245, - 6246, - 6247, - 6248, - 6249, - 6250, - 6251, - 6252, - 6253, - 6254, - 6255, - 6256 + 6274, + 6275, + 6276, + 6277, + 6278, + 6279, + 6280, + 6281, + 6282, + 6283, + 6284, + 6285 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7124, + "target": 7191, "name": "UpsertOrderAddressDTO", "package": "@medusajs/types" } ] }, { - "id": 6189, + "id": 6218, "name": "CreateOrderDTO", "variant": "declaration", "kind": 256, @@ -24186,7 +24631,7 @@ }, "children": [ { - "id": 6190, + "id": 6219, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -24199,7 +24644,7 @@ } }, { - "id": 6191, + "id": 6220, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -24212,7 +24657,7 @@ } }, { - "id": 6192, + "id": 6221, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -24225,7 +24670,7 @@ } }, { - "id": 6193, + "id": 6222, "name": "status", "variant": "declaration", "kind": 1024, @@ -24238,7 +24683,7 @@ } }, { - "id": 6194, + "id": 6223, "name": "email", "variant": "declaration", "kind": 1024, @@ -24251,7 +24696,7 @@ } }, { - "id": 6195, + "id": 6224, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -24264,7 +24709,7 @@ } }, { - "id": 6196, + "id": 6225, "name": "shipping_address_id", "variant": "declaration", "kind": 1024, @@ -24277,7 +24722,7 @@ } }, { - "id": 6197, + "id": 6226, "name": "billing_address_id", "variant": "declaration", "kind": 1024, @@ -24290,7 +24735,7 @@ } }, { - "id": 6198, + "id": 6227, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -24302,13 +24747,13 @@ "types": [ { "type": "reference", - "target": 6257, + "target": 6286, "name": "UpdateOrderAddressDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 6244, + "target": 6273, "name": "CreateOrderAddressDTO", "package": "@medusajs/types" } @@ -24316,7 +24761,7 @@ } }, { - "id": 6199, + "id": 6228, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -24328,13 +24773,13 @@ "types": [ { "type": "reference", - "target": 6257, + "target": 6286, "name": "UpdateOrderAddressDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 6244, + "target": 6273, "name": "CreateOrderAddressDTO", "package": "@medusajs/types" } @@ -24342,7 +24787,7 @@ } }, { - "id": 6200, + "id": 6229, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -24355,7 +24800,7 @@ } }, { - "id": 6201, + "id": 6230, "name": "items", "variant": "declaration", "kind": 1024, @@ -24366,14 +24811,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6337, + "target": 6366, "name": "CreateOrderLineItemDTO", "package": "@medusajs/types" } } }, { - "id": 6202, + "id": 6231, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -24391,7 +24836,7 @@ "typeArguments": [ { "type": "reference", - "target": 6467, + "target": 6496, "name": "CreateOrderShippingMethodDTO", "package": "@medusajs/types" }, @@ -24406,7 +24851,7 @@ } }, { - "id": 6203, + "id": 6232, "name": "transactions", "variant": "declaration", "kind": 1024, @@ -24424,7 +24869,7 @@ "typeArguments": [ { "type": "reference", - "target": 6769, + "target": 6801, "name": "CreateOrderTransactionDTO", "package": "@medusajs/types" }, @@ -24439,7 +24884,7 @@ } }, { - "id": 6204, + "id": 6233, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -24476,7 +24921,7 @@ } }, { - "id": 6205, + "id": 6234, "name": "promo_codes", "variant": "declaration", "kind": 1024, @@ -24496,35 +24941,35 @@ { "title": "Properties", "children": [ - 6190, - 6191, - 6192, - 6193, - 6194, - 6195, - 6196, - 6197, - 6198, - 6199, - 6200, - 6201, - 6202, - 6203, - 6204, - 6205 + 6219, + 6220, + 6221, + 6222, + 6223, + 6224, + 6225, + 6226, + 6227, + 6228, + 6229, + 6230, + 6231, + 6232, + 6233, + 6234 ] } ] }, { - "id": 6206, + "id": 6235, "name": "UpdateOrderDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6207, + "id": 6236, "name": "id", "variant": "declaration", "kind": 1024, @@ -24537,7 +24982,7 @@ } }, { - "id": 6208, + "id": 6237, "name": "version", "variant": "declaration", "kind": 1024, @@ -24550,7 +24995,7 @@ } }, { - "id": 6209, + "id": 6238, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -24563,7 +25008,7 @@ } }, { - "id": 6210, + "id": 6239, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -24576,7 +25021,7 @@ } }, { - "id": 6211, + "id": 6240, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -24589,7 +25034,7 @@ } }, { - "id": 6212, + "id": 6241, "name": "items", "variant": "declaration", "kind": 1024, @@ -24600,14 +25045,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6337, + "target": 6366, "name": "CreateOrderLineItemDTO", "package": "@medusajs/types" } } }, { - "id": 6213, + "id": 6242, "name": "shipping_address", "variant": "declaration", "kind": 1024, @@ -24619,13 +25064,13 @@ "types": [ { "type": "reference", - "target": 6257, + "target": 6286, "name": "UpdateOrderAddressDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 6244, + "target": 6273, "name": "CreateOrderAddressDTO", "package": "@medusajs/types" } @@ -24633,7 +25078,7 @@ } }, { - "id": 6214, + "id": 6243, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -24645,13 +25090,13 @@ "types": [ { "type": "reference", - "target": 6257, + "target": 6286, "name": "UpdateOrderAddressDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 6244, + "target": 6273, "name": "CreateOrderAddressDTO", "package": "@medusajs/types" } @@ -24659,7 +25104,7 @@ } }, { - "id": 6215, + "id": 6244, "name": "email", "variant": "declaration", "kind": 1024, @@ -24672,7 +25117,7 @@ } }, { - "id": 6216, + "id": 6245, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -24685,7 +25130,7 @@ } }, { - "id": 6217, + "id": 6246, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -24726,23 +25171,23 @@ { "title": "Properties", "children": [ - 6207, - 6208, - 6209, - 6210, - 6211, - 6212, - 6213, - 6214, - 6215, - 6216, - 6217 + 6236, + 6237, + 6238, + 6239, + 6240, + 6241, + 6242, + 6243, + 6244, + 6245, + 6246 ] } ] }, { - "id": 6508, + "id": 6537, "name": "CreateOrderAdjustmentDTO", "variant": "declaration", "kind": 256, @@ -24757,7 +25202,7 @@ }, "children": [ { - "id": 6509, + "id": 6538, "name": "code", "variant": "declaration", "kind": 1024, @@ -24770,20 +25215,20 @@ } }, { - "id": 6510, + "id": 6539, "name": "amount", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6511, + "id": 6540, "name": "description", "variant": "declaration", "kind": 1024, @@ -24796,7 +25241,7 @@ } }, { - "id": 6512, + "id": 6541, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -24809,7 +25254,7 @@ } }, { - "id": 6513, + "id": 6542, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -24826,24 +25271,24 @@ { "title": "Properties", "children": [ - 6509, - 6510, - 6511, - 6512, - 6513 + 6538, + 6539, + 6540, + 6541, + 6542 ] } ] }, { - "id": 7178, + "id": 7245, "name": "UpdateOrderAdjustmentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7179, + "id": 7246, "name": "id", "variant": "declaration", "kind": 1024, @@ -24854,7 +25299,7 @@ } }, { - "id": 7180, + "id": 7247, "name": "code", "variant": "declaration", "kind": 1024, @@ -24867,20 +25312,20 @@ } }, { - "id": 7181, + "id": 7248, "name": "amount", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 7182, + "id": 7249, "name": "description", "variant": "declaration", "kind": 1024, @@ -24893,7 +25338,7 @@ } }, { - "id": 7183, + "id": 7250, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -24906,7 +25351,7 @@ } }, { - "id": 7184, + "id": 7251, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -24923,25 +25368,25 @@ { "title": "Properties", "children": [ - 7179, - 7180, - 7181, - 7182, - 7183, - 7184 + 7246, + 7247, + 7248, + 7249, + 7250, + 7251 ] } ] }, { - "id": 6514, + "id": 6543, "name": "UpsertOrderLineItemAdjustmentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6515, + "id": 6544, "name": "id", "variant": "declaration", "kind": 1024, @@ -24954,7 +25399,7 @@ } }, { - "id": 6516, + "id": 6545, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -24965,7 +25410,7 @@ } }, { - "id": 6517, + "id": 6546, "name": "code", "variant": "declaration", "kind": 1024, @@ -24978,7 +25423,7 @@ } }, { - "id": 6518, + "id": 6547, "name": "amount", "variant": "declaration", "kind": 1024, @@ -24987,13 +25432,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6519, + "id": 6548, "name": "description", "variant": "declaration", "kind": 1024, @@ -25006,7 +25451,7 @@ } }, { - "id": 6520, + "id": 6549, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -25019,7 +25464,7 @@ } }, { - "id": 6521, + "id": 6550, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -25036,19 +25481,19 @@ { "title": "Properties", "children": [ - 6515, - 6516, - 6517, - 6518, - 6519, - 6520, - 6521 + 6544, + 6545, + 6546, + 6547, + 6548, + 6549, + 6550 ] } ] }, { - "id": 7165, + "id": 7232, "name": "CreateOrderTaxLineDTO", "variant": "declaration", "kind": 256, @@ -25063,7 +25508,7 @@ }, "children": [ { - "id": 7166, + "id": 7233, "name": "description", "variant": "declaration", "kind": 1024, @@ -25076,7 +25521,7 @@ } }, { - "id": 7167, + "id": 7234, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -25089,7 +25534,7 @@ } }, { - "id": 7168, + "id": 7235, "name": "code", "variant": "declaration", "kind": 1024, @@ -25100,20 +25545,20 @@ } }, { - "id": 7169, + "id": 7236, "name": "rate", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 7170, + "id": 7237, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -25130,36 +25575,36 @@ { "title": "Properties", "children": [ - 7166, - 7167, - 7168, - 7169, - 7170 + 7233, + 7234, + 7235, + 7236, + 7237 ] } ], "extendedBy": [ { "type": "reference", - "target": 6581, + "target": 6610, "name": "CreateOrderLineItemTaxLineDTO" }, { "type": "reference", - "target": 6619, + "target": 6648, "name": "CreateOrderShippingMethodTaxLineDTO" } ] }, { - "id": 7171, + "id": 7238, "name": "UpdateOrderTaxLineDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7172, + "id": 7239, "name": "id", "variant": "declaration", "kind": 1024, @@ -25170,7 +25615,7 @@ } }, { - "id": 7173, + "id": 7240, "name": "description", "variant": "declaration", "kind": 1024, @@ -25183,7 +25628,7 @@ } }, { - "id": 7174, + "id": 7241, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -25196,7 +25641,7 @@ } }, { - "id": 7175, + "id": 7242, "name": "code", "variant": "declaration", "kind": 1024, @@ -25209,7 +25654,7 @@ } }, { - "id": 7176, + "id": 7243, "name": "rate", "variant": "declaration", "kind": 1024, @@ -25218,13 +25663,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 7177, + "id": 7244, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -25241,30 +25686,30 @@ { "title": "Properties", "children": [ - 7172, - 7173, - 7174, - 7175, - 7176, - 7177 + 7239, + 7240, + 7241, + 7242, + 7243, + 7244 ] } ], "extendedBy": [ { "type": "reference", - "target": 6587, + "target": 6616, "name": "UpdateOrderLineItemTaxLineDTO" }, { "type": "reference", - "target": 6625, + "target": 6654, "name": "UpdateOrderShippingMethodTaxLineDTO" } ] }, { - "id": 6619, + "id": 6648, "name": "CreateOrderShippingMethodTaxLineDTO", "variant": "declaration", "kind": 256, @@ -25279,7 +25724,7 @@ }, "children": [ { - "id": 6620, + "id": 6649, "name": "description", "variant": "declaration", "kind": 1024, @@ -25293,12 +25738,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7166, + "target": 7233, "name": "CreateOrderTaxLineDTO.description" } }, { - "id": 6621, + "id": 6650, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -25312,12 +25757,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7167, + "target": 7234, "name": "CreateOrderTaxLineDTO.tax_rate_id" } }, { - "id": 6622, + "id": 6651, "name": "code", "variant": "declaration", "kind": 1024, @@ -25330,12 +25775,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7168, + "target": 7235, "name": "CreateOrderTaxLineDTO.code" } }, { - "id": 6623, + "id": 6652, "name": "rate", "variant": "declaration", "kind": 1024, @@ -25344,18 +25789,18 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7169, + "target": 7236, "name": "CreateOrderTaxLineDTO.rate" } }, { - "id": 6624, + "id": 6653, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -25369,7 +25814,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 7170, + "target": 7237, "name": "CreateOrderTaxLineDTO.provider_id" } } @@ -25378,32 +25823,32 @@ { "title": "Properties", "children": [ - 6620, - 6621, - 6622, - 6623, - 6624 + 6649, + 6650, + 6651, + 6652, + 6653 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7165, + "target": 7232, "name": "CreateOrderTaxLineDTO", "package": "@medusajs/types" } ] }, { - "id": 6625, + "id": 6654, "name": "UpdateOrderShippingMethodTaxLineDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6626, + "id": 6655, "name": "id", "variant": "declaration", "kind": 1024, @@ -25416,12 +25861,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7172, + "target": 7239, "name": "UpdateOrderTaxLineDTO.id" } }, { - "id": 6627, + "id": 6656, "name": "description", "variant": "declaration", "kind": 1024, @@ -25435,12 +25880,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7173, + "target": 7240, "name": "UpdateOrderTaxLineDTO.description" } }, { - "id": 6628, + "id": 6657, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -25454,12 +25899,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7174, + "target": 7241, "name": "UpdateOrderTaxLineDTO.tax_rate_id" } }, { - "id": 6629, + "id": 6658, "name": "code", "variant": "declaration", "kind": 1024, @@ -25473,12 +25918,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7175, + "target": 7242, "name": "UpdateOrderTaxLineDTO.code" } }, { - "id": 6630, + "id": 6659, "name": "rate", "variant": "declaration", "kind": 1024, @@ -25488,18 +25933,18 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7176, + "target": 7243, "name": "UpdateOrderTaxLineDTO.rate" } }, { - "id": 6631, + "id": 6660, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -25513,7 +25958,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 7177, + "target": 7244, "name": "UpdateOrderTaxLineDTO.provider_id" } } @@ -25522,26 +25967,26 @@ { "title": "Properties", "children": [ - 6626, - 6627, - 6628, - 6629, - 6630, - 6631 + 6655, + 6656, + 6657, + 6658, + 6659, + 6660 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7171, + "target": 7238, "name": "UpdateOrderTaxLineDTO", "package": "@medusajs/types" } ] }, { - "id": 6581, + "id": 6610, "name": "CreateOrderLineItemTaxLineDTO", "variant": "declaration", "kind": 256, @@ -25556,7 +26001,7 @@ }, "children": [ { - "id": 6582, + "id": 6611, "name": "description", "variant": "declaration", "kind": 1024, @@ -25570,12 +26015,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7166, + "target": 7233, "name": "CreateOrderTaxLineDTO.description" } }, { - "id": 6583, + "id": 6612, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -25589,12 +26034,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7167, + "target": 7234, "name": "CreateOrderTaxLineDTO.tax_rate_id" } }, { - "id": 6584, + "id": 6613, "name": "code", "variant": "declaration", "kind": 1024, @@ -25607,12 +26052,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7168, + "target": 7235, "name": "CreateOrderTaxLineDTO.code" } }, { - "id": 6585, + "id": 6614, "name": "rate", "variant": "declaration", "kind": 1024, @@ -25621,18 +26066,18 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7169, + "target": 7236, "name": "CreateOrderTaxLineDTO.rate" } }, { - "id": 6586, + "id": 6615, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -25646,7 +26091,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 7170, + "target": 7237, "name": "CreateOrderTaxLineDTO.provider_id" } } @@ -25655,32 +26100,32 @@ { "title": "Properties", "children": [ - 6582, - 6583, - 6584, - 6585, - 6586 + 6611, + 6612, + 6613, + 6614, + 6615 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7165, + "target": 7232, "name": "CreateOrderTaxLineDTO", "package": "@medusajs/types" } ] }, { - "id": 6587, + "id": 6616, "name": "UpdateOrderLineItemTaxLineDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6588, + "id": 6617, "name": "id", "variant": "declaration", "kind": 1024, @@ -25693,12 +26138,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7172, + "target": 7239, "name": "UpdateOrderTaxLineDTO.id" } }, { - "id": 6589, + "id": 6618, "name": "description", "variant": "declaration", "kind": 1024, @@ -25712,12 +26157,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7173, + "target": 7240, "name": "UpdateOrderTaxLineDTO.description" } }, { - "id": 6590, + "id": 6619, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -25731,12 +26176,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7174, + "target": 7241, "name": "UpdateOrderTaxLineDTO.tax_rate_id" } }, { - "id": 6591, + "id": 6620, "name": "code", "variant": "declaration", "kind": 1024, @@ -25750,12 +26195,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7175, + "target": 7242, "name": "UpdateOrderTaxLineDTO.code" } }, { - "id": 6592, + "id": 6621, "name": "rate", "variant": "declaration", "kind": 1024, @@ -25765,18 +26210,18 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 7176, + "target": 7243, "name": "UpdateOrderTaxLineDTO.rate" } }, { - "id": 6593, + "id": 6622, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -25790,7 +26235,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 7177, + "target": 7244, "name": "UpdateOrderTaxLineDTO.provider_id" } } @@ -25799,26 +26244,26 @@ { "title": "Properties", "children": [ - 6588, - 6589, - 6590, - 6591, - 6592, - 6593 + 6617, + 6618, + 6619, + 6620, + 6621, + 6622 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7171, + "target": 7238, "name": "UpdateOrderTaxLineDTO", "package": "@medusajs/types" } ] }, { - "id": 6337, + "id": 6366, "name": "CreateOrderLineItemDTO", "variant": "declaration", "kind": 256, @@ -25833,7 +26278,7 @@ }, "children": [ { - "id": 6338, + "id": 6367, "name": "title", "variant": "declaration", "kind": 1024, @@ -25844,7 +26289,7 @@ } }, { - "id": 6339, + "id": 6368, "name": "subtitle", "variant": "declaration", "kind": 1024, @@ -25857,7 +26302,7 @@ } }, { - "id": 6340, + "id": 6369, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -25870,7 +26315,7 @@ } }, { - "id": 6341, + "id": 6370, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -25883,20 +26328,20 @@ } }, { - "id": 6342, + "id": 6371, "name": "quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6343, + "id": 6372, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -25909,7 +26354,7 @@ } }, { - "id": 6344, + "id": 6373, "name": "product_title", "variant": "declaration", "kind": 1024, @@ -25922,7 +26367,7 @@ } }, { - "id": 6345, + "id": 6374, "name": "product_description", "variant": "declaration", "kind": 1024, @@ -25935,7 +26380,7 @@ } }, { - "id": 6346, + "id": 6375, "name": "product_subtitle", "variant": "declaration", "kind": 1024, @@ -25948,7 +26393,7 @@ } }, { - "id": 6347, + "id": 6376, "name": "product_type", "variant": "declaration", "kind": 1024, @@ -25961,7 +26406,7 @@ } }, { - "id": 6348, + "id": 6377, "name": "product_collection", "variant": "declaration", "kind": 1024, @@ -25974,7 +26419,7 @@ } }, { - "id": 6349, + "id": 6378, "name": "product_handle", "variant": "declaration", "kind": 1024, @@ -25987,7 +26432,7 @@ } }, { - "id": 6350, + "id": 6379, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -26000,7 +26445,7 @@ } }, { - "id": 6351, + "id": 6380, "name": "variant_sku", "variant": "declaration", "kind": 1024, @@ -26013,7 +26458,7 @@ } }, { - "id": 6352, + "id": 6381, "name": "variant_barcode", "variant": "declaration", "kind": 1024, @@ -26026,7 +26471,7 @@ } }, { - "id": 6353, + "id": 6382, "name": "variant_title", "variant": "declaration", "kind": 1024, @@ -26039,7 +26484,7 @@ } }, { - "id": 6354, + "id": 6383, "name": "variant_option_values", "variant": "declaration", "kind": 1024, @@ -26067,7 +26512,7 @@ } }, { - "id": 6355, + "id": 6384, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -26080,7 +26525,7 @@ } }, { - "id": 6356, + "id": 6385, "name": "is_discountable", "variant": "declaration", "kind": 1024, @@ -26093,7 +26538,7 @@ } }, { - "id": 6357, + "id": 6386, "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -26106,7 +26551,7 @@ } }, { - "id": 6358, + "id": 6387, "name": "compare_at_unit_price", "variant": "declaration", "kind": 1024, @@ -26115,26 +26560,26 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6359, + "id": 6388, "name": "unit_price", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6360, + "id": 6389, "name": "tax_lines", "variant": "declaration", "kind": 1024, @@ -26145,14 +26590,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 7165, + "target": 7232, "name": "CreateOrderTaxLineDTO", "package": "@medusajs/types" } } }, { - "id": 6361, + "id": 6390, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -26163,14 +26608,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6508, + "target": 6537, "name": "CreateOrderAdjustmentDTO", "package": "@medusajs/types" } } }, { - "id": 6362, + "id": 6391, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -26211,44 +26656,44 @@ { "title": "Properties", "children": [ - 6338, - 6339, - 6340, - 6341, - 6342, - 6343, - 6344, - 6345, - 6346, - 6347, - 6348, - 6349, - 6350, - 6351, - 6352, - 6353, - 6354, - 6355, - 6356, - 6357, - 6358, - 6359, - 6360, - 6361, - 6362 + 6367, + 6368, + 6369, + 6370, + 6371, + 6372, + 6373, + 6374, + 6375, + 6376, + 6377, + 6378, + 6379, + 6380, + 6381, + 6382, + 6383, + 6384, + 6385, + 6386, + 6387, + 6388, + 6389, + 6390, + 6391 ] } ] }, { - "id": 6363, + "id": 6392, "name": "UpdateOrderLineItemWithSelectorDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6364, + "id": 6393, "name": "selector", "variant": "declaration", "kind": 1024, @@ -26262,7 +26707,7 @@ "typeArguments": [ { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } @@ -26272,7 +26717,7 @@ } }, { - "id": 6365, + "id": 6394, "name": "data", "variant": "declaration", "kind": 1024, @@ -26286,7 +26731,7 @@ "typeArguments": [ { "type": "reference", - "target": 6366, + "target": 6395, "name": "UpdateOrderLineItemDTO", "package": "@medusajs/types" } @@ -26300,21 +26745,21 @@ { "title": "Properties", "children": [ - 6364, - 6365 + 6393, + 6394 ] } ] }, { - "id": 6366, + "id": 6395, "name": "UpdateOrderLineItemDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6375, + "id": 6404, "name": "subtitle", "variant": "declaration", "kind": 1024, @@ -26333,7 +26778,7 @@ } }, { - "id": 6376, + "id": 6405, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -26352,7 +26797,7 @@ } }, { - "id": 6392, + "id": 6421, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -26371,7 +26816,7 @@ } }, { - "id": 6374, + "id": 6403, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -26390,7 +26835,7 @@ } }, { - "id": 6377, + "id": 6406, "name": "product_title", "variant": "declaration", "kind": 1024, @@ -26409,7 +26854,7 @@ } }, { - "id": 6378, + "id": 6407, "name": "product_description", "variant": "declaration", "kind": 1024, @@ -26428,7 +26873,7 @@ } }, { - "id": 6379, + "id": 6408, "name": "product_subtitle", "variant": "declaration", "kind": 1024, @@ -26447,7 +26892,7 @@ } }, { - "id": 6380, + "id": 6409, "name": "product_type", "variant": "declaration", "kind": 1024, @@ -26466,7 +26911,7 @@ } }, { - "id": 6381, + "id": 6410, "name": "product_collection", "variant": "declaration", "kind": 1024, @@ -26485,7 +26930,7 @@ } }, { - "id": 6382, + "id": 6411, "name": "product_handle", "variant": "declaration", "kind": 1024, @@ -26504,7 +26949,7 @@ } }, { - "id": 6373, + "id": 6402, "name": "variant_id", "variant": "declaration", "kind": 1024, @@ -26523,7 +26968,7 @@ } }, { - "id": 6383, + "id": 6412, "name": "variant_sku", "variant": "declaration", "kind": 1024, @@ -26542,7 +26987,7 @@ } }, { - "id": 6384, + "id": 6413, "name": "variant_barcode", "variant": "declaration", "kind": 1024, @@ -26561,7 +27006,7 @@ } }, { - "id": 6385, + "id": 6414, "name": "variant_title", "variant": "declaration", "kind": 1024, @@ -26580,7 +27025,7 @@ } }, { - "id": 6386, + "id": 6415, "name": "variant_option_values", "variant": "declaration", "kind": 1024, @@ -26614,7 +27059,7 @@ } }, { - "id": 6387, + "id": 6416, "name": "requires_shipping", "variant": "declaration", "kind": 1024, @@ -26633,7 +27078,7 @@ } }, { - "id": 6388, + "id": 6417, "name": "is_discountable", "variant": "declaration", "kind": 1024, @@ -26652,7 +27097,7 @@ } }, { - "id": 6389, + "id": 6418, "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -26671,7 +27116,7 @@ } }, { - "id": 6390, + "id": 6419, "name": "compare_at_unit_price", "variant": "declaration", "kind": 1024, @@ -26681,7 +27126,7 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" }, @@ -26692,7 +27137,7 @@ } }, { - "id": 6391, + "id": 6420, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -26735,7 +27180,7 @@ } }, { - "id": 6367, + "id": 6396, "name": "id", "variant": "declaration", "kind": 1024, @@ -26746,7 +27191,7 @@ } }, { - "id": 6368, + "id": 6397, "name": "title", "variant": "declaration", "kind": 1024, @@ -26759,7 +27204,7 @@ } }, { - "id": 6369, + "id": 6398, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -26768,13 +27213,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6370, + "id": 6399, "name": "unit_price", "variant": "declaration", "kind": 1024, @@ -26783,13 +27228,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6371, + "id": 6400, "name": "tax_lines", "variant": "declaration", "kind": 1024, @@ -26803,7 +27248,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 7165, + "target": 7232, "name": "CreateOrderTaxLineDTO", "package": "@medusajs/types" } @@ -26812,7 +27257,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 7171, + "target": 7238, "name": "UpdateOrderTaxLineDTO", "package": "@medusajs/types" } @@ -26821,7 +27266,7 @@ } }, { - "id": 6372, + "id": 6401, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -26835,7 +27280,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6508, + "target": 6537, "name": "CreateOrderAdjustmentDTO", "package": "@medusajs/types" } @@ -26844,7 +27289,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 7178, + "target": 7245, "name": "UpdateOrderAdjustmentDTO", "package": "@medusajs/types" } @@ -26857,32 +27302,32 @@ { "title": "Properties", "children": [ - 6375, - 6376, - 6392, - 6374, - 6377, - 6378, - 6379, - 6380, - 6381, - 6382, - 6373, - 6383, - 6384, - 6385, - 6386, - 6387, - 6388, - 6389, - 6390, - 6391, - 6367, - 6368, - 6369, - 6370, - 6371, - 6372 + 6404, + 6405, + 6421, + 6403, + 6406, + 6407, + 6408, + 6409, + 6410, + 6411, + 6402, + 6412, + 6413, + 6414, + 6415, + 6416, + 6417, + 6418, + 6419, + 6420, + 6396, + 6397, + 6398, + 6399, + 6400, + 6401 ] } ], @@ -26896,7 +27341,7 @@ "typeArguments": [ { "type": "reference", - "target": 6337, + "target": 6366, "name": "CreateOrderLineItemDTO", "package": "@medusajs/types" }, @@ -26932,7 +27377,7 @@ ] }, { - "id": 6467, + "id": 6496, "name": "CreateOrderShippingMethodDTO", "variant": "declaration", "kind": 256, @@ -26947,7 +27392,7 @@ }, "children": [ { - "id": 6468, + "id": 6497, "name": "name", "variant": "declaration", "kind": 1024, @@ -26958,7 +27403,7 @@ } }, { - "id": 6469, + "id": 6498, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -26969,7 +27414,7 @@ } }, { - "id": 6470, + "id": 6499, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -26982,7 +27427,7 @@ } }, { - "id": 6471, + "id": 6500, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -26995,7 +27440,7 @@ } }, { - "id": 6472, + "id": 6501, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -27008,7 +27453,7 @@ } }, { - "id": 6473, + "id": 6502, "name": "version", "variant": "declaration", "kind": 1024, @@ -27021,20 +27466,20 @@ } }, { - "id": 6474, + "id": 6503, "name": "amount", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6475, + "id": 6504, "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -27047,7 +27492,7 @@ } }, { - "id": 6476, + "id": 6505, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -27060,7 +27505,7 @@ } }, { - "id": 6477, + "id": 6506, "name": "data", "variant": "declaration", "kind": 1024, @@ -27088,7 +27533,7 @@ } }, { - "id": 6478, + "id": 6507, "name": "tax_lines", "variant": "declaration", "kind": 1024, @@ -27099,14 +27544,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 7165, + "target": 7232, "name": "CreateOrderTaxLineDTO", "package": "@medusajs/types" } } }, { - "id": 6479, + "id": 6508, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -27117,7 +27562,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6508, + "target": 6537, "name": "CreateOrderAdjustmentDTO", "package": "@medusajs/types" } @@ -27128,31 +27573,31 @@ { "title": "Properties", "children": [ - 6468, - 6469, - 6470, - 6471, - 6472, - 6473, - 6474, - 6475, - 6476, - 6477, - 6478, - 6479 + 6497, + 6498, + 6499, + 6500, + 6501, + 6502, + 6503, + 6504, + 6505, + 6506, + 6507, + 6508 ] } ] }, { - "id": 6480, + "id": 6509, "name": "UpdateOrderShippingMethodDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6481, + "id": 6510, "name": "id", "variant": "declaration", "kind": 1024, @@ -27163,7 +27608,7 @@ } }, { - "id": 6482, + "id": 6511, "name": "name", "variant": "declaration", "kind": 1024, @@ -27176,7 +27621,7 @@ } }, { - "id": 6483, + "id": 6512, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -27189,7 +27634,7 @@ } }, { - "id": 6484, + "id": 6513, "name": "amount", "variant": "declaration", "kind": 1024, @@ -27198,13 +27643,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6485, + "id": 6514, "name": "data", "variant": "declaration", "kind": 1024, @@ -27232,7 +27677,7 @@ } }, { - "id": 6486, + "id": 6515, "name": "tax_lines", "variant": "declaration", "kind": 1024, @@ -27246,7 +27691,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 7165, + "target": 7232, "name": "CreateOrderTaxLineDTO", "package": "@medusajs/types" } @@ -27255,7 +27700,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 7171, + "target": 7238, "name": "UpdateOrderTaxLineDTO", "package": "@medusajs/types" } @@ -27264,7 +27709,7 @@ } }, { - "id": 6487, + "id": 6516, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -27278,7 +27723,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6508, + "target": 6537, "name": "CreateOrderAdjustmentDTO", "package": "@medusajs/types" } @@ -27287,7 +27732,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 7178, + "target": 7245, "name": "UpdateOrderAdjustmentDTO", "package": "@medusajs/types" } @@ -27300,26 +27745,26 @@ { "title": "Properties", "children": [ - 6481, - 6482, - 6483, - 6484, - 6485, - 6486, - 6487 + 6510, + 6511, + 6512, + 6513, + 6514, + 6515, + 6516 ] } ] }, { - "id": 6542, + "id": 6571, "name": "CreateOrderShippingMethodAdjustmentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6543, + "id": 6572, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -27330,7 +27775,7 @@ } }, { - "id": 6544, + "id": 6573, "name": "code", "variant": "declaration", "kind": 1024, @@ -27341,20 +27786,20 @@ } }, { - "id": 6545, + "id": 6574, "name": "amount", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6546, + "id": 6575, "name": "description", "variant": "declaration", "kind": 1024, @@ -27367,7 +27812,7 @@ } }, { - "id": 6547, + "id": 6576, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -27380,7 +27825,7 @@ } }, { - "id": 6548, + "id": 6577, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -27397,25 +27842,25 @@ { "title": "Properties", "children": [ - 6543, - 6544, - 6545, - 6546, - 6547, - 6548 + 6572, + 6573, + 6574, + 6575, + 6576, + 6577 ] } ] }, { - "id": 6549, + "id": 6578, "name": "UpdateOrderShippingMethodAdjustmentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6550, + "id": 6579, "name": "id", "variant": "declaration", "kind": 1024, @@ -27426,7 +27871,7 @@ } }, { - "id": 6551, + "id": 6580, "name": "code", "variant": "declaration", "kind": 1024, @@ -27439,7 +27884,7 @@ } }, { - "id": 6552, + "id": 6581, "name": "amount", "variant": "declaration", "kind": 1024, @@ -27448,13 +27893,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6553, + "id": 6582, "name": "description", "variant": "declaration", "kind": 1024, @@ -27467,7 +27912,7 @@ } }, { - "id": 6554, + "id": 6583, "name": "promotion_id", "variant": "declaration", "kind": 1024, @@ -27480,7 +27925,7 @@ } }, { - "id": 6555, + "id": 6584, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -27497,18 +27942,18 @@ { "title": "Properties", "children": [ - 6550, - 6551, - 6552, - 6553, - 6554, - 6555 + 6579, + 6580, + 6581, + 6582, + 6583, + 6584 ] } ] }, { - "id": 6658, + "id": 6687, "name": "CreateOrderChangeDTO", "variant": "declaration", "kind": 256, @@ -27523,7 +27968,7 @@ }, "children": [ { - "id": 6659, + "id": 6688, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -27534,7 +27979,7 @@ } }, { - "id": 6660, + "id": 6689, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -27547,7 +27992,7 @@ } }, { - "id": 6661, + "id": 6690, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -27560,7 +28005,7 @@ } }, { - "id": 6662, + "id": 6691, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -27573,7 +28018,7 @@ } }, { - "id": 6663, + "id": 6692, "name": "change_type", "variant": "declaration", "kind": 1024, @@ -27603,7 +28048,7 @@ } }, { - "id": 6664, + "id": 6693, "name": "description", "variant": "declaration", "kind": 1024, @@ -27616,7 +28061,7 @@ } }, { - "id": 6665, + "id": 6694, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -27638,7 +28083,7 @@ } }, { - "id": 6666, + "id": 6695, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -27651,7 +28096,7 @@ } }, { - "id": 6667, + "id": 6696, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -27669,7 +28114,7 @@ } }, { - "id": 6668, + "id": 6697, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -27682,7 +28127,7 @@ } }, { - "id": 6669, + "id": 6698, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -27719,7 +28164,7 @@ } }, { - "id": 6670, + "id": 6699, "name": "actions", "variant": "declaration", "kind": 1024, @@ -27730,7 +28175,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6735, + "target": 6767, "name": "CreateOrderChangeActionDTO", "package": "@medusajs/types" } @@ -27741,31 +28186,31 @@ { "title": "Properties", "children": [ - 6659, - 6660, - 6661, - 6662, - 6663, - 6664, - 6665, - 6666, - 6667, - 6668, - 6669, - 6670 + 6688, + 6689, + 6690, + 6691, + 6692, + 6693, + 6694, + 6695, + 6696, + 6697, + 6698, + 6699 ] } ] }, { - "id": 6671, + "id": 6700, "name": "UpdateOrderChangeDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6672, + "id": 6701, "name": "id", "variant": "declaration", "kind": 1024, @@ -27776,7 +28221,7 @@ } }, { - "id": 6673, + "id": 6702, "name": "status", "variant": "declaration", "kind": 1024, @@ -27789,7 +28234,7 @@ } }, { - "id": 6674, + "id": 6703, "name": "description", "variant": "declaration", "kind": 1024, @@ -27802,7 +28247,7 @@ } }, { - "id": 6675, + "id": 6704, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -27824,7 +28269,7 @@ } }, { - "id": 6676, + "id": 6705, "name": "requested_by", "variant": "declaration", "kind": 1024, @@ -27846,7 +28291,7 @@ } }, { - "id": 6677, + "id": 6706, "name": "requested_at", "variant": "declaration", "kind": 1024, @@ -27873,7 +28318,7 @@ } }, { - "id": 6678, + "id": 6707, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -27895,7 +28340,7 @@ } }, { - "id": 6679, + "id": 6708, "name": "confirmed_at", "variant": "declaration", "kind": 1024, @@ -27922,7 +28367,7 @@ } }, { - "id": 6680, + "id": 6709, "name": "declined_by", "variant": "declaration", "kind": 1024, @@ -27944,7 +28389,7 @@ } }, { - "id": 6681, + "id": 6710, "name": "declined_reason", "variant": "declaration", "kind": 1024, @@ -27966,7 +28411,7 @@ } }, { - "id": 6682, + "id": 6711, "name": "declined_at", "variant": "declaration", "kind": 1024, @@ -27993,7 +28438,7 @@ } }, { - "id": 6683, + "id": 6712, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -28015,7 +28460,7 @@ } }, { - "id": 6684, + "id": 6713, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -28042,7 +28487,7 @@ } }, { - "id": 6685, + "id": 6714, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -28083,33 +28528,33 @@ { "title": "Properties", "children": [ - 6672, - 6673, - 6674, - 6675, - 6676, - 6677, - 6678, - 6679, - 6680, - 6681, - 6682, - 6683, - 6684, - 6685 + 6701, + 6702, + 6703, + 6704, + 6705, + 6706, + 6707, + 6708, + 6709, + 6710, + 6711, + 6712, + 6713, + 6714 ] } ] }, { - "id": 6686, + "id": 6715, "name": "CancelOrderChangeDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6687, + "id": 6716, "name": "id", "variant": "declaration", "kind": 1024, @@ -28120,7 +28565,7 @@ } }, { - "id": 6688, + "id": 6717, "name": "canceled_by", "variant": "declaration", "kind": 1024, @@ -28133,7 +28578,7 @@ } }, { - "id": 6689, + "id": 6718, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -28174,22 +28619,22 @@ { "title": "Properties", "children": [ - 6687, - 6688, - 6689 + 6716, + 6717, + 6718 ] } ] }, { - "id": 6708, + "id": 6737, "name": "DeclineOrderChangeDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6709, + "id": 6738, "name": "id", "variant": "declaration", "kind": 1024, @@ -28200,7 +28645,7 @@ } }, { - "id": 6710, + "id": 6739, "name": "declined_by", "variant": "declaration", "kind": 1024, @@ -28213,7 +28658,7 @@ } }, { - "id": 6711, + "id": 6740, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -28254,22 +28699,22 @@ { "title": "Properties", "children": [ - 6709, - 6710, - 6711 + 6738, + 6739, + 6740 ] } ] }, { - "id": 6704, + "id": 6733, "name": "ConfirmOrderChangeDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6705, + "id": 6734, "name": "id", "variant": "declaration", "kind": 1024, @@ -28280,7 +28725,7 @@ } }, { - "id": 6706, + "id": 6735, "name": "confirmed_by", "variant": "declaration", "kind": 1024, @@ -28293,7 +28738,7 @@ } }, { - "id": 6707, + "id": 6736, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -28334,15 +28779,15 @@ { "title": "Properties", "children": [ - 6705, - 6706, - 6707 + 6734, + 6735, + 6736 ] } ] }, { - "id": 6735, + "id": 6767, "name": "CreateOrderChangeActionDTO", "variant": "declaration", "kind": 256, @@ -28357,7 +28802,7 @@ }, "children": [ { - "id": 6736, + "id": 6768, "name": "order_change_id", "variant": "declaration", "kind": 1024, @@ -28370,7 +28815,7 @@ } }, { - "id": 6737, + "id": 6769, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -28383,7 +28828,7 @@ } }, { - "id": 6738, + "id": 6770, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -28396,7 +28841,7 @@ } }, { - "id": 6739, + "id": 6771, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -28409,7 +28854,7 @@ } }, { - "id": 6740, + "id": 6772, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -28422,7 +28867,7 @@ } }, { - "id": 6741, + "id": 6773, "name": "version", "variant": "declaration", "kind": 1024, @@ -28435,7 +28880,7 @@ } }, { - "id": 6742, + "id": 6774, "name": "reference", "variant": "declaration", "kind": 1024, @@ -28448,7 +28893,7 @@ } }, { - "id": 6743, + "id": 6775, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -28461,20 +28906,20 @@ } }, { - "id": 6744, + "id": 6776, "name": "action", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7204, + "target": 7271, "name": "ChangeActionType", "package": "@medusajs/types" } }, { - "id": 6745, + "id": 6777, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -28496,7 +28941,7 @@ } }, { - "id": 6746, + "id": 6778, "name": "amount", "variant": "declaration", "kind": 1024, @@ -28505,13 +28950,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6747, + "id": 6779, "name": "details", "variant": "declaration", "kind": 1024, @@ -28543,31 +28988,31 @@ { "title": "Properties", "children": [ - 6736, - 6737, - 6738, - 6739, - 6740, - 6741, - 6742, - 6743, - 6744, - 6745, - 6746, - 6747 + 6768, + 6769, + 6770, + 6771, + 6772, + 6773, + 6774, + 6775, + 6776, + 6777, + 6778, + 6779 ] } ] }, { - "id": 6732, + "id": 6764, "name": "UpdateOrderChangeActionDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6733, + "id": 6765, "name": "id", "variant": "declaration", "kind": 1024, @@ -28578,7 +29023,7 @@ } }, { - "id": 6734, + "id": 6766, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -28604,14 +29049,14 @@ { "title": "Properties", "children": [ - 6733, - 6734 + 6765, + 6766 ] } ] }, { - "id": 6769, + "id": 6801, "name": "CreateOrderTransactionDTO", "variant": "declaration", "kind": 256, @@ -28626,7 +29071,7 @@ }, "children": [ { - "id": 6770, + "id": 6802, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -28637,7 +29082,7 @@ } }, { - "id": 6771, + "id": 6803, "name": "description", "variant": "declaration", "kind": 1024, @@ -28650,7 +29095,7 @@ } }, { - "id": 6772, + "id": 6804, "name": "reference", "variant": "declaration", "kind": 1024, @@ -28663,7 +29108,7 @@ } }, { - "id": 6773, + "id": 6805, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -28676,7 +29121,7 @@ } }, { - "id": 6774, + "id": 6806, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -28698,7 +29143,7 @@ } }, { - "id": 6775, + "id": 6807, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -28711,20 +29156,20 @@ } }, { - "id": 6776, + "id": 6808, "name": "amount", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6777, + "id": 6809, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -28735,7 +29180,7 @@ } }, { - "id": 6778, + "id": 6810, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -28776,21 +29221,21 @@ { "title": "Properties", "children": [ - 6770, - 6771, - 6772, - 6773, - 6774, - 6775, - 6776, - 6777, - 6778 + 6802, + 6803, + 6804, + 6805, + 6806, + 6807, + 6808, + 6809, + 6810 ] } ] }, { - "id": 6400, + "id": 6429, "name": "UpdateOrderItemDTO", "variant": "declaration", "kind": 256, @@ -28805,7 +29250,7 @@ }, "children": [ { - "id": 6401, + "id": 6430, "name": "id", "variant": "declaration", "kind": 1024, @@ -28816,7 +29261,7 @@ } }, { - "id": 6402, + "id": 6431, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -28829,7 +29274,7 @@ } }, { - "id": 6403, + "id": 6432, "name": "version", "variant": "declaration", "kind": 1024, @@ -28842,7 +29287,7 @@ } }, { - "id": 6404, + "id": 6433, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -28855,7 +29300,7 @@ } }, { - "id": 6405, + "id": 6434, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -28864,13 +29309,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6406, + "id": 6435, "name": "fulfilled_quantity", "variant": "declaration", "kind": 1024, @@ -28879,13 +29324,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6407, + "id": 6436, "name": "return_requested_quantity", "variant": "declaration", "kind": 1024, @@ -28894,13 +29339,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6408, + "id": 6437, "name": "return_received_quantity", "variant": "declaration", "kind": 1024, @@ -28909,13 +29354,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6409, + "id": 6438, "name": "return_dismissed_quantity", "variant": "declaration", "kind": 1024, @@ -28924,13 +29369,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6410, + "id": 6439, "name": "written_off_quantity", "variant": "declaration", "kind": 1024, @@ -28939,13 +29384,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6411, + "id": 6440, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -28986,30 +29431,30 @@ { "title": "Properties", "children": [ - 6401, - 6402, - 6403, - 6404, - 6405, - 6406, - 6407, - 6408, - 6409, - 6410, - 6411 + 6430, + 6431, + 6432, + 6433, + 6434, + 6435, + 6436, + 6437, + 6438, + 6439, + 6440 ] } ] }, { - "id": 6433, + "id": 6462, "name": "UpdateOrderItemWithSelectorDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6434, + "id": 6463, "name": "selector", "variant": "declaration", "kind": 1024, @@ -29023,7 +29468,7 @@ "typeArguments": [ { "type": "reference", - "target": 6412, + "target": 6441, "name": "OrderItemDTO", "package": "@medusajs/types" } @@ -29033,7 +29478,7 @@ } }, { - "id": 6435, + "id": 6464, "name": "data", "variant": "declaration", "kind": 1024, @@ -29047,7 +29492,7 @@ "typeArguments": [ { "type": "reference", - "target": 6400, + "target": 6429, "name": "UpdateOrderItemDTO", "package": "@medusajs/types" } @@ -29061,14 +29506,14 @@ { "title": "Properties", "children": [ - 6434, - 6435 + 6463, + 6464 ] } ] }, { - "id": 7217, + "id": 7285, "name": "BaseOrderBundledItemActionsDTO", "variant": "declaration", "kind": 256, @@ -29083,7 +29528,7 @@ }, "children": [ { - "id": 7218, + "id": 7286, "name": "id", "variant": "declaration", "kind": 1024, @@ -29094,20 +29539,20 @@ } }, { - "id": 7219, + "id": 7287, "name": "quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 7220, + "id": 7288, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -29120,7 +29565,7 @@ } }, { - "id": 7221, + "id": 7289, "name": "note", "variant": "declaration", "kind": 1024, @@ -29142,7 +29587,7 @@ } }, { - "id": 7222, + "id": 7290, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -29183,24 +29628,24 @@ { "title": "Properties", "children": [ - 7218, - 7219, - 7220, - 7221, - 7222 + 7286, + 7287, + 7288, + 7289, + 7290 ] } ], "indexSignatures": [ { - "id": 7223, + "id": 7291, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 7224, + "id": 7292, "name": "key", "variant": "param", "kind": 32768, @@ -29219,14 +29664,14 @@ ] }, { - "id": 7205, + "id": 7273, "name": "BaseOrderBundledActionsDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7206, + "id": 7274, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -29237,7 +29682,7 @@ } }, { - "id": 7207, + "id": 7275, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -29250,7 +29695,7 @@ } }, { - "id": 7208, + "id": 7276, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -29263,7 +29708,7 @@ } }, { - "id": 7209, + "id": 7277, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -29276,7 +29721,7 @@ } }, { - "id": 7210, + "id": 7278, "name": "description", "variant": "declaration", "kind": 1024, @@ -29289,7 +29734,7 @@ } }, { - "id": 7211, + "id": 7279, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -29302,7 +29747,7 @@ } }, { - "id": 7212, + "id": 7280, "name": "reference", "variant": "declaration", "kind": 1024, @@ -29315,7 +29760,7 @@ } }, { - "id": 7213, + "id": 7281, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -29328,7 +29773,7 @@ } }, { - "id": 7214, + "id": 7282, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -29350,7 +29795,7 @@ } }, { - "id": 7215, + "id": 7283, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -29391,61 +29836,61 @@ { "title": "Properties", "children": [ - 7206, - 7207, - 7208, - 7209, - 7210, - 7211, - 7212, - 7213, - 7214, - 7215 + 7274, + 7275, + 7276, + 7277, + 7278, + 7279, + 7280, + 7281, + 7282, + 7283 ] } ], "extendedBy": [ { "type": "reference", - "target": 6832, + "target": 6899, "name": "CreateOrderReturnDTO" }, { "type": "reference", - "target": 6883, + "target": 6950, "name": "CreateOrderClaimDTO" }, { "type": "reference", - "target": 6923, + "target": 6990, "name": "CreateOrderExchangeDTO" }, { "type": "reference", - "target": 6957, + "target": 7024, "name": "RegisterOrderFulfillmentDTO" }, { "type": "reference", - "target": 6969, + "target": 7036, "name": "CancelOrderFulfillmentDTO" }, { "type": "reference", - "target": 6981, + "target": 7048, "name": "RegisterOrderShipmentDTO" } ] }, { - "id": 6957, + "id": 7024, "name": "RegisterOrderFulfillmentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6959, + "id": 7026, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -29458,12 +29903,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7206, + "target": 7274, "name": "BaseOrderBundledActionsDTO.order_id" } }, { - "id": 6960, + "id": 7027, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -29477,12 +29922,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7207, + "target": 7275, "name": "BaseOrderBundledActionsDTO.return_id" } }, { - "id": 6961, + "id": 7028, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -29496,12 +29941,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7208, + "target": 7276, "name": "BaseOrderBundledActionsDTO.claim_id" } }, { - "id": 6962, + "id": 7029, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -29515,12 +29960,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7209, + "target": 7277, "name": "BaseOrderBundledActionsDTO.exchange_id" } }, { - "id": 6963, + "id": 7030, "name": "description", "variant": "declaration", "kind": 1024, @@ -29534,12 +29979,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7210, + "target": 7278, "name": "BaseOrderBundledActionsDTO.description" } }, { - "id": 6964, + "id": 7031, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -29553,12 +29998,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7211, + "target": 7279, "name": "BaseOrderBundledActionsDTO.internal_note" } }, { - "id": 6965, + "id": 7032, "name": "reference", "variant": "declaration", "kind": 1024, @@ -29572,12 +30017,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7212, + "target": 7280, "name": "BaseOrderBundledActionsDTO.reference" } }, { - "id": 6966, + "id": 7033, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -29591,12 +30036,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7213, + "target": 7281, "name": "BaseOrderBundledActionsDTO.reference_id" } }, { - "id": 6967, + "id": 7034, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -29619,12 +30064,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7214, + "target": 7282, "name": "BaseOrderBundledActionsDTO.created_by" } }, { - "id": 6968, + "id": 7035, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -29662,12 +30107,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7215, + "target": 7283, "name": "BaseOrderBundledActionsDTO.metadata" } }, { - "id": 6958, + "id": 7025, "name": "items", "variant": "declaration", "kind": 1024, @@ -29676,7 +30121,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 7217, + "target": 7285, "name": "BaseOrderBundledItemActionsDTO", "package": "@medusajs/types" } @@ -29687,38 +30132,38 @@ { "title": "Properties", "children": [ - 6959, - 6960, - 6961, - 6962, - 6963, - 6964, - 6965, - 6966, - 6967, - 6968, - 6958 + 7026, + 7027, + 7028, + 7029, + 7030, + 7031, + 7032, + 7033, + 7034, + 7035, + 7025 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7205, + "target": 7273, "name": "BaseOrderBundledActionsDTO", "package": "@medusajs/types" } ] }, { - "id": 6969, + "id": 7036, "name": "CancelOrderFulfillmentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6971, + "id": 7038, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -29731,12 +30176,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7206, + "target": 7274, "name": "BaseOrderBundledActionsDTO.order_id" } }, { - "id": 6972, + "id": 7039, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -29750,12 +30195,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7207, + "target": 7275, "name": "BaseOrderBundledActionsDTO.return_id" } }, { - "id": 6973, + "id": 7040, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -29769,12 +30214,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7208, + "target": 7276, "name": "BaseOrderBundledActionsDTO.claim_id" } }, { - "id": 6974, + "id": 7041, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -29788,12 +30233,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7209, + "target": 7277, "name": "BaseOrderBundledActionsDTO.exchange_id" } }, { - "id": 6975, + "id": 7042, "name": "description", "variant": "declaration", "kind": 1024, @@ -29807,12 +30252,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7210, + "target": 7278, "name": "BaseOrderBundledActionsDTO.description" } }, { - "id": 6976, + "id": 7043, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -29826,12 +30271,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7211, + "target": 7279, "name": "BaseOrderBundledActionsDTO.internal_note" } }, { - "id": 6977, + "id": 7044, "name": "reference", "variant": "declaration", "kind": 1024, @@ -29845,12 +30290,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7212, + "target": 7280, "name": "BaseOrderBundledActionsDTO.reference" } }, { - "id": 6978, + "id": 7045, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -29864,12 +30309,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7213, + "target": 7281, "name": "BaseOrderBundledActionsDTO.reference_id" } }, { - "id": 6979, + "id": 7046, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -29892,12 +30337,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7214, + "target": 7282, "name": "BaseOrderBundledActionsDTO.created_by" } }, { - "id": 6980, + "id": 7047, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -29935,12 +30380,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7215, + "target": 7283, "name": "BaseOrderBundledActionsDTO.metadata" } }, { - "id": 6970, + "id": 7037, "name": "items", "variant": "declaration", "kind": 1024, @@ -29949,7 +30394,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 7217, + "target": 7285, "name": "BaseOrderBundledItemActionsDTO", "package": "@medusajs/types" } @@ -29960,38 +30405,38 @@ { "title": "Properties", "children": [ - 6971, - 6972, - 6973, - 6974, - 6975, - 6976, - 6977, - 6978, - 6979, - 6980, - 6970 + 7038, + 7039, + 7040, + 7041, + 7042, + 7043, + 7044, + 7045, + 7046, + 7047, + 7037 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7205, + "target": 7273, "name": "BaseOrderBundledActionsDTO", "package": "@medusajs/types" } ] }, { - "id": 6981, + "id": 7048, "name": "RegisterOrderShipmentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6984, + "id": 7051, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -30004,12 +30449,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7206, + "target": 7274, "name": "BaseOrderBundledActionsDTO.order_id" } }, { - "id": 6985, + "id": 7052, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -30023,12 +30468,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7207, + "target": 7275, "name": "BaseOrderBundledActionsDTO.return_id" } }, { - "id": 6986, + "id": 7053, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -30042,12 +30487,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7208, + "target": 7276, "name": "BaseOrderBundledActionsDTO.claim_id" } }, { - "id": 6987, + "id": 7054, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -30061,12 +30506,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7209, + "target": 7277, "name": "BaseOrderBundledActionsDTO.exchange_id" } }, { - "id": 6988, + "id": 7055, "name": "description", "variant": "declaration", "kind": 1024, @@ -30080,12 +30525,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7210, + "target": 7278, "name": "BaseOrderBundledActionsDTO.description" } }, { - "id": 6989, + "id": 7056, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -30099,12 +30544,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7211, + "target": 7279, "name": "BaseOrderBundledActionsDTO.internal_note" } }, { - "id": 6990, + "id": 7057, "name": "reference", "variant": "declaration", "kind": 1024, @@ -30118,12 +30563,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7212, + "target": 7280, "name": "BaseOrderBundledActionsDTO.reference" } }, { - "id": 6991, + "id": 7058, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -30137,12 +30582,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7213, + "target": 7281, "name": "BaseOrderBundledActionsDTO.reference_id" } }, { - "id": 6992, + "id": 7059, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -30165,12 +30610,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7214, + "target": 7282, "name": "BaseOrderBundledActionsDTO.created_by" } }, { - "id": 6993, + "id": 7060, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -30208,12 +30653,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7215, + "target": 7283, "name": "BaseOrderBundledActionsDTO.metadata" } }, { - "id": 6982, + "id": 7049, "name": "items", "variant": "declaration", "kind": 1024, @@ -30224,14 +30669,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 7217, + "target": 7285, "name": "BaseOrderBundledItemActionsDTO", "package": "@medusajs/types" } } }, { - "id": 6983, + "id": 7050, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -30248,39 +30693,39 @@ { "title": "Properties", "children": [ - 6984, - 6985, - 6986, - 6987, - 6988, - 6989, - 6990, - 6991, - 6992, - 6993, - 6982, - 6983 + 7051, + 7052, + 7053, + 7054, + 7055, + 7056, + 7057, + 7058, + 7059, + 7060, + 7049, + 7050 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7205, + "target": 7273, "name": "BaseOrderBundledActionsDTO", "package": "@medusajs/types" } ] }, { - "id": 6832, + "id": 6899, "name": "CreateOrderReturnDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6847, + "id": 6914, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -30293,12 +30738,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7206, + "target": 7274, "name": "BaseOrderBundledActionsDTO.order_id" } }, { - "id": 6848, + "id": 6915, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -30312,12 +30757,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7207, + "target": 7275, "name": "BaseOrderBundledActionsDTO.return_id" } }, { - "id": 6849, + "id": 6916, "name": "description", "variant": "declaration", "kind": 1024, @@ -30331,12 +30776,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7210, + "target": 7278, "name": "BaseOrderBundledActionsDTO.description" } }, { - "id": 6850, + "id": 6917, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -30350,12 +30795,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7211, + "target": 7279, "name": "BaseOrderBundledActionsDTO.internal_note" } }, { - "id": 6851, + "id": 6918, "name": "reference", "variant": "declaration", "kind": 1024, @@ -30369,12 +30814,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7212, + "target": 7280, "name": "BaseOrderBundledActionsDTO.reference" } }, { - "id": 6852, + "id": 6919, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -30388,12 +30833,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7213, + "target": 7281, "name": "BaseOrderBundledActionsDTO.reference_id" } }, { - "id": 6853, + "id": 6920, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -30416,12 +30861,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7214, + "target": 7282, "name": "BaseOrderBundledActionsDTO.created_by" } }, { - "id": 6854, + "id": 6921, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -30459,12 +30904,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7215, + "target": 7283, "name": "BaseOrderBundledActionsDTO.metadata" } }, { - "id": 6833, + "id": 6900, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -30477,7 +30922,7 @@ } }, { - "id": 6834, + "id": 6901, "name": "items", "variant": "declaration", "kind": 1024, @@ -30489,14 +30934,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 6835, + "id": 6902, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 6836, + "id": 6903, "name": "id", "variant": "declaration", "kind": 1024, @@ -30507,20 +30952,20 @@ } }, { - "id": 6837, + "id": 6904, "name": "quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6838, + "id": 6905, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -30542,7 +30987,7 @@ } }, { - "id": 6839, + "id": 6906, "name": "note", "variant": "declaration", "kind": 1024, @@ -30564,7 +31009,7 @@ } }, { - "id": 6840, + "id": 6907, "name": "reason_id", "variant": "declaration", "kind": 1024, @@ -30586,7 +31031,7 @@ } }, { - "id": 6841, + "id": 6908, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -30627,12 +31072,12 @@ { "title": "Properties", "children": [ - 6836, - 6837, - 6838, - 6839, - 6840, - 6841 + 6903, + 6904, + 6905, + 6906, + 6907, + 6908 ] } ] @@ -30641,7 +31086,7 @@ } }, { - "id": 6842, + "id": 6909, "name": "shipping_method", "variant": "declaration", "kind": 1024, @@ -30664,7 +31109,7 @@ "typeArguments": [ { "type": "reference", - "target": 6467, + "target": 6496, "name": "CreateOrderShippingMethodDTO", "package": "@medusajs/types" }, @@ -30680,7 +31125,7 @@ } }, { - "id": 6843, + "id": 6910, "name": "refund_amount", "variant": "declaration", "kind": 1024, @@ -30689,13 +31134,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6844, + "id": 6911, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -30708,7 +31153,7 @@ } }, { - "id": 6845, + "id": 6912, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -30721,12 +31166,12 @@ }, "overwrites": { "type": "reference", - "target": 7208, + "target": 7276, "name": "BaseOrderBundledActionsDTO.claim_id" } }, { - "id": 6846, + "id": 6913, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -30739,7 +31184,7 @@ }, "overwrites": { "type": "reference", - "target": 7209, + "target": 7277, "name": "BaseOrderBundledActionsDTO.exchange_id" } } @@ -30748,42 +31193,42 @@ { "title": "Properties", "children": [ - 6847, - 6848, - 6849, - 6850, - 6851, - 6852, - 6853, - 6854, - 6833, - 6834, - 6842, - 6843, - 6844, - 6845, - 6846 + 6914, + 6915, + 6916, + 6917, + 6918, + 6919, + 6920, + 6921, + 6900, + 6901, + 6909, + 6910, + 6911, + 6912, + 6913 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7205, + "target": 7273, "name": "BaseOrderBundledActionsDTO", "package": "@medusajs/types" } ] }, { - "id": 6867, + "id": 6934, "name": "UpdateReturnDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6868, + "id": 6935, "name": "id", "variant": "declaration", "kind": 1024, @@ -30794,7 +31239,7 @@ } }, { - "id": 6869, + "id": 6936, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -30807,7 +31252,7 @@ } }, { - "id": 6870, + "id": 6937, "name": "refund_amount", "variant": "declaration", "kind": 1024, @@ -30816,13 +31261,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6871, + "id": 6938, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -30835,7 +31280,7 @@ } }, { - "id": 6872, + "id": 6939, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -30848,7 +31293,7 @@ } }, { - "id": 6873, + "id": 6940, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -30861,7 +31306,7 @@ } }, { - "id": 6874, + "id": 6941, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -30898,7 +31343,7 @@ } }, { - "id": 6875, + "id": 6942, "name": "items", "variant": "declaration", "kind": 1024, @@ -30910,27 +31355,27 @@ "elementType": { "type": "reflection", "declaration": { - "id": 6876, + "id": 6943, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 6877, + "id": 6944, "name": "quantity", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6878, + "id": 6945, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -30952,7 +31397,7 @@ } }, { - "id": 6879, + "id": 6946, "name": "note", "variant": "declaration", "kind": 1024, @@ -30974,7 +31419,7 @@ } }, { - "id": 6880, + "id": 6947, "name": "reason_id", "variant": "declaration", "kind": 1024, @@ -30996,7 +31441,7 @@ } }, { - "id": 6881, + "id": 6948, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -31018,7 +31463,7 @@ } }, { - "id": 6882, + "id": 6949, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -31059,12 +31504,12 @@ { "title": "Properties", "children": [ - 6877, - 6878, - 6879, - 6880, - 6881, - 6882 + 6944, + 6945, + 6946, + 6947, + 6948, + 6949 ] } ] @@ -31077,27 +31522,27 @@ { "title": "Properties", "children": [ - 6868, - 6869, - 6870, - 6871, - 6872, - 6873, - 6874, - 6875 + 6935, + 6936, + 6937, + 6938, + 6939, + 6940, + 6941, + 6942 ] } ] }, { - "id": 6916, + "id": 6983, "name": "UpdateOrderClaimDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6917, + "id": 6984, "name": "id", "variant": "declaration", "kind": 1024, @@ -31108,7 +31553,7 @@ } }, { - "id": 6918, + "id": 6985, "name": "refund_amount", "variant": "declaration", "kind": 1024, @@ -31117,13 +31562,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6919, + "id": 6986, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -31136,7 +31581,7 @@ } }, { - "id": 6920, + "id": 6987, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -31149,7 +31594,7 @@ } }, { - "id": 6921, + "id": 6988, "name": "type", "variant": "declaration", "kind": 1024, @@ -31158,13 +31603,13 @@ }, "type": { "type": "reference", - "target": 7216, + "target": 7284, "name": "OrderClaimType", "package": "@medusajs/types" } }, { - "id": 6922, + "id": 6989, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -31205,25 +31650,25 @@ { "title": "Properties", "children": [ - 6917, - 6918, - 6919, - 6920, - 6921, - 6922 + 6984, + 6985, + 6986, + 6987, + 6988, + 6989 ] } ] }, { - "id": 6950, + "id": 7017, "name": "UpdateOrderExchangeDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6951, + "id": 7018, "name": "id", "variant": "declaration", "kind": 1024, @@ -31234,7 +31679,7 @@ } }, { - "id": 6952, + "id": 7019, "name": "difference_due", "variant": "declaration", "kind": 1024, @@ -31243,13 +31688,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6953, + "id": 7020, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -31262,7 +31707,7 @@ } }, { - "id": 6954, + "id": 7021, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -31275,7 +31720,7 @@ } }, { - "id": 6955, + "id": 7022, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -31288,7 +31733,7 @@ } }, { - "id": 6956, + "id": 7023, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -31329,25 +31774,25 @@ { "title": "Properties", "children": [ - 6951, - 6952, - 6953, - 6954, - 6955, - 6956 + 7018, + 7019, + 7020, + 7021, + 7022, + 7023 ] } ] }, { - "id": 6812, + "id": 6844, "name": "CreateOrderReturnItemDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6813, + "id": 6845, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -31358,7 +31803,7 @@ } }, { - "id": 6814, + "id": 6846, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -31369,7 +31814,7 @@ } }, { - "id": 6815, + "id": 6847, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -31378,13 +31823,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6816, + "id": 6848, "name": "reason_id", "variant": "declaration", "kind": 1024, @@ -31397,7 +31842,7 @@ } }, { - "id": 6817, + "id": 6849, "name": "note", "variant": "declaration", "kind": 1024, @@ -31410,7 +31855,7 @@ } }, { - "id": 6818, + "id": 6850, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -31451,25 +31896,271 @@ { "title": "Properties", "children": [ - 6813, - 6814, - 6815, - 6816, - 6817, - 6818 + 6845, + 6846, + 6847, + 6848, + 6849, + 6850 ] } ] }, { - "id": 6855, + "id": 6864, + "name": "CreateOrderClaimItemDTO", + "variant": "declaration", + "kind": 256, + "flags": {}, + "children": [ + { + "id": 6865, + "name": "claim_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6866, + "name": "item_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6867, + "name": "reason", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 7272, + "name": "ClaimReason", + "package": "@medusajs/types" + } + }, + { + "id": 6868, + "name": "is_additional_item", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "boolean" + } + }, + { + "id": 6869, + "name": "quantity", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 7231, + "name": "BigNumberInput", + "package": "@medusajs/types" + } + }, + { + "id": 6870, + "name": "note", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6871, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 6865, + 6866, + 6867, + 6868, + 6869, + 6870, + 6871 + ] + } + ] + }, + { + "id": 6883, + "name": "CreateOrderExchangeItemDTO", + "variant": "declaration", + "kind": 256, + "flags": {}, + "children": [ + { + "id": 6884, + "name": "exchange_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6885, + "name": "item_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6886, + "name": "quantity", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 7231, + "name": "BigNumberInput", + "package": "@medusajs/types" + } + }, + { + "id": 6887, + "name": "note", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 6888, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 6884, + 6885, + 6886, + 6887, + 6888 + ] + } + ] + }, + { + "id": 6922, "name": "UpdateOrderReturnWithSelectorDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6856, + "id": 6923, "name": "selector", "variant": "declaration", "kind": 1024, @@ -31483,7 +32174,7 @@ "typeArguments": [ { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -31493,7 +32184,7 @@ } }, { - "id": 6857, + "id": 6924, "name": "data", "variant": "declaration", "kind": 1024, @@ -31507,7 +32198,7 @@ "typeArguments": [ { "type": "reference", - "target": 6867, + "target": 6934, "name": "UpdateReturnDTO", "package": "@medusajs/types" } @@ -31521,21 +32212,21 @@ { "title": "Properties", "children": [ - 6856, - 6857 + 6923, + 6924 ] } ] }, { - "id": 6907, + "id": 6974, "name": "UpdateOrderClaimWithSelectorDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6908, + "id": 6975, "name": "selector", "variant": "declaration", "kind": 1024, @@ -31549,7 +32240,7 @@ "typeArguments": [ { "type": "reference", - "target": 6053, + "target": 6082, "name": "OrderClaimDTO", "package": "@medusajs/types" } @@ -31559,7 +32250,7 @@ } }, { - "id": 6909, + "id": 6976, "name": "data", "variant": "declaration", "kind": 1024, @@ -31573,7 +32264,7 @@ "typeArguments": [ { "type": "reference", - "target": 6916, + "target": 6983, "name": "UpdateOrderClaimDTO", "package": "@medusajs/types" } @@ -31587,21 +32278,21 @@ { "title": "Properties", "children": [ - 6908, - 6909 + 6975, + 6976 ] } ] }, { - "id": 6940, + "id": 7007, "name": "UpdateOrderExchangeWithSelectorDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6941, + "id": 7008, "name": "selector", "variant": "declaration", "kind": 1024, @@ -31615,7 +32306,7 @@ "typeArguments": [ { "type": "reference", - "target": 6121, + "target": 6150, "name": "OrderExchangeDTO", "package": "@medusajs/types" } @@ -31625,7 +32316,7 @@ } }, { - "id": 6942, + "id": 7009, "name": "data", "variant": "declaration", "kind": 1024, @@ -31639,7 +32330,7 @@ "typeArguments": [ { "type": "reference", - "target": 6950, + "target": 7017, "name": "UpdateOrderExchangeDTO", "package": "@medusajs/types" } @@ -31653,21 +32344,21 @@ { "title": "Properties", "children": [ - 6941, - 6942 + 7008, + 7009 ] } ] }, { - "id": 6994, + "id": 7061, "name": "CancelOrderReturnDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7001, + "id": 7066, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -31686,7 +32377,7 @@ } }, { - "id": 7002, + "id": 7067, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -31705,7 +32396,7 @@ } }, { - "id": 6996, + "id": 7063, "name": "description", "variant": "declaration", "kind": 1024, @@ -31724,7 +32415,7 @@ } }, { - "id": 7003, + "id": 7070, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -31743,7 +32434,7 @@ } }, { - "id": 6999, + "id": 7068, "name": "reference", "variant": "declaration", "kind": 1024, @@ -31762,7 +32453,7 @@ } }, { - "id": 7000, + "id": 7069, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -31781,7 +32472,7 @@ } }, { - "id": 6998, + "id": 7065, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -31809,7 +32500,7 @@ } }, { - "id": 6997, + "id": 7064, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -31852,7 +32543,7 @@ } }, { - "id": 6995, + "id": 7062, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -31872,15 +32563,15 @@ { "title": "Properties", "children": [ - 7001, - 7002, - 6996, - 7003, - 6999, - 7000, - 6998, - 6997, - 6995 + 7066, + 7067, + 7063, + 7070, + 7068, + 7069, + 7065, + 7064, + 7062 ] } ], @@ -31894,7 +32585,7 @@ "typeArguments": [ { "type": "reference", - "target": 7205, + "target": 7273, "name": "BaseOrderBundledActionsDTO", "package": "@medusajs/types" }, @@ -31909,7 +32600,7 @@ ] }, { - "id": 7216, + "id": 7284, "name": "OrderClaimType", "variant": "declaration", "kind": 2097152, @@ -31929,7 +32620,7 @@ } }, { - "id": 7225, + "id": 7272, "name": "ClaimReason", "variant": "declaration", "kind": 2097152, @@ -31957,14 +32648,14 @@ } }, { - "id": 6883, + "id": 6950, "name": "CreateOrderClaimDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6897, + "id": 6964, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -31977,12 +32668,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7206, + "target": 7274, "name": "BaseOrderBundledActionsDTO.order_id" } }, { - "id": 6898, + "id": 6965, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -31996,12 +32687,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7207, + "target": 7275, "name": "BaseOrderBundledActionsDTO.return_id" } }, { - "id": 6899, + "id": 6966, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -32015,12 +32706,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7208, + "target": 7276, "name": "BaseOrderBundledActionsDTO.claim_id" } }, { - "id": 6900, + "id": 6967, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -32034,12 +32725,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7209, + "target": 7277, "name": "BaseOrderBundledActionsDTO.exchange_id" } }, { - "id": 6901, + "id": 6968, "name": "description", "variant": "declaration", "kind": 1024, @@ -32053,12 +32744,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7210, + "target": 7278, "name": "BaseOrderBundledActionsDTO.description" } }, { - "id": 6902, + "id": 6969, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -32072,12 +32763,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7211, + "target": 7279, "name": "BaseOrderBundledActionsDTO.internal_note" } }, { - "id": 6903, + "id": 6970, "name": "reference", "variant": "declaration", "kind": 1024, @@ -32091,12 +32782,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7212, + "target": 7280, "name": "BaseOrderBundledActionsDTO.reference" } }, { - "id": 6904, + "id": 6971, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -32110,12 +32801,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7213, + "target": 7281, "name": "BaseOrderBundledActionsDTO.reference_id" } }, { - "id": 6905, + "id": 6972, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -32138,12 +32829,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7214, + "target": 7282, "name": "BaseOrderBundledActionsDTO.created_by" } }, { - "id": 6906, + "id": 6973, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -32181,25 +32872,25 @@ }, "inheritedFrom": { "type": "reference", - "target": 7215, + "target": 7283, "name": "BaseOrderBundledActionsDTO.metadata" } }, { - "id": 6884, + "id": 6951, "name": "type", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 7216, + "target": 7284, "name": "OrderClaimType", "package": "@medusajs/types" } }, { - "id": 6885, + "id": 6952, "name": "claim_items", "variant": "declaration", "kind": 1024, @@ -32213,34 +32904,36 @@ "types": [ { "type": "reference", - "target": 7217, + "target": 7285, "name": "BaseOrderBundledItemActionsDTO", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 6886, + "id": 6953, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 6887, + "id": 6954, "name": "reason", "variant": "declaration", "kind": 1024, - "flags": {}, + "flags": { + "isOptional": true + }, "type": { "type": "reference", - "target": 7225, + "target": 7272, "name": "ClaimReason", "package": "@medusajs/types" } }, { - "id": 6888, + "id": 6955, "name": "images", "variant": "declaration", "kind": 1024, @@ -32252,14 +32945,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 6889, + "id": 6956, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 6890, + "id": 6957, "name": "url", "variant": "declaration", "kind": 1024, @@ -32270,7 +32963,7 @@ } }, { - "id": 6891, + "id": 6958, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -32311,8 +33004,8 @@ { "title": "Properties", "children": [ - 6890, - 6891 + 6957, + 6958 ] } ] @@ -32325,8 +33018,8 @@ { "title": "Properties", "children": [ - 6887, - 6888 + 6954, + 6955 ] } ] @@ -32337,7 +33030,7 @@ } }, { - "id": 6892, + "id": 6959, "name": "additional_items", "variant": "declaration", "kind": 1024, @@ -32348,14 +33041,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 7217, + "target": 7285, "name": "BaseOrderBundledItemActionsDTO", "package": "@medusajs/types" } } }, { - "id": 6893, + "id": 6960, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -32383,7 +33076,7 @@ "typeArguments": [ { "type": "reference", - "target": 6467, + "target": 6496, "name": "CreateOrderShippingMethodDTO", "package": "@medusajs/types" }, @@ -32400,7 +33093,7 @@ } }, { - "id": 6894, + "id": 6961, "name": "return_shipping", "variant": "declaration", "kind": 1024, @@ -32423,7 +33116,7 @@ "typeArguments": [ { "type": "reference", - "target": 6467, + "target": 6496, "name": "CreateOrderShippingMethodDTO", "package": "@medusajs/types" }, @@ -32439,7 +33132,7 @@ } }, { - "id": 6895, + "id": 6962, "name": "refund_amount", "variant": "declaration", "kind": 1024, @@ -32448,13 +33141,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6896, + "id": 6963, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -32471,44 +33164,44 @@ { "title": "Properties", "children": [ - 6897, - 6898, - 6899, - 6900, - 6901, - 6902, - 6903, - 6904, - 6905, - 6906, - 6884, - 6885, - 6892, - 6893, - 6894, - 6895, - 6896 + 6964, + 6965, + 6966, + 6967, + 6968, + 6969, + 6970, + 6971, + 6972, + 6973, + 6951, + 6952, + 6959, + 6960, + 6961, + 6962, + 6963 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7205, + "target": 7273, "name": "BaseOrderBundledActionsDTO", "package": "@medusajs/types" } ] }, { - "id": 7015, + "id": 7082, "name": "CancelOrderClaimDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7023, + "id": 7087, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -32527,7 +33220,7 @@ } }, { - "id": 7022, + "id": 7088, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -32546,7 +33239,7 @@ } }, { - "id": 7017, + "id": 7084, "name": "description", "variant": "declaration", "kind": 1024, @@ -32565,7 +33258,7 @@ } }, { - "id": 7024, + "id": 7091, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -32584,7 +33277,7 @@ } }, { - "id": 7020, + "id": 7089, "name": "reference", "variant": "declaration", "kind": 1024, @@ -32603,7 +33296,7 @@ } }, { - "id": 7021, + "id": 7090, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -32622,7 +33315,7 @@ } }, { - "id": 7019, + "id": 7086, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -32650,7 +33343,7 @@ } }, { - "id": 7018, + "id": 7085, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -32693,7 +33386,7 @@ } }, { - "id": 7016, + "id": 7083, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -32713,15 +33406,15 @@ { "title": "Properties", "children": [ - 7023, - 7022, - 7017, - 7024, - 7020, - 7021, - 7019, - 7018, - 7016 + 7087, + 7088, + 7084, + 7091, + 7089, + 7090, + 7086, + 7085, + 7083 ] } ], @@ -32735,7 +33428,7 @@ "typeArguments": [ { "type": "reference", - "target": 7205, + "target": 7273, "name": "BaseOrderBundledActionsDTO", "package": "@medusajs/types" }, @@ -32750,14 +33443,14 @@ ] }, { - "id": 6923, + "id": 6990, "name": "CreateOrderExchangeDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6930, + "id": 6997, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -32770,12 +33463,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7206, + "target": 7274, "name": "BaseOrderBundledActionsDTO.order_id" } }, { - "id": 6931, + "id": 6998, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -32789,12 +33482,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7207, + "target": 7275, "name": "BaseOrderBundledActionsDTO.return_id" } }, { - "id": 6932, + "id": 6999, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -32808,12 +33501,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7208, + "target": 7276, "name": "BaseOrderBundledActionsDTO.claim_id" } }, { - "id": 6933, + "id": 7000, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -32827,12 +33520,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7209, + "target": 7277, "name": "BaseOrderBundledActionsDTO.exchange_id" } }, { - "id": 6934, + "id": 7001, "name": "description", "variant": "declaration", "kind": 1024, @@ -32846,12 +33539,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7210, + "target": 7278, "name": "BaseOrderBundledActionsDTO.description" } }, { - "id": 6935, + "id": 7002, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -32865,12 +33558,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7211, + "target": 7279, "name": "BaseOrderBundledActionsDTO.internal_note" } }, { - "id": 6936, + "id": 7003, "name": "reference", "variant": "declaration", "kind": 1024, @@ -32884,12 +33577,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7212, + "target": 7280, "name": "BaseOrderBundledActionsDTO.reference" } }, { - "id": 6937, + "id": 7004, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -32903,12 +33596,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7213, + "target": 7281, "name": "BaseOrderBundledActionsDTO.reference_id" } }, { - "id": 6938, + "id": 7005, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -32931,12 +33624,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7214, + "target": 7282, "name": "BaseOrderBundledActionsDTO.created_by" } }, { - "id": 6939, + "id": 7006, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -32974,12 +33667,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 7215, + "target": 7283, "name": "BaseOrderBundledActionsDTO.metadata" } }, { - "id": 6924, + "id": 6991, "name": "additional_items", "variant": "declaration", "kind": 1024, @@ -32990,14 +33683,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 7217, + "target": 7285, "name": "BaseOrderBundledItemActionsDTO", "package": "@medusajs/types" } } }, { - "id": 6925, + "id": 6992, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -33025,7 +33718,7 @@ "typeArguments": [ { "type": "reference", - "target": 6467, + "target": 6496, "name": "CreateOrderShippingMethodDTO", "package": "@medusajs/types" }, @@ -33042,7 +33735,7 @@ } }, { - "id": 6926, + "id": 6993, "name": "return_shipping", "variant": "declaration", "kind": 1024, @@ -33065,7 +33758,7 @@ "typeArguments": [ { "type": "reference", - "target": 6467, + "target": 6496, "name": "CreateOrderShippingMethodDTO", "package": "@medusajs/types" }, @@ -33081,7 +33774,7 @@ } }, { - "id": 6927, + "id": 6994, "name": "difference_due", "variant": "declaration", "kind": 1024, @@ -33090,13 +33783,13 @@ }, "type": { "type": "reference", - "target": 7164, + "target": 7231, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 6928, + "id": 6995, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -33109,7 +33802,7 @@ } }, { - "id": 6929, + "id": 6996, "name": "no_notification", "variant": "declaration", "kind": 1024, @@ -33126,43 +33819,43 @@ { "title": "Properties", "children": [ - 6930, - 6931, - 6932, - 6933, - 6934, - 6935, - 6936, - 6937, - 6938, - 6939, - 6924, - 6925, - 6926, - 6927, - 6928, - 6929 + 6997, + 6998, + 6999, + 7000, + 7001, + 7002, + 7003, + 7004, + 7005, + 7006, + 6991, + 6992, + 6993, + 6994, + 6995, + 6996 ] } ], "extendedTypes": [ { "type": "reference", - "target": 7205, + "target": 7273, "name": "BaseOrderBundledActionsDTO", "package": "@medusajs/types" } ] }, { - "id": 7025, + "id": 7092, "name": "CancelOrderExchangeDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7033, + "id": 7097, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -33181,7 +33874,7 @@ } }, { - "id": 7032, + "id": 7098, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -33200,7 +33893,7 @@ } }, { - "id": 7027, + "id": 7094, "name": "description", "variant": "declaration", "kind": 1024, @@ -33219,7 +33912,7 @@ } }, { - "id": 7034, + "id": 7101, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -33238,7 +33931,7 @@ } }, { - "id": 7030, + "id": 7099, "name": "reference", "variant": "declaration", "kind": 1024, @@ -33257,7 +33950,7 @@ } }, { - "id": 7031, + "id": 7100, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -33276,7 +33969,7 @@ } }, { - "id": 7029, + "id": 7096, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -33304,7 +33997,7 @@ } }, { - "id": 7028, + "id": 7095, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -33347,7 +34040,7 @@ } }, { - "id": 7026, + "id": 7093, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -33367,15 +34060,15 @@ { "title": "Properties", "children": [ - 7033, - 7032, - 7027, - 7034, - 7030, - 7031, - 7029, - 7028, - 7026 + 7097, + 7098, + 7094, + 7101, + 7099, + 7100, + 7096, + 7095, + 7093 ] } ], @@ -33389,7 +34082,7 @@ "typeArguments": [ { "type": "reference", - "target": 7205, + "target": 7273, "name": "BaseOrderBundledActionsDTO", "package": "@medusajs/types" }, @@ -33404,14 +34097,14 @@ ] }, { - "id": 7004, + "id": 7071, "name": "ReceiveOrderReturnDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7012, + "id": 7077, "name": "claim_id", "variant": "declaration", "kind": 1024, @@ -33430,7 +34123,7 @@ } }, { - "id": 7013, + "id": 7078, "name": "exchange_id", "variant": "declaration", "kind": 1024, @@ -33449,7 +34142,7 @@ } }, { - "id": 7007, + "id": 7074, "name": "description", "variant": "declaration", "kind": 1024, @@ -33468,7 +34161,7 @@ } }, { - "id": 7014, + "id": 7081, "name": "internal_note", "variant": "declaration", "kind": 1024, @@ -33487,7 +34180,7 @@ } }, { - "id": 7010, + "id": 7079, "name": "reference", "variant": "declaration", "kind": 1024, @@ -33506,7 +34199,7 @@ } }, { - "id": 7011, + "id": 7080, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -33525,7 +34218,7 @@ } }, { - "id": 7009, + "id": 7076, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -33553,7 +34246,7 @@ } }, { - "id": 7008, + "id": 7075, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -33596,7 +34289,7 @@ } }, { - "id": 7005, + "id": 7072, "name": "items", "variant": "declaration", "kind": 1024, @@ -33605,14 +34298,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 7217, + "target": 7285, "name": "BaseOrderBundledItemActionsDTO", "package": "@medusajs/types" } } }, { - "id": 7006, + "id": 7073, "name": "return_id", "variant": "declaration", "kind": 1024, @@ -33632,16 +34325,16 @@ { "title": "Properties", "children": [ - 7012, - 7013, - 7007, - 7014, - 7010, - 7011, - 7009, - 7008, - 7005, - 7006 + 7077, + 7078, + 7074, + 7081, + 7079, + 7080, + 7076, + 7075, + 7072, + 7073 ] } ], @@ -33655,7 +34348,7 @@ "typeArguments": [ { "type": "reference", - "target": 7205, + "target": 7273, "name": "BaseOrderBundledActionsDTO", "package": "@medusajs/types" }, @@ -33670,7 +34363,7 @@ ] }, { - "id": 6797, + "id": 6829, "name": "CreateOrderReturnReasonDTO", "variant": "declaration", "kind": 256, @@ -33685,7 +34378,7 @@ }, "children": [ { - "id": 6798, + "id": 6830, "name": "value", "variant": "declaration", "kind": 1024, @@ -33696,7 +34389,7 @@ } }, { - "id": 6799, + "id": 6831, "name": "label", "variant": "declaration", "kind": 1024, @@ -33707,7 +34400,7 @@ } }, { - "id": 6800, + "id": 6832, "name": "description", "variant": "declaration", "kind": 1024, @@ -33720,7 +34413,7 @@ } }, { - "id": 6801, + "id": 6833, "name": "parent_return_reason_id", "variant": "declaration", "kind": 1024, @@ -33733,7 +34426,7 @@ } }, { - "id": 6802, + "id": 6834, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -33774,24 +34467,24 @@ { "title": "Properties", "children": [ - 6798, - 6799, - 6800, - 6801, - 6802 + 6830, + 6831, + 6832, + 6833, + 6834 ] } ] }, { - "id": 6806, + "id": 6838, "name": "UpdateOrderReturnReasonDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6807, + "id": 6839, "name": "id", "variant": "declaration", "kind": 1024, @@ -33804,7 +34497,7 @@ } }, { - "id": 6808, + "id": 6840, "name": "label", "variant": "declaration", "kind": 1024, @@ -33817,7 +34510,7 @@ } }, { - "id": 6809, + "id": 6841, "name": "value", "variant": "declaration", "kind": 1024, @@ -33830,7 +34523,7 @@ } }, { - "id": 6810, + "id": 6842, "name": "description", "variant": "declaration", "kind": 1024, @@ -33843,7 +34536,7 @@ } }, { - "id": 6811, + "id": 6843, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -33884,24 +34577,24 @@ { "title": "Properties", "children": [ - 6807, - 6808, - 6809, - 6810, - 6811 + 6839, + 6840, + 6841, + 6842, + 6843 ] } ] }, { - "id": 6803, + "id": 6835, "name": "UpdateOrderReturnReasonWithSelectorDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 6804, + "id": 6836, "name": "selector", "variant": "declaration", "kind": 1024, @@ -33915,7 +34608,7 @@ "typeArguments": [ { "type": "reference", - "target": 6779, + "target": 6811, "name": "OrderReturnReasonDTO", "package": "@medusajs/types" } @@ -33925,7 +34618,7 @@ } }, { - "id": 6805, + "id": 6837, "name": "data", "variant": "declaration", "kind": 1024, @@ -33939,7 +34632,7 @@ "typeArguments": [ { "type": "reference", - "target": 6806, + "target": 6838, "name": "UpdateOrderReturnReasonDTO", "package": "@medusajs/types" } @@ -33953,14 +34646,14 @@ { "title": "Properties", "children": [ - 6804, - 6805 + 6836, + 6837 ] } ] }, { - "id": 5050, + "id": 5053, "name": "IOrderModuleService", "variant": "declaration", "kind": 256, @@ -33975,14 +34668,14 @@ }, "children": [ { - "id": 5051, + "id": 5054, "name": "retrieveOrder", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5052, + "id": 5055, "name": "retrieveOrder", "variant": "signature", "kind": 4096, @@ -34017,7 +34710,7 @@ }, "parameters": [ { - "id": 5053, + "id": 5056, "name": "orderId", "variant": "param", "kind": 32768, @@ -34036,7 +34729,7 @@ } }, { - "id": 5054, + "id": 5057, "name": "config", "variant": "param", "kind": 32768, @@ -34069,11 +34762,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -34083,7 +34776,7 @@ } }, { - "id": 5055, + "id": 5058, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -34100,7 +34793,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -34115,7 +34808,7 @@ "typeArguments": [ { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -34127,14 +34820,14 @@ ] }, { - "id": 5056, + "id": 5059, "name": "listOrders", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5057, + "id": 5060, "name": "listOrders", "variant": "signature", "kind": 4096, @@ -34169,7 +34862,7 @@ }, "parameters": [ { - "id": 5058, + "id": 5061, "name": "filters", "variant": "param", "kind": 32768, @@ -34186,13 +34879,13 @@ }, "type": { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } }, { - "id": 5059, + "id": 5062, "name": "config", "variant": "param", "kind": 32768, @@ -34225,11 +34918,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -34239,7 +34932,7 @@ } }, { - "id": 5060, + "id": 5063, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -34256,7 +34949,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -34273,7 +34966,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -34286,14 +34979,14 @@ ] }, { - "id": 5061, + "id": 5064, "name": "listAndCountOrders", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5062, + "id": 5065, "name": "listAndCountOrders", "variant": "signature", "kind": 4096, @@ -34328,7 +35021,7 @@ }, "parameters": [ { - "id": 5063, + "id": 5066, "name": "filters", "variant": "param", "kind": 32768, @@ -34345,13 +35038,13 @@ }, "type": { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } }, { - "id": 5064, + "id": 5067, "name": "config", "variant": "param", "kind": 32768, @@ -34384,11 +35077,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -34398,7 +35091,7 @@ } }, { - "id": 5065, + "id": 5068, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -34415,7 +35108,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -34435,7 +35128,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -34454,21 +35147,21 @@ ] }, { - "id": 5066, + "id": 5069, "name": "retrieveReturn", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5067, + "id": 5070, "name": "retrieveReturn", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5068, + "id": 5071, "name": "returnId", "variant": "param", "kind": 32768, @@ -34479,7 +35172,7 @@ } }, { - "id": 5069, + "id": 5072, "name": "config", "variant": "param", "kind": 32768, @@ -34488,11 +35181,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -34502,7 +35195,7 @@ } }, { - "id": 5070, + "id": 5073, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -34511,7 +35204,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -34526,7 +35219,7 @@ "typeArguments": [ { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -34538,21 +35231,21 @@ ] }, { - "id": 5071, + "id": 5074, "name": "listReturns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5072, + "id": 5075, "name": "listReturns", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5073, + "id": 5076, "name": "filters", "variant": "param", "kind": 32768, @@ -34561,13 +35254,13 @@ }, "type": { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } }, { - "id": 5074, + "id": 5077, "name": "config", "variant": "param", "kind": 32768, @@ -34576,11 +35269,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -34590,7 +35283,7 @@ } }, { - "id": 5075, + "id": 5078, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -34599,7 +35292,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -34616,7 +35309,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -34629,21 +35322,21 @@ ] }, { - "id": 5076, + "id": 5079, "name": "listAndCountReturns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5077, + "id": 5080, "name": "listAndCountReturns", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5078, + "id": 5081, "name": "filters", "variant": "param", "kind": 32768, @@ -34652,13 +35345,13 @@ }, "type": { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } }, { - "id": 5079, + "id": 5082, "name": "config", "variant": "param", "kind": 32768, @@ -34667,11 +35360,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -34681,7 +35374,7 @@ } }, { - "id": 5080, + "id": 5083, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -34690,7 +35383,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -34710,7 +35403,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -34729,21 +35422,21 @@ ] }, { - "id": 5081, + "id": 5084, "name": "retrieveOrderClaim", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5082, + "id": 5085, "name": "retrieveOrderClaim", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5083, + "id": 5086, "name": "claimnId", "variant": "param", "kind": 32768, @@ -34754,7 +35447,7 @@ } }, { - "id": 5084, + "id": 5087, "name": "config", "variant": "param", "kind": 32768, @@ -34763,11 +35456,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6053, + "target": 6082, "name": "OrderClaimDTO", "package": "@medusajs/types" } @@ -34777,7 +35470,7 @@ } }, { - "id": 5085, + "id": 5088, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -34786,7 +35479,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -34801,7 +35494,7 @@ "typeArguments": [ { "type": "reference", - "target": 6053, + "target": 6082, "name": "OrderClaimDTO", "package": "@medusajs/types" } @@ -34813,21 +35506,21 @@ ] }, { - "id": 5086, + "id": 5089, "name": "listOrderClaims", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5087, + "id": 5090, "name": "listOrderClaims", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5088, + "id": 5091, "name": "filters", "variant": "param", "kind": 32768, @@ -34836,13 +35529,13 @@ }, "type": { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } }, { - "id": 5089, + "id": 5092, "name": "config", "variant": "param", "kind": 32768, @@ -34851,11 +35544,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6053, + "target": 6082, "name": "OrderClaimDTO", "package": "@medusajs/types" } @@ -34865,7 +35558,7 @@ } }, { - "id": 5090, + "id": 5093, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -34874,7 +35567,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -34891,7 +35584,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6053, + "target": 6082, "name": "OrderClaimDTO", "package": "@medusajs/types" } @@ -34904,21 +35597,21 @@ ] }, { - "id": 5091, + "id": 5094, "name": "listAndCountOrderClaims", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5092, + "id": 5095, "name": "listAndCountOrderClaims", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5093, + "id": 5096, "name": "filters", "variant": "param", "kind": 32768, @@ -34927,13 +35620,13 @@ }, "type": { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } }, { - "id": 5094, + "id": 5097, "name": "config", "variant": "param", "kind": 32768, @@ -34942,11 +35635,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6053, + "target": 6082, "name": "OrderClaimDTO", "package": "@medusajs/types" } @@ -34956,7 +35649,7 @@ } }, { - "id": 5095, + "id": 5098, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -34965,7 +35658,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -34985,7 +35678,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6053, + "target": 6082, "name": "OrderClaimDTO", "package": "@medusajs/types" } @@ -35004,21 +35697,21 @@ ] }, { - "id": 5096, + "id": 5099, "name": "retrieveOrderExchange", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5097, + "id": 5100, "name": "retrieveOrderExchange", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5098, + "id": 5101, "name": "claimnId", "variant": "param", "kind": 32768, @@ -35029,7 +35722,7 @@ } }, { - "id": 5099, + "id": 5102, "name": "config", "variant": "param", "kind": 32768, @@ -35038,11 +35731,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6121, + "target": 6150, "name": "OrderExchangeDTO", "package": "@medusajs/types" } @@ -35052,7 +35745,7 @@ } }, { - "id": 5100, + "id": 5103, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -35061,7 +35754,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -35076,7 +35769,7 @@ "typeArguments": [ { "type": "reference", - "target": 6121, + "target": 6150, "name": "OrderExchangeDTO", "package": "@medusajs/types" } @@ -35088,21 +35781,21 @@ ] }, { - "id": 5101, + "id": 5104, "name": "listOrderExchanges", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5102, + "id": 5105, "name": "listOrderExchanges", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5103, + "id": 5106, "name": "filters", "variant": "param", "kind": 32768, @@ -35111,13 +35804,13 @@ }, "type": { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } }, { - "id": 5104, + "id": 5107, "name": "config", "variant": "param", "kind": 32768, @@ -35126,11 +35819,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6121, + "target": 6150, "name": "OrderExchangeDTO", "package": "@medusajs/types" } @@ -35140,7 +35833,7 @@ } }, { - "id": 5105, + "id": 5108, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -35149,7 +35842,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -35166,7 +35859,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6121, + "target": 6150, "name": "OrderExchangeDTO", "package": "@medusajs/types" } @@ -35179,21 +35872,21 @@ ] }, { - "id": 5106, + "id": 5109, "name": "listAndCountOrderExchanges", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5107, + "id": 5110, "name": "listAndCountOrderExchanges", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5108, + "id": 5111, "name": "filters", "variant": "param", "kind": 32768, @@ -35202,13 +35895,13 @@ }, "type": { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } }, { - "id": 5109, + "id": 5112, "name": "config", "variant": "param", "kind": 32768, @@ -35217,11 +35910,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6121, + "target": 6150, "name": "OrderExchangeDTO", "package": "@medusajs/types" } @@ -35231,7 +35924,7 @@ } }, { - "id": 5110, + "id": 5113, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -35240,7 +35933,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -35260,7 +35953,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6121, + "target": 6150, "name": "OrderExchangeDTO", "package": "@medusajs/types" } @@ -35279,14 +35972,14 @@ ] }, { - "id": 5111, + "id": 5114, "name": "createOrders", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5112, + "id": 5115, "name": "createOrders", "variant": "signature", "kind": 4096, @@ -35321,7 +36014,7 @@ }, "parameters": [ { - "id": 5113, + "id": 5116, "name": "data", "variant": "param", "kind": 32768, @@ -35338,14 +36031,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6189, + "target": 6218, "name": "CreateOrderDTO", "package": "@medusajs/types" } } }, { - "id": 5114, + "id": 5117, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -35362,7 +36055,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -35379,7 +36072,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -35390,7 +36083,7 @@ } }, { - "id": 5115, + "id": 5118, "name": "createOrders", "variant": "signature", "kind": 4096, @@ -35425,7 +36118,7 @@ }, "parameters": [ { - "id": 5116, + "id": 5119, "name": "data", "variant": "param", "kind": 32768, @@ -35440,13 +36133,13 @@ }, "type": { "type": "reference", - "target": 6189, + "target": 6218, "name": "CreateOrderDTO", "package": "@medusajs/types" } }, { - "id": 5117, + "id": 5120, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -35463,7 +36156,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -35478,7 +36171,7 @@ "typeArguments": [ { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -35490,14 +36183,14 @@ ] }, { - "id": 5118, + "id": 5121, "name": "updateOrders", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5119, + "id": 5122, "name": "updateOrders", "variant": "signature", "kind": 4096, @@ -35532,7 +36225,7 @@ }, "parameters": [ { - "id": 5120, + "id": 5123, "name": "data", "variant": "param", "kind": 32768, @@ -35549,14 +36242,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6206, + "target": 6235, "name": "UpdateOrderDTO", "package": "@medusajs/types" } } }, { - "id": 5121, + "id": 5124, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -35565,7 +36258,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -35582,7 +36275,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -35593,7 +36286,7 @@ } }, { - "id": 5122, + "id": 5125, "name": "updateOrders", "variant": "signature", "kind": 4096, @@ -35628,7 +36321,7 @@ }, "parameters": [ { - "id": 5123, + "id": 5126, "name": "orderId", "variant": "param", "kind": 32768, @@ -35647,7 +36340,7 @@ } }, { - "id": 5124, + "id": 5127, "name": "data", "variant": "param", "kind": 32768, @@ -35662,13 +36355,13 @@ }, "type": { "type": "reference", - "target": 6206, + "target": 6235, "name": "UpdateOrderDTO", "package": "@medusajs/types" } }, { - "id": 5125, + "id": 5128, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -35685,7 +36378,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -35700,7 +36393,7 @@ "typeArguments": [ { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -35710,7 +36403,7 @@ } }, { - "id": 5126, + "id": 5129, "name": "updateOrders", "variant": "signature", "kind": 4096, @@ -35745,7 +36438,7 @@ }, "parameters": [ { - "id": 5127, + "id": 5130, "name": "selector", "variant": "param", "kind": 32768, @@ -35767,7 +36460,7 @@ "typeArguments": [ { "type": "reference", - "target": 5979, + "target": 6008, "name": "FilterableOrderProps", "package": "@medusajs/types" } @@ -35777,7 +36470,7 @@ } }, { - "id": 5128, + "id": 5131, "name": "data", "variant": "param", "kind": 32768, @@ -35792,13 +36485,13 @@ }, "type": { "type": "reference", - "target": 6206, + "target": 6235, "name": "UpdateOrderDTO", "package": "@medusajs/types" } }, { - "id": 5129, + "id": 5132, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -35815,7 +36508,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -35832,7 +36525,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -35845,14 +36538,14 @@ ] }, { - "id": 5130, + "id": 5133, "name": "deleteOrders", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5131, + "id": 5134, "name": "deleteOrders", "variant": "signature", "kind": 4096, @@ -35887,7 +36580,7 @@ }, "parameters": [ { - "id": 5132, + "id": 5135, "name": "orderIds", "variant": "param", "kind": 32768, @@ -35909,7 +36602,7 @@ } }, { - "id": 5133, + "id": 5136, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -35926,7 +36619,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -35949,7 +36642,7 @@ } }, { - "id": 5134, + "id": 5137, "name": "deleteOrders", "variant": "signature", "kind": 4096, @@ -35984,7 +36677,7 @@ }, "parameters": [ { - "id": 5135, + "id": 5138, "name": "orderId", "variant": "param", "kind": 32768, @@ -36003,7 +36696,7 @@ } }, { - "id": 5136, + "id": 5139, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -36020,7 +36713,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -36045,21 +36738,21 @@ ] }, { - "id": 5137, + "id": 5140, "name": "softDeleteOrders", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5138, + "id": 5141, "name": "softDeleteOrders", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5139, + "id": 5142, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -36076,7 +36769,7 @@ ], "parameters": [ { - "id": 5140, + "id": 5143, "name": "storeIds", "variant": "param", "kind": 32768, @@ -36090,7 +36783,7 @@ } }, { - "id": 5141, + "id": 5144, "name": "config", "variant": "param", "kind": 32768, @@ -36099,11 +36792,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5139, + "target": 5142, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -36114,7 +36807,7 @@ } }, { - "id": 5142, + "id": 5145, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -36123,7 +36816,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -36175,21 +36868,21 @@ ] }, { - "id": 5143, + "id": 5146, "name": "restoreOrders", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5144, + "id": 5147, "name": "restoreOrders", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5145, + "id": 5148, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -36206,7 +36899,7 @@ ], "parameters": [ { - "id": 5146, + "id": 5149, "name": "storeIds", "variant": "param", "kind": 32768, @@ -36220,7 +36913,7 @@ } }, { - "id": 5147, + "id": 5150, "name": "config", "variant": "param", "kind": 32768, @@ -36229,11 +36922,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5145, + "target": 5148, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -36244,7 +36937,7 @@ } }, { - "id": 5148, + "id": 5151, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -36253,7 +36946,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -36305,21 +36998,21 @@ ] }, { - "id": 5149, + "id": 5152, "name": "listAddresses", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5150, + "id": 5153, "name": "listAddresses", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5151, + "id": 5154, "name": "filters", "variant": "param", "kind": 32768, @@ -36328,13 +37021,13 @@ }, "type": { "type": "reference", - "target": 6224, + "target": 6253, "name": "FilterableOrderAddressProps", "package": "@medusajs/types" } }, { - "id": 5152, + "id": 5155, "name": "config", "variant": "param", "kind": 32768, @@ -36343,11 +37036,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" } @@ -36357,7 +37050,7 @@ } }, { - "id": 5153, + "id": 5156, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -36366,7 +37059,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -36383,7 +37076,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" } @@ -36396,14 +37089,14 @@ ] }, { - "id": 5154, + "id": 5157, "name": "createAddresses", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5155, + "id": 5158, "name": "createAddresses", "variant": "signature", "kind": 4096, @@ -36438,7 +37131,7 @@ }, "parameters": [ { - "id": 5156, + "id": 5159, "name": "data", "variant": "param", "kind": 32768, @@ -36455,14 +37148,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6244, + "target": 6273, "name": "CreateOrderAddressDTO", "package": "@medusajs/types" } } }, { - "id": 5157, + "id": 5160, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -36479,7 +37172,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -36496,7 +37189,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" } @@ -36507,7 +37200,7 @@ } }, { - "id": 5158, + "id": 5161, "name": "createAddresses", "variant": "signature", "kind": 4096, @@ -36542,7 +37235,7 @@ }, "parameters": [ { - "id": 5159, + "id": 5162, "name": "data", "variant": "param", "kind": 32768, @@ -36557,13 +37250,13 @@ }, "type": { "type": "reference", - "target": 6244, + "target": 6273, "name": "CreateOrderAddressDTO", "package": "@medusajs/types" } }, { - "id": 5160, + "id": 5163, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -36580,7 +37273,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -36595,7 +37288,7 @@ "typeArguments": [ { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" } @@ -36607,14 +37300,14 @@ ] }, { - "id": 5161, + "id": 5164, "name": "updateAddresses", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5162, + "id": 5165, "name": "updateAddresses", "variant": "signature", "kind": 4096, @@ -36649,7 +37342,7 @@ }, "parameters": [ { - "id": 5163, + "id": 5166, "name": "data", "variant": "param", "kind": 32768, @@ -36666,14 +37359,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6257, + "target": 6286, "name": "UpdateOrderAddressDTO", "package": "@medusajs/types" } } }, { - "id": 5164, + "id": 5167, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -36690,7 +37383,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -36707,7 +37400,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" } @@ -36718,7 +37411,7 @@ } }, { - "id": 5165, + "id": 5168, "name": "updateAddresses", "variant": "signature", "kind": 4096, @@ -36753,7 +37446,7 @@ }, "parameters": [ { - "id": 5166, + "id": 5169, "name": "data", "variant": "param", "kind": 32768, @@ -36768,13 +37461,13 @@ }, "type": { "type": "reference", - "target": 6257, + "target": 6286, "name": "UpdateOrderAddressDTO", "package": "@medusajs/types" } }, { - "id": 5167, + "id": 5170, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -36791,7 +37484,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -36806,7 +37499,7 @@ "typeArguments": [ { "type": "reference", - "target": 6228, + "target": 6257, "name": "OrderAddressDTO", "package": "@medusajs/types" } @@ -36818,14 +37511,14 @@ ] }, { - "id": 5168, + "id": 5171, "name": "deleteAddresses", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5169, + "id": 5172, "name": "deleteAddresses", "variant": "signature", "kind": 4096, @@ -36860,7 +37553,7 @@ }, "parameters": [ { - "id": 5170, + "id": 5173, "name": "ids", "variant": "param", "kind": 32768, @@ -36882,7 +37575,7 @@ } }, { - "id": 5171, + "id": 5174, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -36899,7 +37592,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -36922,7 +37615,7 @@ } }, { - "id": 5172, + "id": 5175, "name": "deleteAddresses", "variant": "signature", "kind": 4096, @@ -36957,7 +37650,7 @@ }, "parameters": [ { - "id": 5173, + "id": 5176, "name": "ids", "variant": "param", "kind": 32768, @@ -36976,7 +37669,7 @@ } }, { - "id": 5174, + "id": 5177, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -36993,7 +37686,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -37018,14 +37711,14 @@ ] }, { - "id": 5175, + "id": 5178, "name": "retrieveLineItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5176, + "id": 5179, "name": "retrieveLineItem", "variant": "signature", "kind": 4096, @@ -37060,7 +37753,7 @@ }, "parameters": [ { - "id": 5177, + "id": 5180, "name": "itemId", "variant": "param", "kind": 32768, @@ -37079,7 +37772,7 @@ } }, { - "id": 5178, + "id": 5181, "name": "config", "variant": "param", "kind": 32768, @@ -37112,11 +37805,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } @@ -37126,7 +37819,7 @@ } }, { - "id": 5179, + "id": 5182, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -37143,7 +37836,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -37158,7 +37851,7 @@ "typeArguments": [ { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } @@ -37170,14 +37863,14 @@ ] }, { - "id": 5180, + "id": 5183, "name": "listLineItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5181, + "id": 5184, "name": "listLineItems", "variant": "signature", "kind": 4096, @@ -37212,7 +37905,7 @@ }, "parameters": [ { - "id": 5182, + "id": 5185, "name": "filters", "variant": "param", "kind": 32768, @@ -37227,13 +37920,13 @@ }, "type": { "type": "reference", - "target": 6329, + "target": 6358, "name": "FilterableOrderLineItemProps", "package": "@medusajs/types" } }, { - "id": 5183, + "id": 5186, "name": "config", "variant": "param", "kind": 32768, @@ -37266,11 +37959,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } @@ -37280,7 +37973,7 @@ } }, { - "id": 5184, + "id": 5187, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -37297,7 +37990,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -37314,7 +38007,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } @@ -37327,69 +38020,12 @@ ] }, { - "id": 5185, + "id": 5188, "name": "createLineItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5186, - "name": "createLineItems", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5187, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6337, - "name": "CreateOrderLineItemDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5188, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6271, - "name": "OrderLineItemDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5189, "name": "createLineItems", @@ -37404,13 +38040,10 @@ "kind": 32768, "flags": {}, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6337, - "name": "CreateOrderLineItemDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6366, + "name": "CreateOrderLineItemDTO", + "package": "@medusajs/types" } }, { @@ -37423,7 +38056,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -37440,7 +38073,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } @@ -37459,18 +38092,7 @@ "parameters": [ { "id": 5193, - "name": "orderId", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 5194, - "name": "items", + "name": "data", "variant": "param", "kind": 32768, "flags": {}, @@ -37478,14 +38100,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6337, + "target": 6366, "name": "CreateOrderLineItemDTO", "package": "@medusajs/types" } } }, { - "id": 5195, + "id": 5194, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -37494,7 +38116,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -37511,7 +38133,78 @@ "type": "array", "elementType": { "type": "reference", - "target": 6271, + "target": 6300, + "name": "OrderLineItemDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5195, + "name": "createLineItems", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5196, + "name": "orderId", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5197, + "name": "items", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6366, + "name": "CreateOrderLineItemDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5198, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } @@ -37524,14 +38217,14 @@ ] }, { - "id": 5196, + "id": 5199, "name": "updateLineItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5197, + "id": 5200, "name": "updateLineItems", "variant": "signature", "kind": 4096, @@ -37566,7 +38259,7 @@ }, "parameters": [ { - "id": 5198, + "id": 5201, "name": "data", "variant": "param", "kind": 32768, @@ -37583,14 +38276,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6363, + "target": 6392, "name": "UpdateOrderLineItemWithSelectorDTO", "package": "@medusajs/types" } } }, { - "id": 5199, + "id": 5202, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -37599,7 +38292,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -37616,7 +38309,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } @@ -37627,7 +38320,7 @@ } }, { - "id": 5200, + "id": 5203, "name": "updateLineItems", "variant": "signature", "kind": 4096, @@ -37662,7 +38355,7 @@ }, "parameters": [ { - "id": 5201, + "id": 5204, "name": "selector", "variant": "param", "kind": 32768, @@ -37684,7 +38377,7 @@ "typeArguments": [ { "type": "reference", - "target": 6329, + "target": 6358, "name": "FilterableOrderLineItemProps", "package": "@medusajs/types" } @@ -37694,7 +38387,7 @@ } }, { - "id": 5202, + "id": 5205, "name": "data", "variant": "param", "kind": 32768, @@ -37716,7 +38409,7 @@ "typeArguments": [ { "type": "reference", - "target": 6366, + "target": 6395, "name": "UpdateOrderLineItemDTO", "package": "@medusajs/types" } @@ -37726,7 +38419,7 @@ } }, { - "id": 5203, + "id": 5206, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -37743,7 +38436,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -37760,7 +38453,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } @@ -37771,7 +38464,7 @@ } }, { - "id": 5204, + "id": 5207, "name": "updateLineItems", "variant": "signature", "kind": 4096, @@ -37806,7 +38499,7 @@ }, "parameters": [ { - "id": 5205, + "id": 5208, "name": "lineId", "variant": "param", "kind": 32768, @@ -37825,7 +38518,7 @@ } }, { - "id": 5206, + "id": 5209, "name": "data", "variant": "param", "kind": 32768, @@ -37847,7 +38540,7 @@ "typeArguments": [ { "type": "reference", - "target": 6366, + "target": 6395, "name": "UpdateOrderLineItemDTO", "package": "@medusajs/types" } @@ -37857,7 +38550,7 @@ } }, { - "id": 5207, + "id": 5210, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -37874,7 +38567,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -37889,7 +38582,7 @@ "typeArguments": [ { "type": "reference", - "target": 6271, + "target": 6300, "name": "OrderLineItemDTO", "package": "@medusajs/types" } @@ -37901,65 +38594,12 @@ ] }, { - "id": 5208, + "id": 5211, "name": "deleteLineItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5209, - "name": "deleteLineItems", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5210, - "name": "itemIds", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - { - "id": 5211, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5212, "name": "deleteLineItems", @@ -37974,8 +38614,11 @@ "kind": 32768, "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } } }, { @@ -37988,7 +38631,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -38019,6 +38662,56 @@ "parameters": [ { "id": 5216, + "name": "itemIds", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5217, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5218, + "name": "deleteLineItems", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5219, "name": "selector", "variant": "param", "kind": 32768, @@ -38032,7 +38725,7 @@ "typeArguments": [ { "type": "reference", - "target": 6329, + "target": 6358, "name": "FilterableOrderLineItemProps", "package": "@medusajs/types" } @@ -38042,7 +38735,7 @@ } }, { - "id": 5217, + "id": 5220, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -38051,7 +38744,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -38076,14 +38769,14 @@ ] }, { - "id": 5218, + "id": 5221, "name": "updateOrderItem", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5219, + "id": 5222, "name": "updateOrderItem", "variant": "signature", "kind": 4096, @@ -38118,7 +38811,7 @@ }, "parameters": [ { - "id": 5220, + "id": 5223, "name": "selector", "variant": "param", "kind": 32768, @@ -38140,7 +38833,7 @@ "typeArguments": [ { "type": "reference", - "target": 6393, + "target": 6422, "name": "FilterableOrderShippingMethodProps", "package": "@medusajs/types" } @@ -38150,7 +38843,7 @@ } }, { - "id": 5221, + "id": 5224, "name": "data", "variant": "param", "kind": 32768, @@ -38165,13 +38858,13 @@ }, "type": { "type": "reference", - "target": 6400, + "target": 6429, "name": "UpdateOrderItemDTO", "package": "@medusajs/types" } }, { - "id": 5222, + "id": 5225, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -38188,7 +38881,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -38205,7 +38898,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6412, + "target": 6441, "name": "OrderItemDTO", "package": "@medusajs/types" } @@ -38216,7 +38909,7 @@ } }, { - "id": 5223, + "id": 5226, "name": "updateOrderItem", "variant": "signature", "kind": 4096, @@ -38251,7 +38944,7 @@ }, "parameters": [ { - "id": 5224, + "id": 5227, "name": "orderDetailId", "variant": "param", "kind": 32768, @@ -38270,7 +38963,7 @@ } }, { - "id": 5225, + "id": 5228, "name": "data", "variant": "param", "kind": 32768, @@ -38292,7 +38985,7 @@ "typeArguments": [ { "type": "reference", - "target": 6400, + "target": 6429, "name": "UpdateOrderItemDTO", "package": "@medusajs/types" } @@ -38302,7 +38995,7 @@ } }, { - "id": 5226, + "id": 5229, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -38319,7 +39012,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -38334,7 +39027,7 @@ "typeArguments": [ { "type": "reference", - "target": 6412, + "target": 6441, "name": "OrderItemDTO", "package": "@medusajs/types" } @@ -38344,7 +39037,7 @@ } }, { - "id": 5227, + "id": 5230, "name": "updateOrderItem", "variant": "signature", "kind": 4096, @@ -38379,7 +39072,7 @@ }, "parameters": [ { - "id": 5228, + "id": 5231, "name": "orderDetailIdOrDataOrSelector", "variant": "param", "kind": 32768, @@ -38408,7 +39101,7 @@ "typeArguments": [ { "type": "reference", - "target": 6412, + "target": 6441, "name": "OrderItemDTO", "package": "@medusajs/types" } @@ -38420,7 +39113,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6433, + "target": 6462, "name": "UpdateOrderItemWithSelectorDTO", "package": "@medusajs/types" } @@ -38429,7 +39122,7 @@ } }, { - "id": 5229, + "id": 5232, "name": "data", "variant": "param", "kind": 32768, @@ -38449,7 +39142,7 @@ "types": [ { "type": "reference", - "target": 6400, + "target": 6429, "name": "UpdateOrderItemDTO", "package": "@medusajs/types" }, @@ -38462,7 +39155,7 @@ "typeArguments": [ { "type": "reference", - "target": 6400, + "target": 6429, "name": "UpdateOrderItemDTO", "package": "@medusajs/types" } @@ -38474,7 +39167,7 @@ } }, { - "id": 5230, + "id": 5233, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -38491,7 +39184,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -38509,7 +39202,7 @@ "types": [ { "type": "reference", - "target": 6412, + "target": 6441, "name": "OrderItemDTO", "package": "@medusajs/types" }, @@ -38517,7 +39210,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6412, + "target": 6441, "name": "OrderItemDTO", "package": "@medusajs/types" } @@ -38532,14 +39225,14 @@ ] }, { - "id": 5231, + "id": 5234, "name": "listShippingMethods", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5232, + "id": 5235, "name": "listShippingMethods", "variant": "signature", "kind": 4096, @@ -38574,7 +39267,7 @@ }, "parameters": [ { - "id": 5233, + "id": 5236, "name": "filters", "variant": "param", "kind": 32768, @@ -38589,13 +39282,13 @@ }, "type": { "type": "reference", - "target": 6393, + "target": 6422, "name": "FilterableOrderShippingMethodProps", "package": "@medusajs/types" } }, { - "id": 5234, + "id": 5237, "name": "config", "variant": "param", "kind": 32768, @@ -38626,11 +39319,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6436, + "target": 6465, "name": "OrderShippingMethodDTO", "package": "@medusajs/types" } @@ -38640,7 +39333,7 @@ } }, { - "id": 5235, + "id": 5238, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -38657,7 +39350,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -38674,7 +39367,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6436, + "target": 6465, "name": "OrderShippingMethodDTO", "package": "@medusajs/types" } @@ -38687,66 +39380,12 @@ ] }, { - "id": 5236, + "id": 5239, "name": "createShippingMethods", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5237, - "name": "createShippingMethods", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5238, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6467, - "name": "CreateOrderShippingMethodDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5239, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6436, - "name": "OrderShippingMethodDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5240, "name": "createShippingMethods", @@ -38761,13 +39400,10 @@ "kind": 32768, "flags": {}, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6467, - "name": "CreateOrderShippingMethodDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6496, + "name": "CreateOrderShippingMethodDTO", + "package": "@medusajs/types" } }, { @@ -38780,7 +39416,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -38794,13 +39430,10 @@ }, "typeArguments": [ { - "type": "array", - "elementType": { - "type": "reference", - "target": 6436, - "name": "OrderShippingMethodDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6465, + "name": "OrderShippingMethodDTO", + "package": "@medusajs/types" } ], "name": "Promise", @@ -38816,18 +39449,7 @@ "parameters": [ { "id": 5244, - "name": "orderId", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 5245, - "name": "methods", + "name": "data", "variant": "param", "kind": 32768, "flags": {}, @@ -38835,14 +39457,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6467, + "target": 6496, "name": "CreateOrderShippingMethodDTO", "package": "@medusajs/types" } } }, { - "id": 5246, + "id": 5245, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -38851,7 +39473,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -38868,7 +39490,78 @@ "type": "array", "elementType": { "type": "reference", - "target": 6436, + "target": 6465, + "name": "OrderShippingMethodDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5246, + "name": "createShippingMethods", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5247, + "name": "orderId", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5248, + "name": "methods", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6496, + "name": "CreateOrderShippingMethodDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5249, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6465, "name": "OrderShippingMethodDTO", "package": "@medusajs/types" } @@ -38881,72 +39574,12 @@ ] }, { - "id": 5247, + "id": 5250, "name": "updateShippingMethods", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5248, - "name": "updateShippingMethods", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5249, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6480, - "name": "UpdateOrderShippingMethodDTO", - "package": "@medusajs/types" - } - } - }, - { - "id": 5250, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6436, - "name": "OrderShippingMethodDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5251, "name": "updateShippingMethods", @@ -38961,10 +39594,13 @@ "kind": 32768, "flags": {}, "type": { - "type": "reference", - "target": 6480, - "name": "UpdateOrderShippingMethodDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "reference", + "target": 6509, + "name": "UpdateOrderShippingMethodDTO", + "package": "@medusajs/types" + } } }, { @@ -38977,7 +39613,64 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6465, + "name": "OrderShippingMethodDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5254, + "name": "updateShippingMethods", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5255, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 6509, + "name": "UpdateOrderShippingMethodDTO", + "package": "@medusajs/types" + } + }, + { + "id": 5256, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -38992,7 +39685,7 @@ "typeArguments": [ { "type": "reference", - "target": 6436, + "target": 6465, "name": "OrderShippingMethodDTO", "package": "@medusajs/types" } @@ -39004,65 +39697,12 @@ ] }, { - "id": 5254, + "id": 5257, "name": "deleteShippingMethods", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5255, - "name": "deleteShippingMethods", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5256, - "name": "methodIds", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - { - "id": 5257, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5258, "name": "deleteShippingMethods", @@ -39077,8 +39717,11 @@ "kind": 32768, "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } } }, { @@ -39091,7 +39734,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -39122,6 +39765,56 @@ "parameters": [ { "id": 5262, + "name": "methodIds", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5263, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5264, + "name": "deleteShippingMethods", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5265, "name": "selector", "variant": "param", "kind": 32768, @@ -39135,7 +39828,7 @@ "typeArguments": [ { "type": "reference", - "target": 6393, + "target": 6422, "name": "FilterableOrderShippingMethodProps", "package": "@medusajs/types" } @@ -39145,7 +39838,7 @@ } }, { - "id": 5263, + "id": 5266, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -39154,7 +39847,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -39179,14 +39872,14 @@ ] }, { - "id": 5264, + "id": 5267, "name": "listLineItemAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5265, + "id": 5268, "name": "listLineItemAdjustments", "variant": "signature", "kind": 4096, @@ -39221,7 +39914,7 @@ }, "parameters": [ { - "id": 5266, + "id": 5269, "name": "filters", "variant": "param", "kind": 32768, @@ -39236,13 +39929,13 @@ }, "type": { "type": "reference", - "target": 6488, + "target": 6517, "name": "FilterableOrderLineItemAdjustmentProps", "package": "@medusajs/types" } }, { - "id": 5267, + "id": 5270, "name": "config", "variant": "param", "kind": 32768, @@ -39275,11 +39968,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6496, + "target": 6525, "name": "OrderLineItemAdjustmentDTO", "package": "@medusajs/types" } @@ -39289,7 +39982,7 @@ } }, { - "id": 5268, + "id": 5271, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -39306,7 +39999,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -39323,7 +40016,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6496, + "target": 6525, "name": "OrderLineItemAdjustmentDTO", "package": "@medusajs/types" } @@ -39336,72 +40029,12 @@ ] }, { - "id": 5269, + "id": 5272, "name": "createLineItemAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5270, - "name": "createLineItemAdjustments", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5271, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6508, - "name": "CreateOrderAdjustmentDTO", - "package": "@medusajs/types" - } - } - }, - { - "id": 5272, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6496, - "name": "OrderLineItemAdjustmentDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5273, "name": "createLineItemAdjustments", @@ -39416,10 +40049,13 @@ "kind": 32768, "flags": {}, "type": { - "type": "reference", - "target": 6508, - "name": "CreateOrderAdjustmentDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "reference", + "target": 6537, + "name": "CreateOrderAdjustmentDTO", + "package": "@medusajs/types" + } } }, { @@ -39432,7 +40068,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -39449,7 +40085,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6496, + "target": 6525, "name": "OrderLineItemAdjustmentDTO", "package": "@medusajs/types" } @@ -39468,33 +40104,19 @@ "parameters": [ { "id": 5277, - "name": "orderId", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 5278, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6508, - "name": "CreateOrderAdjustmentDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6537, + "name": "CreateOrderAdjustmentDTO", + "package": "@medusajs/types" } }, { - "id": 5279, + "id": 5278, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -39503,7 +40125,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -39520,7 +40142,78 @@ "type": "array", "elementType": { "type": "reference", - "target": 6496, + "target": 6525, + "name": "OrderLineItemAdjustmentDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5279, + "name": "createLineItemAdjustments", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5280, + "name": "orderId", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5281, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6537, + "name": "CreateOrderAdjustmentDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5282, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6525, "name": "OrderLineItemAdjustmentDTO", "package": "@medusajs/types" } @@ -39533,14 +40226,14 @@ ] }, { - "id": 5280, + "id": 5283, "name": "setLineItemAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5281, + "id": 5284, "name": "setLineItemAdjustments", "variant": "signature", "kind": 4096, @@ -39575,7 +40268,7 @@ }, "parameters": [ { - "id": 5282, + "id": 5285, "name": "orderId", "variant": "param", "kind": 32768, @@ -39594,7 +40287,7 @@ } }, { - "id": 5283, + "id": 5286, "name": "data", "variant": "param", "kind": 32768, @@ -39611,14 +40304,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6514, + "target": 6543, "name": "UpsertOrderLineItemAdjustmentDTO", "package": "@medusajs/types" } } }, { - "id": 5284, + "id": 5287, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -39635,7 +40328,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -39652,7 +40345,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6496, + "target": 6525, "name": "OrderLineItemAdjustmentDTO", "package": "@medusajs/types" } @@ -39665,65 +40358,12 @@ ] }, { - "id": 5285, + "id": 5288, "name": "deleteLineItemAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5286, - "name": "deleteLineItemAdjustments", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5287, - "name": "adjustmentIds", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - { - "id": 5288, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5289, "name": "deleteLineItemAdjustments", @@ -39738,8 +40378,11 @@ "kind": 32768, "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } } }, { @@ -39752,7 +40395,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -39783,6 +40426,56 @@ "parameters": [ { "id": 5293, + "name": "adjustmentIds", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5294, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5295, + "name": "deleteLineItemAdjustments", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5296, "name": "selector", "variant": "param", "kind": 32768, @@ -39796,7 +40489,7 @@ "typeArguments": [ { "type": "reference", - "target": 6496, + "target": 6525, "name": "OrderLineItemAdjustmentDTO", "package": "@medusajs/types" } @@ -39806,7 +40499,7 @@ } }, { - "id": 5294, + "id": 5297, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -39815,7 +40508,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -39840,14 +40533,14 @@ ] }, { - "id": 5295, + "id": 5298, "name": "listShippingMethodAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5296, + "id": 5299, "name": "listShippingMethodAdjustments", "variant": "signature", "kind": 4096, @@ -39882,7 +40575,7 @@ }, "parameters": [ { - "id": 5297, + "id": 5300, "name": "filters", "variant": "param", "kind": 32768, @@ -39897,13 +40590,13 @@ }, "type": { "type": "reference", - "target": 6522, + "target": 6551, "name": "FilterableOrderShippingMethodAdjustmentProps", "package": "@medusajs/types" } }, { - "id": 5298, + "id": 5301, "name": "config", "variant": "param", "kind": 32768, @@ -39936,11 +40629,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6530, + "target": 6559, "name": "OrderShippingMethodAdjustmentDTO", "package": "@medusajs/types" } @@ -39950,7 +40643,7 @@ } }, { - "id": 5299, + "id": 5302, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -39967,7 +40660,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -39984,7 +40677,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6530, + "target": 6559, "name": "OrderShippingMethodAdjustmentDTO", "package": "@medusajs/types" } @@ -39997,72 +40690,12 @@ ] }, { - "id": 5300, + "id": 5303, "name": "createShippingMethodAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5301, - "name": "createShippingMethodAdjustments", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5302, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6542, - "name": "CreateOrderShippingMethodAdjustmentDTO", - "package": "@medusajs/types" - } - } - }, - { - "id": 5303, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6530, - "name": "OrderShippingMethodAdjustmentDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5304, "name": "createShippingMethodAdjustments", @@ -40077,10 +40710,13 @@ "kind": 32768, "flags": {}, "type": { - "type": "reference", - "target": 6542, - "name": "CreateOrderShippingMethodAdjustmentDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "reference", + "target": 6571, + "name": "CreateOrderShippingMethodAdjustmentDTO", + "package": "@medusajs/types" + } } }, { @@ -40093,7 +40729,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -40107,10 +40743,13 @@ }, "typeArguments": [ { - "type": "reference", - "target": 6530, - "name": "OrderShippingMethodAdjustmentDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "reference", + "target": 6559, + "name": "OrderShippingMethodAdjustmentDTO", + "package": "@medusajs/types" + } } ], "name": "Promise", @@ -40126,6 +40765,60 @@ "parameters": [ { "id": 5308, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 6571, + "name": "CreateOrderShippingMethodAdjustmentDTO", + "package": "@medusajs/types" + } + }, + { + "id": 5309, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6559, + "name": "OrderShippingMethodAdjustmentDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5310, + "name": "createShippingMethodAdjustments", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5311, "name": "orderId", "variant": "param", "kind": 32768, @@ -40136,7 +40829,7 @@ } }, { - "id": 5309, + "id": 5312, "name": "data", "variant": "param", "kind": 32768, @@ -40145,14 +40838,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6542, + "target": 6571, "name": "CreateOrderShippingMethodAdjustmentDTO", "package": "@medusajs/types" } } }, { - "id": 5310, + "id": 5313, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -40161,7 +40854,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -40178,7 +40871,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6530, + "target": 6559, "name": "OrderShippingMethodAdjustmentDTO", "package": "@medusajs/types" } @@ -40191,14 +40884,14 @@ ] }, { - "id": 5311, + "id": 5314, "name": "setShippingMethodAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5312, + "id": 5315, "name": "setShippingMethodAdjustments", "variant": "signature", "kind": 4096, @@ -40233,7 +40926,7 @@ }, "parameters": [ { - "id": 5313, + "id": 5316, "name": "orderId", "variant": "param", "kind": 32768, @@ -40252,7 +40945,7 @@ } }, { - "id": 5314, + "id": 5317, "name": "data", "variant": "param", "kind": 32768, @@ -40272,13 +40965,13 @@ "types": [ { "type": "reference", - "target": 6542, + "target": 6571, "name": "CreateOrderShippingMethodAdjustmentDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 6549, + "target": 6578, "name": "UpdateOrderShippingMethodAdjustmentDTO", "package": "@medusajs/types" } @@ -40287,7 +40980,7 @@ } }, { - "id": 5315, + "id": 5318, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -40304,7 +40997,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -40321,7 +41014,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6530, + "target": 6559, "name": "OrderShippingMethodAdjustmentDTO", "package": "@medusajs/types" } @@ -40334,21 +41027,21 @@ ] }, { - "id": 5316, + "id": 5319, "name": "deleteShippingMethodAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5317, + "id": 5320, "name": "deleteShippingMethodAdjustments", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5318, + "id": 5321, "name": "adjustmentIds", "variant": "param", "kind": 32768, @@ -40361,56 +41054,6 @@ } } }, - { - "id": 5319, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5320, - "name": "deleteShippingMethodAdjustments", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5321, - "name": "adjustmentId", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, { "id": 5322, "name": "sharedContext", @@ -40421,7 +41064,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -40452,6 +41095,56 @@ "parameters": [ { "id": 5324, + "name": "adjustmentId", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5325, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5326, + "name": "deleteShippingMethodAdjustments", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5327, "name": "selector", "variant": "param", "kind": 32768, @@ -40465,7 +41158,7 @@ "typeArguments": [ { "type": "reference", - "target": 6530, + "target": 6559, "name": "OrderShippingMethodAdjustmentDTO", "package": "@medusajs/types" } @@ -40475,7 +41168,7 @@ } }, { - "id": 5325, + "id": 5328, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -40484,7 +41177,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -40509,14 +41202,14 @@ ] }, { - "id": 5326, + "id": 5329, "name": "listLineItemTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5327, + "id": 5330, "name": "listLineItemTaxLines", "variant": "signature", "kind": 4096, @@ -40551,7 +41244,7 @@ }, "parameters": [ { - "id": 5328, + "id": 5331, "name": "filters", "variant": "param", "kind": 32768, @@ -40566,13 +41259,13 @@ }, "type": { "type": "reference", - "target": 6556, + "target": 6585, "name": "FilterableOrderLineItemTaxLineProps", "package": "@medusajs/types" } }, { - "id": 5329, + "id": 5332, "name": "config", "variant": "param", "kind": 32768, @@ -40605,11 +41298,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6566, + "target": 6595, "name": "OrderLineItemTaxLineDTO", "package": "@medusajs/types" } @@ -40619,7 +41312,7 @@ } }, { - "id": 5330, + "id": 5333, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -40636,7 +41329,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -40653,7 +41346,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6566, + "target": 6595, "name": "OrderLineItemTaxLineDTO", "package": "@medusajs/types" } @@ -40666,72 +41359,12 @@ ] }, { - "id": 5331, + "id": 5334, "name": "createLineItemTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5332, - "name": "createLineItemTaxLines", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5333, - "name": "taxLines", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6581, - "name": "CreateOrderLineItemTaxLineDTO", - "package": "@medusajs/types" - } - } - }, - { - "id": 5334, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6566, - "name": "OrderLineItemTaxLineDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5335, "name": "createLineItemTaxLines", @@ -40741,15 +41374,18 @@ "parameters": [ { "id": 5336, - "name": "taxLine", + "name": "taxLines", "variant": "param", "kind": 32768, "flags": {}, "type": { - "type": "reference", - "target": 6581, - "name": "CreateOrderLineItemTaxLineDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "reference", + "target": 6610, + "name": "CreateOrderLineItemTaxLineDTO", + "package": "@medusajs/types" + } } }, { @@ -40762,7 +41398,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -40776,10 +41412,13 @@ }, "typeArguments": [ { - "type": "reference", - "target": 6566, - "name": "OrderLineItemTaxLineDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "reference", + "target": 6595, + "name": "OrderLineItemTaxLineDTO", + "package": "@medusajs/types" + } } ], "name": "Promise", @@ -40795,6 +41434,60 @@ "parameters": [ { "id": 5339, + "name": "taxLine", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 6610, + "name": "CreateOrderLineItemTaxLineDTO", + "package": "@medusajs/types" + } + }, + { + "id": 5340, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6595, + "name": "OrderLineItemTaxLineDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5341, + "name": "createLineItemTaxLines", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5342, "name": "orderId", "variant": "param", "kind": 32768, @@ -40805,7 +41498,7 @@ } }, { - "id": 5340, + "id": 5343, "name": "taxLines", "variant": "param", "kind": 32768, @@ -40815,7 +41508,7 @@ "types": [ { "type": "reference", - "target": 6581, + "target": 6610, "name": "CreateOrderLineItemTaxLineDTO", "package": "@medusajs/types" }, @@ -40823,7 +41516,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6581, + "target": 6610, "name": "CreateOrderLineItemTaxLineDTO", "package": "@medusajs/types" } @@ -40832,7 +41525,7 @@ } }, { - "id": 5341, + "id": 5344, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -40841,7 +41534,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -40858,7 +41551,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6566, + "target": 6595, "name": "OrderLineItemTaxLineDTO", "package": "@medusajs/types" } @@ -40871,14 +41564,14 @@ ] }, { - "id": 5342, + "id": 5345, "name": "setLineItemTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5343, + "id": 5346, "name": "setLineItemTaxLines", "variant": "signature", "kind": 4096, @@ -40913,7 +41606,7 @@ }, "parameters": [ { - "id": 5344, + "id": 5347, "name": "orderId", "variant": "param", "kind": 32768, @@ -40932,7 +41625,7 @@ } }, { - "id": 5345, + "id": 5348, "name": "taxLines", "variant": "param", "kind": 32768, @@ -40952,13 +41645,13 @@ "types": [ { "type": "reference", - "target": 6581, + "target": 6610, "name": "CreateOrderLineItemTaxLineDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 6587, + "target": 6616, "name": "UpdateOrderLineItemTaxLineDTO", "package": "@medusajs/types" } @@ -40967,7 +41660,7 @@ } }, { - "id": 5346, + "id": 5349, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -40984,7 +41677,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -41001,7 +41694,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6566, + "target": 6595, "name": "OrderLineItemTaxLineDTO", "package": "@medusajs/types" } @@ -41014,65 +41707,12 @@ ] }, { - "id": 5347, + "id": 5350, "name": "deleteLineItemTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5348, - "name": "deleteLineItemTaxLines", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5349, - "name": "taxLineIds", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - { - "id": 5350, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5351, "name": "deleteLineItemTaxLines", @@ -41087,8 +41727,11 @@ "kind": 32768, "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } } }, { @@ -41101,7 +41744,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -41132,15 +41775,13 @@ "parameters": [ { "id": 5355, - "name": "selector", + "name": "taxLineIds", "variant": "param", "kind": 32768, "flags": {}, "type": { - "type": "reference", - "target": 6556, - "name": "FilterableOrderLineItemTaxLineProps", - "package": "@medusajs/types" + "type": "intrinsic", + "name": "string" } }, { @@ -41153,7 +41794,59 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5357, + "name": "deleteLineItemTaxLines", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5358, + "name": "selector", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 6585, + "name": "FilterableOrderLineItemTaxLineProps", + "package": "@medusajs/types" + } + }, + { + "id": 5359, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -41178,14 +41871,14 @@ ] }, { - "id": 5357, + "id": 5360, "name": "listShippingMethodTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5358, + "id": 5361, "name": "listShippingMethodTaxLines", "variant": "signature", "kind": 4096, @@ -41220,7 +41913,7 @@ }, "parameters": [ { - "id": 5359, + "id": 5362, "name": "filters", "variant": "param", "kind": 32768, @@ -41235,13 +41928,13 @@ }, "type": { "type": "reference", - "target": 6594, + "target": 6623, "name": "FilterableOrderShippingMethodTaxLineProps", "package": "@medusajs/types" } }, { - "id": 5360, + "id": 5363, "name": "config", "variant": "param", "kind": 32768, @@ -41274,11 +41967,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6604, + "target": 6633, "name": "OrderShippingMethodTaxLineDTO", "package": "@medusajs/types" } @@ -41288,7 +41981,7 @@ } }, { - "id": 5361, + "id": 5364, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -41305,7 +41998,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -41322,7 +42015,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6604, + "target": 6633, "name": "OrderShippingMethodTaxLineDTO", "package": "@medusajs/types" } @@ -41335,72 +42028,12 @@ ] }, { - "id": 5362, + "id": 5365, "name": "createShippingMethodTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5363, - "name": "createShippingMethodTaxLines", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5364, - "name": "taxLines", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6619, - "name": "CreateOrderShippingMethodTaxLineDTO", - "package": "@medusajs/types" - } - } - }, - { - "id": 5365, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6604, - "name": "OrderShippingMethodTaxLineDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5366, "name": "createShippingMethodTaxLines", @@ -41410,15 +42043,18 @@ "parameters": [ { "id": 5367, - "name": "taxLine", + "name": "taxLines", "variant": "param", "kind": 32768, "flags": {}, "type": { - "type": "reference", - "target": 6619, - "name": "CreateOrderShippingMethodTaxLineDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "reference", + "target": 6648, + "name": "CreateOrderShippingMethodTaxLineDTO", + "package": "@medusajs/types" + } } }, { @@ -41431,7 +42067,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -41445,10 +42081,13 @@ }, "typeArguments": [ { - "type": "reference", - "target": 6604, - "name": "OrderShippingMethodTaxLineDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "reference", + "target": 6633, + "name": "OrderShippingMethodTaxLineDTO", + "package": "@medusajs/types" + } } ], "name": "Promise", @@ -41464,6 +42103,60 @@ "parameters": [ { "id": 5370, + "name": "taxLine", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 6648, + "name": "CreateOrderShippingMethodTaxLineDTO", + "package": "@medusajs/types" + } + }, + { + "id": 5371, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6633, + "name": "OrderShippingMethodTaxLineDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5372, + "name": "createShippingMethodTaxLines", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5373, "name": "orderId", "variant": "param", "kind": 32768, @@ -41474,7 +42167,7 @@ } }, { - "id": 5371, + "id": 5374, "name": "taxLines", "variant": "param", "kind": 32768, @@ -41484,7 +42177,7 @@ "types": [ { "type": "reference", - "target": 6619, + "target": 6648, "name": "CreateOrderShippingMethodTaxLineDTO", "package": "@medusajs/types" }, @@ -41492,7 +42185,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6619, + "target": 6648, "name": "CreateOrderShippingMethodTaxLineDTO", "package": "@medusajs/types" } @@ -41501,7 +42194,7 @@ } }, { - "id": 5372, + "id": 5375, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -41510,7 +42203,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -41527,7 +42220,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6604, + "target": 6633, "name": "OrderShippingMethodTaxLineDTO", "package": "@medusajs/types" } @@ -41540,14 +42233,14 @@ ] }, { - "id": 5373, + "id": 5376, "name": "setShippingMethodTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5374, + "id": 5377, "name": "setShippingMethodTaxLines", "variant": "signature", "kind": 4096, @@ -41582,7 +42275,7 @@ }, "parameters": [ { - "id": 5375, + "id": 5378, "name": "orderId", "variant": "param", "kind": 32768, @@ -41601,7 +42294,7 @@ } }, { - "id": 5376, + "id": 5379, "name": "taxLines", "variant": "param", "kind": 32768, @@ -41621,13 +42314,13 @@ "types": [ { "type": "reference", - "target": 6619, + "target": 6648, "name": "CreateOrderShippingMethodTaxLineDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 6625, + "target": 6654, "name": "UpdateOrderShippingMethodTaxLineDTO", "package": "@medusajs/types" } @@ -41636,7 +42329,7 @@ } }, { - "id": 5377, + "id": 5380, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -41653,7 +42346,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -41670,7 +42363,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6604, + "target": 6633, "name": "OrderShippingMethodTaxLineDTO", "package": "@medusajs/types" } @@ -41683,65 +42376,12 @@ ] }, { - "id": 5378, + "id": 5381, "name": "deleteShippingMethodTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5379, - "name": "deleteShippingMethodTaxLines", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5380, - "name": "taxLineIds", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - { - "id": 5381, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5382, "name": "deleteShippingMethodTaxLines", @@ -41756,8 +42396,11 @@ "kind": 32768, "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } } }, { @@ -41770,7 +42413,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -41801,15 +42444,13 @@ "parameters": [ { "id": 5386, - "name": "selector", + "name": "taxLineIds", "variant": "param", "kind": 32768, "flags": {}, "type": { - "type": "reference", - "target": 6594, - "name": "FilterableOrderShippingMethodTaxLineProps", - "package": "@medusajs/types" + "type": "intrinsic", + "name": "string" } }, { @@ -41822,7 +42463,59 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5388, + "name": "deleteShippingMethodTaxLines", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5389, + "name": "selector", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 6623, + "name": "FilterableOrderShippingMethodTaxLineProps", + "package": "@medusajs/types" + } + }, + { + "id": 5390, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -41847,14 +42540,14 @@ ] }, { - "id": 5388, + "id": 5391, "name": "retrieveOrderChange", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5389, + "id": 5392, "name": "retrieveOrderChange", "variant": "signature", "kind": 4096, @@ -41889,7 +42582,7 @@ }, "parameters": [ { - "id": 5390, + "id": 5393, "name": "orderChangeId", "variant": "param", "kind": 32768, @@ -41908,7 +42601,7 @@ } }, { - "id": 5391, + "id": 5394, "name": "config", "variant": "param", "kind": 32768, @@ -41941,11 +42634,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6632, + "target": 6661, "name": "OrderChangeDTO", "package": "@medusajs/types" } @@ -41955,7 +42648,7 @@ } }, { - "id": 5392, + "id": 5395, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -41972,7 +42665,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -41987,7 +42680,7 @@ "typeArguments": [ { "type": "reference", - "target": 6632, + "target": 6661, "name": "OrderChangeDTO", "package": "@medusajs/types" } @@ -41999,100 +42692,18 @@ ] }, { - "id": 5393, + "id": 5396, "name": "createOrderChange", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5394, - "name": "createOrderChange", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5395, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6658, - "name": "CreateOrderChangeDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5396, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6632, - "name": "OrderChangeDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5397, "name": "createOrderChange", "variant": "signature", "kind": 4096, "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "This method creates {return type}(s)" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "The created {return type}(s)." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\n// Example call to createOrderChange\n\nconst createOrderChangeData: CreateOrderChangeDTO[] = [{\n order_id: \"order123\",\n description: \"Change due to customer request\"\n}];\n\nconst result = await orderModuleService.createOrderChange(createOrderChangeData);\n```" - } - ] - } - ] - }, "parameters": [ { "id": 5398, @@ -42100,22 +42711,11 @@ "variant": "param", "kind": 32768, "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The order change to be created." - } - ] - }, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6658, - "name": "CreateOrderChangeDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6687, + "name": "CreateOrderChangeDTO", + "package": "@medusajs/types" } }, { @@ -42126,17 +42726,9 @@ "flags": { "isOptional": true }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A context used to share resources, such as transaction manager, between the application and the module." - } - ] - }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -42150,13 +42742,10 @@ }, "typeArguments": [ { - "type": "array", - "elementType": { - "type": "reference", - "target": 6632, - "name": "OrderChangeDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6661, + "name": "OrderChangeDTO", + "package": "@medusajs/types" } ], "name": "Promise", @@ -42191,7 +42780,7 @@ "content": [ { "kind": "code", - "text": "```typescript\nconst result = await orderModuleService.createOrderChange({\n order_id: \"order123\",\n description: \"Adding new item to the order\"\n});\n```" + "text": "```typescript\n// Example call to createOrderChange\n\nconst createOrderChangeData: CreateOrderChangeDTO[] = [{\n order_id: \"order123\",\n description: \"Change due to customer request\"\n}];\n\nconst result = await orderModuleService.createOrderChange(createOrderChangeData);\n```" } ] } @@ -42208,29 +42797,18 @@ "summary": [ { "kind": "text", - "text": "The order change d t o | create order change to be created." + "text": "The order change to be created." } ] }, "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 6658, - "name": "CreateOrderChangeDTO", - "package": "@medusajs/types" - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6658, - "name": "CreateOrderChangeDTO", - "package": "@medusajs/types" - } - } - ] + "type": "array", + "elementType": { + "type": "reference", + "target": 6687, + "name": "CreateOrderChangeDTO", + "package": "@medusajs/types" + } } }, { @@ -42251,7 +42829,122 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6661, + "name": "OrderChangeDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5403, + "name": "createOrderChange", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This method creates {return type}(s)" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "The created {return type}(s)." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```typescript\nconst result = await orderModuleService.createOrderChange({\n order_id: \"order123\",\n description: \"Adding new item to the order\"\n});\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 5404, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The order change d t o | create order change to be created." + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": 6687, + "name": "CreateOrderChangeDTO", + "package": "@medusajs/types" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6687, + "name": "CreateOrderChangeDTO", + "package": "@medusajs/types" + } + } + ] + } + }, + { + "id": 5405, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A context used to share resources, such as transaction manager, between the application and the module." + } + ] + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -42269,7 +42962,7 @@ "types": [ { "type": "reference", - "target": 6632, + "target": 6661, "name": "OrderChangeDTO", "package": "@medusajs/types" }, @@ -42277,7 +42970,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6632, + "target": 6661, "name": "OrderChangeDTO", "package": "@medusajs/types" } @@ -42292,100 +42985,18 @@ ] }, { - "id": 5403, + "id": 5406, "name": "updateOrderChanges", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5404, - "name": "updateOrderChanges", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5405, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6671, - "name": "UpdateOrderChangeDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5406, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6632, - "name": "OrderChangeDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5407, "name": "updateOrderChanges", "variant": "signature", "kind": 4096, "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "This method updates {return type}(s)" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "The updated {return type}(s)." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\n// Example call to updateOrderChanges\n\nconst updateOrderChangesData: UpdateOrderChangeDTO[] = [{\n id: \"orderchange123\",\n description: \"Change due to customer request\"\n}];\n\nconst result = await orderModuleService.updateOrderChanges(updateOrderChangesData);\n```" - } - ] - } - ] - }, "parameters": [ { "id": 5408, @@ -42393,22 +43004,11 @@ "variant": "param", "kind": 32768, "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The order change to be updated." - } - ] - }, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6671, - "name": "UpdateOrderChangeDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6700, + "name": "UpdateOrderChangeDTO", + "package": "@medusajs/types" } }, { @@ -42419,17 +43019,9 @@ "flags": { "isOptional": true }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A context used to share resources, such as transaction manager, between the application and the module." - } - ] - }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -42443,13 +43035,10 @@ }, "typeArguments": [ { - "type": "array", - "elementType": { - "type": "reference", - "target": 6632, - "name": "OrderChangeDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6661, + "name": "OrderChangeDTO", + "package": "@medusajs/types" } ], "name": "Promise", @@ -42484,7 +43073,7 @@ "content": [ { "kind": "code", - "text": "```typescript\nconst result = await orderModuleService.createOrderChange({\n order_id: \"order123\",\n description: \"Adding new item to the order\"\n});\n```" + "text": "```typescript\n// Example call to updateOrderChanges\n\nconst updateOrderChangesData: UpdateOrderChangeDTO[] = [{\n id: \"orderchange123\",\n description: \"Change due to customer request\"\n}];\n\nconst result = await orderModuleService.updateOrderChanges(updateOrderChangesData);\n```" } ] } @@ -42501,29 +43090,18 @@ "summary": [ { "kind": "text", - "text": "The order change d t o | order change to be updated." + "text": "The order change to be updated." } ] }, "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 6671, - "name": "UpdateOrderChangeDTO", - "package": "@medusajs/types" - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6671, - "name": "UpdateOrderChangeDTO", - "package": "@medusajs/types" - } - } - ] + "type": "array", + "elementType": { + "type": "reference", + "target": 6700, + "name": "UpdateOrderChangeDTO", + "package": "@medusajs/types" + } } }, { @@ -42544,7 +43122,122 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6661, + "name": "OrderChangeDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5413, + "name": "updateOrderChanges", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This method updates {return type}(s)" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "The updated {return type}(s)." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```typescript\nconst result = await orderModuleService.createOrderChange({\n order_id: \"order123\",\n description: \"Adding new item to the order\"\n});\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 5414, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The order change d t o | order change to be updated." + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": 6700, + "name": "UpdateOrderChangeDTO", + "package": "@medusajs/types" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6700, + "name": "UpdateOrderChangeDTO", + "package": "@medusajs/types" + } + } + ] + } + }, + { + "id": 5415, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A context used to share resources, such as transaction manager, between the application and the module." + } + ] + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -42562,7 +43255,7 @@ "types": [ { "type": "reference", - "target": 6632, + "target": 6661, "name": "OrderChangeDTO", "package": "@medusajs/types" }, @@ -42570,7 +43263,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6632, + "target": 6661, "name": "OrderChangeDTO", "package": "@medusajs/types" } @@ -42585,14 +43278,14 @@ ] }, { - "id": 5413, + "id": 5416, "name": "deleteOrderChanges", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5414, + "id": 5417, "name": "deleteOrderChanges", "variant": "signature", "kind": 4096, @@ -42627,7 +43320,7 @@ }, "parameters": [ { - "id": 5415, + "id": 5418, "name": "orderChangeId", "variant": "param", "kind": 32768, @@ -42649,7 +43342,7 @@ } }, { - "id": 5416, + "id": 5419, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -42666,7 +43359,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -42689,7 +43382,7 @@ } }, { - "id": 5417, + "id": 5420, "name": "deleteOrderChanges", "variant": "signature", "kind": 4096, @@ -42724,7 +43417,7 @@ }, "parameters": [ { - "id": 5418, + "id": 5421, "name": "orderChangeId", "variant": "param", "kind": 32768, @@ -42743,7 +43436,7 @@ } }, { - "id": 5419, + "id": 5422, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -42760,7 +43453,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -42785,14 +43478,14 @@ ] }, { - "id": 5420, + "id": 5423, "name": "cancelOrderChange", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5421, + "id": 5424, "name": "cancelOrderChange", "variant": "signature", "kind": 4096, @@ -42827,7 +43520,7 @@ }, "parameters": [ { - "id": 5422, + "id": 5425, "name": "orderId", "variant": "param", "kind": 32768, @@ -42845,103 +43538,6 @@ "name": "string" } }, - { - "id": 5423, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A context used to share resources, such as transaction manager, between the application and the module." - } - ] - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5424, - "name": "cancelOrderChange", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "This method Represents the completion of an asynchronous operation" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Resolves when {summary}" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\nawait orderModuleService.cancelOrderChange([\"1234ABCD\"]);\n```" - } - ] - } - ] - }, - "parameters": [ - { - "id": 5425, - "name": "orderId", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The order's ID." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, { "id": 5426, "name": "sharedContext", @@ -42960,7 +43556,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -43010,7 +43606,7 @@ "content": [ { "kind": "code", - "text": "```typescript\nconst cancelOrderChangeData: CancelOrderChangeDTO = {\n id: \"orderChangeId\",\n};\n\nawait orderModuleService.cancelOrderChange(cancelOrderChangeData);\n```" + "text": "```typescript\nawait orderModuleService.cancelOrderChange([\"1234ABCD\"]);\n```" } ] } @@ -43019,7 +43615,7 @@ "parameters": [ { "id": 5428, - "name": "data", + "name": "orderId", "variant": "param", "kind": 32768, "flags": {}, @@ -43027,15 +43623,16 @@ "summary": [ { "kind": "text", - "text": "The cancel order change details." + "text": "The order's ID." } ] }, "type": { - "type": "reference", - "target": 6686, - "name": "CancelOrderChangeDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } } }, { @@ -43056,7 +43653,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -43106,7 +43703,7 @@ "content": [ { "kind": "code", - "text": "```typescript\nawait orderModuleService.cancelOrderChange([{ id: \"orderChangeId\" }]);\n```" + "text": "```typescript\nconst cancelOrderChangeData: CancelOrderChangeDTO = {\n id: \"orderChangeId\",\n};\n\nawait orderModuleService.cancelOrderChange(cancelOrderChangeData);\n```" } ] } @@ -43128,13 +43725,10 @@ ] }, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6686, - "name": "CancelOrderChangeDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6715, + "name": "CancelOrderChangeDTO", + "package": "@medusajs/types" } }, { @@ -43155,7 +43749,106 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5433, + "name": "cancelOrderChange", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This method Represents the completion of an asynchronous operation" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Resolves when {summary}" + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```typescript\nawait orderModuleService.cancelOrderChange([{ id: \"orderChangeId\" }]);\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 5434, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The cancel order change details." + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6715, + "name": "CancelOrderChangeDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5435, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A context used to share resources, such as transaction manager, between the application and the module." + } + ] + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -43180,21 +43873,21 @@ ] }, { - "id": 5433, + "id": 5436, "name": "previewOrderChange", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5434, + "id": 5437, "name": "previewOrderChange", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5435, + "id": 5438, "name": "orderId", "variant": "param", "kind": 32768, @@ -43205,7 +43898,7 @@ } }, { - "id": 5436, + "id": 5439, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -43214,7 +43907,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -43229,7 +43922,7 @@ "typeArguments": [ { "type": "reference", - "target": 5903, + "target": 5932, "name": "OrderDTO", "package": "@medusajs/types" } @@ -43241,14 +43934,14 @@ ] }, { - "id": 5437, + "id": 5440, "name": "confirmOrderChange", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5438, + "id": 5441, "name": "confirmOrderChange", "variant": "signature", "kind": 4096, @@ -43283,7 +43976,7 @@ }, "parameters": [ { - "id": 5439, + "id": 5442, "name": "orderChangeId", "variant": "param", "kind": 32768, @@ -43293,105 +43986,6 @@ "name": "string" } }, - { - "id": 5440, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A context used to share resources, such as transaction manager, between the application and the module." - } - ] - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6690, - "name": "OrderChangeReturn", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5441, - "name": "confirmOrderChange", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "This method Represents the completion of an asynchronous operation" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Resolves when {summary}" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\nawait orderModuleService.confirmOrderChange([\"12345\"]);\n```" - } - ] - } - ] - }, - "parameters": [ - { - "id": 5442, - "name": "orderChangeId", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The order change's ID." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, { "id": 5443, "name": "sharedContext", @@ -43410,7 +44004,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -43425,7 +44019,7 @@ "typeArguments": [ { "type": "reference", - "target": 6690, + "target": 6719, "name": "OrderChangeReturn", "package": "@medusajs/types" } @@ -43462,7 +44056,7 @@ "content": [ { "kind": "code", - "text": "```typescript\nawait orderModuleService.confirmOrderChange({\n id: \"123456\"\n});\n```" + "text": "```typescript\nawait orderModuleService.confirmOrderChange([\"12345\"]);\n```" } ] } @@ -43471,7 +44065,7 @@ "parameters": [ { "id": 5445, - "name": "data", + "name": "orderChangeId", "variant": "param", "kind": 32768, "flags": {}, @@ -43479,15 +44073,16 @@ "summary": [ { "kind": "text", - "text": "The confirm order change details." + "text": "The order change's ID." } ] }, "type": { - "type": "reference", - "target": 6704, - "name": "ConfirmOrderChangeDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } } }, { @@ -43508,7 +44103,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -43523,7 +44118,7 @@ "typeArguments": [ { "type": "reference", - "target": 6690, + "target": 6719, "name": "OrderChangeReturn", "package": "@medusajs/types" } @@ -43560,7 +44155,7 @@ "content": [ { "kind": "code", - "text": "```typescript\nconst confirmOrderChangesData: ConfirmOrderChangeDTO[] = [{\n id: \"orderChangeId\",\n}];\n\nawait orderModuleService.confirmOrderChange(confirmOrderChangesData);\n```" + "text": "```typescript\nawait orderModuleService.confirmOrderChange({\n id: \"123456\"\n});\n```" } ] } @@ -43582,13 +44177,10 @@ ] }, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6704, - "name": "ConfirmOrderChangeDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6733, + "name": "ConfirmOrderChangeDTO", + "package": "@medusajs/types" } }, { @@ -43609,7 +44201,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -43624,7 +44216,108 @@ "typeArguments": [ { "type": "reference", - "target": 6690, + "target": 6719, + "name": "OrderChangeReturn", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5450, + "name": "confirmOrderChange", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This method Represents the completion of an asynchronous operation" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Resolves when {summary}" + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```typescript\nconst confirmOrderChangesData: ConfirmOrderChangeDTO[] = [{\n id: \"orderChangeId\",\n}];\n\nawait orderModuleService.confirmOrderChange(confirmOrderChangesData);\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 5451, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The confirm order change details." + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6733, + "name": "ConfirmOrderChangeDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5452, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A context used to share resources, such as transaction manager, between the application and the module." + } + ] + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6719, "name": "OrderChangeReturn", "package": "@medusajs/types" } @@ -43636,14 +44329,14 @@ ] }, { - "id": 5450, + "id": 5453, "name": "declineOrderChange", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5451, + "id": 5454, "name": "declineOrderChange", "variant": "signature", "kind": 4096, @@ -43678,7 +44371,7 @@ }, "parameters": [ { - "id": 5452, + "id": 5455, "name": "orderChangeId", "variant": "param", "kind": 32768, @@ -43696,103 +44389,6 @@ "name": "string" } }, - { - "id": 5453, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A context used to share resources, such as transaction manager, between the application and the module." - } - ] - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5454, - "name": "declineOrderChange", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "This method Represents the completion of an asynchronous operation" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Resolves when {summary}" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\nawait orderModuleService.declineOrderChange([\"orderChangeId\"]);\n```" - } - ] - } - ] - }, - "parameters": [ - { - "id": 5455, - "name": "orderChangeId", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The order change's ID." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, { "id": 5456, "name": "sharedContext", @@ -43811,7 +44407,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -43861,7 +44457,7 @@ "content": [ { "kind": "code", - "text": "```typescript\nawait orderModuleService.declineOrderChange({\n id: \"123456\",\n});\n```" + "text": "```typescript\nawait orderModuleService.declineOrderChange([\"orderChangeId\"]);\n```" } ] } @@ -43870,7 +44466,7 @@ "parameters": [ { "id": 5458, - "name": "data", + "name": "orderChangeId", "variant": "param", "kind": 32768, "flags": {}, @@ -43878,15 +44474,16 @@ "summary": [ { "kind": "text", - "text": "The decline order change details." + "text": "The order change's ID." } ] }, "type": { - "type": "reference", - "target": 6708, - "name": "DeclineOrderChangeDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } } }, { @@ -43907,7 +44504,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -43957,7 +44554,7 @@ "content": [ { "kind": "code", - "text": "```typescript\nawait orderModuleService.declineOrderChange([\n {\n id: \"12345\",\n }\n]);\n```" + "text": "```typescript\nawait orderModuleService.declineOrderChange({\n id: \"123456\",\n});\n```" } ] } @@ -43979,13 +44576,10 @@ ] }, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6708, - "name": "DeclineOrderChangeDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6737, + "name": "DeclineOrderChangeDTO", + "package": "@medusajs/types" } }, { @@ -44006,7 +44600,106 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5463, + "name": "declineOrderChange", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This method Represents the completion of an asynchronous operation" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Resolves when {summary}" + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```typescript\nawait orderModuleService.declineOrderChange([\n {\n id: \"12345\",\n }\n]);\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 5464, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The decline order change details." + } + ] + }, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6737, + "name": "DeclineOrderChangeDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5465, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A context used to share resources, such as transaction manager, between the application and the module." + } + ] + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -44031,21 +44724,21 @@ ] }, { - "id": 5463, + "id": 5466, "name": "softDeleteOrderChanges", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5464, + "id": 5467, "name": "softDeleteOrderChanges", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5465, + "id": 5468, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -44062,7 +44755,7 @@ ], "parameters": [ { - "id": 5466, + "id": 5469, "name": "orderChangeId", "variant": "param", "kind": 32768, @@ -44085,7 +44778,7 @@ } }, { - "id": 5467, + "id": 5470, "name": "config", "variant": "param", "kind": 32768, @@ -44094,11 +44787,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5465, + "target": 5468, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -44109,7 +44802,7 @@ } }, { - "id": 5468, + "id": 5471, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -44118,7 +44811,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -44170,21 +44863,21 @@ ] }, { - "id": 5469, + "id": 5472, "name": "restoreOrderChanges", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5470, + "id": 5473, "name": "restoreOrderChanges", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5471, + "id": 5474, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -44201,7 +44894,7 @@ ], "parameters": [ { - "id": 5472, + "id": 5475, "name": "orderChangeId", "variant": "param", "kind": 32768, @@ -44224,7 +44917,7 @@ } }, { - "id": 5473, + "id": 5476, "name": "config", "variant": "param", "kind": 32768, @@ -44233,11 +44926,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5471, + "target": 5474, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -44248,7 +44941,7 @@ } }, { - "id": 5474, + "id": 5477, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -44257,7 +44950,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -44309,14 +45002,14 @@ ] }, { - "id": 5475, + "id": 5478, "name": "applyPendingOrderActions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5476, + "id": 5479, "name": "applyPendingOrderActions", "variant": "signature", "kind": 4096, @@ -44351,7 +45044,7 @@ }, "parameters": [ { - "id": 5477, + "id": 5480, "name": "orderId", "variant": "param", "kind": 32768, @@ -44382,7 +45075,7 @@ } }, { - "id": 5478, + "id": 5481, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -44399,7 +45092,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -44414,7 +45107,7 @@ "typeArguments": [ { "type": "reference", - "target": 6690, + "target": 6719, "name": "OrderChangeReturn", "package": "@medusajs/types" } @@ -44426,14 +45119,14 @@ ] }, { - "id": 5479, + "id": 5482, "name": "listOrderChangeActions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5480, + "id": 5483, "name": "listOrderChangeActions", "variant": "signature", "kind": 4096, @@ -44468,7 +45161,7 @@ }, "parameters": [ { - "id": 5481, + "id": 5484, "name": "filters", "variant": "param", "kind": 32768, @@ -44485,13 +45178,13 @@ }, "type": { "type": "reference", - "target": 6712, + "target": 6741, "name": "FilterableOrderChangeActionProps", "package": "@medusajs/types" } }, { - "id": 5482, + "id": 5485, "name": "config", "variant": "param", "kind": 32768, @@ -44524,11 +45217,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6719, + "target": 6748, "name": "OrderChangeActionDTO", "package": "@medusajs/types" } @@ -44538,7 +45231,7 @@ } }, { - "id": 5483, + "id": 5486, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -44555,7 +45248,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -44572,7 +45265,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6719, + "target": 6748, "name": "OrderChangeActionDTO", "package": "@medusajs/types" } @@ -44585,14 +45278,14 @@ ] }, { - "id": 5484, + "id": 5487, "name": "retrieveOrderChangeAction", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5485, + "id": 5488, "name": "retrieveOrderChangeAction", "variant": "signature", "kind": 4096, @@ -44627,7 +45320,7 @@ }, "parameters": [ { - "id": 5486, + "id": 5489, "name": "actionId", "variant": "param", "kind": 32768, @@ -44646,7 +45339,7 @@ } }, { - "id": 5487, + "id": 5490, "name": "config", "variant": "param", "kind": 32768, @@ -44679,11 +45372,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6719, + "target": 6748, "name": "OrderChangeActionDTO", "package": "@medusajs/types" } @@ -44693,7 +45386,7 @@ } }, { - "id": 5488, + "id": 5491, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -44710,7 +45403,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -44725,7 +45418,7 @@ "typeArguments": [ { "type": "reference", - "target": 6719, + "target": 6748, "name": "OrderChangeActionDTO", "package": "@medusajs/types" } @@ -44737,100 +45430,18 @@ ] }, { - "id": 5489, + "id": 5492, "name": "updateOrderChangeActions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5490, - "name": "updateOrderChangeActions", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5491, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6732, - "name": "UpdateOrderChangeActionDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5492, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6719, - "name": "OrderChangeActionDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5493, "name": "updateOrderChangeActions", "variant": "signature", "kind": 4096, "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "This method updates {return type}(s)" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "The updated {return type}(s)." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\n// Example call to updateOrderChangeActions\n\nconst updateOrderChangeActionsData: UpdateOrderChangeActionDTO[] = [{\n id: \"orderchangeaction123\",\n ...\n}];\n\nconst result = await orderModuleService.updateOrderChangeActions(updateOrderChangeActionsData);\n```" - } - ] - } - ] - }, "parameters": [ { "id": 5494, @@ -44838,22 +45449,11 @@ "variant": "param", "kind": 32768, "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The order change action to be updated." - } - ] - }, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6732, - "name": "UpdateOrderChangeActionDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6764, + "name": "UpdateOrderChangeActionDTO", + "package": "@medusajs/types" } }, { @@ -44864,17 +45464,9 @@ "flags": { "isOptional": true }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A context used to share resources, such as transaction manager, between the application and the module." - } - ] - }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -44888,13 +45480,10 @@ }, "typeArguments": [ { - "type": "array", - "elementType": { - "type": "reference", - "target": 6719, - "name": "OrderChangeActionDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6748, + "name": "OrderChangeActionDTO", + "package": "@medusajs/types" } ], "name": "Promise", @@ -44929,7 +45518,7 @@ "content": [ { "kind": "code", - "text": "```typescript\nconst result = await orderModuleService.updateOrderChangeActions({\n id: \"orderChangeAction123\",\n ...\n});\n```" + "text": "```typescript\n// Example call to updateOrderChangeActions\n\nconst updateOrderChangeActionsData: UpdateOrderChangeActionDTO[] = [{\n id: \"orderchangeaction123\",\n ...\n}];\n\nconst result = await orderModuleService.updateOrderChangeActions(updateOrderChangeActionsData);\n```" } ] } @@ -44946,29 +45535,18 @@ "summary": [ { "kind": "text", - "text": "The order change action d t o | order change to be updated." + "text": "The order change action to be updated." } ] }, "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 6732, - "name": "UpdateOrderChangeActionDTO", - "package": "@medusajs/types" - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6732, - "name": "UpdateOrderChangeActionDTO", - "package": "@medusajs/types" - } - } - ] + "type": "array", + "elementType": { + "type": "reference", + "target": 6764, + "name": "UpdateOrderChangeActionDTO", + "package": "@medusajs/types" + } } }, { @@ -44989,7 +45567,122 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6748, + "name": "OrderChangeActionDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5499, + "name": "updateOrderChangeActions", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "This method updates {return type}(s)" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "The updated {return type}(s)." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```typescript\nconst result = await orderModuleService.updateOrderChangeActions({\n id: \"orderChangeAction123\",\n ...\n});\n```" + } + ] + } + ] + }, + "parameters": [ + { + "id": 5500, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The order change action d t o | order change to be updated." + } + ] + }, + "type": { + "type": "union", + "types": [ + { + "type": "reference", + "target": 6764, + "name": "UpdateOrderChangeActionDTO", + "package": "@medusajs/types" + }, + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6764, + "name": "UpdateOrderChangeActionDTO", + "package": "@medusajs/types" + } + } + ] + } + }, + { + "id": 5501, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A context used to share resources, such as transaction manager, between the application and the module." + } + ] + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -45007,7 +45700,7 @@ "types": [ { "type": "reference", - "target": 6719, + "target": 6748, "name": "OrderChangeActionDTO", "package": "@medusajs/types" }, @@ -45015,7 +45708,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6719, + "target": 6748, "name": "OrderChangeActionDTO", "package": "@medusajs/types" } @@ -45030,66 +45723,12 @@ ] }, { - "id": 5499, + "id": 5502, "name": "addOrderAction", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5500, - "name": "addOrderAction", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5501, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6735, - "name": "CreateOrderChangeActionDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5502, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6719, - "name": "OrderChangeActionDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5503, "name": "addOrderAction", @@ -45104,13 +45743,10 @@ "kind": 32768, "flags": {}, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6735, - "name": "CreateOrderChangeActionDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6767, + "name": "CreateOrderChangeActionDTO", + "package": "@medusajs/types" } }, { @@ -45123,7 +45759,64 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6748, + "name": "OrderChangeActionDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5506, + "name": "addOrderAction", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5507, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6767, + "name": "CreateOrderChangeActionDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5508, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -45140,7 +45833,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6719, + "target": 6748, "name": "OrderChangeActionDTO", "package": "@medusajs/types" } @@ -45153,14 +45846,14 @@ ] }, { - "id": 5506, + "id": 5509, "name": "deleteOrderChangeActions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5507, + "id": 5510, "name": "deleteOrderChangeActions", "variant": "signature", "kind": 4096, @@ -45195,7 +45888,7 @@ }, "parameters": [ { - "id": 5508, + "id": 5511, "name": "actionId", "variant": "param", "kind": 32768, @@ -45217,7 +45910,7 @@ } }, { - "id": 5509, + "id": 5512, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -45234,7 +45927,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -45257,7 +45950,7 @@ } }, { - "id": 5510, + "id": 5513, "name": "deleteOrderChangeActions", "variant": "signature", "kind": 4096, @@ -45292,7 +45985,7 @@ }, "parameters": [ { - "id": 5511, + "id": 5514, "name": "actionId", "variant": "param", "kind": 32768, @@ -45303,7 +45996,7 @@ } }, { - "id": 5512, + "id": 5515, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -45320,7 +46013,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -45345,14 +46038,14 @@ ] }, { - "id": 5513, + "id": 5516, "name": "softDeleteOrderChangeActions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5514, + "id": 5517, "name": "softDeleteOrderChangeActions", "variant": "signature", "kind": 4096, @@ -45387,7 +46080,7 @@ }, "typeParameters": [ { - "id": 5515, + "id": 5518, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -45404,7 +46097,7 @@ ], "parameters": [ { - "id": 5516, + "id": 5519, "name": "actionIds", "variant": "param", "kind": 32768, @@ -45418,7 +46111,7 @@ } }, { - "id": 5517, + "id": 5520, "name": "config", "variant": "param", "kind": 32768, @@ -45427,11 +46120,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5515, + "target": 5518, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -45442,7 +46135,7 @@ } }, { - "id": 5518, + "id": 5521, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -45459,7 +46152,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -45488,7 +46181,7 @@ "typeArguments": [ { "type": "reference", - "target": 5515, + "target": 5518, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -45514,21 +46207,21 @@ ] }, { - "id": 5519, + "id": 5522, "name": "restoreOrderChangeActions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5520, + "id": 5523, "name": "restoreOrderChangeActions", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5521, + "id": 5524, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -45545,7 +46238,7 @@ ], "parameters": [ { - "id": 5522, + "id": 5525, "name": "actionId", "variant": "param", "kind": 32768, @@ -45568,7 +46261,7 @@ } }, { - "id": 5523, + "id": 5526, "name": "config", "variant": "param", "kind": 32768, @@ -45577,11 +46270,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5521, + "target": 5524, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -45592,7 +46285,7 @@ } }, { - "id": 5524, + "id": 5527, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -45601,7 +46294,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -45653,21 +46346,21 @@ ] }, { - "id": 5525, + "id": 5528, "name": "softDeleteAddresses", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5526, + "id": 5529, "name": "softDeleteAddresses", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5527, + "id": 5530, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -45684,7 +46377,7 @@ ], "parameters": [ { - "id": 5528, + "id": 5531, "name": "ids", "variant": "param", "kind": 32768, @@ -45698,7 +46391,7 @@ } }, { - "id": 5529, + "id": 5532, "name": "config", "variant": "param", "kind": 32768, @@ -45707,11 +46400,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5527, + "target": 5530, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -45722,7 +46415,7 @@ } }, { - "id": 5530, + "id": 5533, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -45731,7 +46424,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -45760,7 +46453,7 @@ "typeArguments": [ { "type": "reference", - "target": 5527, + "target": 5530, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -45786,21 +46479,21 @@ ] }, { - "id": 5531, + "id": 5534, "name": "restoreAddresses", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5532, + "id": 5535, "name": "restoreAddresses", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5533, + "id": 5536, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -45817,7 +46510,7 @@ ], "parameters": [ { - "id": 5534, + "id": 5537, "name": "ids", "variant": "param", "kind": 32768, @@ -45831,7 +46524,7 @@ } }, { - "id": 5535, + "id": 5538, "name": "config", "variant": "param", "kind": 32768, @@ -45840,11 +46533,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5533, + "target": 5536, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -45855,7 +46548,7 @@ } }, { - "id": 5536, + "id": 5539, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -45864,7 +46557,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -45893,7 +46586,7 @@ "typeArguments": [ { "type": "reference", - "target": 5533, + "target": 5536, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -45919,21 +46612,21 @@ ] }, { - "id": 5537, + "id": 5540, "name": "softDeleteLineItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5538, + "id": 5541, "name": "softDeleteLineItems", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5539, + "id": 5542, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -45950,7 +46643,7 @@ ], "parameters": [ { - "id": 5540, + "id": 5543, "name": "ids", "variant": "param", "kind": 32768, @@ -45964,7 +46657,7 @@ } }, { - "id": 5541, + "id": 5544, "name": "config", "variant": "param", "kind": 32768, @@ -45973,11 +46666,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5539, + "target": 5542, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -45988,7 +46681,7 @@ } }, { - "id": 5542, + "id": 5545, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -45997,7 +46690,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -46026,7 +46719,7 @@ "typeArguments": [ { "type": "reference", - "target": 5539, + "target": 5542, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46052,21 +46745,21 @@ ] }, { - "id": 5543, + "id": 5546, "name": "restoreLineItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5544, + "id": 5547, "name": "restoreLineItems", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5545, + "id": 5548, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -46083,7 +46776,7 @@ ], "parameters": [ { - "id": 5546, + "id": 5549, "name": "ids", "variant": "param", "kind": 32768, @@ -46097,7 +46790,7 @@ } }, { - "id": 5547, + "id": 5550, "name": "config", "variant": "param", "kind": 32768, @@ -46106,11 +46799,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5545, + "target": 5548, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46121,7 +46814,7 @@ } }, { - "id": 5548, + "id": 5551, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -46130,7 +46823,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -46159,7 +46852,7 @@ "typeArguments": [ { "type": "reference", - "target": 5545, + "target": 5548, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46185,21 +46878,21 @@ ] }, { - "id": 5549, + "id": 5552, "name": "softDeleteShippingMethods", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5550, + "id": 5553, "name": "softDeleteShippingMethods", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5551, + "id": 5554, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -46216,7 +46909,7 @@ ], "parameters": [ { - "id": 5552, + "id": 5555, "name": "ids", "variant": "param", "kind": 32768, @@ -46230,7 +46923,7 @@ } }, { - "id": 5553, + "id": 5556, "name": "config", "variant": "param", "kind": 32768, @@ -46239,11 +46932,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5551, + "target": 5554, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46254,7 +46947,7 @@ } }, { - "id": 5554, + "id": 5557, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -46263,7 +46956,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -46292,7 +46985,7 @@ "typeArguments": [ { "type": "reference", - "target": 5551, + "target": 5554, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46318,21 +47011,21 @@ ] }, { - "id": 5555, + "id": 5558, "name": "restoreShippingMethods", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5556, + "id": 5559, "name": "restoreShippingMethods", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5557, + "id": 5560, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -46349,7 +47042,7 @@ ], "parameters": [ { - "id": 5558, + "id": 5561, "name": "ids", "variant": "param", "kind": 32768, @@ -46363,7 +47056,7 @@ } }, { - "id": 5559, + "id": 5562, "name": "config", "variant": "param", "kind": 32768, @@ -46372,11 +47065,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5557, + "target": 5560, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46387,7 +47080,7 @@ } }, { - "id": 5560, + "id": 5563, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -46396,7 +47089,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -46425,7 +47118,7 @@ "typeArguments": [ { "type": "reference", - "target": 5557, + "target": 5560, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46451,21 +47144,21 @@ ] }, { - "id": 5561, + "id": 5564, "name": "softDeleteLineItemAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5562, + "id": 5565, "name": "softDeleteLineItemAdjustments", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5563, + "id": 5566, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -46482,7 +47175,7 @@ ], "parameters": [ { - "id": 5564, + "id": 5567, "name": "ids", "variant": "param", "kind": 32768, @@ -46496,7 +47189,7 @@ } }, { - "id": 5565, + "id": 5568, "name": "config", "variant": "param", "kind": 32768, @@ -46505,11 +47198,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5563, + "target": 5566, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46520,7 +47213,7 @@ } }, { - "id": 5566, + "id": 5569, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -46529,7 +47222,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -46558,7 +47251,7 @@ "typeArguments": [ { "type": "reference", - "target": 5563, + "target": 5566, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46584,21 +47277,21 @@ ] }, { - "id": 5567, + "id": 5570, "name": "restoreLineItemAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5568, + "id": 5571, "name": "restoreLineItemAdjustments", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5569, + "id": 5572, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -46615,7 +47308,7 @@ ], "parameters": [ { - "id": 5570, + "id": 5573, "name": "ids", "variant": "param", "kind": 32768, @@ -46629,7 +47322,7 @@ } }, { - "id": 5571, + "id": 5574, "name": "config", "variant": "param", "kind": 32768, @@ -46638,11 +47331,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5569, + "target": 5572, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46653,7 +47346,7 @@ } }, { - "id": 5572, + "id": 5575, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -46662,7 +47355,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -46691,7 +47384,7 @@ "typeArguments": [ { "type": "reference", - "target": 5569, + "target": 5572, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46717,21 +47410,21 @@ ] }, { - "id": 5573, + "id": 5576, "name": "softDeleteShippingMethodAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5574, + "id": 5577, "name": "softDeleteShippingMethodAdjustments", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5575, + "id": 5578, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -46748,7 +47441,7 @@ ], "parameters": [ { - "id": 5576, + "id": 5579, "name": "ids", "variant": "param", "kind": 32768, @@ -46762,7 +47455,7 @@ } }, { - "id": 5577, + "id": 5580, "name": "config", "variant": "param", "kind": 32768, @@ -46771,11 +47464,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5575, + "target": 5578, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46786,7 +47479,7 @@ } }, { - "id": 5578, + "id": 5581, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -46795,7 +47488,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -46824,7 +47517,7 @@ "typeArguments": [ { "type": "reference", - "target": 5575, + "target": 5578, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46850,21 +47543,21 @@ ] }, { - "id": 5579, + "id": 5582, "name": "restoreShippingMethodAdjustments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5580, + "id": 5583, "name": "restoreShippingMethodAdjustments", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5581, + "id": 5584, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -46881,7 +47574,7 @@ ], "parameters": [ { - "id": 5582, + "id": 5585, "name": "ids", "variant": "param", "kind": 32768, @@ -46895,7 +47588,7 @@ } }, { - "id": 5583, + "id": 5586, "name": "config", "variant": "param", "kind": 32768, @@ -46904,11 +47597,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5581, + "target": 5584, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46919,7 +47612,7 @@ } }, { - "id": 5584, + "id": 5587, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -46928,7 +47621,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -46957,7 +47650,7 @@ "typeArguments": [ { "type": "reference", - "target": 5581, + "target": 5584, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -46983,21 +47676,21 @@ ] }, { - "id": 5585, + "id": 5588, "name": "softDeleteLineItemTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5586, + "id": 5589, "name": "softDeleteLineItemTaxLines", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5587, + "id": 5590, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -47014,7 +47707,7 @@ ], "parameters": [ { - "id": 5588, + "id": 5591, "name": "ids", "variant": "param", "kind": 32768, @@ -47028,7 +47721,7 @@ } }, { - "id": 5589, + "id": 5592, "name": "config", "variant": "param", "kind": 32768, @@ -47037,11 +47730,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5587, + "target": 5590, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -47052,7 +47745,7 @@ } }, { - "id": 5590, + "id": 5593, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -47061,7 +47754,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -47090,7 +47783,7 @@ "typeArguments": [ { "type": "reference", - "target": 5587, + "target": 5590, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -47116,21 +47809,21 @@ ] }, { - "id": 5591, + "id": 5594, "name": "restoreLineItemTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5592, + "id": 5595, "name": "restoreLineItemTaxLines", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5593, + "id": 5596, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -47147,7 +47840,7 @@ ], "parameters": [ { - "id": 5594, + "id": 5597, "name": "ids", "variant": "param", "kind": 32768, @@ -47161,7 +47854,7 @@ } }, { - "id": 5595, + "id": 5598, "name": "config", "variant": "param", "kind": 32768, @@ -47170,11 +47863,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5593, + "target": 5596, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -47185,7 +47878,7 @@ } }, { - "id": 5596, + "id": 5599, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -47194,7 +47887,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -47223,7 +47916,7 @@ "typeArguments": [ { "type": "reference", - "target": 5593, + "target": 5596, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -47249,21 +47942,21 @@ ] }, { - "id": 5597, + "id": 5600, "name": "softDeleteShippingMethodTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5598, + "id": 5601, "name": "softDeleteShippingMethodTaxLines", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5599, + "id": 5602, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -47280,7 +47973,7 @@ ], "parameters": [ { - "id": 5600, + "id": 5603, "name": "ids", "variant": "param", "kind": 32768, @@ -47294,7 +47987,7 @@ } }, { - "id": 5601, + "id": 5604, "name": "config", "variant": "param", "kind": 32768, @@ -47303,11 +47996,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5599, + "target": 5602, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -47318,7 +48011,7 @@ } }, { - "id": 5602, + "id": 5605, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -47327,7 +48020,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -47356,7 +48049,7 @@ "typeArguments": [ { "type": "reference", - "target": 5599, + "target": 5602, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -47382,21 +48075,21 @@ ] }, { - "id": 5603, + "id": 5606, "name": "restoreShippingMethodTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5604, + "id": 5607, "name": "restoreShippingMethodTaxLines", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5605, + "id": 5608, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -47413,7 +48106,7 @@ ], "parameters": [ { - "id": 5606, + "id": 5609, "name": "ids", "variant": "param", "kind": 32768, @@ -47427,7 +48120,7 @@ } }, { - "id": 5607, + "id": 5610, "name": "config", "variant": "param", "kind": 32768, @@ -47436,11 +48129,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5605, + "target": 5608, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -47451,7 +48144,7 @@ } }, { - "id": 5608, + "id": 5611, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -47460,7 +48153,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -47489,7 +48182,7 @@ "typeArguments": [ { "type": "reference", - "target": 5605, + "target": 5608, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -47515,21 +48208,21 @@ ] }, { - "id": 5609, + "id": 5612, "name": "revertLastVersion", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5610, + "id": 5613, "name": "revertLastVersion", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5611, + "id": 5614, "name": "orderId", "variant": "param", "kind": 32768, @@ -47540,7 +48233,7 @@ } }, { - "id": 5612, + "id": 5615, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -47549,7 +48242,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -47574,21 +48267,21 @@ ] }, { - "id": 5613, + "id": 5616, "name": "listTransactions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5614, + "id": 5617, "name": "listTransactions", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5615, + "id": 5618, "name": "filters", "variant": "param", "kind": 32768, @@ -47597,13 +48290,13 @@ }, "type": { "type": "reference", - "target": 6748, + "target": 6780, "name": "FilterableOrderTransactionProps", "package": "@medusajs/types" } }, { - "id": 5616, + "id": 5619, "name": "config", "variant": "param", "kind": 32768, @@ -47612,11 +48305,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6757, + "target": 6789, "name": "OrderTransactionDTO", "package": "@medusajs/types" } @@ -47626,7 +48319,7 @@ } }, { - "id": 5617, + "id": 5620, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -47635,7 +48328,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -47652,7 +48345,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6757, + "target": 6789, "name": "OrderTransactionDTO", "package": "@medusajs/types" } @@ -47665,66 +48358,12 @@ ] }, { - "id": 5618, + "id": 5621, "name": "addTransactions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5619, - "name": "addTransactions", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5620, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6769, - "name": "CreateOrderTransactionDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5621, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6757, - "name": "OrderTransactionDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5622, "name": "addTransactions", @@ -47739,13 +48378,10 @@ "kind": 32768, "flags": {}, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6769, - "name": "CreateOrderTransactionDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6801, + "name": "CreateOrderTransactionDTO", + "package": "@medusajs/types" } }, { @@ -47758,7 +48394,64 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6789, + "name": "OrderTransactionDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5625, + "name": "addTransactions", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5626, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6801, + "name": "CreateOrderTransactionDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5627, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -47775,7 +48468,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6757, + "target": 6789, "name": "OrderTransactionDTO", "package": "@medusajs/types" } @@ -47788,21 +48481,21 @@ ] }, { - "id": 5625, + "id": 5628, "name": "deleteTransactions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5626, + "id": 5629, "name": "deleteTransactions", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5627, + "id": 5630, "name": "transactionIds", "variant": "param", "kind": 32768, @@ -47836,7 +48529,7 @@ } }, { - "id": 5628, + "id": 5631, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -47845,7 +48538,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -47870,21 +48563,21 @@ ] }, { - "id": 5629, + "id": 5632, "name": "softDeleteTransactions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5630, + "id": 5633, "name": "softDeleteTransactions", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5631, + "id": 5634, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -47901,7 +48594,7 @@ ], "parameters": [ { - "id": 5632, + "id": 5635, "name": "transactionIds", "variant": "param", "kind": 32768, @@ -47915,7 +48608,7 @@ } }, { - "id": 5633, + "id": 5636, "name": "config", "variant": "param", "kind": 32768, @@ -47924,11 +48617,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5631, + "target": 5634, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -47939,7 +48632,7 @@ } }, { - "id": 5634, + "id": 5637, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -47948,7 +48641,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -48000,21 +48693,21 @@ ] }, { - "id": 5635, + "id": 5638, "name": "restoreTransactions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5636, + "id": 5639, "name": "restoreTransactions", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5637, + "id": 5640, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -48031,7 +48724,7 @@ ], "parameters": [ { - "id": 5638, + "id": 5641, "name": "transactionIds", "variant": "param", "kind": 32768, @@ -48045,7 +48738,7 @@ } }, { - "id": 5639, + "id": 5642, "name": "config", "variant": "param", "kind": 32768, @@ -48054,11 +48747,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5637, + "target": 5640, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -48069,7 +48762,7 @@ } }, { - "id": 5640, + "id": 5643, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -48078,7 +48771,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -48130,21 +48823,21 @@ ] }, { - "id": 5641, + "id": 5644, "name": "retrieveReturnReason", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5642, + "id": 5645, "name": "retrieveReturnReason", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5643, + "id": 5646, "name": "reasonId", "variant": "param", "kind": 32768, @@ -48155,7 +48848,7 @@ } }, { - "id": 5644, + "id": 5647, "name": "config", "variant": "param", "kind": 32768, @@ -48164,11 +48857,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6779, + "target": 6811, "name": "OrderReturnReasonDTO", "package": "@medusajs/types" } @@ -48178,7 +48871,7 @@ } }, { - "id": 5645, + "id": 5648, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -48187,7 +48880,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -48202,7 +48895,7 @@ "typeArguments": [ { "type": "reference", - "target": 6779, + "target": 6811, "name": "OrderReturnReasonDTO", "package": "@medusajs/types" } @@ -48214,34 +48907,34 @@ ] }, { - "id": 5646, + "id": 5649, "name": "listReturnReasons", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5647, + "id": 5650, "name": "listReturnReasons", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5648, + "id": 5651, "name": "filters", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 6790, + "target": 6822, "name": "FilterableOrderReturnReasonProps", "package": "@medusajs/types" } }, { - "id": 5649, + "id": 5652, "name": "config", "variant": "param", "kind": 32768, @@ -48250,11 +48943,11 @@ }, "type": { "type": "reference", - "target": 5890, + "target": 5919, "typeArguments": [ { "type": "reference", - "target": 6779, + "target": 6811, "name": "OrderReturnReasonDTO", "package": "@medusajs/types" } @@ -48264,7 +48957,7 @@ } }, { - "id": 5650, + "id": 5653, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -48273,7 +48966,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -48290,7 +48983,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6779, + "target": 6811, "name": "OrderReturnReasonDTO", "package": "@medusajs/types" } @@ -48303,66 +48996,12 @@ ] }, { - "id": 5651, + "id": 5654, "name": "createReturnReasons", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5652, - "name": "createReturnReasons", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5653, - "name": "returnReasonData", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6797, - "name": "CreateOrderReturnReasonDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5654, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6779, - "name": "OrderReturnReasonDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5655, "name": "createReturnReasons", @@ -48377,13 +49016,10 @@ "kind": 32768, "flags": {}, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6797, - "name": "CreateOrderReturnReasonDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6829, + "name": "CreateOrderReturnReasonDTO", + "package": "@medusajs/types" } }, { @@ -48396,7 +49032,64 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6811, + "name": "OrderReturnReasonDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5658, + "name": "createReturnReasons", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5659, + "name": "returnReasonData", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6829, + "name": "CreateOrderReturnReasonDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5660, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -48413,7 +49106,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6779, + "target": 6811, "name": "OrderReturnReasonDTO", "package": "@medusajs/types" } @@ -48426,21 +49119,21 @@ ] }, { - "id": 5658, + "id": 5661, "name": "updateReturnReasons", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5659, + "id": 5662, "name": "updateReturnReasons", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5660, + "id": 5663, "name": "data", "variant": "param", "kind": 32768, @@ -48449,14 +49142,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6803, + "target": 6835, "name": "UpdateOrderReturnReasonWithSelectorDTO", "package": "@medusajs/types" } } }, { - "id": 5661, + "id": 5664, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -48465,7 +49158,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -48482,7 +49175,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6779, + "target": 6811, "name": "OrderReturnReasonDTO", "package": "@medusajs/types" } @@ -48493,14 +49186,14 @@ } }, { - "id": 5662, + "id": 5665, "name": "updateReturnReasons", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5663, + "id": 5666, "name": "selector", "variant": "param", "kind": 32768, @@ -48514,7 +49207,7 @@ "typeArguments": [ { "type": "reference", - "target": 6790, + "target": 6822, "name": "FilterableOrderReturnReasonProps", "package": "@medusajs/types" } @@ -48524,7 +49217,7 @@ } }, { - "id": 5664, + "id": 5667, "name": "data", "variant": "param", "kind": 32768, @@ -48538,7 +49231,7 @@ "typeArguments": [ { "type": "reference", - "target": 6806, + "target": 6838, "name": "UpdateOrderReturnReasonDTO", "package": "@medusajs/types" } @@ -48548,7 +49241,7 @@ } }, { - "id": 5665, + "id": 5668, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -48557,7 +49250,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -48574,7 +49267,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6779, + "target": 6811, "name": "OrderReturnReasonDTO", "package": "@medusajs/types" } @@ -48585,14 +49278,14 @@ } }, { - "id": 5666, + "id": 5669, "name": "updateReturnReasons", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5667, + "id": 5670, "name": "id", "variant": "param", "kind": 32768, @@ -48603,7 +49296,7 @@ } }, { - "id": 5668, + "id": 5671, "name": "data", "variant": "param", "kind": 32768, @@ -48617,7 +49310,7 @@ "typeArguments": [ { "type": "reference", - "target": 6806, + "target": 6838, "name": "UpdateOrderReturnReasonDTO", "package": "@medusajs/types" } @@ -48627,7 +49320,7 @@ } }, { - "id": 5669, + "id": 5672, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -48636,7 +49329,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -48651,7 +49344,7 @@ "typeArguments": [ { "type": "reference", - "target": 6779, + "target": 6811, "name": "OrderReturnReasonDTO", "package": "@medusajs/types" } @@ -48663,21 +49356,21 @@ ] }, { - "id": 5670, + "id": 5673, "name": "deleteReturnReasons", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5671, + "id": 5674, "name": "deleteReturnReasons", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5672, + "id": 5675, "name": "returnReasonIds", "variant": "param", "kind": 32768, @@ -48691,7 +49384,7 @@ } }, { - "id": 5673, + "id": 5676, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -48700,7 +49393,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -48725,21 +49418,21 @@ ] }, { - "id": 5674, + "id": 5677, "name": "softDeleteReturnReasons", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5675, + "id": 5678, "name": "softDeleteReturnReasons", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5676, + "id": 5679, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -48756,7 +49449,7 @@ ], "parameters": [ { - "id": 5677, + "id": 5680, "name": "ids", "variant": "param", "kind": 32768, @@ -48770,7 +49463,7 @@ } }, { - "id": 5678, + "id": 5681, "name": "config", "variant": "param", "kind": 32768, @@ -48779,11 +49472,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5676, + "target": 5679, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -48794,7 +49487,7 @@ } }, { - "id": 5679, + "id": 5682, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -48803,7 +49496,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -48855,21 +49548,21 @@ ] }, { - "id": 5680, + "id": 5683, "name": "restoreReturnReasons", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5681, + "id": 5684, "name": "restoreReturnReasons", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5682, + "id": 5685, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -48886,7 +49579,7 @@ ], "parameters": [ { - "id": 5683, + "id": 5686, "name": "ids", "variant": "param", "kind": 32768, @@ -48900,7 +49593,7 @@ } }, { - "id": 5684, + "id": 5687, "name": "config", "variant": "param", "kind": 32768, @@ -48909,11 +49602,11 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5682, + "target": 5685, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -48924,7 +49617,7 @@ } }, { - "id": 5685, + "id": 5688, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -48933,7 +49626,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -48985,66 +49678,12 @@ ] }, { - "id": 5686, + "id": 5689, "name": "createReturnItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5687, - "name": "createReturnItems", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5688, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6812, - "name": "CreateOrderReturnItemDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5689, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6819, - "name": "OrderReturnItemDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5690, "name": "createReturnItems", @@ -49059,13 +49698,10 @@ "kind": 32768, "flags": {}, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6812, - "name": "CreateOrderReturnItemDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6844, + "name": "CreateOrderReturnItemDTO", + "package": "@medusajs/types" } }, { @@ -49078,7 +49714,64 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6851, + "name": "OrderReturnItemDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5693, + "name": "createReturnItems", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5694, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6844, + "name": "CreateOrderReturnItemDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5695, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -49095,7 +49788,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 6819, + "target": 6851, "name": "OrderReturnItemDTO", "package": "@medusajs/types" } @@ -49108,69 +49801,15 @@ ] }, { - "id": 5693, - "name": "createReturns", + "id": 5696, + "name": "createOrderClaimItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ - { - "id": 5694, - "name": "createReturns", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5695, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6832, - "name": "CreateOrderReturnDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5696, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 5988, - "name": "ReturnDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, { "id": 5697, - "name": "createReturns", + "name": "createOrderClaimItems", "variant": "signature", "kind": 4096, "flags": {}, @@ -49182,13 +49821,10 @@ "kind": 32768, "flags": {}, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6832, - "name": "CreateOrderReturnDTO", - "package": "@medusajs/types" - } + "type": "reference", + "target": 6864, + "name": "CreateOrderClaimItemDTO", + "package": "@medusajs/types" } }, { @@ -49201,7 +49837,64 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6872, + "name": "OrderClaimItemDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5700, + "name": "createOrderClaimItems", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5701, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6864, + "name": "CreateOrderClaimItemDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5702, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -49218,7 +49911,253 @@ "type": "array", "elementType": { "type": "reference", - "target": 5988, + "target": 6872, + "name": "OrderClaimItemDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5703, + "name": "createOrderExchangeItems", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5704, + "name": "createOrderExchangeItems", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5705, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 6883, + "name": "CreateOrderExchangeItemDTO", + "package": "@medusajs/types" + } + }, + { + "id": 5706, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6889, + "name": "OrderExchangeItemDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5707, + "name": "createOrderExchangeItems", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5708, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6883, + "name": "CreateOrderExchangeItemDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5709, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6889, + "name": "OrderExchangeItemDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5710, + "name": "createReturns", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5711, + "name": "createReturns", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5712, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 6899, + "name": "CreateOrderReturnDTO", + "package": "@medusajs/types" + } + }, + { + "id": 5713, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6017, + "name": "ReturnDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5714, + "name": "createReturns", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5715, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6899, + "name": "CreateOrderReturnDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5716, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -49231,21 +50170,21 @@ ] }, { - "id": 5700, + "id": 5717, "name": "updateReturns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5701, + "id": 5718, "name": "updateReturns", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5702, + "id": 5719, "name": "data", "variant": "param", "kind": 32768, @@ -49254,14 +50193,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 6855, + "target": 6922, "name": "UpdateOrderReturnWithSelectorDTO", "package": "@medusajs/types" } } }, { - "id": 5703, + "id": 5720, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -49270,7 +50209,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -49287,7 +50226,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -49298,14 +50237,14 @@ } }, { - "id": 5704, + "id": 5721, "name": "updateReturns", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5705, + "id": 5722, "name": "selector", "variant": "param", "kind": 32768, @@ -49319,7 +50258,7 @@ "typeArguments": [ { "type": "reference", - "target": 6858, + "target": 6925, "name": "FilterableReturnProps", "package": "@medusajs/types" } @@ -49329,7 +50268,7 @@ } }, { - "id": 5706, + "id": 5723, "name": "data", "variant": "param", "kind": 32768, @@ -49343,7 +50282,7 @@ "typeArguments": [ { "type": "reference", - "target": 6867, + "target": 6934, "name": "UpdateReturnDTO", "package": "@medusajs/types" } @@ -49353,7 +50292,7 @@ } }, { - "id": 5707, + "id": 5724, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -49362,7 +50301,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -49379,7 +50318,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -49390,14 +50329,14 @@ } }, { - "id": 5708, + "id": 5725, "name": "updateReturns", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5709, + "id": 5726, "name": "id", "variant": "param", "kind": 32768, @@ -49408,7 +50347,7 @@ } }, { - "id": 5710, + "id": 5727, "name": "data", "variant": "param", "kind": 32768, @@ -49422,7 +50361,7 @@ "typeArguments": [ { "type": "reference", - "target": 6867, + "target": 6934, "name": "UpdateReturnDTO", "package": "@medusajs/types" } @@ -49432,7 +50371,7 @@ } }, { - "id": 5711, + "id": 5728, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -49441,7 +50380,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -49456,7 +50395,7 @@ "typeArguments": [ { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -49468,21 +50407,21 @@ ] }, { - "id": 5712, + "id": 5729, "name": "deleteReturns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5713, + "id": 5730, "name": "deleteReturns", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5714, + "id": 5731, "name": "ids", "variant": "param", "kind": 32768, @@ -49496,7 +50435,7 @@ } }, { - "id": 5715, + "id": 5732, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -49505,7 +50444,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -49530,21 +50469,21 @@ ] }, { - "id": 5716, + "id": 5733, "name": "deleteReturnItems", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5717, + "id": 5734, "name": "deleteReturnItems", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5718, + "id": 5735, "name": "ids", "variant": "param", "kind": 32768, @@ -49558,7 +50497,7 @@ } }, { - "id": 5719, + "id": 5736, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -49567,7 +50506,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -49592,21 +50531,21 @@ ] }, { - "id": 5720, + "id": 5737, "name": "softDeleteReturns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5721, + "id": 5738, "name": "softDeleteReturns", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5722, + "id": 5739, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -49623,7 +50562,7 @@ ], "parameters": [ { - "id": 5723, + "id": 5740, "name": "ids", "variant": "param", "kind": 32768, @@ -49637,7 +50576,7 @@ } }, { - "id": 5724, + "id": 5741, "name": "config", "variant": "param", "kind": 32768, @@ -49646,11 +50585,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5722, + "target": 5739, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -49660,350 +50599,6 @@ "package": "@medusajs/types" } }, - { - "id": 5725, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "void" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ], - "name": "Record", - "package": "typescript" - } - ] - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - }, - { - "id": 5726, - "name": "restoreReturns", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 5727, - "name": "restoreReturns", - "variant": "signature", - "kind": 4096, - "flags": {}, - "typeParameters": [ - { - "id": 5728, - "name": "TReturnableLinkableKeys", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - }, - "default": { - "type": "intrinsic", - "name": "string" - } - } - ], - "parameters": [ - { - "id": 5729, - "name": "ids", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - { - "id": 5730, - "name": "config", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 6221, - "typeArguments": [ - { - "type": "reference", - "target": 5728, - "name": "TReturnableLinkableKeys", - "package": "@medusajs/types", - "refersToTypeParameter": true - } - ], - "name": "RestoreReturn", - "package": "@medusajs/types" - } - }, - { - "id": 5731, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "void" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ], - "name": "Record", - "package": "typescript" - } - ] - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - }, - { - "id": 5732, - "name": "createOrderClaims", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 5733, - "name": "createOrderClaims", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5734, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6883, - "name": "CreateOrderClaimDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5735, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6053, - "name": "OrderClaimDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5736, - "name": "createOrderClaims", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5737, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6883, - "name": "CreateOrderClaimDTO", - "package": "@medusajs/types" - } - } - }, - { - "id": 5738, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6053, - "name": "OrderClaimDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - }, - { - "id": 5739, - "name": "updateOrderClaims", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 5740, - "name": "updateOrderClaims", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5741, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6907, - "name": "UpdateOrderClaimWithSelectorDTO", - "package": "@medusajs/types" - } - } - }, { "id": 5742, "name": "sharedContext", @@ -50014,7 +50609,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -50028,181 +50623,35 @@ }, "typeArguments": [ { - "type": "array", - "elementType": { - "type": "reference", - "target": 6053, - "name": "OrderClaimDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5743, - "name": "updateOrderClaims", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5744, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Partial" - }, - "typeArguments": [ + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "void" + }, { "type": "reference", - "target": 6910, - "name": "FilterableOrderClaimProps", - "package": "@medusajs/types" + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ], + "name": "Record", + "package": "typescript" } - ], - "name": "Partial", - "package": "typescript" - } - }, - { - "id": 5745, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Partial" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6916, - "name": "UpdateOrderClaimDTO", - "package": "@medusajs/types" - } - ], - "name": "Partial", - "package": "typescript" - } - }, - { - "id": 5746, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6053, - "name": "OrderClaimDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5747, - "name": "updateOrderClaims", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5748, - "name": "id", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 5749, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Partial" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6916, - "name": "UpdateOrderClaimDTO", - "package": "@medusajs/types" - } - ], - "name": "Partial", - "package": "typescript" - } - }, - { - "id": 5750, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6053, - "name": "OrderClaimDTO", - "package": "@medusajs/types" + ] } ], "name": "Promise", @@ -50212,21 +50661,38 @@ ] }, { - "id": 5751, - "name": "deleteOrderClaims", + "id": 5743, + "name": "restoreReturns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5752, - "name": "deleteOrderClaims", + "id": 5744, + "name": "restoreReturns", "variant": "signature", "kind": 4096, "flags": {}, + "typeParameters": [ + { + "id": 5745, + "name": "TReturnableLinkableKeys", + "variant": "typeParam", + "kind": 131072, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + }, + "default": { + "type": "intrinsic", + "name": "string" + } + } + ], "parameters": [ { - "id": 5753, + "id": 5746, "name": "ids", "variant": "param", "kind": 32768, @@ -50240,7 +50706,31 @@ } }, { - "id": 5754, + "id": 5747, + "name": "config", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 6250, + "typeArguments": [ + { + "type": "reference", + "target": 5745, + "name": "TReturnableLinkableKeys", + "package": "@medusajs/types", + "refersToTypeParameter": true + } + ], + "name": "RestoreReturn", + "package": "@medusajs/types" + } + }, + { + "id": 5748, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -50249,7 +50739,456 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "void" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ], + "name": "Record", + "package": "typescript" + } + ] + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5749, + "name": "createOrderClaims", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5750, + "name": "createOrderClaims", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5751, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 6950, + "name": "CreateOrderClaimDTO", + "package": "@medusajs/types" + } + }, + { + "id": 5752, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6082, + "name": "OrderClaimDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5753, + "name": "createOrderClaims", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5754, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6950, + "name": "CreateOrderClaimDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5755, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6082, + "name": "OrderClaimDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5756, + "name": "updateOrderClaims", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5757, + "name": "updateOrderClaims", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5758, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6974, + "name": "UpdateOrderClaimWithSelectorDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5759, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6082, + "name": "OrderClaimDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5760, + "name": "updateOrderClaims", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5761, + "name": "selector", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Partial" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6977, + "name": "FilterableOrderClaimProps", + "package": "@medusajs/types" + } + ], + "name": "Partial", + "package": "typescript" + } + }, + { + "id": 5762, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Partial" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6983, + "name": "UpdateOrderClaimDTO", + "package": "@medusajs/types" + } + ], + "name": "Partial", + "package": "typescript" + } + }, + { + "id": 5763, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6082, + "name": "OrderClaimDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5764, + "name": "updateOrderClaims", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5765, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5766, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Partial" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6983, + "name": "UpdateOrderClaimDTO", + "package": "@medusajs/types" + } + ], + "name": "Partial", + "package": "typescript" + } + }, + { + "id": 5767, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6082, + "name": "OrderClaimDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5768, + "name": "deleteOrderClaims", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5769, + "name": "deleteOrderClaims", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5770, + "name": "ids", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 5771, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -50274,21 +51213,145 @@ ] }, { - "id": 5755, + "id": 5772, + "name": "deleteOrderClaimItems", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5773, + "name": "deleteOrderClaimItems", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5774, + "name": "ids", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 5775, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5776, + "name": "deleteOrderClaimItemImages", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5777, + "name": "deleteOrderClaimItemImages", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5778, + "name": "ids", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 5779, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5780, "name": "softDeleteOrderClaims", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5756, + "id": 5781, "name": "softDeleteOrderClaims", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5757, + "id": 5782, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -50305,7 +51368,7 @@ ], "parameters": [ { - "id": 5758, + "id": 5783, "name": "ids", "variant": "param", "kind": 32768, @@ -50319,7 +51382,7 @@ } }, { - "id": 5759, + "id": 5784, "name": "config", "variant": "param", "kind": 32768, @@ -50328,11 +51391,11 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5757, + "target": 5782, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -50342,521 +51405,6 @@ "package": "@medusajs/types" } }, - { - "id": 5760, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "void" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ], - "name": "Record", - "package": "typescript" - } - ] - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - }, - { - "id": 5761, - "name": "restoreOrderClaims", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 5762, - "name": "restoreOrderClaims", - "variant": "signature", - "kind": 4096, - "flags": {}, - "typeParameters": [ - { - "id": 5763, - "name": "TReturnableLinkableKeys", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - }, - "default": { - "type": "intrinsic", - "name": "string" - } - } - ], - "parameters": [ - { - "id": 5764, - "name": "ids", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - { - "id": 5765, - "name": "config", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 6221, - "typeArguments": [ - { - "type": "reference", - "target": 5763, - "name": "TReturnableLinkableKeys", - "package": "@medusajs/types", - "refersToTypeParameter": true - } - ], - "name": "RestoreReturn", - "package": "@medusajs/types" - } - }, - { - "id": 5766, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "void" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ], - "name": "Record", - "package": "typescript" - } - ] - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - }, - { - "id": 5767, - "name": "createOrderExchanges", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 5768, - "name": "createOrderExchanges", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5769, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6923, - "name": "CreateOrderExchangeDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5770, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6121, - "name": "OrderExchangeDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5771, - "name": "createOrderExchanges", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5772, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6923, - "name": "CreateOrderExchangeDTO", - "package": "@medusajs/types" - } - } - }, - { - "id": 5773, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6121, - "name": "OrderExchangeDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - }, - { - "id": 5774, - "name": "updateOrderExchanges", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 5775, - "name": "updateOrderExchanges", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5776, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 6940, - "name": "UpdateOrderExchangeWithSelectorDTO", - "package": "@medusajs/types" - } - } - }, - { - "id": 5777, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6121, - "name": "OrderExchangeDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5778, - "name": "updateOrderExchanges", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5779, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Partial" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6943, - "name": "FilterableOrderExchangeProps", - "package": "@medusajs/types" - } - ], - "name": "Partial", - "package": "typescript" - } - }, - { - "id": 5780, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Partial" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6950, - "name": "UpdateOrderExchangeDTO", - "package": "@medusajs/types" - } - ], - "name": "Partial", - "package": "typescript" - } - }, - { - "id": 5781, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 6121, - "name": "OrderExchangeDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5782, - "name": "updateOrderExchanges", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5783, - "name": "id", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 5784, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Partial" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6950, - "name": "UpdateOrderExchangeDTO", - "package": "@medusajs/types" - } - ], - "name": "Partial", - "package": "typescript" - } - }, { "id": 5785, "name": "sharedContext", @@ -50867,7 +51415,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -50881,10 +51429,35 @@ }, "typeArguments": [ { - "type": "reference", - "target": 6121, - "name": "OrderExchangeDTO", - "package": "@medusajs/types" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "void" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ], + "name": "Record", + "package": "typescript" + } + ] } ], "name": "Promise", @@ -50895,82 +51468,20 @@ }, { "id": 5786, - "name": "deleteOrderExchanges", + "name": "restoreOrderClaims", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { "id": 5787, - "name": "deleteOrderExchanges", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5788, - "name": "ids", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - { - "id": 5789, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - }, - { - "id": 5790, - "name": "softDeleteOrderExchanges", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 5791, - "name": "softDeleteOrderExchanges", + "name": "restoreOrderClaims", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5792, + "id": 5788, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -50987,7 +51498,7 @@ ], "parameters": [ { - "id": 5793, + "id": 5789, "name": "ids", "variant": "param", "kind": 32768, @@ -51001,7 +51512,7 @@ } }, { - "id": 5794, + "id": 5790, "name": "config", "variant": "param", "kind": 32768, @@ -51010,17 +51521,105 @@ }, "type": { "type": "reference", - "target": 6218, + "target": 6250, "typeArguments": [ { "type": "reference", - "target": 5792, + "target": 5788, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true } ], - "name": "SoftDeleteReturn", + "name": "RestoreReturn", + "package": "@medusajs/types" + } + }, + { + "id": 5791, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "void" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ], + "name": "Record", + "package": "typescript" + } + ] + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5792, + "name": "createOrderExchanges", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5793, + "name": "createOrderExchanges", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5794, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 6990, + "name": "CreateOrderExchangeDTO", "package": "@medusajs/types" } }, @@ -51034,7 +51633,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -51048,35 +51647,70 @@ }, "typeArguments": [ { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "void" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ], - "name": "Record", - "package": "typescript" - } - ] + "type": "reference", + "target": 6150, + "name": "OrderExchangeDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5796, + "name": "createOrderExchanges", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5797, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 6990, + "name": "CreateOrderExchangeDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5798, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6150, + "name": "OrderExchangeDTO", + "package": "@medusajs/types" + } } ], "name": "Promise", @@ -51086,21 +51720,382 @@ ] }, { - "id": 5796, - "name": "restoreOrderExchanges", + "id": 5799, + "name": "updateOrderExchanges", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5797, - "name": "restoreOrderExchanges", + "id": 5800, + "name": "updateOrderExchanges", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5801, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 7007, + "name": "UpdateOrderExchangeWithSelectorDTO", + "package": "@medusajs/types" + } + } + }, + { + "id": 5802, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6150, + "name": "OrderExchangeDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5803, + "name": "updateOrderExchanges", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5804, + "name": "selector", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Partial" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7010, + "name": "FilterableOrderExchangeProps", + "package": "@medusajs/types" + } + ], + "name": "Partial", + "package": "typescript" + } + }, + { + "id": 5805, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Partial" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7017, + "name": "UpdateOrderExchangeDTO", + "package": "@medusajs/types" + } + ], + "name": "Partial", + "package": "typescript" + } + }, + { + "id": 5806, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 6150, + "name": "OrderExchangeDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5807, + "name": "updateOrderExchanges", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5808, + "name": "id", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5809, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Partial" + }, + "typeArguments": [ + { + "type": "reference", + "target": 7017, + "name": "UpdateOrderExchangeDTO", + "package": "@medusajs/types" + } + ], + "name": "Partial", + "package": "typescript" + } + }, + { + "id": 5810, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 6150, + "name": "OrderExchangeDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5811, + "name": "deleteOrderExchanges", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5812, + "name": "deleteOrderExchanges", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5813, + "name": "ids", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 5814, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5815, + "name": "deleteOrderExchangeItems", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5816, + "name": "deleteOrderExchangeItems", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5817, + "name": "ids", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 5818, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5819, + "name": "softDeleteOrderExchanges", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5820, + "name": "softDeleteOrderExchanges", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 5798, + "id": 5821, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -51117,7 +52112,7 @@ ], "parameters": [ { - "id": 5799, + "id": 5822, "name": "ids", "variant": "param", "kind": 32768, @@ -51131,7 +52126,7 @@ } }, { - "id": 5800, + "id": 5823, "name": "config", "variant": "param", "kind": 32768, @@ -51140,22 +52135,22 @@ }, "type": { "type": "reference", - "target": 6221, + "target": 6247, "typeArguments": [ { "type": "reference", - "target": 5798, + "target": 5821, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true } ], - "name": "RestoreReturn", + "name": "SoftDeleteReturn", "package": "@medusajs/types" } }, { - "id": 5801, + "id": 5824, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -51164,7 +52159,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -51216,22 +52211,39 @@ ] }, { - "id": 5802, - "name": "archive", + "id": 5825, + "name": "restoreOrderExchanges", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5803, - "name": "archive", + "id": 5826, + "name": "restoreOrderExchanges", "variant": "signature", "kind": 4096, "flags": {}, + "typeParameters": [ + { + "id": 5827, + "name": "TReturnableLinkableKeys", + "variant": "typeParam", + "kind": 131072, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + }, + "default": { + "type": "intrinsic", + "name": "string" + } + } + ], "parameters": [ { - "id": 5804, - "name": "orderId", + "id": 5828, + "name": "ids", "variant": "param", "kind": 32768, "flags": {}, @@ -51243,420 +52255,27 @@ } } }, - { - "id": 5805, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 5903, - "name": "OrderDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5806, - "name": "archive", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5807, - "name": "orderId", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 5808, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 5903, - "name": "OrderDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - }, - { - "id": 5809, - "name": "completeOrder", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 5810, - "name": "completeOrder", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5811, - "name": "orderId", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - { - "id": 5812, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 5903, - "name": "OrderDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5813, - "name": "completeOrder", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5814, - "name": "orderId", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 5815, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 5903, - "name": "OrderDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - }, - { - "id": 5816, - "name": "cancel", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 5817, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5818, - "name": "orderId", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - { - "id": 5819, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "reference", - "target": 5903, - "name": "OrderDTO", - "package": "@medusajs/types" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 5820, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5821, - "name": "orderId", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 5822, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 5903, - "name": "OrderDTO", - "package": "@medusajs/types" - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - }, - { - "id": 5823, - "name": "registerFulfillment", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 5824, - "name": "registerFulfillment", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 5825, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 6957, - "name": "RegisterOrderFulfillmentDTO", - "package": "@medusajs/types" - } - }, - { - "id": 5826, - "name": "sharedContext", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 5967, - "name": "Context", - "package": "@medusajs/types" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - }, - { - "id": 5827, - "name": "cancelFulfillment", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 5828, - "name": "cancelFulfillment", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ { "id": 5829, - "name": "data", + "name": "config", "variant": "param", "kind": 32768, - "flags": {}, + "flags": { + "isOptional": true + }, "type": { "type": "reference", - "target": 6969, - "name": "CancelOrderFulfillmentDTO", + "target": 6250, + "typeArguments": [ + { + "type": "reference", + "target": 5827, + "name": "TReturnableLinkableKeys", + "package": "@medusajs/types", + "refersToTypeParameter": true + } + ], + "name": "RestoreReturn", "package": "@medusajs/types" } }, @@ -51670,7 +52289,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -51684,8 +52303,35 @@ }, "typeArguments": [ { - "type": "intrinsic", - "name": "void" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "void" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + ], + "name": "Record", + "package": "typescript" + } + ] } ], "name": "Promise", @@ -51696,29 +52342,30 @@ }, { "id": 5831, - "name": "registerShipment", + "name": "archive", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { "id": 5832, - "name": "registerShipment", + "name": "archive", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { "id": 5833, - "name": "data", + "name": "orderId", "variant": "param", "kind": 32768, "flags": {}, "type": { - "type": "reference", - "target": 6981, - "name": "RegisterOrderShipmentDTO", - "package": "@medusajs/types" + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } } }, { @@ -51731,7 +52378,363 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 5932, + "name": "OrderDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5835, + "name": "archive", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5836, + "name": "orderId", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5837, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 5932, + "name": "OrderDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5838, + "name": "completeOrder", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5839, + "name": "completeOrder", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5840, + "name": "orderId", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 5841, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 5932, + "name": "OrderDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5842, + "name": "completeOrder", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5843, + "name": "orderId", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5844, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 5932, + "name": "OrderDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5845, + "name": "cancel", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5846, + "name": "cancel", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5847, + "name": "orderId", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + } + }, + { + "id": 5848, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "array", + "elementType": { + "type": "reference", + "target": 5932, + "name": "OrderDTO", + "package": "@medusajs/types" + } + } + ], + "name": "Promise", + "package": "typescript" + } + }, + { + "id": 5849, + "name": "cancel", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5850, + "name": "orderId", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 5851, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 5932, + "name": "OrderDTO", + "package": "@medusajs/types" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5852, + "name": "registerFulfillment", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5853, + "name": "registerFulfillment", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5854, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 7024, + "name": "RegisterOrderFulfillmentDTO", + "package": "@medusajs/types" + } + }, + { + "id": 5855, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -51756,34 +52759,156 @@ ] }, { - "id": 5835, + "id": 5856, + "name": "cancelFulfillment", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5857, + "name": "cancelFulfillment", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5858, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 7036, + "name": "CancelOrderFulfillmentDTO", + "package": "@medusajs/types" + } + }, + { + "id": 5859, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5860, + "name": "registerShipment", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 5861, + "name": "registerShipment", + "variant": "signature", + "kind": 4096, + "flags": {}, + "parameters": [ + { + "id": 5862, + "name": "data", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": 7048, + "name": "RegisterOrderShipmentDTO", + "package": "@medusajs/types" + } + }, + { + "id": 5863, + "name": "sharedContext", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 5996, + "name": "Context", + "package": "@medusajs/types" + } + } + ], + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + } + ] + }, + { + "id": 5864, "name": "createReturn", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5836, + "id": 5865, "name": "createReturn", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5837, + "id": 5866, "name": "returnData", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 6832, + "target": 6899, "name": "CreateOrderReturnDTO", "package": "@medusajs/types" } }, { - "id": 5838, + "id": 5867, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -51792,7 +52917,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -51807,7 +52932,7 @@ "typeArguments": [ { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -51819,34 +52944,34 @@ ] }, { - "id": 5839, + "id": 5868, "name": "cancelReturn", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5840, + "id": 5869, "name": "cancelReturn", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5841, + "id": 5870, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 6994, + "target": 7061, "name": "CancelOrderReturnDTO", "package": "@medusajs/types" } }, { - "id": 5842, + "id": 5871, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -51855,7 +52980,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -51870,7 +52995,7 @@ "typeArguments": [ { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -51882,34 +53007,34 @@ ] }, { - "id": 5843, + "id": 5872, "name": "receiveReturn", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5844, + "id": 5873, "name": "receiveReturn", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5845, + "id": 5874, "name": "returnData", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 7004, + "target": 7071, "name": "ReceiveOrderReturnDTO", "package": "@medusajs/types" } }, { - "id": 5846, + "id": 5875, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -51918,7 +53043,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -51933,7 +53058,7 @@ "typeArguments": [ { "type": "reference", - "target": 5988, + "target": 6017, "name": "ReturnDTO", "package": "@medusajs/types" } @@ -51945,34 +53070,34 @@ ] }, { - "id": 5847, + "id": 5876, "name": "createClaim", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5848, + "id": 5877, "name": "createClaim", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5849, + "id": 5878, "name": "claimData", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 6883, + "target": 6950, "name": "CreateOrderClaimDTO", "package": "@medusajs/types" } }, { - "id": 5850, + "id": 5879, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -51981,7 +53106,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -51996,7 +53121,7 @@ "typeArguments": [ { "type": "reference", - "target": 6053, + "target": 6082, "name": "OrderClaimDTO", "package": "@medusajs/types" } @@ -52008,34 +53133,34 @@ ] }, { - "id": 5851, + "id": 5880, "name": "cancelClaim", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5852, + "id": 5881, "name": "cancelClaim", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5853, + "id": 5882, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 7015, + "target": 7082, "name": "CancelOrderClaimDTO", "package": "@medusajs/types" } }, { - "id": 5854, + "id": 5883, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -52044,7 +53169,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -52059,7 +53184,7 @@ "typeArguments": [ { "type": "reference", - "target": 6053, + "target": 6082, "name": "OrderClaimDTO", "package": "@medusajs/types" } @@ -52071,34 +53196,34 @@ ] }, { - "id": 5855, + "id": 5884, "name": "createExchange", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5856, + "id": 5885, "name": "createExchange", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5857, + "id": 5886, "name": "exchangeData", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 6923, + "target": 6990, "name": "CreateOrderExchangeDTO", "package": "@medusajs/types" } }, { - "id": 5858, + "id": 5887, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -52107,7 +53232,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -52122,7 +53247,7 @@ "typeArguments": [ { "type": "reference", - "target": 6121, + "target": 6150, "name": "OrderExchangeDTO", "package": "@medusajs/types" } @@ -52134,34 +53259,34 @@ ] }, { - "id": 5859, + "id": 5888, "name": "cancelExchange", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 5860, + "id": 5889, "name": "cancelExchange", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 5861, + "id": 5890, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 7025, + "target": 7092, "name": "CancelOrderExchangeDTO", "package": "@medusajs/types" } }, { - "id": 5862, + "id": 5891, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -52170,7 +53295,7 @@ }, "type": { "type": "reference", - "target": 5967, + "target": 5996, "name": "Context", "package": "@medusajs/types" } @@ -52185,7 +53310,7 @@ "typeArguments": [ { "type": "reference", - "target": 6121, + "target": 6150, "name": "OrderExchangeDTO", "package": "@medusajs/types" } @@ -52201,149 +53326,154 @@ { "title": "Methods", "children": [ - 5051, - 5056, - 5061, - 5066, - 5071, - 5076, - 5081, - 5086, - 5091, - 5096, - 5101, - 5106, - 5111, - 5118, - 5130, - 5137, - 5143, - 5149, - 5154, - 5161, - 5168, - 5175, - 5180, - 5185, - 5196, - 5208, - 5218, - 5231, - 5236, - 5247, - 5254, - 5264, - 5269, - 5280, - 5285, - 5295, - 5300, - 5311, - 5316, - 5326, - 5331, - 5342, - 5347, - 5357, - 5362, - 5373, - 5378, - 5388, - 5393, - 5403, - 5413, - 5420, - 5433, - 5437, - 5450, - 5463, - 5469, - 5475, - 5479, - 5484, - 5489, - 5499, - 5506, - 5513, - 5519, - 5525, - 5531, - 5537, - 5543, - 5549, - 5555, - 5561, - 5567, - 5573, - 5579, - 5585, - 5591, - 5597, - 5603, - 5609, - 5613, - 5618, - 5625, - 5629, - 5635, - 5641, - 5646, - 5651, - 5658, - 5670, - 5674, - 5680, - 5686, - 5693, - 5700, - 5712, - 5716, - 5720, - 5726, - 5732, - 5739, - 5751, - 5755, - 5761, - 5767, - 5774, + 5054, + 5059, + 5064, + 5069, + 5074, + 5079, + 5084, + 5089, + 5094, + 5099, + 5104, + 5109, + 5114, + 5121, + 5133, + 5140, + 5146, + 5152, + 5157, + 5164, + 5171, + 5178, + 5183, + 5188, + 5199, + 5211, + 5221, + 5234, + 5239, + 5250, + 5257, + 5267, + 5272, + 5283, + 5288, + 5298, + 5303, + 5314, + 5319, + 5329, + 5334, + 5345, + 5350, + 5360, + 5365, + 5376, + 5381, + 5391, + 5396, + 5406, + 5416, + 5423, + 5436, + 5440, + 5453, + 5466, + 5472, + 5478, + 5482, + 5487, + 5492, + 5502, + 5509, + 5516, + 5522, + 5528, + 5534, + 5540, + 5546, + 5552, + 5558, + 5564, + 5570, + 5576, + 5582, + 5588, + 5594, + 5600, + 5606, + 5612, + 5616, + 5621, + 5628, + 5632, + 5638, + 5644, + 5649, + 5654, + 5661, + 5673, + 5677, + 5683, + 5689, + 5696, + 5703, + 5710, + 5717, + 5729, + 5733, + 5737, + 5743, + 5749, + 5756, + 5768, + 5772, + 5776, + 5780, 5786, - 5790, - 5796, - 5802, - 5809, - 5816, - 5823, - 5827, + 5792, + 5799, + 5811, + 5815, + 5819, + 5825, 5831, - 5835, - 5839, - 5843, - 5847, - 5851, - 5855, - 5859 + 5838, + 5845, + 5852, + 5856, + 5860, + 5864, + 5868, + 5872, + 5876, + 5880, + 5884, + 5888 ] } ], "extendedTypes": [ { "type": "reference", - "target": 5876, + "target": 5905, "name": "IModuleService", "package": "@medusajs/types" } ] }, { - "id": 7261, + "id": 7328, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7262, + "id": 7329, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -52359,7 +53489,7 @@ } }, { - "id": 7263, + "id": 7330, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -52369,21 +53499,21 @@ "type": { "type": "reflection", "declaration": { - "id": 7264, + "id": 7331, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 7265, + "id": 7332, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 7266, + "id": 7333, "name": "key", "variant": "param", "kind": 32768, @@ -52424,35 +53554,35 @@ { "title": "Properties", "children": [ - 7262, - 7263 + 7329, + 7330 ] } ] }, { - "id": 7083, + "id": 7150, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7084, + "id": 7151, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7085, + "id": 7152, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 7086, + "id": 7153, "name": "msg", "variant": "param", "kind": 32768, @@ -52462,7 +53592,7 @@ "types": [ { "type": "reference", - "target": 7257, + "target": 7324, "name": "Message", "package": "@medusajs/types" }, @@ -52470,7 +53600,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 7257, + "target": 7324, "name": "Message", "package": "@medusajs/types" } @@ -52487,21 +53617,21 @@ ] }, { - "id": 7087, + "id": 7154, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7088, + "id": 7155, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 7089, + "id": 7156, "name": "format", "variant": "param", "kind": 32768, @@ -52510,7 +53640,7 @@ }, "type": { "type": "reference", - "target": 7261, + "target": 7328, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -52531,7 +53661,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 7257, + "target": 7324, "name": "Message", "package": "@medusajs/types" } @@ -52544,14 +53674,14 @@ ] }, { - "id": 7090, + "id": 7157, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7091, + "id": 7158, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -52564,21 +53694,21 @@ ] }, { - "id": 7092, + "id": 7159, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7093, + "id": 7160, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 7094, + "id": 7161, "name": "T", "variant": "typeParam", "kind": 131072, @@ -52587,7 +53717,7 @@ ], "parameters": [ { - "id": 7095, + "id": 7162, "name": "messageData", "variant": "param", "kind": 32768, @@ -52597,11 +53727,11 @@ "types": [ { "type": "reference", - "target": 7267, + "target": 7334, "typeArguments": [ { "type": "reference", - "target": 7094, + "target": 7161, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -52614,11 +53744,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 7267, + "target": 7334, "typeArguments": [ { "type": "reference", - "target": 7094, + "target": 7161, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -52632,7 +53762,7 @@ } }, { - "id": 7096, + "id": 7163, "name": "options", "variant": "param", "kind": 32768, @@ -52672,16 +53802,16 @@ { "title": "Methods", "children": [ - 7084, - 7087, - 7090, - 7092 + 7151, + 7154, + 7157, + 7159 ] } ] }, { - "id": 5967, + "id": 5996, "name": "Context", "variant": "declaration", "kind": 256, @@ -52696,7 +53826,7 @@ }, "children": [ { - "id": 5968, + "id": 5997, "name": "__type", "variant": "declaration", "kind": 1024, @@ -52709,7 +53839,7 @@ } }, { - "id": 5969, + "id": 5998, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -52742,14 +53872,14 @@ }, "type": { "type": "reference", - "target": 5978, + "target": 6007, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 5970, + "id": 5999, "name": "manager", "variant": "declaration", "kind": 1024, @@ -52782,14 +53912,14 @@ }, "type": { "type": "reference", - "target": 5978, + "target": 6007, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 5971, + "id": 6000, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -52842,7 +53972,7 @@ } }, { - "id": 5972, + "id": 6001, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -52863,7 +53993,7 @@ } }, { - "id": 5973, + "id": 6002, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -52884,7 +54014,7 @@ } }, { - "id": 5974, + "id": 6003, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -52905,7 +54035,7 @@ } }, { - "id": 5975, + "id": 6004, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -52922,13 +54052,13 @@ }, "type": { "type": "reference", - "target": 7083, + "target": 7150, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 5976, + "id": 6005, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -52949,7 +54079,7 @@ } }, { - "id": 5977, + "id": 6006, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -52974,22 +54104,22 @@ { "title": "Properties", "children": [ - 5968, - 5969, - 5970, - 5971, - 5972, - 5973, - 5974, - 5975, - 5976, - 5977 + 5997, + 5998, + 5999, + 6000, + 6001, + 6002, + 6003, + 6004, + 6005, + 6006 ] } ], "typeParameters": [ { - "id": 5978, + "id": 6007, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -53002,14 +54132,14 @@ ] }, { - "id": 7249, + "id": 7316, "name": "IBigNumber", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 7250, + "id": 7317, "name": "numeric", "variant": "declaration", "kind": 1024, @@ -53020,7 +54150,7 @@ } }, { - "id": 7251, + "id": 7318, "name": "raw", "variant": "declaration", "kind": 1024, @@ -53029,13 +54159,13 @@ }, "type": { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 7252, + "id": 7319, "name": "bigNumber", "variant": "declaration", "kind": 1024, @@ -53053,14 +54183,14 @@ } }, { - "id": 7253, + "id": 7320, "name": "toJSON", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7254, + "id": 7321, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -53073,14 +54203,14 @@ ] }, { - "id": 7255, + "id": 7322, "name": "valueOf", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7256, + "id": 7323, "name": "valueOf", "variant": "signature", "kind": 4096, @@ -53097,22 +54227,22 @@ { "title": "Properties", "children": [ - 7250, - 7251, - 7252 + 7317, + 7318, + 7319 ] }, { "title": "Methods", "children": [ - 7253, - 7255 + 7320, + 7322 ] } ] }, { - "id": 7078, + "id": 7145, "name": "BigNumberRawValue", "variant": "declaration", "kind": 2097152, @@ -53120,14 +54250,14 @@ "type": { "type": "reflection", "declaration": { - "id": 7079, + "id": 7146, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 7080, + "id": 7147, "name": "value", "variant": "declaration", "kind": 1024, @@ -53151,20 +54281,20 @@ { "title": "Properties", "children": [ - 7080 + 7147 ] } ], "indexSignatures": [ { - "id": 7081, + "id": 7148, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 7082, + "id": 7149, "name": "key", "variant": "param", "kind": 32768, @@ -53185,7 +54315,7 @@ } }, { - "id": 7164, + "id": 7231, "name": "BigNumberInput", "variant": "declaration", "kind": 2097152, @@ -53195,7 +54325,7 @@ "types": [ { "type": "reference", - "target": 7078, + "target": 7145, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -53219,7 +54349,7 @@ }, { "type": "reference", - "target": 7249, + "target": 7316, "name": "IBigNumber", "package": "@medusajs/types" } @@ -53227,7 +54357,7 @@ } }, { - "id": 7077, + "id": 7144, "name": "BigNumberValue", "variant": "declaration", "kind": 2097152, @@ -53255,7 +54385,7 @@ }, { "type": "reference", - "target": 7249, + "target": 7316, "name": "IBigNumber", "package": "@medusajs/types" } @@ -53267,406 +54397,398 @@ { "title": "Interfaces", "children": [ - 5890, - 7097, - 6218, - 6221, - 7281, - 7226, - 5876, - 7185, - 6530, - 6496, - 7195, - 6604, - 6566, - 6228, - 6436, - 7137, - 6271, - 6412, - 5903, - 5988, - 6819, - 6053, - 6121, - 6632, - 6719, - 6757, - 6779, - 5979, - 6224, - 6329, - 6488, - 6393, - 6522, - 6556, - 6594, - 6712, - 6748, - 6790, - 6858, - 6910, - 6943, - 6690, - 7124, + 5919, + 7164, + 6247, + 6250, + 7348, + 7293, + 5905, + 7252, + 6559, + 6525, + 7262, + 6633, + 6595, 6257, - 6244, - 6189, - 6206, - 6508, - 7178, - 6514, - 7165, - 7171, - 6619, - 6625, - 6581, - 6587, - 6337, - 6363, + 6465, + 7204, + 6300, + 6441, + 5932, + 6017, + 6851, + 6872, + 6889, + 6082, + 6150, + 6661, + 6748, + 6789, + 6811, + 6008, + 6253, + 6358, + 6517, + 6422, + 6551, + 6585, + 6623, + 6741, + 6780, + 6822, + 6925, + 6977, + 7010, + 6719, + 7191, + 6286, + 6273, + 6218, + 6235, + 6537, + 7245, + 6543, + 7232, + 7238, + 6648, + 6654, + 6610, + 6616, 6366, - 6467, - 6480, - 6542, - 6549, - 6658, - 6671, - 6686, - 6708, - 6704, - 6735, - 6732, - 6769, - 6400, - 6433, - 7217, - 7205, - 6957, - 6969, - 6981, - 6832, - 6867, - 6916, - 6950, - 6812, - 6855, - 6907, - 6940, - 6994, + 6392, + 6395, + 6496, + 6509, + 6571, + 6578, + 6687, + 6700, + 6715, + 6737, + 6733, + 6767, + 6764, + 6801, + 6429, + 6462, + 7285, + 7273, + 7024, + 7036, + 7048, + 6899, + 6934, + 6983, + 7017, + 6844, + 6864, 6883, - 7015, - 6923, - 7025, - 7004, - 6797, - 6806, - 6803, - 5050, - 7261, - 7083, - 5967, - 7249 + 6922, + 6974, + 7007, + 7061, + 6950, + 7082, + 6990, + 7092, + 7071, + 6829, + 6838, + 6835, + 5053, + 7328, + 7150, + 5996, + 7316 ] }, { "title": "Type Aliases", "children": [ - 7277, - 7279, - 7299, - 7327, - 7317, - 7101, - 7315, - 7309, - 7314, - 7303, - 7311, - 7293, - 7257, - 7267, + 7344, + 7346, + 7366, + 7394, + 7384, + 7168, + 7382, + 7376, + 7381, + 7370, + 7378, + 7360, + 7324, + 7334, + 7351, + 7310, + 7102, + 7307, + 7271, + 7127, + 7126, + 7190, 7284, - 7243, - 7035, - 7240, - 7204, - 7060, - 7059, - 7123, - 7216, - 7225, - 7078, - 7164, - 7077 + 7272, + 7145, + 7231, + 7144 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "5049": { + "5052": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", "qualifiedName": "" }, - "5050": { + "5053": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", "qualifiedName": "IOrderModuleService" }, - "5051": { - "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveOrder" - }, - "5052": { - "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveOrder" - }, - "5053": { - "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" - }, "5054": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.retrieveOrder" }, "5055": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.retrieveOrder" }, "5056": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listOrders" + "qualifiedName": "orderId" }, "5057": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listOrders" + "qualifiedName": "config" }, "5058": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5059": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listOrders" }, "5060": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listOrders" }, "5061": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listAndCountOrders" + "qualifiedName": "filters" }, "5062": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listAndCountOrders" + "qualifiedName": "config" }, "5063": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5064": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listAndCountOrders" }, "5065": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listAndCountOrders" }, "5066": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveReturn" + "qualifiedName": "filters" }, "5067": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveReturn" + "qualifiedName": "config" }, "5068": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "returnId" + "qualifiedName": "sharedContext" }, "5069": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.retrieveReturn" }, "5070": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.retrieveReturn" }, "5071": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listReturns" + "qualifiedName": "returnId" }, "5072": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listReturns" + "qualifiedName": "config" }, "5073": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5074": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listReturns" }, "5075": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listReturns" }, "5076": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listAndCountReturns" + "qualifiedName": "filters" }, "5077": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listAndCountReturns" + "qualifiedName": "config" }, "5078": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5079": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listAndCountReturns" }, "5080": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listAndCountReturns" }, "5081": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveOrderClaim" + "qualifiedName": "filters" }, "5082": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveOrderClaim" + "qualifiedName": "config" }, "5083": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "claimnId" + "qualifiedName": "sharedContext" }, "5084": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.retrieveOrderClaim" }, "5085": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.retrieveOrderClaim" }, "5086": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listOrderClaims" + "qualifiedName": "claimnId" }, "5087": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listOrderClaims" + "qualifiedName": "config" }, "5088": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5089": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listOrderClaims" }, "5090": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listOrderClaims" }, "5091": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listAndCountOrderClaims" + "qualifiedName": "filters" }, "5092": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listAndCountOrderClaims" + "qualifiedName": "config" }, "5093": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5094": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listAndCountOrderClaims" }, "5095": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listAndCountOrderClaims" }, "5096": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveOrderExchange" + "qualifiedName": "filters" }, "5097": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveOrderExchange" + "qualifiedName": "config" }, "5098": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "claimnId" + "qualifiedName": "sharedContext" }, "5099": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.retrieveOrderExchange" }, "5100": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.retrieveOrderExchange" }, "5101": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listOrderExchanges" + "qualifiedName": "claimnId" }, "5102": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listOrderExchanges" + "qualifiedName": "config" }, "5103": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5104": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listOrderExchanges" }, "5105": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listOrderExchanges" }, "5106": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listAndCountOrderExchanges" + "qualifiedName": "filters" }, "5107": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listAndCountOrderExchanges" + "qualifiedName": "config" }, "5108": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5109": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listAndCountOrderExchanges" }, "5110": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listAndCountOrderExchanges" }, "5111": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createOrders" + "qualifiedName": "filters" }, "5112": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createOrders" + "qualifiedName": "config" }, "5113": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5114": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createOrders" }, "5115": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -53682,19 +54804,19 @@ }, "5118": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrders" + "qualifiedName": "IOrderModuleService.createOrders" }, "5119": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrders" + "qualifiedName": "data" }, "5120": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5121": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateOrders" }, "5122": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -53702,47 +54824,47 @@ }, "5123": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "data" }, "5124": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5125": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateOrders" }, "5126": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrders" + "qualifiedName": "orderId" }, "5127": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "data" }, "5128": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5129": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateOrders" }, "5130": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteOrders" + "qualifiedName": "selector" }, "5131": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteOrders" + "qualifiedName": "data" }, "5132": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderIds" + "qualifiedName": "sharedContext" }, "5133": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteOrders" }, "5134": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -53750,7 +54872,7 @@ }, "5135": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "orderIds" }, "5136": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -53758,87 +54880,87 @@ }, "5137": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteOrders" + "qualifiedName": "IOrderModuleService.deleteOrders" }, "5138": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteOrders" + "qualifiedName": "orderId" }, "5139": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5140": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "storeIds" + "qualifiedName": "IOrderModuleService.softDeleteOrders" }, "5141": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteOrders" }, "5142": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5143": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreOrders" + "qualifiedName": "storeIds" }, "5144": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreOrders" + "qualifiedName": "config" }, "5145": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5146": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "storeIds" + "qualifiedName": "IOrderModuleService.restoreOrders" }, "5147": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreOrders" }, "5148": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5149": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listAddresses" + "qualifiedName": "storeIds" }, "5150": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listAddresses" + "qualifiedName": "config" }, "5151": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5152": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listAddresses" }, "5153": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listAddresses" }, "5154": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createAddresses" + "qualifiedName": "filters" }, "5155": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createAddresses" + "qualifiedName": "config" }, "5156": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5157": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createAddresses" }, "5158": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -53854,19 +54976,19 @@ }, "5161": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateAddresses" + "qualifiedName": "IOrderModuleService.createAddresses" }, "5162": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateAddresses" + "qualifiedName": "data" }, "5163": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5164": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateAddresses" }, "5165": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -53882,19 +55004,19 @@ }, "5168": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteAddresses" + "qualifiedName": "IOrderModuleService.updateAddresses" }, "5169": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteAddresses" + "qualifiedName": "data" }, "5170": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "sharedContext" }, "5171": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteAddresses" }, "5172": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -53910,59 +55032,59 @@ }, "5175": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveLineItem" + "qualifiedName": "IOrderModuleService.deleteAddresses" }, "5176": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveLineItem" + "qualifiedName": "ids" }, "5177": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "itemId" + "qualifiedName": "sharedContext" }, "5178": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.retrieveLineItem" }, "5179": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.retrieveLineItem" }, "5180": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listLineItems" + "qualifiedName": "itemId" }, "5181": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listLineItems" + "qualifiedName": "config" }, "5182": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5183": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listLineItems" }, "5184": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listLineItems" }, "5185": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createLineItems" + "qualifiedName": "filters" }, "5186": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createLineItems" + "qualifiedName": "config" }, "5187": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5188": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createLineItems" }, "5189": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -53982,31 +55104,31 @@ }, "5193": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "data" }, "5194": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "items" + "qualifiedName": "sharedContext" }, "5195": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createLineItems" }, "5196": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateLineItems" + "qualifiedName": "orderId" }, "5197": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateLineItems" + "qualifiedName": "items" }, "5198": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5199": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateLineItems" }, "5200": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54014,47 +55136,47 @@ }, "5201": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "data" }, "5202": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5203": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateLineItems" }, "5204": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateLineItems" + "qualifiedName": "selector" }, "5205": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "lineId" + "qualifiedName": "data" }, "5206": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5207": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateLineItems" }, "5208": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteLineItems" + "qualifiedName": "lineId" }, "5209": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteLineItems" + "qualifiedName": "data" }, "5210": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "itemIds" + "qualifiedName": "sharedContext" }, "5211": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteLineItems" }, "5212": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54074,7 +55196,7 @@ }, "5216": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "itemIds" }, "5217": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54082,91 +55204,91 @@ }, "5218": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderItem" + "qualifiedName": "IOrderModuleService.deleteLineItems" }, "5219": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderItem" + "qualifiedName": "selector" }, "5220": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "sharedContext" }, "5221": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.updateOrderItem" }, "5222": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateOrderItem" }, "5223": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderItem" + "qualifiedName": "selector" }, "5224": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderDetailId" + "qualifiedName": "data" }, "5225": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5226": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateOrderItem" }, "5227": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderItem" + "qualifiedName": "orderDetailId" }, "5228": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderDetailIdOrDataOrSelector" + "qualifiedName": "data" }, "5229": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5230": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateOrderItem" }, "5231": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listShippingMethods" + "qualifiedName": "orderDetailIdOrDataOrSelector" }, "5232": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listShippingMethods" + "qualifiedName": "data" }, "5233": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5234": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listShippingMethods" }, "5235": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listShippingMethods" }, "5236": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createShippingMethods" + "qualifiedName": "filters" }, "5237": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createShippingMethods" + "qualifiedName": "config" }, "5238": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5239": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createShippingMethods" }, "5240": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54186,31 +55308,31 @@ }, "5244": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "data" }, "5245": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "methods" + "qualifiedName": "sharedContext" }, "5246": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createShippingMethods" }, "5247": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateShippingMethods" + "qualifiedName": "orderId" }, "5248": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateShippingMethods" + "qualifiedName": "methods" }, "5249": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5250": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateShippingMethods" }, "5251": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54226,19 +55348,19 @@ }, "5254": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteShippingMethods" + "qualifiedName": "IOrderModuleService.updateShippingMethods" }, "5255": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteShippingMethods" + "qualifiedName": "data" }, "5256": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "methodIds" + "qualifiedName": "sharedContext" }, "5257": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteShippingMethods" }, "5258": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54258,7 +55380,7 @@ }, "5262": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "methodIds" }, "5263": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54266,39 +55388,39 @@ }, "5264": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listLineItemAdjustments" + "qualifiedName": "IOrderModuleService.deleteShippingMethods" }, "5265": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listLineItemAdjustments" + "qualifiedName": "selector" }, "5266": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5267": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listLineItemAdjustments" }, "5268": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listLineItemAdjustments" }, "5269": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createLineItemAdjustments" + "qualifiedName": "filters" }, "5270": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createLineItemAdjustments" + "qualifiedName": "config" }, "5271": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5272": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createLineItemAdjustments" }, "5273": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54318,51 +55440,51 @@ }, "5277": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "data" }, "5278": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5279": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createLineItemAdjustments" }, "5280": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.setLineItemAdjustments" + "qualifiedName": "orderId" }, "5281": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.setLineItemAdjustments" + "qualifiedName": "data" }, "5282": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "sharedContext" }, "5283": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.setLineItemAdjustments" }, "5284": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.setLineItemAdjustments" }, "5285": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteLineItemAdjustments" + "qualifiedName": "orderId" }, "5286": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteLineItemAdjustments" + "qualifiedName": "data" }, "5287": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "adjustmentIds" + "qualifiedName": "sharedContext" }, "5288": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteLineItemAdjustments" }, "5289": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54382,7 +55504,7 @@ }, "5293": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "adjustmentIds" }, "5294": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54390,39 +55512,39 @@ }, "5295": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listShippingMethodAdjustments" + "qualifiedName": "IOrderModuleService.deleteLineItemAdjustments" }, "5296": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listShippingMethodAdjustments" + "qualifiedName": "selector" }, "5297": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5298": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listShippingMethodAdjustments" }, "5299": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listShippingMethodAdjustments" }, "5300": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createShippingMethodAdjustments" + "qualifiedName": "filters" }, "5301": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createShippingMethodAdjustments" + "qualifiedName": "config" }, "5302": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5303": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createShippingMethodAdjustments" }, "5304": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54442,51 +55564,51 @@ }, "5308": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "data" }, "5309": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5310": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createShippingMethodAdjustments" }, "5311": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.setShippingMethodAdjustments" + "qualifiedName": "orderId" }, "5312": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.setShippingMethodAdjustments" + "qualifiedName": "data" }, "5313": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "sharedContext" }, "5314": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.setShippingMethodAdjustments" }, "5315": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.setShippingMethodAdjustments" }, "5316": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteShippingMethodAdjustments" + "qualifiedName": "orderId" }, "5317": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteShippingMethodAdjustments" + "qualifiedName": "data" }, "5318": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "adjustmentIds" + "qualifiedName": "sharedContext" }, "5319": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteShippingMethodAdjustments" }, "5320": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54494,7 +55616,7 @@ }, "5321": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "adjustmentId" + "qualifiedName": "adjustmentIds" }, "5322": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54506,7 +55628,7 @@ }, "5324": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "adjustmentId" }, "5325": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54514,39 +55636,39 @@ }, "5326": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listLineItemTaxLines" + "qualifiedName": "IOrderModuleService.deleteShippingMethodAdjustments" }, "5327": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listLineItemTaxLines" + "qualifiedName": "selector" }, "5328": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5329": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listLineItemTaxLines" }, "5330": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listLineItemTaxLines" }, "5331": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createLineItemTaxLines" + "qualifiedName": "filters" }, "5332": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createLineItemTaxLines" + "qualifiedName": "config" }, "5333": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "taxLines" + "qualifiedName": "sharedContext" }, "5334": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createLineItemTaxLines" }, "5335": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54554,7 +55676,7 @@ }, "5336": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "taxLine" + "qualifiedName": "taxLines" }, "5337": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54566,51 +55688,51 @@ }, "5339": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "taxLine" }, "5340": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "taxLines" + "qualifiedName": "sharedContext" }, "5341": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createLineItemTaxLines" }, "5342": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.setLineItemTaxLines" + "qualifiedName": "orderId" }, "5343": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.setLineItemTaxLines" + "qualifiedName": "taxLines" }, "5344": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "sharedContext" }, "5345": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "taxLines" + "qualifiedName": "IOrderModuleService.setLineItemTaxLines" }, "5346": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.setLineItemTaxLines" }, "5347": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteLineItemTaxLines" + "qualifiedName": "orderId" }, "5348": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteLineItemTaxLines" + "qualifiedName": "taxLines" }, "5349": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "taxLineIds" + "qualifiedName": "sharedContext" }, "5350": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteLineItemTaxLines" }, "5351": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54630,7 +55752,7 @@ }, "5355": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "taxLineIds" }, "5356": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54638,39 +55760,39 @@ }, "5357": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listShippingMethodTaxLines" + "qualifiedName": "IOrderModuleService.deleteLineItemTaxLines" }, "5358": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listShippingMethodTaxLines" + "qualifiedName": "selector" }, "5359": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5360": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listShippingMethodTaxLines" }, "5361": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listShippingMethodTaxLines" }, "5362": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createShippingMethodTaxLines" + "qualifiedName": "filters" }, "5363": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createShippingMethodTaxLines" + "qualifiedName": "config" }, "5364": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "taxLines" + "qualifiedName": "sharedContext" }, "5365": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createShippingMethodTaxLines" }, "5366": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54678,7 +55800,7 @@ }, "5367": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "taxLine" + "qualifiedName": "taxLines" }, "5368": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54690,51 +55812,51 @@ }, "5370": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "taxLine" }, "5371": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "taxLines" + "qualifiedName": "sharedContext" }, "5372": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createShippingMethodTaxLines" }, "5373": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.setShippingMethodTaxLines" + "qualifiedName": "orderId" }, "5374": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.setShippingMethodTaxLines" + "qualifiedName": "taxLines" }, "5375": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "sharedContext" }, "5376": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "taxLines" + "qualifiedName": "IOrderModuleService.setShippingMethodTaxLines" }, "5377": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.setShippingMethodTaxLines" }, "5378": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteShippingMethodTaxLines" + "qualifiedName": "orderId" }, "5379": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteShippingMethodTaxLines" + "qualifiedName": "taxLines" }, "5380": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "taxLineIds" + "qualifiedName": "sharedContext" }, "5381": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteShippingMethodTaxLines" }, "5382": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54754,7 +55876,7 @@ }, "5386": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "taxLineIds" }, "5387": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54762,39 +55884,39 @@ }, "5388": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveOrderChange" + "qualifiedName": "IOrderModuleService.deleteShippingMethodTaxLines" }, "5389": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveOrderChange" + "qualifiedName": "selector" }, "5390": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderChangeId" + "qualifiedName": "sharedContext" }, "5391": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.retrieveOrderChange" }, "5392": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.retrieveOrderChange" }, "5393": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createOrderChange" + "qualifiedName": "orderChangeId" }, "5394": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createOrderChange" + "qualifiedName": "config" }, "5395": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5396": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createOrderChange" }, "5397": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54822,19 +55944,19 @@ }, "5403": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderChanges" + "qualifiedName": "IOrderModuleService.createOrderChange" }, "5404": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderChanges" + "qualifiedName": "data" }, "5405": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5406": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateOrderChanges" }, "5407": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54862,19 +55984,19 @@ }, "5413": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteOrderChanges" + "qualifiedName": "IOrderModuleService.updateOrderChanges" }, "5414": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteOrderChanges" + "qualifiedName": "data" }, "5415": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderChangeId" + "qualifiedName": "sharedContext" }, "5416": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteOrderChanges" }, "5417": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54890,19 +56012,19 @@ }, "5420": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancelOrderChange" + "qualifiedName": "IOrderModuleService.deleteOrderChanges" }, "5421": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancelOrderChange" + "qualifiedName": "orderChangeId" }, "5422": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "sharedContext" }, "5423": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.cancelOrderChange" }, "5424": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54922,7 +56044,7 @@ }, "5428": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "orderId" }, "5429": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54942,35 +56064,35 @@ }, "5433": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.previewOrderChange" + "qualifiedName": "IOrderModuleService.cancelOrderChange" }, "5434": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.previewOrderChange" + "qualifiedName": "data" }, "5435": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "sharedContext" }, "5436": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.previewOrderChange" }, "5437": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.confirmOrderChange" + "qualifiedName": "IOrderModuleService.previewOrderChange" }, "5438": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.confirmOrderChange" + "qualifiedName": "orderId" }, "5439": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderChangeId" + "qualifiedName": "sharedContext" }, "5440": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.confirmOrderChange" }, "5441": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -54990,7 +56112,7 @@ }, "5445": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "orderChangeId" }, "5446": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -55010,19 +56132,19 @@ }, "5450": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.declineOrderChange" + "qualifiedName": "IOrderModuleService.confirmOrderChange" }, "5451": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.declineOrderChange" + "qualifiedName": "data" }, "5452": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderChangeId" + "qualifiedName": "sharedContext" }, "5453": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.declineOrderChange" }, "5454": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -55042,7 +56164,7 @@ }, "5458": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "orderChangeId" }, "5459": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -55062,123 +56184,123 @@ }, "5463": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteOrderChanges" + "qualifiedName": "IOrderModuleService.declineOrderChange" }, "5464": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteOrderChanges" + "qualifiedName": "data" }, "5465": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5466": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderChangeId" + "qualifiedName": "IOrderModuleService.softDeleteOrderChanges" }, "5467": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteOrderChanges" }, "5468": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5469": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreOrderChanges" + "qualifiedName": "orderChangeId" }, "5470": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreOrderChanges" + "qualifiedName": "config" }, "5471": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5472": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderChangeId" + "qualifiedName": "IOrderModuleService.restoreOrderChanges" }, "5473": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreOrderChanges" }, "5474": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5475": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.applyPendingOrderActions" + "qualifiedName": "orderChangeId" }, "5476": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.applyPendingOrderActions" + "qualifiedName": "config" }, "5477": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "sharedContext" }, "5478": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.applyPendingOrderActions" }, "5479": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listOrderChangeActions" + "qualifiedName": "IOrderModuleService.applyPendingOrderActions" }, "5480": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listOrderChangeActions" + "qualifiedName": "orderId" }, "5481": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5482": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listOrderChangeActions" }, "5483": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listOrderChangeActions" }, "5484": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveOrderChangeAction" + "qualifiedName": "filters" }, "5485": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveOrderChangeAction" + "qualifiedName": "config" }, "5486": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "actionId" + "qualifiedName": "sharedContext" }, "5487": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.retrieveOrderChangeAction" }, "5488": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.retrieveOrderChangeAction" }, "5489": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderChangeActions" + "qualifiedName": "actionId" }, "5490": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderChangeActions" + "qualifiedName": "config" }, "5491": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5492": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateOrderChangeActions" }, "5493": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -55206,19 +56328,19 @@ }, "5499": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.addOrderAction" + "qualifiedName": "IOrderModuleService.updateOrderChangeActions" }, "5500": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.addOrderAction" + "qualifiedName": "data" }, "5501": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5502": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.addOrderAction" }, "5503": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -55234,19 +56356,19 @@ }, "5506": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteOrderChangeActions" + "qualifiedName": "IOrderModuleService.addOrderAction" }, "5507": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteOrderChangeActions" + "qualifiedName": "data" }, "5508": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "actionId" + "qualifiedName": "sharedContext" }, "5509": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteOrderChangeActions" }, "5510": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -55262,439 +56384,439 @@ }, "5513": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteOrderChangeActions" + "qualifiedName": "IOrderModuleService.deleteOrderChangeActions" }, "5514": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteOrderChangeActions" + "qualifiedName": "actionId" }, "5515": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5516": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "actionIds" + "qualifiedName": "IOrderModuleService.softDeleteOrderChangeActions" }, "5517": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteOrderChangeActions" }, "5518": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5519": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreOrderChangeActions" + "qualifiedName": "actionIds" }, "5520": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreOrderChangeActions" + "qualifiedName": "config" }, "5521": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5522": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "actionId" + "qualifiedName": "IOrderModuleService.restoreOrderChangeActions" }, "5523": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreOrderChangeActions" }, "5524": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5525": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteAddresses" + "qualifiedName": "actionId" }, "5526": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteAddresses" + "qualifiedName": "config" }, "5527": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5528": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.softDeleteAddresses" }, "5529": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteAddresses" }, "5530": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5531": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreAddresses" + "qualifiedName": "ids" }, "5532": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreAddresses" + "qualifiedName": "config" }, "5533": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5534": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.restoreAddresses" }, "5535": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreAddresses" }, "5536": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5537": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteLineItems" + "qualifiedName": "ids" }, "5538": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteLineItems" + "qualifiedName": "config" }, "5539": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5540": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.softDeleteLineItems" }, "5541": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteLineItems" }, "5542": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5543": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreLineItems" + "qualifiedName": "ids" }, "5544": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreLineItems" + "qualifiedName": "config" }, "5545": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5546": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.restoreLineItems" }, "5547": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreLineItems" }, "5548": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5549": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteShippingMethods" + "qualifiedName": "ids" }, "5550": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteShippingMethods" + "qualifiedName": "config" }, "5551": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5552": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.softDeleteShippingMethods" }, "5553": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteShippingMethods" }, "5554": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5555": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreShippingMethods" + "qualifiedName": "ids" }, "5556": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreShippingMethods" + "qualifiedName": "config" }, "5557": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5558": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.restoreShippingMethods" }, "5559": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreShippingMethods" }, "5560": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5561": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteLineItemAdjustments" + "qualifiedName": "ids" }, "5562": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteLineItemAdjustments" + "qualifiedName": "config" }, "5563": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5564": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.softDeleteLineItemAdjustments" }, "5565": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteLineItemAdjustments" }, "5566": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5567": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreLineItemAdjustments" + "qualifiedName": "ids" }, "5568": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreLineItemAdjustments" + "qualifiedName": "config" }, "5569": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5570": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.restoreLineItemAdjustments" }, "5571": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreLineItemAdjustments" }, "5572": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5573": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteShippingMethodAdjustments" + "qualifiedName": "ids" }, "5574": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteShippingMethodAdjustments" + "qualifiedName": "config" }, "5575": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5576": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.softDeleteShippingMethodAdjustments" }, "5577": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteShippingMethodAdjustments" }, "5578": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5579": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreShippingMethodAdjustments" + "qualifiedName": "ids" }, "5580": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreShippingMethodAdjustments" + "qualifiedName": "config" }, "5581": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5582": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.restoreShippingMethodAdjustments" }, "5583": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreShippingMethodAdjustments" }, "5584": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5585": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteLineItemTaxLines" + "qualifiedName": "ids" }, "5586": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteLineItemTaxLines" + "qualifiedName": "config" }, "5587": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5588": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.softDeleteLineItemTaxLines" }, "5589": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteLineItemTaxLines" }, "5590": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5591": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreLineItemTaxLines" + "qualifiedName": "ids" }, "5592": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreLineItemTaxLines" + "qualifiedName": "config" }, "5593": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5594": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.restoreLineItemTaxLines" }, "5595": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreLineItemTaxLines" }, "5596": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5597": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteShippingMethodTaxLines" + "qualifiedName": "ids" }, "5598": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteShippingMethodTaxLines" + "qualifiedName": "config" }, "5599": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5600": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.softDeleteShippingMethodTaxLines" }, "5601": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteShippingMethodTaxLines" }, "5602": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5603": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreShippingMethodTaxLines" + "qualifiedName": "ids" }, "5604": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreShippingMethodTaxLines" + "qualifiedName": "config" }, "5605": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5606": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.restoreShippingMethodTaxLines" }, "5607": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreShippingMethodTaxLines" }, "5608": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5609": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.revertLastVersion" + "qualifiedName": "ids" }, "5610": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.revertLastVersion" + "qualifiedName": "config" }, "5611": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "sharedContext" }, "5612": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.revertLastVersion" }, "5613": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listTransactions" + "qualifiedName": "IOrderModuleService.revertLastVersion" }, "5614": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listTransactions" + "qualifiedName": "orderId" }, "5615": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5616": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listTransactions" }, "5617": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listTransactions" }, "5618": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.addTransactions" + "qualifiedName": "filters" }, "5619": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.addTransactions" + "qualifiedName": "config" }, "5620": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5621": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.addTransactions" }, "5622": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -55710,123 +56832,123 @@ }, "5625": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteTransactions" + "qualifiedName": "IOrderModuleService.addTransactions" }, "5626": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteTransactions" + "qualifiedName": "data" }, "5627": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "transactionIds" + "qualifiedName": "sharedContext" }, "5628": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteTransactions" }, "5629": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteTransactions" + "qualifiedName": "IOrderModuleService.deleteTransactions" }, "5630": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteTransactions" + "qualifiedName": "transactionIds" }, "5631": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5632": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "transactionIds" + "qualifiedName": "IOrderModuleService.softDeleteTransactions" }, "5633": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteTransactions" }, "5634": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5635": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreTransactions" + "qualifiedName": "transactionIds" }, "5636": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreTransactions" + "qualifiedName": "config" }, "5637": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5638": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "transactionIds" + "qualifiedName": "IOrderModuleService.restoreTransactions" }, "5639": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreTransactions" }, "5640": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5641": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveReturnReason" + "qualifiedName": "transactionIds" }, "5642": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.retrieveReturnReason" + "qualifiedName": "config" }, "5643": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "reasonId" + "qualifiedName": "sharedContext" }, "5644": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.retrieveReturnReason" }, "5645": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.retrieveReturnReason" }, "5646": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listReturnReasons" + "qualifiedName": "reasonId" }, "5647": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.listReturnReasons" + "qualifiedName": "config" }, "5648": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "5649": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.listReturnReasons" }, "5650": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.listReturnReasons" }, "5651": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createReturnReasons" + "qualifiedName": "filters" }, "5652": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createReturnReasons" + "qualifiedName": "config" }, "5653": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "returnReasonData" + "qualifiedName": "sharedContext" }, "5654": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createReturnReasons" }, "5655": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -55842,19 +56964,19 @@ }, "5658": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateReturnReasons" + "qualifiedName": "IOrderModuleService.createReturnReasons" }, "5659": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateReturnReasons" + "qualifiedName": "returnReasonData" }, "5660": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5661": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateReturnReasons" }, "5662": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -55862,111 +56984,111 @@ }, "5663": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "data" }, "5664": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5665": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateReturnReasons" }, "5666": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateReturnReasons" + "qualifiedName": "selector" }, "5667": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "id" + "qualifiedName": "data" }, "5668": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5669": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateReturnReasons" }, "5670": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteReturnReasons" + "qualifiedName": "id" }, "5671": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteReturnReasons" + "qualifiedName": "data" }, "5672": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "returnReasonIds" + "qualifiedName": "sharedContext" }, "5673": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteReturnReasons" }, "5674": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteReturnReasons" + "qualifiedName": "IOrderModuleService.deleteReturnReasons" }, "5675": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteReturnReasons" + "qualifiedName": "returnReasonIds" }, "5676": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5677": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.softDeleteReturnReasons" }, "5678": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.softDeleteReturnReasons" }, "5679": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5680": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreReturnReasons" + "qualifiedName": "ids" }, "5681": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreReturnReasons" + "qualifiedName": "config" }, "5682": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5683": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.restoreReturnReasons" }, "5684": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.restoreReturnReasons" }, "5685": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "5686": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createReturnItems" + "qualifiedName": "ids" }, "5687": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createReturnItems" + "qualifiedName": "config" }, "5688": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5689": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createReturnItems" }, "5690": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -55982,23 +57104,23 @@ }, "5693": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createReturns" + "qualifiedName": "IOrderModuleService.createReturnItems" }, "5694": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createReturns" + "qualifiedName": "data" }, "5695": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5696": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createOrderClaimItems" }, "5697": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createReturns" + "qualifiedName": "IOrderModuleService.createOrderClaimItems" }, "5698": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -56010,171 +57132,171 @@ }, "5700": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateReturns" + "qualifiedName": "IOrderModuleService.createOrderClaimItems" }, "5701": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateReturns" + "qualifiedName": "data" }, "5702": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5703": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createOrderExchangeItems" }, "5704": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateReturns" + "qualifiedName": "IOrderModuleService.createOrderExchangeItems" }, "5705": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "data" }, "5706": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5707": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createOrderExchangeItems" }, "5708": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateReturns" + "qualifiedName": "data" }, "5709": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "id" + "qualifiedName": "sharedContext" }, "5710": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.createReturns" }, "5711": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createReturns" }, "5712": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteReturns" + "qualifiedName": "data" }, "5713": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteReturns" + "qualifiedName": "sharedContext" }, "5714": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.createReturns" }, "5715": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "5716": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteReturnItems" + "qualifiedName": "sharedContext" }, "5717": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteReturnItems" + "qualifiedName": "IOrderModuleService.updateReturns" }, "5718": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.updateReturns" }, "5719": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "5720": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteReturns" + "qualifiedName": "sharedContext" }, "5721": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteReturns" + "qualifiedName": "IOrderModuleService.updateReturns" }, "5722": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "selector" }, "5723": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "data" }, "5724": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "5725": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateReturns" }, "5726": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreReturns" + "qualifiedName": "id" }, "5727": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreReturns" + "qualifiedName": "data" }, "5728": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5729": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.deleteReturns" }, "5730": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.deleteReturns" }, "5731": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ids" }, "5732": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createOrderClaims" + "qualifiedName": "sharedContext" }, "5733": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createOrderClaims" + "qualifiedName": "IOrderModuleService.deleteReturnItems" }, "5734": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.deleteReturnItems" }, "5735": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ids" }, "5736": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createOrderClaims" + "qualifiedName": "sharedContext" }, "5737": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.softDeleteReturns" }, "5738": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.softDeleteReturns" }, "5739": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderClaims" + "qualifiedName": "TReturnableLinkableKeys" }, "5740": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderClaims" + "qualifiedName": "ids" }, "5741": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "config" }, "5742": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -56182,171 +57304,171 @@ }, "5743": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderClaims" + "qualifiedName": "IOrderModuleService.restoreReturns" }, "5744": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "IOrderModuleService.restoreReturns" }, "5745": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "TReturnableLinkableKeys" }, "5746": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ids" }, "5747": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderClaims" + "qualifiedName": "config" }, "5748": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "id" + "qualifiedName": "sharedContext" }, "5749": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.createOrderClaims" }, "5750": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.createOrderClaims" }, "5751": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteOrderClaims" + "qualifiedName": "data" }, "5752": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteOrderClaims" + "qualifiedName": "sharedContext" }, "5753": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.createOrderClaims" }, "5754": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "5755": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteOrderClaims" + "qualifiedName": "sharedContext" }, "5756": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteOrderClaims" + "qualifiedName": "IOrderModuleService.updateOrderClaims" }, "5757": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "IOrderModuleService.updateOrderClaims" }, "5758": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "data" }, "5759": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "5760": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.updateOrderClaims" }, "5761": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreOrderClaims" + "qualifiedName": "selector" }, "5762": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreOrderClaims" + "qualifiedName": "data" }, "5763": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5764": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.updateOrderClaims" }, "5765": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "id" }, "5766": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "5767": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createOrderExchanges" + "qualifiedName": "sharedContext" }, "5768": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createOrderExchanges" + "qualifiedName": "IOrderModuleService.deleteOrderClaims" }, "5769": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.deleteOrderClaims" }, "5770": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ids" }, "5771": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createOrderExchanges" + "qualifiedName": "sharedContext" }, "5772": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.deleteOrderClaimItems" }, "5773": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteOrderClaimItems" }, "5774": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderExchanges" + "qualifiedName": "ids" }, "5775": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderExchanges" + "qualifiedName": "sharedContext" }, "5776": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.deleteOrderClaimItemImages" }, "5777": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteOrderClaimItemImages" }, "5778": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderExchanges" + "qualifiedName": "ids" }, "5779": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "selector" + "qualifiedName": "sharedContext" }, "5780": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.softDeleteOrderClaims" }, "5781": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.softDeleteOrderClaims" }, "5782": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.updateOrderExchanges" + "qualifiedName": "TReturnableLinkableKeys" }, "5783": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "id" + "qualifiedName": "ids" }, "5784": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "config" }, "5785": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -56354,39 +57476,39 @@ }, "5786": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteOrderExchanges" + "qualifiedName": "IOrderModuleService.restoreOrderClaims" }, "5787": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.deleteOrderExchanges" + "qualifiedName": "IOrderModuleService.restoreOrderClaims" }, "5788": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "TReturnableLinkableKeys" }, "5789": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ids" }, "5790": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteOrderExchanges" + "qualifiedName": "config" }, "5791": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.softDeleteOrderExchanges" + "qualifiedName": "sharedContext" }, "5792": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "IOrderModuleService.createOrderExchanges" }, "5793": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.createOrderExchanges" }, "5794": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "data" }, "5795": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -56394,139 +57516,139 @@ }, "5796": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreOrderExchanges" + "qualifiedName": "IOrderModuleService.createOrderExchanges" }, "5797": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.restoreOrderExchanges" + "qualifiedName": "data" }, "5798": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "5799": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IOrderModuleService.updateOrderExchanges" }, "5800": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "config" + "qualifiedName": "IOrderModuleService.updateOrderExchanges" }, "5801": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "5802": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.archive" + "qualifiedName": "sharedContext" }, "5803": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.archive" + "qualifiedName": "IOrderModuleService.updateOrderExchanges" }, "5804": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "selector" }, "5805": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "5806": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.archive" + "qualifiedName": "sharedContext" }, "5807": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "IOrderModuleService.updateOrderExchanges" }, "5808": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "id" }, "5809": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.completeOrder" + "qualifiedName": "data" }, "5810": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.completeOrder" + "qualifiedName": "sharedContext" }, "5811": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "IOrderModuleService.deleteOrderExchanges" }, "5812": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteOrderExchanges" }, "5813": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.completeOrder" + "qualifiedName": "ids" }, "5814": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "sharedContext" }, "5815": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.deleteOrderExchangeItems" }, "5816": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancel" + "qualifiedName": "IOrderModuleService.deleteOrderExchangeItems" }, "5817": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancel" + "qualifiedName": "ids" }, "5818": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "sharedContext" }, "5819": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.softDeleteOrderExchanges" }, "5820": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancel" + "qualifiedName": "IOrderModuleService.softDeleteOrderExchanges" }, "5821": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "orderId" + "qualifiedName": "TReturnableLinkableKeys" }, "5822": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ids" }, "5823": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.registerFulfillment" + "qualifiedName": "config" }, "5824": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.registerFulfillment" + "qualifiedName": "sharedContext" }, "5825": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.restoreOrderExchanges" }, "5826": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.restoreOrderExchanges" }, "5827": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancelFulfillment" + "qualifiedName": "TReturnableLinkableKeys" }, "5828": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancelFulfillment" + "qualifiedName": "ids" }, "5829": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "config" }, "5830": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -56534,15 +57656,15 @@ }, "5831": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.registerShipment" + "qualifiedName": "IOrderModuleService.archive" }, "5832": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.registerShipment" + "qualifiedName": "IOrderModuleService.archive" }, "5833": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "orderId" }, "5834": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", @@ -56550,5849 +57672,6117 @@ }, "5835": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createReturn" + "qualifiedName": "IOrderModuleService.archive" }, "5836": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createReturn" + "qualifiedName": "orderId" }, "5837": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "returnData" + "qualifiedName": "sharedContext" }, "5838": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.completeOrder" }, "5839": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancelReturn" + "qualifiedName": "IOrderModuleService.completeOrder" }, "5840": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancelReturn" + "qualifiedName": "orderId" }, "5841": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "5842": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.completeOrder" }, "5843": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.receiveReturn" + "qualifiedName": "orderId" }, "5844": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.receiveReturn" + "qualifiedName": "sharedContext" }, "5845": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "returnData" + "qualifiedName": "IOrderModuleService.cancel" }, "5846": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IOrderModuleService.cancel" }, "5847": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createClaim" + "qualifiedName": "orderId" }, "5848": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createClaim" + "qualifiedName": "sharedContext" }, "5849": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "claimData" + "qualifiedName": "IOrderModuleService.cancel" }, "5850": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "orderId" }, "5851": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancelClaim" + "qualifiedName": "sharedContext" }, "5852": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancelClaim" + "qualifiedName": "IOrderModuleService.registerFulfillment" }, "5853": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.registerFulfillment" }, "5854": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "5855": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createExchange" + "qualifiedName": "sharedContext" }, "5856": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.createExchange" + "qualifiedName": "IOrderModuleService.cancelFulfillment" }, "5857": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "exchangeData" + "qualifiedName": "IOrderModuleService.cancelFulfillment" }, "5858": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "5859": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancelExchange" + "qualifiedName": "sharedContext" }, "5860": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "IOrderModuleService.cancelExchange" + "qualifiedName": "IOrderModuleService.registerShipment" }, "5861": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", - "qualifiedName": "data" + "qualifiedName": "IOrderModuleService.registerShipment" }, "5862": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "data" + }, + "5863": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "sharedContext" + }, + "5864": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.createReturn" + }, + "5865": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.createReturn" + }, + "5866": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "returnData" + }, + "5867": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "sharedContext" + }, + "5868": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.cancelReturn" + }, + "5869": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.cancelReturn" + }, + "5870": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "data" + }, + "5871": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "sharedContext" + }, + "5872": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.receiveReturn" + }, + "5873": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.receiveReturn" + }, + "5874": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "returnData" + }, + "5875": { "sourceFileName": "../../../../packages/core/types/src/order/service.ts", "qualifiedName": "sharedContext" }, "5876": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.createClaim" + }, + "5877": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.createClaim" + }, + "5878": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "claimData" + }, + "5879": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "sharedContext" + }, + "5880": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.cancelClaim" + }, + "5881": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.cancelClaim" + }, + "5882": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "data" + }, + "5883": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "sharedContext" + }, + "5884": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.createExchange" + }, + "5885": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.createExchange" + }, + "5886": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "exchangeData" + }, + "5887": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "sharedContext" + }, + "5888": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.cancelExchange" + }, + "5889": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "IOrderModuleService.cancelExchange" + }, + "5890": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "data" + }, + "5891": { + "sourceFileName": "../../../../packages/core/types/src/order/service.ts", + "qualifiedName": "sharedContext" + }, + "5905": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "5890": { + "5919": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "5891": { + "5920": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "5892": { + "5921": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "5893": { + "5922": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "5894": { + "5923": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "5895": { + "5924": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "5896": { + "5925": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "5897": { + "5926": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "5899": { + "5928": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "5900": { + "5929": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "5901": { + "5930": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "5902": { + "5931": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "5903": { + "5932": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO" }, - "5904": { + "5933": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.id" }, - "5905": { + "5934": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.version" }, - "5906": { + "5935": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.order_change" }, - "5907": { + "5936": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.status" }, - "5908": { + "5937": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.region_id" }, - "5909": { + "5938": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.customer_id" }, - "5910": { + "5939": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.sales_channel_id" }, - "5911": { + "5940": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.email" }, - "5912": { + "5941": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.currency_code" }, - "5913": { + "5942": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.shipping_address" }, - "5914": { + "5943": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.billing_address" }, - "5915": { + "5944": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.items" }, - "5916": { + "5945": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.shipping_methods" }, - "5917": { + "5946": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.transactions" }, - "5918": { + "5947": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.summary" }, - "5919": { + "5948": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.metadata" }, - "5920": { + "5949": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.canceled_at" }, - "5921": { + "5950": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.created_at" }, - "5922": { + "5951": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.updated_at" }, - "5923": { + "5952": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.original_item_total" }, - "5924": { + "5953": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.original_item_subtotal" }, - "5925": { + "5954": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.original_item_tax_total" }, - "5926": { + "5955": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.item_total" }, - "5927": { + "5956": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.item_subtotal" }, - "5928": { + "5957": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.item_tax_total" }, - "5929": { + "5958": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.original_total" }, - "5930": { + "5959": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.original_subtotal" }, - "5931": { + "5960": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.original_tax_total" }, - "5932": { + "5961": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.total" }, - "5933": { + "5962": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.subtotal" }, - "5934": { + "5963": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.tax_total" }, - "5935": { + "5964": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.discount_total" }, - "5936": { + "5965": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.discount_tax_total" }, - "5937": { + "5966": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.gift_card_total" }, - "5938": { + "5967": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.gift_card_tax_total" }, - "5939": { + "5968": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.shipping_total" }, - "5940": { + "5969": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.shipping_subtotal" }, - "5941": { + "5970": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.shipping_tax_total" }, - "5942": { + "5971": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.original_shipping_total" }, - "5943": { + "5972": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.original_shipping_subtotal" }, - "5944": { + "5973": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.original_shipping_tax_total" }, - "5945": { + "5974": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_original_item_total" }, - "5946": { + "5975": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_original_item_subtotal" }, - "5947": { + "5976": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_original_item_tax_total" }, - "5948": { + "5977": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_item_total" }, - "5949": { + "5978": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_item_subtotal" }, - "5950": { + "5979": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_item_tax_total" }, - "5951": { + "5980": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_original_total" }, - "5952": { + "5981": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_original_subtotal" }, - "5953": { + "5982": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_original_tax_total" }, - "5954": { + "5983": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_total" }, - "5955": { + "5984": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_subtotal" }, - "5956": { + "5985": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_tax_total" }, - "5957": { + "5986": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_discount_total" }, - "5958": { + "5987": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_discount_tax_total" }, - "5959": { + "5988": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_gift_card_total" }, - "5960": { + "5989": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_gift_card_tax_total" }, - "5961": { + "5990": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_shipping_total" }, - "5962": { + "5991": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_shipping_subtotal" }, - "5963": { + "5992": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_shipping_tax_total" }, - "5964": { + "5993": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_original_shipping_total" }, - "5965": { + "5994": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_original_shipping_subtotal" }, - "5966": { + "5995": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderDTO.raw_original_shipping_tax_total" }, - "5967": { + "5996": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "5968": { + "5997": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "5969": { + "5998": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "5970": { + "5999": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "5971": { + "6000": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "5972": { + "6001": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "5973": { + "6002": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "5974": { + "6003": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "5975": { + "6004": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "5976": { + "6005": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "5977": { + "6006": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "5978": { + "6007": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "5979": { + "6008": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "FilterableOrderProps" }, - "5980": { + "6009": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "FilterableOrderProps.id" }, - "5981": { + "6010": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "FilterableOrderProps.sales_channel_id" }, - "5982": { + "6011": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "FilterableOrderProps.customer_id" }, - "5983": { + "6012": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "FilterableOrderProps.region_id" }, - "5984": { + "6013": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "FilterableOrderProps.created_at" }, - "5985": { + "6014": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "FilterableOrderProps.updated_at" }, - "5986": { + "6015": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "5987": { + "6016": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "5988": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "ReturnDTO" - }, - "5989": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "ReturnDTO.id" - }, - "5990": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "ReturnDTO.status" - }, - "5991": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "ReturnDTO.refund_amount" - }, - "5992": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "ReturnDTO.order_id" - }, - "5993": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "ReturnDTO.items" - }, - "5994": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" - }, - "5995": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" - }, - "5996": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" - }, - "5997": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" - }, - "5998": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" - }, - "5999": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" - }, - "6000": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" - }, - "6001": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" - }, - "6002": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" - }, - "6003": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" - }, - "6004": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" - }, - "6005": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" - }, - "6006": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" - }, - "6007": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" - }, - "6008": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" - }, - "6009": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" - }, - "6010": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" - }, - "6011": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" - }, - "6012": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" - }, - "6013": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" - }, - "6014": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" - }, - "6015": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" - }, - "6016": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" - }, "6017": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" + "qualifiedName": "ReturnDTO" }, "6018": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" + "qualifiedName": "ReturnDTO.id" }, "6019": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" + "qualifiedName": "ReturnDTO.status" }, "6020": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" + "qualifiedName": "ReturnDTO.refund_amount" }, "6021": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" + "qualifiedName": "ReturnDTO.order_id" }, "6022": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" + "qualifiedName": "ReturnDTO.items" }, "6023": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" + "qualifiedName": "shipping_total" }, "6024": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" + "qualifiedName": "discount_total" }, "6025": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" + "qualifiedName": "tax_total" }, "6026": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" + "qualifiedName": "total" }, "6027": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" + "qualifiedName": "subtotal" }, "6028": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" + "qualifiedName": "gift_card_total" }, "6029": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" + "qualifiedName": "gift_card_tax_total" }, "6030": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" + "qualifiedName": "created_at" }, "6031": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_item_total" + "qualifiedName": "updated_at" }, "6032": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_item_subtotal" + "qualifiedName": "sales_channel_id" }, "6033": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_item_tax_total" + "qualifiedName": "customer_id" }, "6034": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_item_total" + "qualifiedName": "region_id" }, "6035": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_item_subtotal" + "qualifiedName": "metadata" }, "6036": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_item_tax_total" + "qualifiedName": "email" }, "6037": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_total" + "qualifiedName": "canceled_at" }, "6038": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_subtotal" + "qualifiedName": "currency_code" }, "6039": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_tax_total" + "qualifiedName": "order_change" }, "6040": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_total" + "qualifiedName": "shipping_address" }, "6041": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_subtotal" + "qualifiedName": "billing_address" }, "6042": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_tax_total" + "qualifiedName": "shipping_methods" }, "6043": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_discount_total" + "qualifiedName": "transactions" }, "6044": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_discount_tax_total" + "qualifiedName": "summary" }, "6045": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_gift_card_total" + "qualifiedName": "original_item_total" }, "6046": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_gift_card_tax_total" + "qualifiedName": "original_item_subtotal" }, "6047": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_shipping_total" + "qualifiedName": "original_item_tax_total" }, "6048": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_shipping_subtotal" + "qualifiedName": "item_total" }, "6049": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_shipping_tax_total" + "qualifiedName": "item_subtotal" }, "6050": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_shipping_total" + "qualifiedName": "item_tax_total" }, "6051": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_shipping_subtotal" + "qualifiedName": "original_total" }, "6052": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_shipping_tax_total" + "qualifiedName": "original_subtotal" }, "6053": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderClaimDTO" + "qualifiedName": "original_tax_total" }, "6054": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderClaimDTO.order_id" + "qualifiedName": "discount_tax_total" }, "6055": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderClaimDTO.claim_items" + "qualifiedName": "shipping_subtotal" }, "6056": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderClaimDTO.additional_items" + "qualifiedName": "shipping_tax_total" }, "6057": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderClaimDTO.return" + "qualifiedName": "original_shipping_total" }, "6058": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderClaimDTO.return_id" + "qualifiedName": "original_shipping_subtotal" }, "6059": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderClaimDTO.no_notification" + "qualifiedName": "original_shipping_tax_total" }, "6060": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderClaimDTO.refund_amount" + "qualifiedName": "raw_original_item_total" }, "6061": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" + "qualifiedName": "raw_original_item_subtotal" }, "6062": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" + "qualifiedName": "raw_original_item_tax_total" }, "6063": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" + "qualifiedName": "raw_item_total" }, "6064": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" + "qualifiedName": "raw_item_subtotal" }, "6065": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" + "qualifiedName": "raw_item_tax_total" }, "6066": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" + "qualifiedName": "raw_original_total" }, "6067": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" + "qualifiedName": "raw_original_subtotal" }, "6068": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" + "qualifiedName": "raw_original_tax_total" }, "6069": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" + "qualifiedName": "raw_total" }, "6070": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" + "qualifiedName": "raw_subtotal" }, "6071": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" + "qualifiedName": "raw_tax_total" }, "6072": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" + "qualifiedName": "raw_discount_total" }, "6073": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" + "qualifiedName": "raw_discount_tax_total" }, "6074": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" + "qualifiedName": "raw_gift_card_total" }, "6075": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" + "qualifiedName": "raw_gift_card_tax_total" }, "6076": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" + "qualifiedName": "raw_shipping_total" }, "6077": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" + "qualifiedName": "raw_shipping_subtotal" }, "6078": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" + "qualifiedName": "raw_shipping_tax_total" }, "6079": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" + "qualifiedName": "raw_original_shipping_total" }, "6080": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" + "qualifiedName": "raw_original_shipping_subtotal" }, "6081": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" + "qualifiedName": "raw_original_shipping_tax_total" }, "6082": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" + "qualifiedName": "OrderClaimDTO" }, "6083": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" + "qualifiedName": "OrderClaimDTO.order_id" }, "6084": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" + "qualifiedName": "OrderClaimDTO.claim_items" }, "6085": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" + "qualifiedName": "OrderClaimDTO.additional_items" }, "6086": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" + "qualifiedName": "OrderClaimDTO.return" }, "6087": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" + "qualifiedName": "OrderClaimDTO.return_id" }, "6088": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" + "qualifiedName": "OrderClaimDTO.no_notification" }, "6089": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" + "qualifiedName": "OrderClaimDTO.refund_amount" }, "6090": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" + "qualifiedName": "shipping_total" }, "6091": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" + "qualifiedName": "discount_total" }, "6092": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" + "qualifiedName": "tax_total" }, "6093": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" + "qualifiedName": "total" }, "6094": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" + "qualifiedName": "subtotal" }, "6095": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" + "qualifiedName": "gift_card_total" }, "6096": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" + "qualifiedName": "gift_card_tax_total" }, "6097": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" + "qualifiedName": "id" }, "6098": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" + "qualifiedName": "created_at" }, "6099": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_item_total" + "qualifiedName": "updated_at" }, "6100": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_item_subtotal" + "qualifiedName": "sales_channel_id" }, "6101": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_item_tax_total" + "qualifiedName": "customer_id" }, "6102": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_item_total" + "qualifiedName": "region_id" }, "6103": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_item_subtotal" + "qualifiedName": "metadata" }, "6104": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_item_tax_total" + "qualifiedName": "email" }, "6105": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_total" + "qualifiedName": "canceled_at" }, "6106": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_subtotal" + "qualifiedName": "currency_code" }, "6107": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_tax_total" + "qualifiedName": "order_change" }, "6108": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_total" + "qualifiedName": "shipping_address" }, "6109": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_subtotal" + "qualifiedName": "billing_address" }, "6110": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_tax_total" + "qualifiedName": "shipping_methods" }, "6111": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_discount_total" + "qualifiedName": "transactions" }, "6112": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_discount_tax_total" + "qualifiedName": "summary" }, "6113": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_gift_card_total" + "qualifiedName": "original_item_total" }, "6114": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_gift_card_tax_total" + "qualifiedName": "original_item_subtotal" }, "6115": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_shipping_total" + "qualifiedName": "original_item_tax_total" }, "6116": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_shipping_subtotal" + "qualifiedName": "item_total" }, "6117": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_shipping_tax_total" + "qualifiedName": "item_subtotal" }, "6118": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_shipping_total" + "qualifiedName": "item_tax_total" }, "6119": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_shipping_subtotal" + "qualifiedName": "original_total" }, "6120": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_shipping_tax_total" + "qualifiedName": "original_subtotal" }, "6121": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderExchangeDTO" + "qualifiedName": "original_tax_total" }, "6122": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderExchangeDTO.order_id" + "qualifiedName": "discount_tax_total" }, "6123": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderExchangeDTO.return_items" + "qualifiedName": "shipping_subtotal" }, "6124": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderExchangeDTO.additional_items" + "qualifiedName": "shipping_tax_total" }, "6125": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderExchangeDTO.no_notification" + "qualifiedName": "original_shipping_total" }, "6126": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderExchangeDTO.difference_due" + "qualifiedName": "original_shipping_subtotal" }, "6127": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderExchangeDTO.return" + "qualifiedName": "original_shipping_tax_total" }, "6128": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderExchangeDTO.return_id" + "qualifiedName": "raw_original_item_total" }, "6129": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_total" + "qualifiedName": "raw_original_item_subtotal" }, "6130": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_total" + "qualifiedName": "raw_original_item_tax_total" }, "6131": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "tax_total" + "qualifiedName": "raw_item_total" }, "6132": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "total" + "qualifiedName": "raw_item_subtotal" }, "6133": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "subtotal" + "qualifiedName": "raw_item_tax_total" }, "6134": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_total" + "qualifiedName": "raw_original_total" }, "6135": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "gift_card_tax_total" + "qualifiedName": "raw_original_subtotal" }, "6136": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "id" + "qualifiedName": "raw_original_tax_total" }, "6137": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "created_at" + "qualifiedName": "raw_total" }, "6138": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "updated_at" + "qualifiedName": "raw_subtotal" }, "6139": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "sales_channel_id" + "qualifiedName": "raw_tax_total" }, "6140": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "customer_id" + "qualifiedName": "raw_discount_total" }, "6141": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "region_id" + "qualifiedName": "raw_discount_tax_total" }, "6142": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "metadata" + "qualifiedName": "raw_gift_card_total" }, "6143": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "email" + "qualifiedName": "raw_gift_card_tax_total" }, "6144": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "canceled_at" + "qualifiedName": "raw_shipping_total" }, "6145": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "currency_code" + "qualifiedName": "raw_shipping_subtotal" }, "6146": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "order_change" + "qualifiedName": "raw_shipping_tax_total" }, "6147": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_address" + "qualifiedName": "raw_original_shipping_total" }, "6148": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "billing_address" + "qualifiedName": "raw_original_shipping_subtotal" }, "6149": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_methods" + "qualifiedName": "raw_original_shipping_tax_total" }, "6150": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "transactions" + "qualifiedName": "OrderExchangeDTO" }, "6151": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "summary" + "qualifiedName": "OrderExchangeDTO.order_id" }, "6152": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_total" + "qualifiedName": "OrderExchangeDTO.return_items" }, "6153": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_subtotal" + "qualifiedName": "OrderExchangeDTO.additional_items" }, "6154": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_item_tax_total" + "qualifiedName": "OrderExchangeDTO.no_notification" }, "6155": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_total" + "qualifiedName": "OrderExchangeDTO.difference_due" }, "6156": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_subtotal" + "qualifiedName": "OrderExchangeDTO.return" }, "6157": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "item_tax_total" + "qualifiedName": "OrderExchangeDTO.return_id" }, "6158": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_total" + "qualifiedName": "shipping_total" }, "6159": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_subtotal" + "qualifiedName": "discount_total" }, "6160": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_tax_total" + "qualifiedName": "tax_total" }, "6161": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "discount_tax_total" + "qualifiedName": "total" }, "6162": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_subtotal" + "qualifiedName": "subtotal" }, "6163": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "shipping_tax_total" + "qualifiedName": "gift_card_total" }, "6164": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_total" + "qualifiedName": "gift_card_tax_total" }, "6165": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_subtotal" + "qualifiedName": "id" }, "6166": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "original_shipping_tax_total" + "qualifiedName": "created_at" }, "6167": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_item_total" + "qualifiedName": "updated_at" }, "6168": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_item_subtotal" + "qualifiedName": "sales_channel_id" }, "6169": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_item_tax_total" + "qualifiedName": "customer_id" }, "6170": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_item_total" + "qualifiedName": "region_id" }, "6171": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_item_subtotal" + "qualifiedName": "metadata" }, "6172": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_item_tax_total" + "qualifiedName": "email" }, "6173": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_total" + "qualifiedName": "canceled_at" }, "6174": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_subtotal" + "qualifiedName": "currency_code" }, "6175": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_tax_total" + "qualifiedName": "order_change" }, "6176": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_total" + "qualifiedName": "shipping_address" }, "6177": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_subtotal" + "qualifiedName": "billing_address" }, "6178": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_tax_total" + "qualifiedName": "shipping_methods" }, "6179": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_discount_total" + "qualifiedName": "transactions" }, "6180": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_discount_tax_total" + "qualifiedName": "summary" }, "6181": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_gift_card_total" + "qualifiedName": "original_item_total" }, "6182": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_gift_card_tax_total" + "qualifiedName": "original_item_subtotal" }, "6183": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_shipping_total" + "qualifiedName": "original_item_tax_total" }, "6184": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_shipping_subtotal" + "qualifiedName": "item_total" }, "6185": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_shipping_tax_total" + "qualifiedName": "item_subtotal" }, "6186": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_shipping_total" + "qualifiedName": "item_tax_total" }, "6187": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_shipping_subtotal" + "qualifiedName": "original_total" }, "6188": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "raw_original_shipping_tax_total" + "qualifiedName": "original_subtotal" }, "6189": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_tax_total" + }, + "6190": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "discount_tax_total" + }, + "6191": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_subtotal" + }, + "6192": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "shipping_tax_total" + }, + "6193": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_total" + }, + "6194": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_subtotal" + }, + "6195": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "original_shipping_tax_total" + }, + "6196": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_original_item_total" + }, + "6197": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_original_item_subtotal" + }, + "6198": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_original_item_tax_total" + }, + "6199": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_item_total" + }, + "6200": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_item_subtotal" + }, + "6201": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_item_tax_total" + }, + "6202": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_original_total" + }, + "6203": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_original_subtotal" + }, + "6204": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_original_tax_total" + }, + "6205": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_total" + }, + "6206": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_subtotal" + }, + "6207": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_tax_total" + }, + "6208": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_discount_total" + }, + "6209": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_discount_tax_total" + }, + "6210": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_gift_card_total" + }, + "6211": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_gift_card_tax_total" + }, + "6212": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_shipping_total" + }, + "6213": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_shipping_subtotal" + }, + "6214": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_shipping_tax_total" + }, + "6215": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_original_shipping_total" + }, + "6216": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_original_shipping_subtotal" + }, + "6217": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "raw_original_shipping_tax_total" + }, + "6218": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO" }, - "6190": { + "6219": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.region_id" }, - "6191": { + "6220": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.customer_id" }, - "6192": { + "6221": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.sales_channel_id" }, - "6193": { + "6222": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.status" }, - "6194": { + "6223": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.email" }, - "6195": { + "6224": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.currency_code" }, - "6196": { + "6225": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.shipping_address_id" }, - "6197": { + "6226": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.billing_address_id" }, - "6198": { + "6227": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.shipping_address" }, - "6199": { + "6228": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.billing_address" }, - "6200": { + "6229": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.no_notification" }, - "6201": { + "6230": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.items" }, - "6202": { + "6231": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.shipping_methods" }, - "6203": { + "6232": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.transactions" }, - "6204": { + "6233": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.metadata" }, - "6205": { + "6234": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderDTO.promo_codes" }, - "6206": { + "6235": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO" }, - "6207": { + "6236": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO.id" }, - "6208": { + "6237": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO.version" }, - "6209": { + "6238": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO.region_id" }, - "6210": { + "6239": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO.customer_id" }, - "6211": { + "6240": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO.sales_channel_id" }, - "6212": { + "6241": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO.items" }, - "6213": { + "6242": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO.shipping_address" }, - "6214": { + "6243": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO.billing_address" }, - "6215": { + "6244": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO.email" }, - "6216": { + "6245": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO.no_notification" }, - "6217": { + "6246": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderDTO.metadata" }, - "6218": { + "6247": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "SoftDeleteReturn" }, - "6219": { + "6248": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "6220": { + "6249": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "6221": { + "6250": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "RestoreReturn" }, - "6222": { + "6251": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "6223": { + "6252": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "6224": { + "6253": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "FilterableOrderAddressProps" }, - "6225": { + "6254": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "FilterableOrderAddressProps.id" }, - "6226": { + "6255": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "6227": { + "6256": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "6228": { + "6257": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO" }, - "6229": { + "6258": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.id" }, - "6230": { + "6259": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.customer_id" }, - "6231": { + "6260": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.first_name" }, - "6232": { + "6261": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.last_name" }, - "6233": { + "6262": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.phone" }, - "6234": { + "6263": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.company" }, - "6235": { + "6264": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.address_1" }, - "6236": { + "6265": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.address_2" }, - "6237": { + "6266": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.city" }, - "6238": { + "6267": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.country_code" }, - "6239": { + "6268": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.province" }, - "6240": { + "6269": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.postal_code" }, - "6241": { + "6270": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.metadata" }, - "6242": { + "6271": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.created_at" }, - "6243": { + "6272": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAddressDTO.updated_at" }, - "6244": { + "6273": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "CreateOrderAddressDTO" }, - "6245": { + "6274": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.customer_id" }, - "6246": { + "6275": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.company" }, - "6247": { + "6276": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.first_name" }, - "6248": { + "6277": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.last_name" }, - "6249": { + "6278": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.address_1" }, - "6250": { + "6279": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.address_2" }, - "6251": { + "6280": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.city" }, - "6252": { + "6281": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.country_code" }, - "6253": { + "6282": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.province" }, - "6254": { + "6283": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.postal_code" }, - "6255": { + "6284": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.phone" }, - "6256": { + "6285": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.metadata" }, - "6257": { + "6286": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderAddressDTO" }, - "6258": { + "6287": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpdateOrderAddressDTO.id" }, - "6259": { + "6288": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.customer_id" }, - "6260": { + "6289": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.company" }, - "6261": { + "6290": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.first_name" }, - "6262": { + "6291": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.last_name" }, - "6263": { + "6292": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.address_1" }, - "6264": { + "6293": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.address_2" }, - "6265": { + "6294": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.city" }, - "6266": { + "6295": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.country_code" }, - "6267": { + "6296": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.province" }, - "6268": { + "6297": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.postal_code" }, - "6269": { + "6298": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.phone" }, - "6270": { + "6299": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "UpsertOrderAddressDTO.metadata" }, - "6271": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO" - }, - "6272": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.id" - }, - "6273": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.title" - }, - "6274": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.subtitle" - }, - "6275": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.thumbnail" - }, - "6276": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.variant_id" - }, - "6277": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.product_id" - }, - "6278": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.product_title" - }, - "6279": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.product_description" - }, - "6280": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.product_subtitle" - }, - "6281": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.product_type" - }, - "6282": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.product_collection" - }, - "6283": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.product_handle" - }, - "6284": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.variant_sku" - }, - "6285": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.variant_barcode" - }, - "6286": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.variant_title" - }, - "6287": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.variant_option_values" - }, - "6288": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.requires_shipping" - }, - "6289": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.is_discountable" - }, - "6290": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.is_tax_inclusive" - }, - "6291": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.compare_at_unit_price" - }, - "6292": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.raw_compare_at_unit_price" - }, - "6293": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.unit_price" - }, - "6294": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.raw_unit_price" - }, - "6295": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.quantity" - }, - "6296": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.raw_quantity" - }, - "6297": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.tax_lines" - }, - "6298": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.adjustments" - }, - "6299": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.detail" - }, "6300": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.created_at" + "qualifiedName": "OrderLineItemDTO" }, "6301": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.updated_at" + "qualifiedName": "OrderLineItemDTO.id" }, "6302": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemDTO.metadata" + "qualifiedName": "OrderLineItemDTO.title" }, "6303": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.original_total" + "qualifiedName": "OrderLineItemDTO.subtitle" }, "6304": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.original_subtotal" + "qualifiedName": "OrderLineItemDTO.thumbnail" }, "6305": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.original_tax_total" + "qualifiedName": "OrderLineItemDTO.variant_id" }, "6306": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.item_total" + "qualifiedName": "OrderLineItemDTO.product_id" }, "6307": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.item_subtotal" + "qualifiedName": "OrderLineItemDTO.product_title" }, "6308": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.item_tax_total" + "qualifiedName": "OrderLineItemDTO.product_description" }, "6309": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.total" + "qualifiedName": "OrderLineItemDTO.product_subtitle" }, "6310": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.subtotal" + "qualifiedName": "OrderLineItemDTO.product_type" }, "6311": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.tax_total" + "qualifiedName": "OrderLineItemDTO.product_collection" }, "6312": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.discount_total" + "qualifiedName": "OrderLineItemDTO.product_handle" }, "6313": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.discount_tax_total" + "qualifiedName": "OrderLineItemDTO.variant_sku" }, "6314": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.refundable_total" + "qualifiedName": "OrderLineItemDTO.variant_barcode" }, "6315": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.refundable_total_per_unit" + "qualifiedName": "OrderLineItemDTO.variant_title" }, "6316": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_original_total" + "qualifiedName": "OrderLineItemDTO.variant_option_values" }, "6317": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_original_subtotal" + "qualifiedName": "OrderLineItemDTO.requires_shipping" }, "6318": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_original_tax_total" + "qualifiedName": "OrderLineItemDTO.is_discountable" }, "6319": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_item_total" + "qualifiedName": "OrderLineItemDTO.is_tax_inclusive" }, "6320": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_item_subtotal" + "qualifiedName": "OrderLineItemDTO.compare_at_unit_price" }, "6321": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_item_tax_total" + "qualifiedName": "OrderLineItemDTO.raw_compare_at_unit_price" }, "6322": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_total" + "qualifiedName": "OrderLineItemDTO.unit_price" }, "6323": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_subtotal" + "qualifiedName": "OrderLineItemDTO.raw_unit_price" }, "6324": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_tax_total" + "qualifiedName": "OrderLineItemDTO.quantity" }, "6325": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_discount_total" + "qualifiedName": "OrderLineItemDTO.raw_quantity" }, "6326": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_discount_tax_total" + "qualifiedName": "OrderLineItemDTO.tax_lines" }, "6327": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_refundable_total" + "qualifiedName": "OrderLineItemDTO.adjustments" }, "6328": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.raw_refundable_total_per_unit" + "qualifiedName": "OrderLineItemDTO.detail" }, "6329": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemProps" + "qualifiedName": "OrderLineItemDTO.created_at" }, "6330": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemProps.id" + "qualifiedName": "OrderLineItemDTO.updated_at" }, "6331": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemProps.order_id" + "qualifiedName": "OrderLineItemDTO.metadata" }, "6332": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemProps.title" + "qualifiedName": "OrderLineItemTotalsDTO.original_total" }, "6333": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemProps.variant_id" + "qualifiedName": "OrderLineItemTotalsDTO.original_subtotal" }, "6334": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemProps.product_id" - }, - "6335": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6336": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6337": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO" - }, - "6338": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.title" - }, - "6339": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.subtitle" - }, - "6340": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.thumbnail" - }, - "6341": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.order_id" - }, - "6342": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.quantity" - }, - "6343": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.product_id" - }, - "6344": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.product_title" - }, - "6345": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.product_description" - }, - "6346": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.product_subtitle" - }, - "6347": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.product_type" - }, - "6348": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.product_collection" - }, - "6349": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.product_handle" - }, - "6350": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.variant_id" - }, - "6351": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.variant_sku" - }, - "6352": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.variant_barcode" - }, - "6353": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.variant_title" - }, - "6354": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.variant_option_values" - }, - "6355": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.requires_shipping" - }, - "6356": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.is_discountable" - }, - "6357": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.is_tax_inclusive" - }, - "6358": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.compare_at_unit_price" - }, - "6359": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.unit_price" - }, - "6360": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.tax_lines" - }, - "6361": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.adjustments" - }, - "6362": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemDTO.metadata" - }, - "6363": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderLineItemWithSelectorDTO" - }, - "6364": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderLineItemWithSelectorDTO.selector" - }, - "6365": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderLineItemWithSelectorDTO.data" - }, - "6366": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderLineItemDTO" - }, - "6367": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderLineItemDTO.id" - }, - "6368": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderLineItemDTO.title" - }, - "6369": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderLineItemDTO.quantity" - }, - "6370": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderLineItemDTO.unit_price" - }, - "6371": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderLineItemDTO.tax_lines" - }, - "6372": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderLineItemDTO.adjustments" - }, - "6373": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "variant_id" - }, - "6374": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "product_id" - }, - "6375": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "subtitle" - }, - "6376": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "thumbnail" - }, - "6377": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "product_title" - }, - "6378": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "product_description" - }, - "6379": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "product_subtitle" - }, - "6380": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "product_type" - }, - "6381": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "product_collection" - }, - "6382": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "product_handle" - }, - "6383": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "variant_sku" - }, - "6384": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "variant_barcode" - }, - "6385": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "variant_title" - }, - "6386": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "variant_option_values" - }, - "6387": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "requires_shipping" - }, - "6388": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "is_discountable" - }, - "6389": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "is_tax_inclusive" - }, - "6390": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "compare_at_unit_price" - }, - "6391": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "metadata" - }, - "6392": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "order_id" - }, - "6393": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodProps" - }, - "6394": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodProps.id" - }, - "6395": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodProps.order_id" - }, - "6396": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodProps.name" - }, - "6397": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodProps.shipping_option_id" - }, - "6398": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6399": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6400": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO" - }, - "6401": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO.id" - }, - "6402": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO.order_id" - }, - "6403": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO.version" - }, - "6404": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO.item_id" - }, - "6405": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO.quantity" - }, - "6406": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO.fulfilled_quantity" - }, - "6407": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO.return_requested_quantity" - }, - "6408": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO.return_received_quantity" - }, - "6409": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO.return_dismissed_quantity" - }, - "6410": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO.written_off_quantity" - }, - "6411": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemDTO.metadata" - }, - "6412": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO" - }, - "6413": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.id" - }, - "6414": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.item_id" - }, - "6415": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.item" - }, - "6416": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.quantity" - }, - "6417": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_quantity" - }, - "6418": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.fulfilled_quantity" - }, - "6419": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_fulfilled_quantity" - }, - "6420": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.shipped_quantity" - }, - "6421": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_shipped_quantity" - }, - "6422": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.return_requested_quantity" - }, - "6423": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_return_requested_quantity" - }, - "6424": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.return_received_quantity" - }, - "6425": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_return_received_quantity" - }, - "6426": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.return_dismissed_quantity" - }, - "6427": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_return_dismissed_quantity" - }, - "6428": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.written_off_quantity" - }, - "6429": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.raw_written_off_quantity" - }, - "6430": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.metadata" - }, - "6431": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.created_at" - }, - "6432": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderItemDTO.updated_at" - }, - "6433": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemWithSelectorDTO" - }, - "6434": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemWithSelectorDTO.selector" - }, - "6435": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderItemWithSelectorDTO.data" - }, - "6436": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO" - }, - "6437": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.id" - }, - "6438": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.order_id" - }, - "6439": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.name" - }, - "6440": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.description" - }, - "6441": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.amount" - }, - "6442": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.raw_amount" - }, - "6443": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.is_tax_inclusive" - }, - "6444": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.shipping_option_id" - }, - "6445": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.data" - }, - "6446": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.metadata" - }, - "6447": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.tax_lines" - }, - "6448": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.adjustments" - }, - "6449": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.created_at" - }, - "6450": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.updated_at" - }, - "6451": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.original_total" - }, - "6452": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.original_subtotal" - }, - "6453": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.original_tax_total" - }, - "6454": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.total" - }, - "6455": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.subtotal" - }, - "6456": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.tax_total" - }, - "6457": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.discount_total" - }, - "6458": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.discount_tax_total" - }, - "6459": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.raw_original_total" - }, - "6460": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.raw_original_subtotal" - }, - "6461": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.raw_original_tax_total" - }, - "6462": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.raw_total" - }, - "6463": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.raw_subtotal" - }, - "6464": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.raw_tax_total" - }, - "6465": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.raw_discount_total" - }, - "6466": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodDTO.raw_discount_tax_total" - }, - "6467": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO" - }, - "6468": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.name" - }, - "6469": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.order_id" - }, - "6470": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.return_id" - }, - "6471": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.claim_id" - }, - "6472": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.exchange_id" - }, - "6473": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.version" - }, - "6474": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.amount" - }, - "6475": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.is_tax_inclusive" - }, - "6476": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.shipping_option_id" - }, - "6477": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.data" - }, - "6478": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.tax_lines" - }, - "6479": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodDTO.adjustments" - }, - "6480": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodDTO" - }, - "6481": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodDTO.id" - }, - "6482": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodDTO.name" - }, - "6483": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodDTO.shipping_option_id" - }, - "6484": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodDTO.amount" - }, - "6485": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodDTO.data" - }, - "6486": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodDTO.tax_lines" - }, - "6487": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodDTO.adjustments" - }, - "6488": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemAdjustmentProps" - }, - "6489": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemAdjustmentProps.id" - }, - "6490": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemAdjustmentProps.item_id" - }, - "6491": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemAdjustmentProps.promotion_id" - }, - "6492": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemAdjustmentProps.provider_id" - }, - "6493": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemAdjustmentProps.item" - }, - "6494": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6495": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6496": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemAdjustmentDTO" - }, - "6497": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemAdjustmentDTO.item" - }, - "6498": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemAdjustmentDTO.item_id" - }, - "6499": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.id" - }, - "6500": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.code" - }, - "6501": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.amount" - }, - "6502": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.order_id" - }, - "6503": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.description" - }, - "6504": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.promotion_id" - }, - "6505": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.provider_id" - }, - "6506": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.created_at" - }, - "6507": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.updated_at" - }, - "6508": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderAdjustmentDTO" - }, - "6509": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderAdjustmentDTO.code" - }, - "6510": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderAdjustmentDTO.amount" - }, - "6511": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderAdjustmentDTO.description" - }, - "6512": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderAdjustmentDTO.promotion_id" - }, - "6513": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderAdjustmentDTO.provider_id" - }, - "6514": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderLineItemAdjustmentDTO" - }, - "6515": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.id" - }, - "6516": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.item_id" - }, - "6517": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.code" - }, - "6518": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.amount" - }, - "6519": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.description" - }, - "6520": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.promotion_id" - }, - "6521": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.provider_id" - }, - "6522": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps" - }, - "6523": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps.id" - }, - "6524": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps.shipping_method_id" - }, - "6525": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps.promotion_id" - }, - "6526": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps.provider_id" - }, - "6527": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps.shipping_method" - }, - "6528": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6529": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6530": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodAdjustmentDTO" - }, - "6531": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodAdjustmentDTO.shipping_method" - }, - "6532": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodAdjustmentDTO.shipping_method_id" - }, - "6533": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.id" - }, - "6534": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.code" - }, - "6535": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.amount" - }, - "6536": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.order_id" - }, - "6537": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.description" - }, - "6538": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.promotion_id" - }, - "6539": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.provider_id" - }, - "6540": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.created_at" - }, - "6541": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO.updated_at" - }, - "6542": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO" - }, - "6543": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.shipping_method_id" - }, - "6544": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.code" - }, - "6545": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.amount" - }, - "6546": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.description" - }, - "6547": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.promotion_id" - }, - "6548": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.provider_id" - }, - "6549": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO" - }, - "6550": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.id" - }, - "6551": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.code" - }, - "6552": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.amount" - }, - "6553": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.description" - }, - "6554": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.promotion_id" - }, - "6555": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.provider_id" - }, - "6556": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemTaxLineProps" - }, - "6557": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemTaxLineProps.id" - }, - "6558": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemTaxLineProps.description" - }, - "6559": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemTaxLineProps.code" - }, - "6560": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemTaxLineProps.tax_rate_id" - }, - "6561": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemTaxLineProps.provider_id" - }, - "6562": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemTaxLineProps.item_id" - }, - "6563": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderLineItemTaxLineProps.item" - }, - "6564": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6565": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6566": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO" - }, - "6567": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.item" - }, - "6568": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.item_id" - }, - "6569": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.total" - }, - "6570": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.subtotal" - }, - "6571": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.raw_total" - }, - "6572": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTaxLineDTO.raw_subtotal" - }, - "6573": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.id" - }, - "6574": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.description" - }, - "6575": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.tax_rate_id" - }, - "6576": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.code" - }, - "6577": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.rate" - }, - "6578": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.provider_id" - }, - "6579": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.created_at" - }, - "6580": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.updated_at" - }, - "6581": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderLineItemTaxLineDTO" - }, - "6582": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.description" - }, - "6583": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.tax_rate_id" - }, - "6584": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.code" - }, - "6585": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.rate" - }, - "6586": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.provider_id" - }, - "6587": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderLineItemTaxLineDTO" - }, - "6588": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.id" - }, - "6589": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.description" - }, - "6590": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.tax_rate_id" - }, - "6591": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.code" - }, - "6592": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.rate" - }, - "6593": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.provider_id" - }, - "6594": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodTaxLineProps" - }, - "6595": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.id" - }, - "6596": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.description" - }, - "6597": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.code" - }, - "6598": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.tax_rate_id" - }, - "6599": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.provider_id" - }, - "6600": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.shipping_method_id" - }, - "6601": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.shipping_method" - }, - "6602": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6603": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6604": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO" - }, - "6605": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.shipping_method" - }, - "6606": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.shipping_method_id" - }, - "6607": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.total" - }, - "6608": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.subtotal" - }, - "6609": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.raw_total" - }, - "6610": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderShippingMethodTaxLineDTO.raw_subtotal" - }, - "6611": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.id" - }, - "6612": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.description" - }, - "6613": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.tax_rate_id" - }, - "6614": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.code" - }, - "6615": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.rate" - }, - "6616": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.provider_id" - }, - "6617": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.created_at" - }, - "6618": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO.updated_at" - }, - "6619": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderShippingMethodTaxLineDTO" - }, - "6620": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.description" - }, - "6621": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.tax_rate_id" - }, - "6622": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.code" - }, - "6623": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.rate" - }, - "6624": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.provider_id" - }, - "6625": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderShippingMethodTaxLineDTO" - }, - "6626": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.id" - }, - "6627": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.description" - }, - "6628": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.tax_rate_id" - }, - "6629": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.code" - }, - "6630": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.rate" - }, - "6631": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.provider_id" - }, - "6632": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO" - }, - "6633": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.id" - }, - "6634": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.version" - }, - "6635": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.change_type" - }, - "6636": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.order_id" - }, - "6637": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.return_id" - }, - "6638": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.exchange_id" - }, - "6639": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.claim_id" - }, - "6640": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.order" - }, - "6641": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.return_order" - }, - "6642": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.exchange" - }, - "6643": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.claim" - }, - "6644": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.actions" - }, - "6645": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.status" - }, - "6646": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.requested_by" - }, - "6647": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.requested_at" - }, - "6648": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.confirmed_by" - }, - "6649": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.confirmed_at" - }, - "6650": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.declined_by" - }, - "6651": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.declined_reason" - }, - "6652": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.metadata" - }, - "6653": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.declined_at" - }, - "6654": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.canceled_by" - }, - "6655": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.canceled_at" - }, - "6656": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.created_at" - }, - "6657": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeDTO.updated_at" - }, - "6658": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO" - }, - "6659": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.order_id" - }, - "6660": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.return_id" - }, - "6661": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.claim_id" - }, - "6662": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.exchange_id" - }, - "6663": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.change_type" - }, - "6664": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.description" - }, - "6665": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.internal_note" - }, - "6666": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.requested_by" - }, - "6667": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.requested_at" - }, - "6668": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.created_by" - }, - "6669": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.metadata" - }, - "6670": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeDTO.actions" - }, - "6671": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO" - }, - "6672": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.id" - }, - "6673": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.status" - }, - "6674": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.description" - }, - "6675": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.internal_note" - }, - "6676": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.requested_by" - }, - "6677": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.requested_at" - }, - "6678": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.confirmed_by" - }, - "6679": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.confirmed_at" - }, - "6680": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.declined_by" - }, - "6681": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.declined_reason" - }, - "6682": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.declined_at" - }, - "6683": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.canceled_by" - }, - "6684": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.canceled_at" - }, - "6685": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeDTO.metadata" - }, - "6686": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderChangeDTO" - }, - "6687": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderChangeDTO.id" - }, - "6688": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderChangeDTO.canceled_by" - }, - "6689": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderChangeDTO.metadata" - }, - "6690": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeReturn" - }, - "6691": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeReturn.items" - }, - "6692": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "6693": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.item_id" - }, - "6694": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.order_id" - }, - "6695": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.fulfilled_quantity" - }, - "6696": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.shipped_quantity" - }, - "6697": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.return_requested_quantity" - }, - "6698": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.return_received_quantity" - }, - "6699": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.return_dismissed_quantity" - }, - "6700": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.written_off_quantity" - }, - "6701": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.__index" - }, - "6703": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeReturn.shippingMethods" - }, - "6704": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "ConfirmOrderChangeDTO" - }, - "6705": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "ConfirmOrderChangeDTO.id" - }, - "6706": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "ConfirmOrderChangeDTO.confirmed_by" - }, - "6707": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "ConfirmOrderChangeDTO.metadata" - }, - "6708": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "DeclineOrderChangeDTO" - }, - "6709": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "DeclineOrderChangeDTO.id" - }, - "6710": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "DeclineOrderChangeDTO.declined_by" - }, - "6711": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "DeclineOrderChangeDTO.metadata" - }, - "6712": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderChangeActionProps" - }, - "6713": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderChangeActionProps.id" - }, - "6714": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderChangeActionProps.order_change_id" - }, - "6715": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderChangeActionProps.reference" - }, - "6716": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderChangeActionProps.reference_id" - }, - "6717": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6718": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6719": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO" - }, - "6720": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.id" - }, - "6721": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.order_change_id" - }, - "6722": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.order_change" - }, - "6723": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.order_id" - }, - "6724": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.order" - }, - "6725": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.reference" - }, - "6726": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.reference_id" - }, - "6727": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.action" - }, - "6728": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.details" - }, - "6729": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.internal_note" - }, - "6730": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.created_at" - }, - "6731": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderChangeActionDTO.updated_at" - }, - "6732": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeActionDTO" - }, - "6733": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeActionDTO.id" - }, - "6734": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderChangeActionDTO.internal_note" - }, - "6735": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO" - }, - "6736": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.order_change_id" - }, - "6737": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.order_id" - }, - "6738": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.return_id" - }, - "6739": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.claim_id" - }, - "6740": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.exchange_id" - }, - "6741": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.version" - }, - "6742": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.reference" - }, - "6743": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.reference_id" - }, - "6744": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.action" - }, - "6745": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.internal_note" - }, - "6746": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.amount" - }, - "6747": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderChangeActionDTO.details" - }, - "6748": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderTransactionProps" - }, - "6749": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderTransactionProps.id" - }, - "6750": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderTransactionProps.order_id" - }, - "6751": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderTransactionProps.currency_code" - }, - "6752": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderTransactionProps.reference" - }, - "6753": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderTransactionProps.reference_id" - }, - "6754": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderTransactionProps.created_at" - }, - "6755": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6756": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6757": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO" - }, - "6758": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO.id" - }, - "6759": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO.order_id" - }, - "6760": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO.order" - }, - "6761": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO.amount" - }, - "6762": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO.raw_amount" - }, - "6763": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO.currency_code" - }, - "6764": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO.reference" - }, - "6765": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO.reference_id" - }, - "6766": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO.created_at" - }, - "6767": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO.updated_at" - }, - "6768": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTransactionDTO.metadata" - }, - "6769": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTransactionDTO" - }, - "6770": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTransactionDTO.order_id" - }, - "6771": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTransactionDTO.description" - }, - "6772": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTransactionDTO.reference" - }, - "6773": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTransactionDTO.reference_id" - }, - "6774": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTransactionDTO.internal_note" - }, - "6775": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTransactionDTO.created_by" - }, - "6776": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTransactionDTO.amount" - }, - "6777": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTransactionDTO.currency_code" - }, - "6778": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTransactionDTO.metadata" - }, - "6779": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnReasonDTO" - }, - "6780": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnReasonDTO.id" - }, - "6781": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnReasonDTO.value" - }, - "6782": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnReasonDTO.label" - }, - "6783": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnReasonDTO.description" - }, - "6784": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnReasonDTO.parent_return_reason_id" - }, - "6785": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnReasonDTO.parent_return_reason" - }, - "6786": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnReasonDTO.return_reason_children" - }, - "6787": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnReasonDTO.metadata" - }, - "6788": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnReasonDTO.created_at" - }, - "6789": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnReasonDTO.updated_at" - }, - "6790": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderReturnReasonProps" - }, - "6791": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderReturnReasonProps.id" - }, - "6792": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderReturnReasonProps.value" - }, - "6793": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderReturnReasonProps.label" - }, - "6794": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderReturnReasonProps.description" - }, - "6795": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6796": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6797": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnReasonDTO" - }, - "6798": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnReasonDTO.value" - }, - "6799": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnReasonDTO.label" - }, - "6800": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnReasonDTO.description" - }, - "6801": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnReasonDTO.parent_return_reason_id" - }, - "6802": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnReasonDTO.metadata" - }, - "6803": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnReasonWithSelectorDTO" - }, - "6804": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnReasonWithSelectorDTO.selector" - }, - "6805": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnReasonWithSelectorDTO.data" - }, - "6806": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnReasonDTO" - }, - "6807": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnReasonDTO.id" - }, - "6808": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnReasonDTO.label" - }, - "6809": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnReasonDTO.value" - }, - "6810": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnReasonDTO.description" - }, - "6811": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnReasonDTO.metadata" - }, - "6812": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnItemDTO" - }, - "6813": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnItemDTO.return_id" - }, - "6814": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnItemDTO.item_id" - }, - "6815": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnItemDTO.quantity" - }, - "6816": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnItemDTO.reason_id" - }, - "6817": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnItemDTO.note" - }, - "6818": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnItemDTO.metadata" - }, - "6819": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO" - }, - "6820": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.id" - }, - "6821": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.return_id" - }, - "6822": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.order_id" - }, - "6823": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.item_id" - }, - "6824": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.reason_id" - }, - "6825": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.quantity" - }, - "6826": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.raw_quantity" - }, - "6827": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.received_quantity" - }, - "6828": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.raw_received_quantity" - }, - "6829": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.metadata" - }, - "6830": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.created_at" - }, - "6831": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderReturnItemDTO.updated_at" - }, - "6832": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnDTO" - }, - "6833": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnDTO.location_id" - }, - "6834": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnDTO.items" - }, - "6835": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type" - }, - "6836": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.id" - }, - "6837": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.quantity" - }, - "6838": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.internal_note" - }, - "6839": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.note" - }, - "6840": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.reason_id" - }, - "6841": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.metadata" - }, - "6842": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnDTO.shipping_method" - }, - "6843": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnDTO.refund_amount" - }, - "6844": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnDTO.no_notification" - }, - "6845": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnDTO.claim_id" - }, - "6846": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderReturnDTO.exchange_id" - }, - "6847": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.order_id" - }, - "6848": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.return_id" - }, - "6849": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.description" - }, - "6850": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" - }, - "6851": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference" - }, - "6852": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" - }, - "6853": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.created_by" - }, - "6854": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.metadata" - }, - "6855": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnWithSelectorDTO" - }, - "6856": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnWithSelectorDTO.selector" - }, - "6857": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderReturnWithSelectorDTO.data" - }, - "6858": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableReturnProps" - }, - "6859": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableReturnProps.id" - }, - "6860": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableReturnProps.order_id" - }, - "6861": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableReturnProps.claim_id" - }, - "6862": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableReturnProps.exchange_id" - }, - "6863": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableReturnProps.status" - }, - "6864": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableReturnProps.refund_amount" - }, - "6865": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6866": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6867": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateReturnDTO" - }, - "6868": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateReturnDTO.id" - }, - "6869": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateReturnDTO.location_id" - }, - "6870": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateReturnDTO.refund_amount" - }, - "6871": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateReturnDTO.no_notification" - }, - "6872": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateReturnDTO.claim_id" - }, - "6873": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateReturnDTO.exchange_id" - }, - "6874": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateReturnDTO.metadata" - }, - "6875": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateReturnDTO.items" - }, - "6876": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type" - }, - "6877": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.quantity" - }, - "6878": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.internal_note" - }, - "6879": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.note" - }, - "6880": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.reason_id" - }, - "6881": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.return_id" - }, - "6882": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.metadata" - }, - "6883": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderClaimDTO" - }, - "6884": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderClaimDTO.type" - }, - "6885": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderClaimDTO.claim_items" - }, - "6886": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type" - }, - "6887": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.reason" - }, - "6888": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.images" - }, - "6889": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type" - }, - "6890": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.url" - }, - "6891": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "__type.metadata" - }, - "6892": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderClaimDTO.additional_items" - }, - "6893": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderClaimDTO.shipping_methods" - }, - "6894": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderClaimDTO.return_shipping" - }, - "6895": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderClaimDTO.refund_amount" - }, - "6896": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderClaimDTO.no_notification" - }, - "6897": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.order_id" - }, - "6898": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.return_id" - }, - "6899": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" - }, - "6900": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" - }, - "6901": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.description" - }, - "6902": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" - }, - "6903": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference" - }, - "6904": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" - }, - "6905": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.created_by" - }, - "6906": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.metadata" - }, - "6907": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderClaimWithSelectorDTO" - }, - "6908": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderClaimWithSelectorDTO.selector" - }, - "6909": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderClaimWithSelectorDTO.data" - }, - "6910": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderClaimProps" - }, - "6911": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderClaimProps.id" - }, - "6912": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderClaimProps.order_id" - }, - "6913": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderClaimProps.return_id" - }, - "6914": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6915": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6916": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderClaimDTO" - }, - "6917": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderClaimDTO.id" - }, - "6918": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderClaimDTO.refund_amount" - }, - "6919": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderClaimDTO.no_notification" - }, - "6920": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderClaimDTO.return_id" - }, - "6921": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderClaimDTO.type" - }, - "6922": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderClaimDTO.metadata" - }, - "6923": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderExchangeDTO" - }, - "6924": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderExchangeDTO.additional_items" - }, - "6925": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderExchangeDTO.shipping_methods" - }, - "6926": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderExchangeDTO.return_shipping" - }, - "6927": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderExchangeDTO.difference_due" - }, - "6928": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderExchangeDTO.allow_backorder" - }, - "6929": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderExchangeDTO.no_notification" - }, - "6930": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.order_id" - }, - "6931": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.return_id" - }, - "6932": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" - }, - "6933": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" - }, - "6934": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.description" - }, - "6935": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" - }, - "6936": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference" - }, - "6937": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" - }, - "6938": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.created_by" - }, - "6939": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.metadata" - }, - "6940": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderExchangeWithSelectorDTO" - }, - "6941": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderExchangeWithSelectorDTO.selector" - }, - "6942": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderExchangeWithSelectorDTO.data" - }, - "6943": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderExchangeProps" - }, - "6944": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderExchangeProps.id" - }, - "6945": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderExchangeProps.order_id" - }, - "6946": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderExchangeProps.return_id" - }, - "6947": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "FilterableOrderExchangeProps.allow_backorder" - }, - "6948": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "6949": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "6950": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderExchangeDTO" - }, - "6951": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderExchangeDTO.id" - }, - "6952": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderExchangeDTO.difference_due" - }, - "6953": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderExchangeDTO.no_notification" - }, - "6954": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderExchangeDTO.return_id" - }, - "6955": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderExchangeDTO.allow_backorder" - }, - "6956": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderExchangeDTO.metadata" - }, - "6957": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "RegisterOrderFulfillmentDTO" - }, - "6958": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "RegisterOrderFulfillmentDTO.items" - }, - "6959": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.order_id" - }, - "6960": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.return_id" - }, - "6961": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" - }, - "6962": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" - }, - "6963": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.description" - }, - "6964": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" - }, - "6965": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference" - }, - "6966": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" - }, - "6967": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.created_by" - }, - "6968": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.metadata" - }, - "6969": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderFulfillmentDTO" - }, - "6970": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderFulfillmentDTO.items" - }, - "6971": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.order_id" - }, - "6972": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.return_id" - }, - "6973": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" - }, - "6974": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" - }, - "6975": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.description" - }, - "6976": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" - }, - "6977": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference" - }, - "6978": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" - }, - "6979": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.created_by" - }, - "6980": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.metadata" - }, - "6981": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "RegisterOrderShipmentDTO" - }, - "6982": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "RegisterOrderShipmentDTO.items" - }, - "6983": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "RegisterOrderShipmentDTO.no_notification" - }, - "6984": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.order_id" - }, - "6985": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.return_id" - }, - "6986": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" - }, - "6987": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" - }, - "6988": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.description" - }, - "6989": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" - }, - "6990": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference" - }, - "6991": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" - }, - "6992": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.created_by" - }, - "6993": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.metadata" - }, - "6994": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderReturnDTO" - }, - "6995": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderReturnDTO.return_id" - }, - "6996": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "description" - }, - "6997": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "metadata" - }, - "6998": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "created_by" - }, - "6999": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "reference" - }, - "7000": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "reference_id" - }, - "7001": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "claim_id" - }, - "7002": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "exchange_id" - }, - "7003": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "internal_note" - }, - "7004": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "ReceiveOrderReturnDTO" - }, - "7005": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "ReceiveOrderReturnDTO.items" - }, - "7006": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "ReceiveOrderReturnDTO.return_id" - }, - "7007": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "description" - }, - "7008": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "metadata" - }, - "7009": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "created_by" - }, - "7010": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "reference" - }, - "7011": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "reference_id" - }, - "7012": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "claim_id" - }, - "7013": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "exchange_id" - }, - "7014": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "internal_note" - }, - "7015": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderClaimDTO" - }, - "7016": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderClaimDTO.claim_id" - }, - "7017": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "description" - }, - "7018": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "metadata" - }, - "7019": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "created_by" - }, - "7020": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "reference" - }, - "7021": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "reference_id" - }, - "7022": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "exchange_id" - }, - "7023": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "return_id" - }, - "7024": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "internal_note" - }, - "7025": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderExchangeDTO" - }, - "7026": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CancelOrderExchangeDTO.exchange_id" - }, - "7027": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "description" - }, - "7028": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "metadata" - }, - "7029": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "created_by" - }, - "7030": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "reference" - }, - "7031": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "reference_id" - }, - "7032": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "claim_id" - }, - "7033": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "return_id" - }, - "7034": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "internal_note" - }, - "7035": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerConfig" - }, - "7036": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "7037": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.schema" - }, - "7038": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationships" - }, - "7039": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extends" - }, - "7040": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "7041": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "7042": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.fieldAlias" - }, - "7043": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "7044": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" - }, - "7045": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "7046": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" - }, - "7047": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" - }, - "7048": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "7049": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" - }, - "7050": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" - }, - "7051": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" - }, - "7052": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" - }, - "7053": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" - }, - "7054": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" - }, - "7055": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "7056": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" - }, - "7057": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" - }, - "7058": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" - }, - "7059": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderStatus" - }, - "7060": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderSummaryDTO" - }, - "7061": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type" - }, - "7062": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.total" - }, - "7063": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.subtotal" - }, - "7064": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.total_tax" - }, - "7065": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.ordered_total" - }, - "7066": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.fulfilled_total" - }, - "7067": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.returned_total" - }, - "7068": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.return_request_total" - }, - "7069": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.write_off_total" - }, - "7070": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.projected_total" - }, - "7071": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.net_total" - }, - "7072": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.net_subtotal" - }, - "7073": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.net_total_tax" - }, - "7074": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.balance" - }, - "7075": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.paid_total" - }, - "7076": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "__type.refunded_total" - }, - "7077": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberValue" - }, - "7078": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "7079": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type" - }, - "7080": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.value" - }, - "7081": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.__index" - }, - "7083": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator" - }, - "7084": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "7085": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "7086": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "msg" - }, - "7087": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "7088": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "7089": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "format" - }, - "7090": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "7091": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "7092": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "7093": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "7094": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "T" - }, - "7095": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "messageData" - }, - "7096": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "options" - }, - "7097": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable" - }, - "7098": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "7099": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "7100": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.T" - }, - "7101": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "OperatorMap" - }, - "7102": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "7103": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$and" - }, - "7104": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$or" - }, - "7105": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$eq" - }, - "7106": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ne" - }, - "7107": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$in" - }, - "7108": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$nin" - }, - "7109": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$not" - }, - "7110": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gt" - }, - "7111": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gte" - }, - "7112": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lt" - }, - "7113": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lte" - }, - "7114": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$like" - }, - "7115": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$re" - }, - "7116": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ilike" - }, - "7117": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$fulltext" - }, - "7118": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$overlap" - }, - "7119": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contains" - }, - "7120": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contained" - }, - "7121": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$exists" - }, - "7122": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "7123": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "ReturnStatus" - }, - "7124": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO" - }, - "7125": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.customer_id" - }, - "7126": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.company" - }, - "7127": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.first_name" - }, - "7128": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.last_name" - }, - "7129": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.address_1" - }, - "7130": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.address_2" - }, - "7131": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.city" - }, - "7132": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.country_code" - }, - "7133": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.province" - }, - "7134": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.postal_code" - }, - "7135": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.phone" - }, - "7136": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpsertOrderAddressDTO.metadata" - }, - "7137": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO" - }, - "7138": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.original_total" - }, - "7139": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderLineItemTotalsDTO.original_subtotal" - }, - "7140": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.original_tax_total" }, - "7141": { + "6335": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.item_total" }, - "7142": { + "6336": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.item_subtotal" }, - "7143": { + "6337": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.item_tax_total" }, - "7144": { + "6338": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.total" }, - "7145": { + "6339": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.subtotal" }, - "7146": { + "6340": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.tax_total" }, - "7147": { + "6341": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.discount_total" }, - "7148": { + "6342": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.discount_tax_total" }, - "7149": { + "6343": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.refundable_total" }, - "7150": { + "6344": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.refundable_total_per_unit" }, - "7151": { + "6345": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_original_total" }, - "7152": { + "6346": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_original_subtotal" }, - "7153": { + "6347": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_original_tax_total" }, - "7154": { + "6348": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_item_total" }, - "7155": { + "6349": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_item_subtotal" }, - "7156": { + "6350": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_item_tax_total" }, - "7157": { + "6351": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_total" }, - "7158": { + "6352": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_subtotal" }, - "7159": { + "6353": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_tax_total" }, - "7160": { + "6354": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_discount_total" }, - "7161": { + "6355": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_discount_tax_total" }, - "7162": { + "6356": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_refundable_total" }, - "7163": { + "6357": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderLineItemTotalsDTO.raw_refundable_total_per_unit" }, - "7164": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberInput" - }, - "7165": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO" - }, - "7166": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.description" - }, - "7167": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.tax_rate_id" - }, - "7168": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.code" - }, - "7169": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.rate" - }, - "7170": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "CreateOrderTaxLineDTO.provider_id" - }, - "7171": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO" - }, - "7172": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.id" - }, - "7173": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.description" - }, - "7174": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.tax_rate_id" - }, - "7175": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.code" - }, - "7176": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.rate" - }, - "7177": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderTaxLineDTO.provider_id" - }, - "7178": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderAdjustmentDTO" - }, - "7179": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderAdjustmentDTO.id" - }, - "7180": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderAdjustmentDTO.code" - }, - "7181": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderAdjustmentDTO.amount" - }, - "7182": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderAdjustmentDTO.description" - }, - "7183": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderAdjustmentDTO.promotion_id" - }, - "7184": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "UpdateOrderAdjustmentDTO.provider_id" - }, - "7185": { + "6358": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderAdjustmentLineDTO" + "qualifiedName": "FilterableOrderLineItemProps" }, - "7186": { + "6359": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemProps.id" + }, + "6360": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemProps.order_id" + }, + "6361": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemProps.title" + }, + "6362": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemProps.variant_id" + }, + "6363": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemProps.product_id" + }, + "6364": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "6365": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "6366": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO" + }, + "6367": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.title" + }, + "6368": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.subtitle" + }, + "6369": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.thumbnail" + }, + "6370": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.order_id" + }, + "6371": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.quantity" + }, + "6372": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.product_id" + }, + "6373": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.product_title" + }, + "6374": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.product_description" + }, + "6375": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.product_subtitle" + }, + "6376": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.product_type" + }, + "6377": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.product_collection" + }, + "6378": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.product_handle" + }, + "6379": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.variant_id" + }, + "6380": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.variant_sku" + }, + "6381": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.variant_barcode" + }, + "6382": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.variant_title" + }, + "6383": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.variant_option_values" + }, + "6384": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.requires_shipping" + }, + "6385": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.is_discountable" + }, + "6386": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.is_tax_inclusive" + }, + "6387": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.compare_at_unit_price" + }, + "6388": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.unit_price" + }, + "6389": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.tax_lines" + }, + "6390": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.adjustments" + }, + "6391": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderLineItemDTO.metadata" + }, + "6392": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderLineItemWithSelectorDTO" + }, + "6393": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderLineItemWithSelectorDTO.selector" + }, + "6394": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderLineItemWithSelectorDTO.data" + }, + "6395": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderLineItemDTO" + }, + "6396": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderLineItemDTO.id" + }, + "6397": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderLineItemDTO.title" + }, + "6398": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderLineItemDTO.quantity" + }, + "6399": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderLineItemDTO.unit_price" + }, + "6400": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderLineItemDTO.tax_lines" + }, + "6401": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderLineItemDTO.adjustments" + }, + "6402": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "variant_id" + }, + "6403": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "product_id" + }, + "6404": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "subtitle" + }, + "6405": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "thumbnail" + }, + "6406": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "product_title" + }, + "6407": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "product_description" + }, + "6408": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "product_subtitle" + }, + "6409": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "product_type" + }, + "6410": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "product_collection" + }, + "6411": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "product_handle" + }, + "6412": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "variant_sku" + }, + "6413": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "variant_barcode" + }, + "6414": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "variant_title" + }, + "6415": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "variant_option_values" + }, + "6416": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "requires_shipping" + }, + "6417": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "is_discountable" + }, + "6418": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "is_tax_inclusive" + }, + "6419": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "compare_at_unit_price" + }, + "6420": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "metadata" + }, + "6421": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "order_id" + }, + "6422": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodProps" + }, + "6423": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodProps.id" + }, + "6424": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodProps.order_id" + }, + "6425": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodProps.name" + }, + "6426": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodProps.shipping_option_id" + }, + "6427": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "6428": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "6429": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO" + }, + "6430": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO.id" + }, + "6431": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO.order_id" + }, + "6432": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO.version" + }, + "6433": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO.item_id" + }, + "6434": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO.quantity" + }, + "6435": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO.fulfilled_quantity" + }, + "6436": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO.return_requested_quantity" + }, + "6437": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO.return_received_quantity" + }, + "6438": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO.return_dismissed_quantity" + }, + "6439": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO.written_off_quantity" + }, + "6440": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemDTO.metadata" + }, + "6441": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO" + }, + "6442": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.id" + }, + "6443": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.item_id" + }, + "6444": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.item" + }, + "6445": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.quantity" + }, + "6446": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.raw_quantity" + }, + "6447": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.fulfilled_quantity" + }, + "6448": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.raw_fulfilled_quantity" + }, + "6449": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.shipped_quantity" + }, + "6450": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.raw_shipped_quantity" + }, + "6451": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.return_requested_quantity" + }, + "6452": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.raw_return_requested_quantity" + }, + "6453": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.return_received_quantity" + }, + "6454": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.raw_return_received_quantity" + }, + "6455": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.return_dismissed_quantity" + }, + "6456": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.raw_return_dismissed_quantity" + }, + "6457": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.written_off_quantity" + }, + "6458": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.raw_written_off_quantity" + }, + "6459": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.metadata" + }, + "6460": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.created_at" + }, + "6461": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderItemDTO.updated_at" + }, + "6462": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemWithSelectorDTO" + }, + "6463": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemWithSelectorDTO.selector" + }, + "6464": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderItemWithSelectorDTO.data" + }, + "6465": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO" + }, + "6466": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.id" + }, + "6467": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.order_id" + }, + "6468": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.name" + }, + "6469": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.description" + }, + "6470": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.amount" + }, + "6471": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.raw_amount" + }, + "6472": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.is_tax_inclusive" + }, + "6473": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.shipping_option_id" + }, + "6474": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.data" + }, + "6475": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.metadata" + }, + "6476": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.tax_lines" + }, + "6477": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.adjustments" + }, + "6478": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.created_at" + }, + "6479": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.updated_at" + }, + "6480": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.original_total" + }, + "6481": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.original_subtotal" + }, + "6482": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.original_tax_total" + }, + "6483": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.total" + }, + "6484": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.subtotal" + }, + "6485": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.tax_total" + }, + "6486": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.discount_total" + }, + "6487": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.discount_tax_total" + }, + "6488": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.raw_original_total" + }, + "6489": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.raw_original_subtotal" + }, + "6490": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.raw_original_tax_total" + }, + "6491": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.raw_total" + }, + "6492": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.raw_subtotal" + }, + "6493": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.raw_tax_total" + }, + "6494": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.raw_discount_total" + }, + "6495": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodDTO.raw_discount_tax_total" + }, + "6496": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO" + }, + "6497": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.name" + }, + "6498": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.order_id" + }, + "6499": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.return_id" + }, + "6500": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.claim_id" + }, + "6501": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.exchange_id" + }, + "6502": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.version" + }, + "6503": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.amount" + }, + "6504": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.is_tax_inclusive" + }, + "6505": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.shipping_option_id" + }, + "6506": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.data" + }, + "6507": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.tax_lines" + }, + "6508": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodDTO.adjustments" + }, + "6509": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodDTO" + }, + "6510": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodDTO.id" + }, + "6511": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodDTO.name" + }, + "6512": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodDTO.shipping_option_id" + }, + "6513": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodDTO.amount" + }, + "6514": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodDTO.data" + }, + "6515": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodDTO.tax_lines" + }, + "6516": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodDTO.adjustments" + }, + "6517": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemAdjustmentProps" + }, + "6518": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemAdjustmentProps.id" + }, + "6519": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemAdjustmentProps.item_id" + }, + "6520": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemAdjustmentProps.promotion_id" + }, + "6521": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemAdjustmentProps.provider_id" + }, + "6522": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemAdjustmentProps.item" + }, + "6523": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "6524": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "6525": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemAdjustmentDTO" + }, + "6526": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemAdjustmentDTO.item" + }, + "6527": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemAdjustmentDTO.item_id" + }, + "6528": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.id" }, - "7187": { + "6529": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.code" }, - "7188": { + "6530": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.amount" }, - "7189": { + "6531": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.order_id" }, - "7190": { + "6532": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.description" }, - "7191": { + "6533": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.promotion_id" }, - "7192": { + "6534": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.provider_id" }, - "7193": { + "6535": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.created_at" }, - "7194": { + "6536": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderAdjustmentLineDTO.updated_at" }, - "7195": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "OrderTaxLineDTO" + "6537": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderAdjustmentDTO" }, - "7196": { + "6538": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderAdjustmentDTO.code" + }, + "6539": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderAdjustmentDTO.amount" + }, + "6540": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderAdjustmentDTO.description" + }, + "6541": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderAdjustmentDTO.promotion_id" + }, + "6542": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderAdjustmentDTO.provider_id" + }, + "6543": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderLineItemAdjustmentDTO" + }, + "6544": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.id" + }, + "6545": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.item_id" + }, + "6546": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.code" + }, + "6547": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.amount" + }, + "6548": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.description" + }, + "6549": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.promotion_id" + }, + "6550": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderLineItemAdjustmentDTO.provider_id" + }, + "6551": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps" + }, + "6552": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps.id" + }, + "6553": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps.shipping_method_id" + }, + "6554": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps.promotion_id" + }, + "6555": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps.provider_id" + }, + "6556": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodAdjustmentProps.shipping_method" + }, + "6557": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "6558": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "6559": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodAdjustmentDTO" + }, + "6560": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodAdjustmentDTO.shipping_method" + }, + "6561": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodAdjustmentDTO.shipping_method_id" + }, + "6562": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.id" + }, + "6563": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.code" + }, + "6564": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.amount" + }, + "6565": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.order_id" + }, + "6566": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.description" + }, + "6567": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.promotion_id" + }, + "6568": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.provider_id" + }, + "6569": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.created_at" + }, + "6570": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.updated_at" + }, + "6571": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO" + }, + "6572": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.shipping_method_id" + }, + "6573": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.code" + }, + "6574": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.amount" + }, + "6575": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.description" + }, + "6576": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.promotion_id" + }, + "6577": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodAdjustmentDTO.provider_id" + }, + "6578": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO" + }, + "6579": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.id" + }, + "6580": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.code" + }, + "6581": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.amount" + }, + "6582": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.description" + }, + "6583": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.promotion_id" + }, + "6584": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodAdjustmentDTO.provider_id" + }, + "6585": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemTaxLineProps" + }, + "6586": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemTaxLineProps.id" + }, + "6587": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemTaxLineProps.description" + }, + "6588": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemTaxLineProps.code" + }, + "6589": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemTaxLineProps.tax_rate_id" + }, + "6590": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemTaxLineProps.provider_id" + }, + "6591": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemTaxLineProps.item_id" + }, + "6592": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderLineItemTaxLineProps.item" + }, + "6593": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "6594": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "6595": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTaxLineDTO" + }, + "6596": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTaxLineDTO.item" + }, + "6597": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTaxLineDTO.item_id" + }, + "6598": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTaxLineDTO.total" + }, + "6599": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTaxLineDTO.subtotal" + }, + "6600": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTaxLineDTO.raw_total" + }, + "6601": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTaxLineDTO.raw_subtotal" + }, + "6602": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderTaxLineDTO.id" }, - "7197": { + "6603": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderTaxLineDTO.description" }, - "7198": { + "6604": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderTaxLineDTO.tax_rate_id" }, - "7199": { + "6605": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderTaxLineDTO.code" }, - "7200": { + "6606": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderTaxLineDTO.rate" }, - "7201": { + "6607": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderTaxLineDTO.provider_id" }, - "7202": { + "6608": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderTaxLineDTO.created_at" }, - "7203": { + "6609": { "sourceFileName": "../../../../packages/core/types/src/order/common.ts", "qualifiedName": "OrderTaxLineDTO.updated_at" }, - "7204": { - "sourceFileName": "../../../../packages/core/types/src/order/common.ts", - "qualifiedName": "ChangeActionType" - }, - "7205": { + "6610": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO" + "qualifiedName": "CreateOrderLineItemTaxLineDTO" }, - "7206": { + "6611": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.description" + }, + "6612": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.tax_rate_id" + }, + "6613": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.code" + }, + "6614": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.rate" + }, + "6615": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.provider_id" + }, + "6616": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderLineItemTaxLineDTO" + }, + "6617": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.id" + }, + "6618": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.description" + }, + "6619": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.tax_rate_id" + }, + "6620": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.code" + }, + "6621": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.rate" + }, + "6622": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.provider_id" + }, + "6623": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodTaxLineProps" + }, + "6624": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.id" + }, + "6625": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.description" + }, + "6626": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.code" + }, + "6627": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.tax_rate_id" + }, + "6628": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.provider_id" + }, + "6629": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.shipping_method_id" + }, + "6630": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderShippingMethodTaxLineProps.shipping_method" + }, + "6631": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "6632": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "6633": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodTaxLineDTO" + }, + "6634": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodTaxLineDTO.shipping_method" + }, + "6635": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodTaxLineDTO.shipping_method_id" + }, + "6636": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodTaxLineDTO.total" + }, + "6637": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodTaxLineDTO.subtotal" + }, + "6638": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodTaxLineDTO.raw_total" + }, + "6639": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderShippingMethodTaxLineDTO.raw_subtotal" + }, + "6640": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.id" + }, + "6641": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.description" + }, + "6642": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.tax_rate_id" + }, + "6643": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.code" + }, + "6644": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.rate" + }, + "6645": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.provider_id" + }, + "6646": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.created_at" + }, + "6647": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.updated_at" + }, + "6648": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderShippingMethodTaxLineDTO" + }, + "6649": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.description" + }, + "6650": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.tax_rate_id" + }, + "6651": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.code" + }, + "6652": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.rate" + }, + "6653": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.provider_id" + }, + "6654": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderShippingMethodTaxLineDTO" + }, + "6655": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.id" + }, + "6656": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.description" + }, + "6657": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.tax_rate_id" + }, + "6658": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.code" + }, + "6659": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.rate" + }, + "6660": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.provider_id" + }, + "6661": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO" + }, + "6662": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.id" + }, + "6663": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.version" + }, + "6664": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.change_type" + }, + "6665": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.order_id" + }, + "6666": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.return_id" + }, + "6667": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.exchange_id" + }, + "6668": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.claim_id" + }, + "6669": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.order" + }, + "6670": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.return_order" + }, + "6671": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.exchange" + }, + "6672": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.claim" + }, + "6673": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.actions" + }, + "6674": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.status" + }, + "6675": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.requested_by" + }, + "6676": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.requested_at" + }, + "6677": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.confirmed_by" + }, + "6678": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.confirmed_at" + }, + "6679": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.declined_by" + }, + "6680": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.declined_reason" + }, + "6681": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.metadata" + }, + "6682": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.declined_at" + }, + "6683": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.canceled_by" + }, + "6684": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.canceled_at" + }, + "6685": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.created_at" + }, + "6686": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeDTO.updated_at" + }, + "6687": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO" + }, + "6688": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.order_id" + }, + "6689": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.return_id" + }, + "6690": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.claim_id" + }, + "6691": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.exchange_id" + }, + "6692": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.change_type" + }, + "6693": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.description" + }, + "6694": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.internal_note" + }, + "6695": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.requested_by" + }, + "6696": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.requested_at" + }, + "6697": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.created_by" + }, + "6698": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.metadata" + }, + "6699": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeDTO.actions" + }, + "6700": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO" + }, + "6701": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.id" + }, + "6702": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.status" + }, + "6703": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.description" + }, + "6704": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.internal_note" + }, + "6705": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.requested_by" + }, + "6706": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.requested_at" + }, + "6707": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.confirmed_by" + }, + "6708": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.confirmed_at" + }, + "6709": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.declined_by" + }, + "6710": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.declined_reason" + }, + "6711": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.declined_at" + }, + "6712": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.canceled_by" + }, + "6713": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.canceled_at" + }, + "6714": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeDTO.metadata" + }, + "6715": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderChangeDTO" + }, + "6716": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderChangeDTO.id" + }, + "6717": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderChangeDTO.canceled_by" + }, + "6718": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderChangeDTO.metadata" + }, + "6719": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeReturn" + }, + "6720": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeReturn.items" + }, + "6721": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "6722": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.item_id" + }, + "6723": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.order_id" + }, + "6724": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.fulfilled_quantity" + }, + "6725": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.shipped_quantity" + }, + "6726": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.return_requested_quantity" + }, + "6727": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.return_received_quantity" + }, + "6728": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.return_dismissed_quantity" + }, + "6729": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.written_off_quantity" + }, + "6730": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.__index" + }, + "6732": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeReturn.shippingMethods" + }, + "6733": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "ConfirmOrderChangeDTO" + }, + "6734": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "ConfirmOrderChangeDTO.id" + }, + "6735": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "ConfirmOrderChangeDTO.confirmed_by" + }, + "6736": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "ConfirmOrderChangeDTO.metadata" + }, + "6737": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "DeclineOrderChangeDTO" + }, + "6738": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "DeclineOrderChangeDTO.id" + }, + "6739": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "DeclineOrderChangeDTO.declined_by" + }, + "6740": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "DeclineOrderChangeDTO.metadata" + }, + "6741": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderChangeActionProps" + }, + "6742": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderChangeActionProps.id" + }, + "6743": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderChangeActionProps.order_change_id" + }, + "6744": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderChangeActionProps.reference" + }, + "6745": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderChangeActionProps.reference_id" + }, + "6746": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "6747": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "6748": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO" + }, + "6749": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.id" + }, + "6750": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.order_change_id" + }, + "6751": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.order_change" + }, + "6752": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.order_id" + }, + "6753": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.return_id" + }, + "6754": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.claim_id" + }, + "6755": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.exchange_id" + }, + "6756": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.order" + }, + "6757": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.reference" + }, + "6758": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.reference_id" + }, + "6759": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.action" + }, + "6760": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.details" + }, + "6761": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.internal_note" + }, + "6762": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.created_at" + }, + "6763": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderChangeActionDTO.updated_at" + }, + "6764": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeActionDTO" + }, + "6765": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeActionDTO.id" + }, + "6766": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderChangeActionDTO.internal_note" + }, + "6767": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO" + }, + "6768": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.order_change_id" + }, + "6769": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.order_id" + }, + "6770": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.return_id" + }, + "6771": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.claim_id" + }, + "6772": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.exchange_id" + }, + "6773": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.version" + }, + "6774": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.reference" + }, + "6775": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.reference_id" + }, + "6776": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.action" + }, + "6777": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.internal_note" + }, + "6778": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.amount" + }, + "6779": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderChangeActionDTO.details" + }, + "6780": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderTransactionProps" + }, + "6781": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderTransactionProps.id" + }, + "6782": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderTransactionProps.order_id" + }, + "6783": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderTransactionProps.currency_code" + }, + "6784": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderTransactionProps.reference" + }, + "6785": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderTransactionProps.reference_id" + }, + "6786": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderTransactionProps.created_at" + }, + "6787": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "6788": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "6789": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO" + }, + "6790": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO.id" + }, + "6791": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO.order_id" + }, + "6792": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO.order" + }, + "6793": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO.amount" + }, + "6794": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO.raw_amount" + }, + "6795": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO.currency_code" + }, + "6796": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO.reference" + }, + "6797": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO.reference_id" + }, + "6798": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO.created_at" + }, + "6799": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO.updated_at" + }, + "6800": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTransactionDTO.metadata" + }, + "6801": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTransactionDTO" + }, + "6802": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTransactionDTO.order_id" + }, + "6803": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTransactionDTO.description" + }, + "6804": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTransactionDTO.reference" + }, + "6805": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTransactionDTO.reference_id" + }, + "6806": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTransactionDTO.internal_note" + }, + "6807": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTransactionDTO.created_by" + }, + "6808": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTransactionDTO.amount" + }, + "6809": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTransactionDTO.currency_code" + }, + "6810": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTransactionDTO.metadata" + }, + "6811": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnReasonDTO" + }, + "6812": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnReasonDTO.id" + }, + "6813": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnReasonDTO.value" + }, + "6814": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnReasonDTO.label" + }, + "6815": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnReasonDTO.description" + }, + "6816": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnReasonDTO.parent_return_reason_id" + }, + "6817": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnReasonDTO.parent_return_reason" + }, + "6818": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnReasonDTO.return_reason_children" + }, + "6819": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnReasonDTO.metadata" + }, + "6820": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnReasonDTO.created_at" + }, + "6821": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnReasonDTO.updated_at" + }, + "6822": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderReturnReasonProps" + }, + "6823": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderReturnReasonProps.id" + }, + "6824": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderReturnReasonProps.value" + }, + "6825": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderReturnReasonProps.label" + }, + "6826": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderReturnReasonProps.description" + }, + "6827": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "6828": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "6829": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnReasonDTO" + }, + "6830": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnReasonDTO.value" + }, + "6831": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnReasonDTO.label" + }, + "6832": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnReasonDTO.description" + }, + "6833": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnReasonDTO.parent_return_reason_id" + }, + "6834": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnReasonDTO.metadata" + }, + "6835": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderReturnReasonWithSelectorDTO" + }, + "6836": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderReturnReasonWithSelectorDTO.selector" + }, + "6837": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderReturnReasonWithSelectorDTO.data" + }, + "6838": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderReturnReasonDTO" + }, + "6839": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderReturnReasonDTO.id" + }, + "6840": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderReturnReasonDTO.label" + }, + "6841": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderReturnReasonDTO.value" + }, + "6842": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderReturnReasonDTO.description" + }, + "6843": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderReturnReasonDTO.metadata" + }, + "6844": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnItemDTO" + }, + "6845": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnItemDTO.return_id" + }, + "6846": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnItemDTO.item_id" + }, + "6847": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnItemDTO.quantity" + }, + "6848": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnItemDTO.reason_id" + }, + "6849": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnItemDTO.note" + }, + "6850": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnItemDTO.metadata" + }, + "6851": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO" + }, + "6852": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.id" + }, + "6853": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.return_id" + }, + "6854": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.order_id" + }, + "6855": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.item_id" + }, + "6856": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.reason_id" + }, + "6857": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.quantity" + }, + "6858": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.raw_quantity" + }, + "6859": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.received_quantity" + }, + "6860": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.raw_received_quantity" + }, + "6861": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.metadata" + }, + "6862": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.created_at" + }, + "6863": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderReturnItemDTO.updated_at" + }, + "6864": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimItemDTO" + }, + "6865": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimItemDTO.claim_id" + }, + "6866": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimItemDTO.item_id" + }, + "6867": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimItemDTO.reason" + }, + "6868": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimItemDTO.is_additional_item" + }, + "6869": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimItemDTO.quantity" + }, + "6870": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimItemDTO.note" + }, + "6871": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimItemDTO.metadata" + }, + "6872": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderClaimItemDTO" + }, + "6873": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderClaimItemDTO.id" + }, + "6874": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderClaimItemDTO.claim_id" + }, + "6875": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderClaimItemDTO.order_id" + }, + "6876": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderClaimItemDTO.item_id" + }, + "6877": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderClaimItemDTO.quantity" + }, + "6878": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderClaimItemDTO.reason" + }, + "6879": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderClaimItemDTO.raw_quantity" + }, + "6880": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderClaimItemDTO.metadata" + }, + "6881": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderClaimItemDTO.created_at" + }, + "6882": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderClaimItemDTO.updated_at" + }, + "6883": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeItemDTO" + }, + "6884": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeItemDTO.exchange_id" + }, + "6885": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeItemDTO.item_id" + }, + "6886": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeItemDTO.quantity" + }, + "6887": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeItemDTO.note" + }, + "6888": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeItemDTO.metadata" + }, + "6889": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderExchangeItemDTO" + }, + "6890": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderExchangeItemDTO.id" + }, + "6891": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderExchangeItemDTO.exchange_id" + }, + "6892": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderExchangeItemDTO.order_id" + }, + "6893": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderExchangeItemDTO.item_id" + }, + "6894": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderExchangeItemDTO.quantity" + }, + "6895": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderExchangeItemDTO.raw_quantity" + }, + "6896": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderExchangeItemDTO.metadata" + }, + "6897": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderExchangeItemDTO.created_at" + }, + "6898": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderExchangeItemDTO.updated_at" + }, + "6899": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnDTO" + }, + "6900": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnDTO.location_id" + }, + "6901": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnDTO.items" + }, + "6902": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type" + }, + "6903": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.id" + }, + "6904": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.quantity" + }, + "6905": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.internal_note" + }, + "6906": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.note" + }, + "6907": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.reason_id" + }, + "6908": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.metadata" + }, + "6909": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnDTO.shipping_method" + }, + "6910": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnDTO.refund_amount" + }, + "6911": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnDTO.no_notification" + }, + "6912": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnDTO.claim_id" + }, + "6913": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderReturnDTO.exchange_id" + }, + "6914": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "BaseOrderBundledActionsDTO.order_id" }, - "7207": { + "6915": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "BaseOrderBundledActionsDTO.return_id" }, - "7208": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" - }, - "7209": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" - }, - "7210": { + "6916": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "BaseOrderBundledActionsDTO.description" }, - "7211": { + "6917": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" }, - "7212": { + "6918": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "BaseOrderBundledActionsDTO.reference" }, - "7213": { + "6919": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" }, - "7214": { + "6920": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "BaseOrderBundledActionsDTO.created_by" }, - "7215": { + "6921": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "BaseOrderBundledActionsDTO.metadata" }, - "7216": { + "6922": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "OrderClaimType" + "qualifiedName": "UpdateOrderReturnWithSelectorDTO" + }, + "6923": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderReturnWithSelectorDTO.selector" + }, + "6924": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderReturnWithSelectorDTO.data" + }, + "6925": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableReturnProps" + }, + "6926": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableReturnProps.id" + }, + "6927": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableReturnProps.order_id" + }, + "6928": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableReturnProps.claim_id" + }, + "6929": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableReturnProps.exchange_id" + }, + "6930": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableReturnProps.status" + }, + "6931": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableReturnProps.refund_amount" + }, + "6932": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "6933": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "6934": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateReturnDTO" + }, + "6935": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateReturnDTO.id" + }, + "6936": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateReturnDTO.location_id" + }, + "6937": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateReturnDTO.refund_amount" + }, + "6938": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateReturnDTO.no_notification" + }, + "6939": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateReturnDTO.claim_id" + }, + "6940": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateReturnDTO.exchange_id" + }, + "6941": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateReturnDTO.metadata" + }, + "6942": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateReturnDTO.items" + }, + "6943": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type" + }, + "6944": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.quantity" + }, + "6945": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.internal_note" + }, + "6946": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.note" + }, + "6947": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.reason_id" + }, + "6948": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.return_id" + }, + "6949": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.metadata" + }, + "6950": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimDTO" + }, + "6951": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimDTO.type" + }, + "6952": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimDTO.claim_items" + }, + "6953": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type" + }, + "6954": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.reason" + }, + "6955": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.images" + }, + "6956": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type" + }, + "6957": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.url" + }, + "6958": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "__type.metadata" + }, + "6959": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimDTO.additional_items" + }, + "6960": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimDTO.shipping_methods" + }, + "6961": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimDTO.return_shipping" + }, + "6962": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimDTO.refund_amount" + }, + "6963": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderClaimDTO.no_notification" + }, + "6964": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.order_id" + }, + "6965": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.return_id" + }, + "6966": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" + }, + "6967": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" + }, + "6968": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.description" + }, + "6969": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" + }, + "6970": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference" + }, + "6971": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" + }, + "6972": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.created_by" + }, + "6973": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.metadata" + }, + "6974": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderClaimWithSelectorDTO" + }, + "6975": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderClaimWithSelectorDTO.selector" + }, + "6976": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderClaimWithSelectorDTO.data" + }, + "6977": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderClaimProps" + }, + "6978": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderClaimProps.id" + }, + "6979": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderClaimProps.order_id" + }, + "6980": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderClaimProps.return_id" + }, + "6981": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "6982": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "6983": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderClaimDTO" + }, + "6984": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderClaimDTO.id" + }, + "6985": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderClaimDTO.refund_amount" + }, + "6986": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderClaimDTO.no_notification" + }, + "6987": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderClaimDTO.return_id" + }, + "6988": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderClaimDTO.type" + }, + "6989": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderClaimDTO.metadata" + }, + "6990": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeDTO" + }, + "6991": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeDTO.additional_items" + }, + "6992": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeDTO.shipping_methods" + }, + "6993": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeDTO.return_shipping" + }, + "6994": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeDTO.difference_due" + }, + "6995": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeDTO.allow_backorder" + }, + "6996": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderExchangeDTO.no_notification" + }, + "6997": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.order_id" + }, + "6998": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.return_id" + }, + "6999": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" + }, + "7000": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" + }, + "7001": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.description" + }, + "7002": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" + }, + "7003": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference" + }, + "7004": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" + }, + "7005": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.created_by" + }, + "7006": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.metadata" + }, + "7007": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderExchangeWithSelectorDTO" + }, + "7008": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderExchangeWithSelectorDTO.selector" + }, + "7009": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderExchangeWithSelectorDTO.data" + }, + "7010": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderExchangeProps" + }, + "7011": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderExchangeProps.id" + }, + "7012": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderExchangeProps.order_id" + }, + "7013": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderExchangeProps.return_id" + }, + "7014": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "FilterableOrderExchangeProps.allow_backorder" + }, + "7015": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "7016": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "7017": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderExchangeDTO" + }, + "7018": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderExchangeDTO.id" + }, + "7019": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderExchangeDTO.difference_due" + }, + "7020": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderExchangeDTO.no_notification" + }, + "7021": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderExchangeDTO.return_id" + }, + "7022": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderExchangeDTO.allow_backorder" + }, + "7023": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderExchangeDTO.metadata" + }, + "7024": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "RegisterOrderFulfillmentDTO" + }, + "7025": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "RegisterOrderFulfillmentDTO.items" + }, + "7026": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.order_id" + }, + "7027": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.return_id" + }, + "7028": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" + }, + "7029": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" + }, + "7030": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.description" + }, + "7031": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" + }, + "7032": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference" + }, + "7033": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" + }, + "7034": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.created_by" + }, + "7035": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.metadata" + }, + "7036": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderFulfillmentDTO" + }, + "7037": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderFulfillmentDTO.items" + }, + "7038": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.order_id" + }, + "7039": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.return_id" + }, + "7040": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" + }, + "7041": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" + }, + "7042": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.description" + }, + "7043": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" + }, + "7044": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference" + }, + "7045": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" + }, + "7046": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.created_by" + }, + "7047": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.metadata" + }, + "7048": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "RegisterOrderShipmentDTO" + }, + "7049": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "RegisterOrderShipmentDTO.items" + }, + "7050": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "RegisterOrderShipmentDTO.no_notification" + }, + "7051": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.order_id" + }, + "7052": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.return_id" + }, + "7053": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" + }, + "7054": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" + }, + "7055": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.description" + }, + "7056": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" + }, + "7057": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference" + }, + "7058": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" + }, + "7059": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.created_by" + }, + "7060": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.metadata" + }, + "7061": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderReturnDTO" + }, + "7062": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderReturnDTO.return_id" + }, + "7063": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "description" + }, + "7064": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "metadata" + }, + "7065": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "created_by" + }, + "7066": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "claim_id" + }, + "7067": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "exchange_id" + }, + "7068": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "reference" + }, + "7069": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "reference_id" + }, + "7070": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "internal_note" + }, + "7071": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "ReceiveOrderReturnDTO" + }, + "7072": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "ReceiveOrderReturnDTO.items" + }, + "7073": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "ReceiveOrderReturnDTO.return_id" + }, + "7074": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "description" + }, + "7075": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "metadata" + }, + "7076": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "created_by" + }, + "7077": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "claim_id" + }, + "7078": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "exchange_id" + }, + "7079": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "reference" + }, + "7080": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "reference_id" + }, + "7081": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "internal_note" + }, + "7082": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderClaimDTO" + }, + "7083": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderClaimDTO.claim_id" + }, + "7084": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "description" + }, + "7085": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "metadata" + }, + "7086": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "created_by" + }, + "7087": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "return_id" + }, + "7088": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "exchange_id" + }, + "7089": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "reference" + }, + "7090": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "reference_id" + }, + "7091": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "internal_note" + }, + "7092": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderExchangeDTO" + }, + "7093": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CancelOrderExchangeDTO.exchange_id" + }, + "7094": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "description" + }, + "7095": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "metadata" + }, + "7096": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "created_by" + }, + "7097": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "return_id" + }, + "7098": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "claim_id" + }, + "7099": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "reference" + }, + "7100": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "reference_id" + }, + "7101": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "internal_note" + }, + "7102": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerConfig" + }, + "7103": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7104": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.schema" + }, + "7105": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationships" + }, + "7106": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extends" + }, + "7107": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7108": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" + }, + "7109": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.fieldAlias" + }, + "7110": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7111": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.path" + }, + "7112": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" + }, + "7113": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isList" + }, + "7114": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationship" + }, + "7115": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" + }, + "7116": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.primaryKeys" + }, + "7117": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isLink" + }, + "7118": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.linkableKeys" + }, + "7119": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isReadOnlyLink" + }, + "7120": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraDataFields" + }, + "7121": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.databaseConfig" + }, + "7122": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "7123": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.tableName" + }, + "7124": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.idPrefix" + }, + "7125": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraFields" + }, + "7126": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderStatus" + }, + "7127": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderSummaryDTO" + }, + "7128": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type" + }, + "7129": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.total" + }, + "7130": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.subtotal" + }, + "7131": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.total_tax" + }, + "7132": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.ordered_total" + }, + "7133": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.fulfilled_total" + }, + "7134": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.returned_total" + }, + "7135": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.return_request_total" + }, + "7136": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.write_off_total" + }, + "7137": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.projected_total" + }, + "7138": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.net_total" + }, + "7139": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.net_subtotal" + }, + "7140": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.net_total_tax" + }, + "7141": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.balance" + }, + "7142": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.paid_total" + }, + "7143": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "__type.refunded_total" + }, + "7144": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberValue" + }, + "7145": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "7146": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type" + }, + "7147": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.value" + }, + "7148": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.__index" + }, + "7150": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator" + }, + "7151": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" + }, + "7152": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" + }, + "7153": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "msg" + }, + "7154": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" + }, + "7155": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" + }, + "7156": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "format" + }, + "7157": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" + }, + "7158": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" + }, + "7159": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" + }, + "7160": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" + }, + "7161": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "T" + }, + "7162": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "messageData" + }, + "7163": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "options" + }, + "7164": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable" + }, + "7165": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "7166": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "7167": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.T" + }, + "7168": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "OperatorMap" + }, + "7169": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "7170": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$and" + }, + "7171": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$or" + }, + "7172": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$eq" + }, + "7173": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ne" + }, + "7174": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$in" + }, + "7175": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$nin" + }, + "7176": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$not" + }, + "7177": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gt" + }, + "7178": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gte" + }, + "7179": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lt" + }, + "7180": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lte" + }, + "7181": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$like" + }, + "7182": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$re" + }, + "7183": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ilike" + }, + "7184": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$fulltext" + }, + "7185": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$overlap" + }, + "7186": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contains" + }, + "7187": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contained" + }, + "7188": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$exists" + }, + "7189": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "7190": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "ReturnStatus" + }, + "7191": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO" + }, + "7192": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.customer_id" + }, + "7193": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.company" + }, + "7194": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.first_name" + }, + "7195": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.last_name" + }, + "7196": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.address_1" + }, + "7197": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.address_2" + }, + "7198": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.city" + }, + "7199": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.country_code" + }, + "7200": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.province" + }, + "7201": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.postal_code" + }, + "7202": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.phone" + }, + "7203": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpsertOrderAddressDTO.metadata" + }, + "7204": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO" + }, + "7205": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.original_total" + }, + "7206": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.original_subtotal" + }, + "7207": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.original_tax_total" + }, + "7208": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.item_total" + }, + "7209": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.item_subtotal" + }, + "7210": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.item_tax_total" + }, + "7211": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.total" + }, + "7212": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.subtotal" + }, + "7213": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.tax_total" + }, + "7214": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.discount_total" + }, + "7215": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.discount_tax_total" + }, + "7216": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.refundable_total" }, "7217": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledItemActionsDTO" + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.refundable_total_per_unit" }, "7218": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledItemActionsDTO.id" + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_original_total" }, "7219": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledItemActionsDTO.quantity" + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_original_subtotal" }, "7220": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledItemActionsDTO.internal_note" + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_original_tax_total" }, "7221": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledItemActionsDTO.note" + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_item_total" }, "7222": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledItemActionsDTO.metadata" + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_item_subtotal" }, "7223": { - "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", - "qualifiedName": "BaseOrderBundledItemActionsDTO.__index" + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_item_tax_total" + }, + "7224": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_total" }, "7225": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_subtotal" + }, + "7226": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_tax_total" + }, + "7227": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_discount_total" + }, + "7228": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_discount_tax_total" + }, + "7229": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_refundable_total" + }, + "7230": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderLineItemTotalsDTO.raw_refundable_total_per_unit" + }, + "7231": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberInput" + }, + "7232": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO" + }, + "7233": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.description" + }, + "7234": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.tax_rate_id" + }, + "7235": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.code" + }, + "7236": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.rate" + }, + "7237": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "CreateOrderTaxLineDTO.provider_id" + }, + "7238": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO" + }, + "7239": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.id" + }, + "7240": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.description" + }, + "7241": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.tax_rate_id" + }, + "7242": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.code" + }, + "7243": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.rate" + }, + "7244": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderTaxLineDTO.provider_id" + }, + "7245": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderAdjustmentDTO" + }, + "7246": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderAdjustmentDTO.id" + }, + "7247": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderAdjustmentDTO.code" + }, + "7248": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderAdjustmentDTO.amount" + }, + "7249": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderAdjustmentDTO.description" + }, + "7250": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderAdjustmentDTO.promotion_id" + }, + "7251": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "UpdateOrderAdjustmentDTO.provider_id" + }, + "7252": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO" + }, + "7253": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.id" + }, + "7254": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.code" + }, + "7255": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.amount" + }, + "7256": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.order_id" + }, + "7257": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.description" + }, + "7258": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.promotion_id" + }, + "7259": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.provider_id" + }, + "7260": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.created_at" + }, + "7261": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderAdjustmentLineDTO.updated_at" + }, + "7262": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO" + }, + "7263": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.id" + }, + "7264": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.description" + }, + "7265": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.tax_rate_id" + }, + "7266": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.code" + }, + "7267": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.rate" + }, + "7268": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.provider_id" + }, + "7269": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.created_at" + }, + "7270": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "OrderTaxLineDTO.updated_at" + }, + "7271": { + "sourceFileName": "../../../../packages/core/types/src/order/common.ts", + "qualifiedName": "ChangeActionType" + }, + "7272": { "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", "qualifiedName": "ClaimReason" }, - "7226": { + "7273": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO" + }, + "7274": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.order_id" + }, + "7275": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.return_id" + }, + "7276": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.claim_id" + }, + "7277": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.exchange_id" + }, + "7278": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.description" + }, + "7279": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.internal_note" + }, + "7280": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference" + }, + "7281": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.reference_id" + }, + "7282": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.created_by" + }, + "7283": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledActionsDTO.metadata" + }, + "7284": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "OrderClaimType" + }, + "7285": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledItemActionsDTO" + }, + "7286": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledItemActionsDTO.id" + }, + "7287": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledItemActionsDTO.quantity" + }, + "7288": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledItemActionsDTO.internal_note" + }, + "7289": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledItemActionsDTO.note" + }, + "7290": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledItemActionsDTO.metadata" + }, + "7291": { + "sourceFileName": "../../../../packages/core/types/src/order/mutations.ts", + "qualifiedName": "BaseOrderBundledItemActionsDTO.__index" + }, + "7293": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig" }, - "7227": { + "7294": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.serviceName" }, - "7228": { + "7295": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.alias" }, - "7229": { + "7296": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.fieldAlias" }, - "7230": { + "7297": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type" }, - "7231": { + "7298": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.path" }, - "7232": { + "7299": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.forwardArgumentsOnPath" }, - "7233": { + "7300": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.primaryKeys" }, - "7234": { + "7301": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.relationships" }, - "7235": { + "7302": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.extends" }, - "7236": { + "7303": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type" }, - "7237": { + "7304": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.serviceName" }, - "7238": { + "7305": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.relationship" }, - "7239": { + "7306": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.args" }, - "7240": { + "7307": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "ModuleJoinerRelationship" }, - "7241": { + "7308": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "7242": { + "7309": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.deleteCascade" }, - "7243": { + "7310": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "LinkModulesExtraFields" }, - "7244": { + "7311": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "7245": { + "7312": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.type" }, - "7246": { + "7313": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.defaultValue" }, - "7247": { + "7314": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.nullable" }, - "7248": { + "7315": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.options" }, - "7249": { + "7316": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber" }, - "7250": { + "7317": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.numeric" }, - "7251": { + "7318": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.raw" }, - "7252": { + "7319": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.bigNumber" }, - "7253": { + "7320": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.toJSON" }, - "7254": { + "7321": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.toJSON" }, - "7255": { + "7322": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.valueOf" }, - "7256": { + "7323": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "IBigNumber.valueOf" }, - "7257": { + "7324": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "Message" }, - "7258": { + "7325": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "7259": { + "7326": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.options" }, - "7260": { + "7327": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "TData" }, - "7261": { + "7328": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "MessageAggregatorFormat" }, - "7262": { + "7329": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "MessageAggregatorFormat.groupBy" }, - "7263": { + "7330": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "MessageAggregatorFormat.sortBy" }, - "7264": { + "7331": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type" }, - "7265": { + "7332": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__index" }, - "7267": { + "7334": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "RawMessageFormat" }, - "7268": { + "7335": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "7269": { + "7336": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.eventName" }, - "7270": { + "7337": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.data" }, - "7271": { + "7338": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.source" }, - "7272": { + "7339": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.object" }, - "7273": { + "7340": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.action" }, - "7274": { + "7341": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.context" }, - "7275": { + "7342": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.options" }, - "7276": { + "7343": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "TData" }, - "7277": { + "7344": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "Query" }, - "7278": { + "7345": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "7279": { + "7346": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "ExpandScalar" }, - "7280": { + "7347": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "7281": { + "7348": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfigAlias" }, - "7282": { + "7349": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfigAlias.name" }, - "7283": { + "7350": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfigAlias.args" }, - "7284": { + "7351": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerRelationship" }, - "7285": { + "7352": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type" }, - "7286": { + "7353": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.alias" }, - "7287": { + "7354": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.foreignKey" }, - "7288": { + "7355": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.primaryKey" }, - "7289": { + "7356": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.serviceName" }, - "7290": { + "7357": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.inverse" }, - "7291": { + "7358": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.isList" }, - "7292": { + "7359": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.args" }, - "7293": { + "7360": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "Event" }, - "7294": { + "7361": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "7295": { + "7362": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.name" }, - "7296": { + "7363": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.metadata" }, - "7297": { + "7364": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.data" }, - "7298": { + "7365": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "TData" }, - "7299": { + "7366": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "Scalar" }, - "7300": { + "7367": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "7301": { + "7368": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.toHexString" }, - "7302": { + "7369": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.toHexString" }, - "7303": { + "7370": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "FilterQuery" }, - "7304": { + "7371": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "7305": { + "7372": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.__index" }, - "7307": { + "7374": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "7308": { + "7375": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "Prev" }, - "7309": { + "7376": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "FilterValue" }, - "7310": { + "7377": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "7311": { + "7378": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "EventMetadata" }, - "7312": { + "7379": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "7313": { + "7380": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.eventGroupId" }, - "7314": { + "7381": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "PrevLimit" }, - "7315": { + "7382": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "FilterValue2" }, - "7316": { + "7383": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "7317": { + "7384": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "Primary" }, - "7318": { + "7385": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "7319": { + "7386": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.[PrimaryKeyType]" }, - "7320": { + "7387": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "7321": { + "7388": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type._id" }, - "7322": { + "7389": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "7323": { + "7390": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.uuid" }, - "7324": { + "7391": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "7325": { + "7392": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.id" }, - "7326": { + "7393": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "7327": { + "7394": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "ReadonlyPrimary" }, - "7328": { + "7395": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" } @@ -62402,7 +63792,7 @@ "1": "../../../../packages/core/types/src/order/service.ts" }, "reflections": { - "1": 5049 + "1": 5052 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/payment-models.json b/www/utils/generated/typedoc-json-output/payment-models.json index 708efadbfc..837c8a4d39 100644 --- a/www/utils/generated/typedoc-json-output/payment-models.json +++ b/www/utils/generated/typedoc-json-output/payment-models.json @@ -1,5 +1,5 @@ { - "id": 8461, + "id": 8528, "name": "payment-models", "variant": "project", "kind": 1, @@ -18,28 +18,28 @@ }, "children": [ { - "id": 8462, + "id": 8529, "name": "Capture", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 8463, + "id": 8530, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 8464, + "id": 8531, "name": "new Capture", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 8462, + "target": 8529, "name": "Capture", "package": "@medusajs/payment", "qualifiedName": "default" @@ -48,7 +48,7 @@ ] }, { - "id": 8477, + "id": 8544, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -61,7 +61,7 @@ } }, { - "id": 8465, + "id": 8532, "name": "id", "variant": "declaration", "kind": 1024, @@ -72,7 +72,7 @@ } }, { - "id": 8466, + "id": 8533, "name": "amount", "variant": "declaration", "kind": 1024, @@ -97,7 +97,7 @@ } }, { - "id": 8467, + "id": 8534, "name": "raw_amount", "variant": "declaration", "kind": 1024, @@ -113,21 +113,21 @@ } }, { - "id": 8468, + "id": 8535, "name": "payment", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 8478, + "target": 8545, "name": "Payment", "package": "@medusajs/payment", "qualifiedName": "default" } }, { - "id": 8469, + "id": 8536, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -143,7 +143,7 @@ } }, { - "id": 8470, + "id": 8537, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -159,7 +159,7 @@ } }, { - "id": 8471, + "id": 8538, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -185,7 +185,7 @@ "defaultValue": "null" }, { - "id": 8472, + "id": 8539, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -206,14 +206,14 @@ "defaultValue": "null" }, { - "id": 8473, + "id": 8540, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8474, + "id": 8541, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -226,14 +226,14 @@ ] }, { - "id": 8475, + "id": 8542, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8476, + "id": 8543, "name": "onInit", "variant": "signature", "kind": 4096, @@ -250,55 +250,55 @@ { "title": "Constructors", "children": [ - 8463 + 8530 ] }, { "title": "Properties", "children": [ - 8477, - 8465, - 8466, - 8467, - 8468, - 8469, - 8470, - 8471, - 8472 + 8544, + 8532, + 8533, + 8534, + 8535, + 8536, + 8537, + 8538, + 8539 ] }, { "title": "Methods", "children": [ - 8473, - 8475 + 8540, + 8542 ] } ] }, { - "id": 8506, + "id": 8573, "name": "PaymentCollection", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 8507, + "id": 8574, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 8508, + "id": 8575, "name": "new PaymentCollection", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 8506, + "target": 8573, "name": "PaymentCollection", "package": "@medusajs/payment", "qualifiedName": "default" @@ -307,7 +307,7 @@ ] }, { - "id": 8533, + "id": 8600, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -325,7 +325,7 @@ } }, { - "id": 8509, + "id": 8576, "name": "id", "variant": "declaration", "kind": 1024, @@ -336,7 +336,7 @@ } }, { - "id": 8510, + "id": 8577, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -347,7 +347,7 @@ } }, { - "id": 8511, + "id": 8578, "name": "amount", "variant": "declaration", "kind": 1024, @@ -372,7 +372,7 @@ } }, { - "id": 8512, + "id": 8579, "name": "raw_amount", "variant": "declaration", "kind": 1024, @@ -388,7 +388,7 @@ } }, { - "id": 8513, + "id": 8580, "name": "authorized_amount", "variant": "declaration", "kind": 1024, @@ -418,7 +418,7 @@ "defaultValue": "null" }, { - "id": 8514, + "id": 8581, "name": "raw_authorized_amount", "variant": "declaration", "kind": 1024, @@ -444,7 +444,7 @@ "defaultValue": "null" }, { - "id": 8515, + "id": 8582, "name": "captured_amount", "variant": "declaration", "kind": 1024, @@ -474,7 +474,7 @@ "defaultValue": "null" }, { - "id": 8516, + "id": 8583, "name": "raw_captured_amount", "variant": "declaration", "kind": 1024, @@ -500,7 +500,7 @@ "defaultValue": "null" }, { - "id": 8517, + "id": 8584, "name": "refunded_amount", "variant": "declaration", "kind": 1024, @@ -530,7 +530,7 @@ "defaultValue": "null" }, { - "id": 8518, + "id": 8585, "name": "raw_refunded_amount", "variant": "declaration", "kind": 1024, @@ -556,7 +556,7 @@ "defaultValue": "null" }, { - "id": 8519, + "id": 8586, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -566,1769 +566,6 @@ "name": "string" } }, - { - "id": 8520, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 8521, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 8522, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8523, - "name": "completed_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8524, - "name": "status", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/payment/payment-collection.ts", - "qualifiedName": "PaymentCollectionStatus" - }, - "name": "PaymentCollectionStatus", - "package": "@medusajs/utils" - }, - "defaultValue": "PaymentCollectionStatus.NOT_PAID" - }, - { - "id": 8525, - "name": "payment_providers", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8551, - "name": "PaymentProvider", - "package": "@medusajs/payment", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 8526, - "name": "payment_sessions", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8557, - "name": "PaymentSession", - "package": "@medusajs/payment", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 8527, - "name": "payments", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8478, - "name": "Payment", - "package": "@medusajs/payment", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 8528, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8529, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 8530, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 8531, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 8532, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 8507 - ] - }, - { - "title": "Properties", - "children": [ - 8533, - 8509, - 8510, - 8511, - 8512, - 8513, - 8514, - 8515, - 8516, - 8517, - 8518, - 8519, - 8520, - 8521, - 8522, - 8523, - 8524, - 8525, - 8526, - 8527, - 8528 - ] - }, - { - "title": "Methods", - "children": [ - 8529, - 8531 - ] - } - ] - }, - { - "id": 8534, - "name": "PaymentMethodToken", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 8535, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 8536, - "name": "new PaymentMethodToken", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 8534, - "name": "PaymentMethodToken", - "package": "@medusajs/payment", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 8537, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8538, - "name": "provider_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8539, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8540, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8541, - "name": "type_detail", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8542, - "name": "description_detail", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8543, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 8544, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 8545, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8546, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8547, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 8548, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 8549, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 8550, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 8535 - ] - }, - { - "title": "Properties", - "children": [ - 8537, - 8538, - 8539, - 8540, - 8541, - 8542, - 8543, - 8544, - 8545, - 8546 - ] - }, - { - "title": "Methods", - "children": [ - 8547, - 8549 - ] - } - ] - }, - { - "id": 8551, - "name": "PaymentProvider", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 8552, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 8553, - "name": "new PaymentProvider", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 8551, - "name": "PaymentProvider", - "package": "@medusajs/payment", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 8556, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "literal", - "value": "is_enabled" - } - }, - { - "id": 8554, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8555, - "name": "is_enabled", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "defaultValue": "true" - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 8552 - ] - }, - { - "title": "Properties", - "children": [ - 8556, - 8554, - 8555 - ] - } - ] - }, - { - "id": 8557, - "name": "PaymentSession", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 8558, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 8559, - "name": "new PaymentSession", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 8557, - "name": "PaymentSession", - "package": "@medusajs/payment", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 8579, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "status" - }, - { - "type": "literal", - "value": "data" - } - ] - } - }, - { - "id": 8560, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8561, - "name": "currency_code", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8562, - "name": "amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - } - }, - { - "id": 8563, - "name": "raw_amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 8564, - "name": "provider_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8565, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - }, - "defaultValue": "{}" - }, - { - "id": 8566, - "name": "context", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - } - }, - { - "id": 8567, - "name": "status", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/payment/payment-session.ts", - "qualifiedName": "PaymentSessionStatus" - }, - "name": "PaymentSessionStatus", - "package": "@medusajs/utils" - }, - "defaultValue": "PaymentSessionStatus.PENDING" - }, - { - "id": 8568, - "name": "authorized_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8569, - "name": "payment_collection", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 8506, - "name": "PaymentCollection", - "package": "@medusajs/payment", - "qualifiedName": "default" - } - }, - { - "id": 8570, - "name": "payment_collection_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8571, - "name": "payment", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8478, - "name": "Payment", - "package": "@medusajs/payment", - "qualifiedName": "default" - } - ] - } - }, - { - "id": 8572, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 8573, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 8574, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8575, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 8576, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 8577, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 8578, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 8558 - ] - }, - { - "title": "Properties", - "children": [ - 8579, - 8560, - 8561, - 8562, - 8563, - 8564, - 8565, - 8566, - 8567, - 8568, - 8569, - 8570, - 8571, - 8572, - 8573, - 8574 - ] - }, - { - "title": "Methods", - "children": [ - 8575, - 8577 - ] - } - ] - }, - { - "id": 8478, - "name": "Payment", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 8479, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 8480, - "name": "new Payment", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 8478, - "name": "Payment", - "package": "@medusajs/payment", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 8505, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", - "qualifiedName": "ModelDateColumns" - }, - "name": "ModelDateColumns", - "package": "@medusajs/types" - } - }, - { - "id": 8481, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8482, - "name": "amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - } - }, - { - "id": 8483, - "name": "raw_amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 8484, - "name": "currency_code", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8485, - "name": "provider_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8486, - "name": "cart_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8487, - "name": "order_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8488, - "name": "customer_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8489, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8490, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8491, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 8492, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 8493, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8494, - "name": "captured_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8495, - "name": "canceled_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 8496, - "name": "refunds", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8580, - "name": "Refund", - "package": "@medusajs/payment", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 8497, - "name": "captures", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8462, - "name": "Capture", - "package": "@medusajs/payment", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 8498, - "name": "payment_collection", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 8506, - "name": "PaymentCollection", - "package": "@medusajs/payment", - "qualifiedName": "default" - } - }, - { - "id": 8499, - "name": "payment_collection_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8500, - "name": "payment_session", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 8557, - "name": "PaymentSession", - "package": "@medusajs/payment", - "qualifiedName": "default" - } - }, - { - "id": 8501, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 8502, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 8503, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 8504, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 8479 - ] - }, - { - "title": "Properties", - "children": [ - 8505, - 8481, - 8482, - 8483, - 8484, - 8485, - 8486, - 8487, - 8488, - 8489, - 8490, - 8491, - 8492, - 8493, - 8494, - 8495, - 8496, - 8497, - 8498, - 8499, - 8500 - ] - }, - { - "title": "Methods", - "children": [ - 8501, - 8503 - ] - } - ] - }, - { - "id": 8580, - "name": "Refund", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 8581, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 8582, - "name": "new Refund", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 8580, - "name": "Refund", - "package": "@medusajs/payment", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 8583, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 8584, - "name": "amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - } - }, - { - "id": 8585, - "name": "raw_amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "name": "BigNumberRawValue", - "package": "@medusajs/types" - } - }, - { - "id": 8586, - "name": "payment", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 8478, - "name": "Payment", - "package": "@medusajs/payment", - "qualifiedName": "default" - } - }, { "id": 8587, "name": "created_at", @@ -2389,7 +626,7 @@ }, { "id": 8590, - "name": "created_by", + "name": "completed_at", "variant": "declaration", "kind": 1024, "flags": {}, @@ -2401,8 +638,13 @@ "value": null }, { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" } ] }, @@ -2410,6 +652,113 @@ }, { "id": 8591, + "name": "status", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/payment/payment-collection.ts", + "qualifiedName": "PaymentCollectionStatus" + }, + "name": "PaymentCollectionStatus", + "package": "@medusajs/utils" + }, + "defaultValue": "PaymentCollectionStatus.NOT_PAID" + }, + { + "id": 8592, + "name": "payment_providers", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 8618, + "name": "PaymentProvider", + "package": "@medusajs/payment", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 8593, + "name": "payment_sessions", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 8624, + "name": "PaymentSession", + "package": "@medusajs/payment", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 8594, + "name": "payments", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 8545, + "name": "Payment", + "package": "@medusajs/payment", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 8595, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2445,14 +794,14 @@ "defaultValue": "null" }, { - "id": 8592, + "id": 8596, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8593, + "id": 8597, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -2465,14 +814,14 @@ ] }, { - "id": 8594, + "id": 8598, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8595, + "id": 8599, "name": "onInit", "variant": "signature", "kind": 4096, @@ -2489,12 +838,20 @@ { "title": "Constructors", "children": [ - 8581 + 8574 ] }, { "title": "Properties", "children": [ + 8600, + 8576, + 8577, + 8578, + 8579, + 8580, + 8581, + 8582, 8583, 8584, 8585, @@ -2503,14 +860,1657 @@ 8588, 8589, 8590, - 8591 + 8591, + 8592, + 8593, + 8594, + 8595 ] }, { "title": "Methods", "children": [ - 8592, - 8594 + 8596, + 8598 + ] + } + ] + }, + { + "id": 8601, + "name": "PaymentMethodToken", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 8602, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 8603, + "name": "new PaymentMethodToken", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 8601, + "name": "PaymentMethodToken", + "package": "@medusajs/payment", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 8604, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8605, + "name": "provider_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8606, + "name": "data", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8607, + "name": "name", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8608, + "name": "type_detail", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8609, + "name": "description_detail", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8610, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 8611, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 8612, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8613, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8614, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 8615, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 8616, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 8617, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 8602 + ] + }, + { + "title": "Properties", + "children": [ + 8604, + 8605, + 8606, + 8607, + 8608, + 8609, + 8610, + 8611, + 8612, + 8613 + ] + }, + { + "title": "Methods", + "children": [ + 8614, + 8616 + ] + } + ] + }, + { + "id": 8618, + "name": "PaymentProvider", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 8619, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 8620, + "name": "new PaymentProvider", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 8618, + "name": "PaymentProvider", + "package": "@medusajs/payment", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 8623, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "literal", + "value": "is_enabled" + } + }, + { + "id": 8621, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8622, + "name": "is_enabled", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "boolean" + }, + "defaultValue": "true" + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 8619 + ] + }, + { + "title": "Properties", + "children": [ + 8623, + 8621, + 8622 + ] + } + ] + }, + { + "id": 8624, + "name": "PaymentSession", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 8625, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 8626, + "name": "new PaymentSession", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 8624, + "name": "PaymentSession", + "package": "@medusajs/payment", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 8646, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "status" + }, + { + "type": "literal", + "value": "data" + } + ] + } + }, + { + "id": 8627, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8628, + "name": "currency_code", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8629, + "name": "amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + } + }, + { + "id": 8630, + "name": "raw_amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 8631, + "name": "provider_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8632, + "name": "data", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + }, + "defaultValue": "{}" + }, + { + "id": 8633, + "name": "context", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + } + }, + { + "id": 8634, + "name": "status", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/payment/payment-session.ts", + "qualifiedName": "PaymentSessionStatus" + }, + "name": "PaymentSessionStatus", + "package": "@medusajs/utils" + }, + "defaultValue": "PaymentSessionStatus.PENDING" + }, + { + "id": 8635, + "name": "authorized_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8636, + "name": "payment_collection", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 8573, + "name": "PaymentCollection", + "package": "@medusajs/payment", + "qualifiedName": "default" + } + }, + { + "id": 8637, + "name": "payment_collection_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8638, + "name": "payment", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": 8545, + "name": "Payment", + "package": "@medusajs/payment", + "qualifiedName": "default" + } + ] + } + }, + { + "id": 8639, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 8640, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 8641, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8642, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 8643, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 8644, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 8645, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 8625 + ] + }, + { + "title": "Properties", + "children": [ + 8646, + 8627, + 8628, + 8629, + 8630, + 8631, + 8632, + 8633, + 8634, + 8635, + 8636, + 8637, + 8638, + 8639, + 8640, + 8641 + ] + }, + { + "title": "Methods", + "children": [ + 8642, + 8644 + ] + } + ] + }, + { + "id": 8545, + "name": "Payment", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 8546, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 8547, + "name": "new Payment", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 8545, + "name": "Payment", + "package": "@medusajs/payment", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 8572, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", + "qualifiedName": "ModelDateColumns" + }, + "name": "ModelDateColumns", + "package": "@medusajs/types" + } + }, + { + "id": 8548, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8549, + "name": "amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + } + }, + { + "id": 8550, + "name": "raw_amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 8551, + "name": "currency_code", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8552, + "name": "provider_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8553, + "name": "cart_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8554, + "name": "order_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8555, + "name": "customer_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8556, + "name": "data", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8557, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8558, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 8559, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 8560, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8561, + "name": "captured_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8562, + "name": "canceled_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8563, + "name": "refunds", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 8647, + "name": "Refund", + "package": "@medusajs/payment", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 8564, + "name": "captures", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 8529, + "name": "Capture", + "package": "@medusajs/payment", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 8565, + "name": "payment_collection", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 8573, + "name": "PaymentCollection", + "package": "@medusajs/payment", + "qualifiedName": "default" + } + }, + { + "id": 8566, + "name": "payment_collection_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8567, + "name": "payment_session", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 8624, + "name": "PaymentSession", + "package": "@medusajs/payment", + "qualifiedName": "default" + } + }, + { + "id": 8568, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 8569, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 8570, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 8571, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 8546 + ] + }, + { + "title": "Properties", + "children": [ + 8572, + 8548, + 8549, + 8550, + 8551, + 8552, + 8553, + 8554, + 8555, + 8556, + 8557, + 8558, + 8559, + 8560, + 8561, + 8562, + 8563, + 8564, + 8565, + 8566, + 8567 + ] + }, + { + "title": "Methods", + "children": [ + 8568, + 8570 + ] + } + ] + }, + { + "id": 8647, + "name": "Refund", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 8648, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 8649, + "name": "new Refund", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 8647, + "name": "Refund", + "package": "@medusajs/payment", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 8650, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 8651, + "name": "amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + } + }, + { + "id": 8652, + "name": "raw_amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "name": "BigNumberRawValue", + "package": "@medusajs/types" + } + }, + { + "id": 8653, + "name": "payment", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 8545, + "name": "Payment", + "package": "@medusajs/payment", + "qualifiedName": "default" + } + }, + { + "id": 8654, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 8655, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 8656, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8657, + "name": "created_by", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8658, + "name": "metadata", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 8659, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 8660, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 8661, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 8662, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 8648 + ] + }, + { + "title": "Properties", + "children": [ + 8650, + 8651, + 8652, + 8653, + 8654, + 8655, + 8656, + 8657, + 8658 + ] + }, + { + "title": "Methods", + "children": [ + 8659, + 8661 ] } ] @@ -2520,499 +2520,499 @@ { "title": "Classes", "children": [ - 8462, - 8506, - 8534, - 8551, - 8557, - 8478, - 8580 + 8529, + 8573, + 8601, + 8618, + 8624, + 8545, + 8647 ] } ], "packageName": "@medusajs/payment", "symbolIdMap": { - "8461": { + "8528": { "sourceFileName": "../../../../packages/modules/payment/src/models/index.ts", "qualifiedName": "" }, - "8462": { + "8529": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default" }, - "8465": { + "8532": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.id" }, - "8466": { + "8533": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.amount" }, - "8467": { + "8534": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.raw_amount" }, - "8468": { + "8535": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.payment" }, - "8469": { + "8536": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.created_at" }, - "8470": { + "8537": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.updated_at" }, - "8471": { + "8538": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.deleted_at" }, - "8472": { + "8539": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.created_by" }, - "8473": { + "8540": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.onCreate" }, - "8474": { + "8541": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.onCreate" }, - "8475": { + "8542": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.onInit" }, - "8476": { + "8543": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.onInit" }, - "8477": { + "8544": { "sourceFileName": "../../../../packages/modules/payment/src/models/capture.ts", "qualifiedName": "default.[OptionalProps]" }, - "8478": { + "8545": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default" }, - "8481": { + "8548": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.id" }, - "8482": { + "8549": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.amount" }, - "8483": { + "8550": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.raw_amount" }, - "8484": { + "8551": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.currency_code" }, - "8485": { + "8552": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.provider_id" }, - "8486": { + "8553": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.cart_id" }, - "8487": { + "8554": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.order_id" }, - "8488": { + "8555": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.customer_id" }, - "8489": { + "8556": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.data" }, - "8490": { + "8557": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.metadata" }, - "8491": { + "8558": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.created_at" }, - "8492": { + "8559": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.updated_at" }, - "8493": { + "8560": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.deleted_at" }, - "8494": { + "8561": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.captured_at" }, - "8495": { + "8562": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.canceled_at" }, - "8496": { + "8563": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.refunds" }, - "8497": { + "8564": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.captures" }, - "8498": { + "8565": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.payment_collection" }, - "8499": { + "8566": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.payment_collection_id" }, - "8500": { + "8567": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.payment_session" }, - "8501": { + "8568": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.onCreate" }, - "8502": { + "8569": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.onCreate" }, - "8503": { + "8570": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.onInit" }, - "8504": { + "8571": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.onInit" }, - "8505": { + "8572": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment.ts", "qualifiedName": "default.[OptionalProps]" }, - "8506": { + "8573": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default" }, - "8509": { + "8576": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.id" }, - "8510": { + "8577": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.currency_code" }, - "8511": { + "8578": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.amount" }, - "8512": { + "8579": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.raw_amount" }, - "8513": { + "8580": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.authorized_amount" }, - "8514": { + "8581": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.raw_authorized_amount" }, - "8515": { + "8582": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.captured_amount" }, - "8516": { + "8583": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.raw_captured_amount" }, - "8517": { + "8584": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.refunded_amount" }, - "8518": { + "8585": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.raw_refunded_amount" }, - "8519": { + "8586": { "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.region_id" }, - "8520": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.created_at" - }, - "8521": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.updated_at" - }, - "8522": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.deleted_at" - }, - "8523": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.completed_at" - }, - "8524": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.status" - }, - "8525": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.payment_providers" - }, - "8526": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.payment_sessions" - }, - "8527": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.payments" - }, - "8528": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.metadata" - }, - "8529": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.onCreate" - }, - "8530": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.onCreate" - }, - "8531": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.onInit" - }, - "8532": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.onInit" - }, - "8533": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "8534": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default" - }, - "8537": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.id" - }, - "8538": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.provider_id" - }, - "8539": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.data" - }, - "8540": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.name" - }, - "8541": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.type_detail" - }, - "8542": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.description_detail" - }, - "8543": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.created_at" - }, - "8544": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.updated_at" - }, - "8545": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.deleted_at" - }, - "8546": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.metadata" - }, - "8547": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.onCreate" - }, - "8548": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.onCreate" - }, - "8549": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.onInit" - }, - "8550": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", - "qualifiedName": "default.onInit" - }, - "8551": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-provider.ts", - "qualifiedName": "default" - }, - "8554": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-provider.ts", - "qualifiedName": "default.id" - }, - "8555": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-provider.ts", - "qualifiedName": "default.is_enabled" - }, - "8556": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-provider.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "8557": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default" - }, - "8560": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.id" - }, - "8561": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.currency_code" - }, - "8562": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.amount" - }, - "8563": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.raw_amount" - }, - "8564": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.provider_id" - }, - "8565": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.data" - }, - "8566": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.context" - }, - "8567": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.status" - }, - "8568": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.authorized_at" - }, - "8569": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.payment_collection" - }, - "8570": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.payment_collection_id" - }, - "8571": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.payment" - }, - "8572": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.created_at" - }, - "8573": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.updated_at" - }, - "8574": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.deleted_at" - }, - "8575": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.onCreate" - }, - "8576": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.onCreate" - }, - "8577": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.onInit" - }, - "8578": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.onInit" - }, - "8579": { - "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "8580": { - "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", - "qualifiedName": "default" - }, - "8583": { - "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", - "qualifiedName": "default.id" - }, - "8584": { - "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", - "qualifiedName": "default.amount" - }, - "8585": { - "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", - "qualifiedName": "default.raw_amount" - }, - "8586": { - "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", - "qualifiedName": "default.payment" - }, "8587": { - "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.created_at" }, "8588": { - "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.updated_at" }, "8589": { - "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", "qualifiedName": "default.deleted_at" }, "8590": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", + "qualifiedName": "default.completed_at" + }, + "8591": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", + "qualifiedName": "default.status" + }, + "8592": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", + "qualifiedName": "default.payment_providers" + }, + "8593": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", + "qualifiedName": "default.payment_sessions" + }, + "8594": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", + "qualifiedName": "default.payments" + }, + "8595": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", + "qualifiedName": "default.metadata" + }, + "8596": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", + "qualifiedName": "default.onCreate" + }, + "8597": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", + "qualifiedName": "default.onCreate" + }, + "8598": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", + "qualifiedName": "default.onInit" + }, + "8599": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", + "qualifiedName": "default.onInit" + }, + "8600": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-collection.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "8601": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default" + }, + "8604": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.id" + }, + "8605": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.provider_id" + }, + "8606": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.data" + }, + "8607": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.name" + }, + "8608": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.type_detail" + }, + "8609": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.description_detail" + }, + "8610": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.created_at" + }, + "8611": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.updated_at" + }, + "8612": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.deleted_at" + }, + "8613": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.metadata" + }, + "8614": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.onCreate" + }, + "8615": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.onCreate" + }, + "8616": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.onInit" + }, + "8617": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-method-token.ts", + "qualifiedName": "default.onInit" + }, + "8618": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-provider.ts", + "qualifiedName": "default" + }, + "8621": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-provider.ts", + "qualifiedName": "default.id" + }, + "8622": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-provider.ts", + "qualifiedName": "default.is_enabled" + }, + "8623": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-provider.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "8624": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default" + }, + "8627": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.id" + }, + "8628": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.currency_code" + }, + "8629": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.amount" + }, + "8630": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.raw_amount" + }, + "8631": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.provider_id" + }, + "8632": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.data" + }, + "8633": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.context" + }, + "8634": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.status" + }, + "8635": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.authorized_at" + }, + "8636": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.payment_collection" + }, + "8637": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.payment_collection_id" + }, + "8638": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.payment" + }, + "8639": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.created_at" + }, + "8640": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.updated_at" + }, + "8641": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.deleted_at" + }, + "8642": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.onCreate" + }, + "8643": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.onCreate" + }, + "8644": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.onInit" + }, + "8645": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.onInit" + }, + "8646": { + "sourceFileName": "../../../../packages/modules/payment/src/models/payment-session.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "8647": { + "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", + "qualifiedName": "default" + }, + "8650": { + "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", + "qualifiedName": "default.id" + }, + "8651": { + "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", + "qualifiedName": "default.amount" + }, + "8652": { + "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", + "qualifiedName": "default.raw_amount" + }, + "8653": { + "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", + "qualifiedName": "default.payment" + }, + "8654": { + "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", + "qualifiedName": "default.created_at" + }, + "8655": { + "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", + "qualifiedName": "default.updated_at" + }, + "8656": { + "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", + "qualifiedName": "default.deleted_at" + }, + "8657": { "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", "qualifiedName": "default.created_by" }, - "8591": { + "8658": { "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", "qualifiedName": "default.metadata" }, - "8592": { + "8659": { "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", "qualifiedName": "default.onCreate" }, - "8593": { + "8660": { "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", "qualifiedName": "default.onCreate" }, - "8594": { + "8661": { "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", "qualifiedName": "default.onInit" }, - "8595": { + "8662": { "sourceFileName": "../../../../packages/modules/payment/src/models/refund.ts", "qualifiedName": "default.onInit" } @@ -3022,7 +3022,7 @@ "1": "../../../../packages/modules/payment/src/models/index.ts" }, "reflections": { - "1": 8461 + "1": 8528 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/payment.json b/www/utils/generated/typedoc-json-output/payment.json index 8ccd6988b1..a1bad8ddc8 100644 --- a/www/utils/generated/typedoc-json-output/payment.json +++ b/www/utils/generated/typedoc-json-output/payment.json @@ -1,12 +1,12 @@ { - "id": 7874, + "id": 7941, "name": "payment", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 8359, + "id": 8426, "name": "AddressDTO", "variant": "declaration", "kind": 2097152, @@ -14,14 +14,14 @@ "type": { "type": "reflection", "declaration": { - "id": 8360, + "id": 8427, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8361, + "id": 8428, "name": "id", "variant": "declaration", "kind": 1024, @@ -34,7 +34,7 @@ } }, { - "id": 8362, + "id": 8429, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -45,7 +45,7 @@ } }, { - "id": 8363, + "id": 8430, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -67,7 +67,7 @@ } }, { - "id": 8364, + "id": 8431, "name": "company", "variant": "declaration", "kind": 1024, @@ -89,7 +89,7 @@ } }, { - "id": 8365, + "id": 8432, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 8366, + "id": 8433, "name": "city", "variant": "declaration", "kind": 1024, @@ -122,7 +122,7 @@ } }, { - "id": 8367, + "id": 8434, "name": "phone", "variant": "declaration", "kind": 1024, @@ -144,7 +144,7 @@ } }, { - "id": 8368, + "id": 8435, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -166,7 +166,7 @@ } }, { - "id": 8369, + "id": 8436, "name": "province", "variant": "declaration", "kind": 1024, @@ -188,7 +188,7 @@ } }, { - "id": 8370, + "id": 8437, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -225,7 +225,7 @@ } }, { - "id": 8371, + "id": 8438, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -252,7 +252,7 @@ } }, { - "id": 8372, + "id": 8439, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -279,7 +279,7 @@ } }, { - "id": 8373, + "id": 8440, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -314,19 +314,19 @@ { "title": "Properties", "children": [ - 8361, - 8362, - 8363, - 8364, - 8365, - 8366, - 8367, - 8368, - 8369, - 8370, - 8371, - 8372, - 8373 + 8428, + 8429, + 8430, + 8431, + 8432, + 8433, + 8434, + 8435, + 8436, + 8437, + 8438, + 8439, + 8440 ] } ] @@ -334,7 +334,7 @@ } }, { - "id": 8063, + "id": 8130, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -357,7 +357,7 @@ }, "children": [ { - "id": 8064, + "id": 8131, "name": "select", "variant": "declaration", "kind": 1024, @@ -386,7 +386,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 8075, + "target": 8142, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -398,7 +398,7 @@ } }, { - "id": 8065, + "id": 8132, "name": "skip", "variant": "declaration", "kind": 1024, @@ -428,7 +428,7 @@ } }, { - "id": 8066, + "id": 8133, "name": "take", "variant": "declaration", "kind": 1024, @@ -458,7 +458,7 @@ } }, { - "id": 8067, + "id": 8134, "name": "relations", "variant": "declaration", "kind": 1024, @@ -482,7 +482,7 @@ } }, { - "id": 8068, + "id": 8135, "name": "order", "variant": "declaration", "kind": 1024, @@ -516,21 +516,21 @@ "type": { "type": "reflection", "declaration": { - "id": 8069, + "id": 8136, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 8070, + "id": 8137, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 8071, + "id": 8138, "name": "K", "variant": "param", "kind": 32768, @@ -560,7 +560,7 @@ } }, { - "id": 8072, + "id": 8139, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -589,7 +589,7 @@ } }, { - "id": 8073, + "id": 8140, "name": "filters", "variant": "declaration", "kind": 1024, @@ -625,7 +625,7 @@ } }, { - "id": 8074, + "id": 8141, "name": "options", "variant": "declaration", "kind": 1024, @@ -665,20 +665,20 @@ { "title": "Properties", "children": [ - 8064, - 8065, - 8066, - 8067, - 8068, - 8072, - 8073, - 8074 + 8131, + 8132, + 8133, + 8134, + 8135, + 8139, + 8140, + 8141 ] } ], "typeParameters": [ { - "id": 8075, + "id": 8142, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -687,7 +687,7 @@ ] }, { - "id": 8424, + "id": 8491, "name": "CustomerAddressDTO", "variant": "declaration", "kind": 256, @@ -702,7 +702,7 @@ }, "children": [ { - "id": 8425, + "id": 8492, "name": "id", "variant": "declaration", "kind": 1024, @@ -721,7 +721,7 @@ } }, { - "id": 8426, + "id": 8493, "name": "address_name", "variant": "declaration", "kind": 1024, @@ -742,7 +742,7 @@ } }, { - "id": 8427, + "id": 8494, "name": "is_default_shipping", "variant": "declaration", "kind": 1024, @@ -761,7 +761,7 @@ } }, { - "id": 8428, + "id": 8495, "name": "is_default_billing", "variant": "declaration", "kind": 1024, @@ -780,7 +780,7 @@ } }, { - "id": 8429, + "id": 8496, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -799,7 +799,7 @@ } }, { - "id": 8430, + "id": 8497, "name": "company", "variant": "declaration", "kind": 1024, @@ -820,7 +820,7 @@ } }, { - "id": 8431, + "id": 8498, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -841,7 +841,7 @@ } }, { - "id": 8432, + "id": 8499, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -862,7 +862,7 @@ } }, { - "id": 8433, + "id": 8500, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -883,7 +883,7 @@ } }, { - "id": 8434, + "id": 8501, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -904,7 +904,7 @@ } }, { - "id": 8435, + "id": 8502, "name": "city", "variant": "declaration", "kind": 1024, @@ -925,7 +925,7 @@ } }, { - "id": 8436, + "id": 8503, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -946,7 +946,7 @@ } }, { - "id": 8437, + "id": 8504, "name": "province", "variant": "declaration", "kind": 1024, @@ -967,7 +967,7 @@ } }, { - "id": 8438, + "id": 8505, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -988,7 +988,7 @@ } }, { - "id": 8439, + "id": 8506, "name": "phone", "variant": "declaration", "kind": 1024, @@ -1009,7 +1009,7 @@ } }, { - "id": 8440, + "id": 8507, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -1045,7 +1045,7 @@ } }, { - "id": 8441, + "id": 8508, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -1064,7 +1064,7 @@ } }, { - "id": 8442, + "id": 8509, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -1087,30 +1087,30 @@ { "title": "Properties", "children": [ - 8425, - 8426, - 8427, - 8428, - 8429, - 8430, - 8431, - 8432, - 8433, - 8434, - 8435, - 8436, - 8437, - 8438, - 8439, - 8440, - 8441, - 8442 + 8492, + 8493, + 8494, + 8495, + 8496, + 8497, + 8498, + 8499, + 8500, + 8501, + 8502, + 8503, + 8504, + 8505, + 8506, + 8507, + 8508, + 8509 ] } ] }, { - "id": 8374, + "id": 8441, "name": "CustomerDTO", "variant": "declaration", "kind": 256, @@ -1125,7 +1125,7 @@ }, "children": [ { - "id": 8375, + "id": 8442, "name": "id", "variant": "declaration", "kind": 1024, @@ -1144,7 +1144,7 @@ } }, { - "id": 8376, + "id": 8443, "name": "email", "variant": "declaration", "kind": 1024, @@ -1163,7 +1163,7 @@ } }, { - "id": 8377, + "id": 8444, "name": "has_account", "variant": "declaration", "kind": 1024, @@ -1182,7 +1182,7 @@ } }, { - "id": 8378, + "id": 8445, "name": "default_billing_address_id", "variant": "declaration", "kind": 1024, @@ -1210,7 +1210,7 @@ } }, { - "id": 8379, + "id": 8446, "name": "default_shipping_address_id", "variant": "declaration", "kind": 1024, @@ -1238,7 +1238,7 @@ } }, { - "id": 8380, + "id": 8447, "name": "company_name", "variant": "declaration", "kind": 1024, @@ -1266,7 +1266,7 @@ } }, { - "id": 8381, + "id": 8448, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -1294,7 +1294,7 @@ } }, { - "id": 8382, + "id": 8449, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -1322,7 +1322,7 @@ } }, { - "id": 8383, + "id": 8450, "name": "addresses", "variant": "declaration", "kind": 1024, @@ -1339,14 +1339,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8424, + "target": 8491, "name": "CustomerAddressDTO", "package": "@medusajs/types" } } }, { - "id": 8384, + "id": 8451, "name": "phone", "variant": "declaration", "kind": 1024, @@ -1374,7 +1374,7 @@ } }, { - "id": 8385, + "id": 8452, "name": "groups", "variant": "declaration", "kind": 1024, @@ -1392,14 +1392,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 8386, + "id": 8453, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8387, + "id": 8454, "name": "id", "variant": "declaration", "kind": 1024, @@ -1418,7 +1418,7 @@ } }, { - "id": 8388, + "id": 8455, "name": "name", "variant": "declaration", "kind": 1024, @@ -1441,8 +1441,8 @@ { "title": "Properties", "children": [ - 8387, - 8388 + 8454, + 8455 ] } ] @@ -1451,7 +1451,7 @@ } }, { - "id": 8389, + "id": 8456, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -1485,7 +1485,7 @@ } }, { - "id": 8390, + "id": 8457, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -1513,7 +1513,7 @@ } }, { - "id": 8391, + "id": 8458, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -1550,7 +1550,7 @@ } }, { - "id": 8392, + "id": 8459, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -1583,7 +1583,7 @@ } }, { - "id": 8393, + "id": 8460, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -1620,28 +1620,28 @@ { "title": "Properties", "children": [ - 8375, - 8376, - 8377, - 8378, - 8379, - 8380, - 8381, - 8382, - 8383, - 8384, - 8385, - 8389, - 8390, - 8391, - 8392, - 8393 + 8442, + 8443, + 8444, + 8445, + 8446, + 8447, + 8448, + 8449, + 8450, + 8451, + 8452, + 8456, + 8457, + 8458, + 8459, + 8460 ] } ] }, { - "id": 8266, + "id": 8333, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -1656,7 +1656,7 @@ }, "children": [ { - "id": 8267, + "id": 8334, "name": "$and", "variant": "declaration", "kind": 1024, @@ -1678,11 +1678,11 @@ "types": [ { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8269, + "target": 8336, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -1694,7 +1694,7 @@ }, { "type": "reference", - "target": 8269, + "target": 8336, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -1705,7 +1705,7 @@ } }, { - "id": 8268, + "id": 8335, "name": "$or", "variant": "declaration", "kind": 1024, @@ -1727,11 +1727,11 @@ "types": [ { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8269, + "target": 8336, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -1743,7 +1743,7 @@ }, { "type": "reference", - "target": 8269, + "target": 8336, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -1758,14 +1758,14 @@ { "title": "Properties", "children": [ - 8267, - 8268 + 8334, + 8335 ] } ], "typeParameters": [ { - "id": 8269, + "id": 8336, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1775,45 +1775,45 @@ "extendedBy": [ { "type": "reference", - "target": 8076, + "target": 8143, "name": "FilterablePaymentCollectionProps" }, { "type": "reference", - "target": 8138, + "target": 8205, "name": "FilterablePaymentSessionProps" }, { "type": "reference", - "target": 8150, + "target": 8217, "name": "FilterablePaymentProps" }, { "type": "reference", - "target": 8178, + "target": 8245, "name": "FilterablePaymentProviderProps" }, { "type": "reference", - "target": 8186, + "target": 8253, "name": "FilterableCaptureProps" }, { "type": "reference", - "target": 8202, + "target": 8269, "name": "FilterableRefundProps" } ] }, { - "id": 8355, + "id": 8422, "name": "Query", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 8356, + "id": 8423, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1824,7 +1824,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 8356, + "target": 8423, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1837,14 +1837,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 8356, + "target": 8423, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 8412, + "target": 8479, "name": "Scalar", "package": "@medusajs/types" }, @@ -1854,11 +1854,11 @@ }, "falseType": { "type": "reference", - "target": 8416, + "target": 8483, "typeArguments": [ { "type": "reference", - "target": 8356, + "target": 8423, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1870,11 +1870,11 @@ }, "falseType": { "type": "reference", - "target": 8422, + "target": 8489, "typeArguments": [ { "type": "reference", - "target": 8356, + "target": 8423, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1886,14 +1886,14 @@ } }, { - "id": 8357, + "id": 8424, "name": "ExpandScalar", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 8358, + "id": 8425, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1911,7 +1911,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 8358, + "target": 8425, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1942,7 +1942,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 8358, + "target": 8425, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1976,7 +1976,7 @@ }, "falseType": { "type": "reference", - "target": 8358, + "target": 8425, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1987,7 +1987,7 @@ } }, { - "id": 8412, + "id": 8479, "name": "Scalar", "variant": "declaration", "kind": 2097152, @@ -2046,21 +2046,21 @@ { "type": "reflection", "declaration": { - "id": 8413, + "id": 8480, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8414, + "id": 8481, "name": "toHexString", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8415, + "id": 8482, "name": "toHexString", "variant": "signature", "kind": 4096, @@ -2077,7 +2077,7 @@ { "title": "Methods", "children": [ - 8414 + 8481 ] } ] @@ -2087,14 +2087,14 @@ } }, { - "id": 8459, + "id": 8526, "name": "ReadonlyPrimary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 8460, + "id": 8527, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2105,7 +2105,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 8460, + "target": 8527, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2126,7 +2126,7 @@ "typeArguments": [ { "type": "reference", - "target": 8460, + "target": 8527, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2137,7 +2137,7 @@ }, "falseType": { "type": "reference", - "target": 8460, + "target": 8527, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2145,14 +2145,14 @@ } }, { - "id": 8449, + "id": 8516, "name": "Primary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 8458, + "id": 8525, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2163,7 +2163,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 8458, + "target": 8525, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2171,14 +2171,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 8450, + "id": 8517, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8451, + "id": 8518, "name": "[PrimaryKeyType]", "variant": "declaration", "kind": 1024, @@ -2195,7 +2195,7 @@ { "title": "Properties", "children": [ - 8451 + 8518 ] } ] @@ -2203,7 +2203,7 @@ }, "trueType": { "type": "reference", - "target": 8459, + "target": 8526, "typeArguments": [ { "type": "reference", @@ -2223,7 +2223,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 8458, + "target": 8525, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2231,14 +2231,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 8452, + "id": 8519, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8453, + "id": 8520, "name": "_id", "variant": "declaration", "kind": 1024, @@ -2255,7 +2255,7 @@ { "title": "Properties", "children": [ - 8453 + 8520 ] } ] @@ -2266,7 +2266,7 @@ "types": [ { "type": "reference", - "target": 8459, + "target": 8526, "typeArguments": [ { "type": "reference", @@ -2292,7 +2292,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 8458, + "target": 8525, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2300,14 +2300,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 8454, + "id": 8521, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8455, + "id": 8522, "name": "uuid", "variant": "declaration", "kind": 1024, @@ -2324,7 +2324,7 @@ { "title": "Properties", "children": [ - 8455 + 8522 ] } ] @@ -2332,7 +2332,7 @@ }, "trueType": { "type": "reference", - "target": 8459, + "target": 8526, "typeArguments": [ { "type": "reference", @@ -2352,7 +2352,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 8458, + "target": 8525, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2360,14 +2360,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 8456, + "id": 8523, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8457, + "id": 8524, "name": "id", "variant": "declaration", "kind": 1024, @@ -2384,7 +2384,7 @@ { "title": "Properties", "children": [ - 8457 + 8524 ] } ] @@ -2392,7 +2392,7 @@ }, "trueType": { "type": "reference", - "target": 8459, + "target": 8526, "typeArguments": [ { "type": "reference", @@ -2418,14 +2418,14 @@ } }, { - "id": 8270, + "id": 8337, "name": "OperatorMap", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 8291, + "id": 8358, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2435,14 +2435,14 @@ "type": { "type": "reflection", "declaration": { - "id": 8271, + "id": 8338, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8272, + "id": 8339, "name": "$and", "variant": "declaration", "kind": 1024, @@ -2453,11 +2453,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 8355, + "target": 8422, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2469,7 +2469,7 @@ } }, { - "id": 8273, + "id": 8340, "name": "$or", "variant": "declaration", "kind": 1024, @@ -2480,11 +2480,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 8355, + "target": 8422, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2496,7 +2496,7 @@ } }, { - "id": 8274, + "id": 8341, "name": "$eq", "variant": "declaration", "kind": 1024, @@ -2508,11 +2508,11 @@ "types": [ { "type": "reference", - "target": 8357, + "target": 8424, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2525,11 +2525,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 8357, + "target": 8424, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2543,7 +2543,7 @@ } }, { - "id": 8275, + "id": 8342, "name": "$ne", "variant": "declaration", "kind": 1024, @@ -2552,11 +2552,11 @@ }, "type": { "type": "reference", - "target": 8357, + "target": 8424, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2567,7 +2567,7 @@ } }, { - "id": 8276, + "id": 8343, "name": "$in", "variant": "declaration", "kind": 1024, @@ -2578,11 +2578,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 8357, + "target": 8424, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2594,7 +2594,7 @@ } }, { - "id": 8277, + "id": 8344, "name": "$nin", "variant": "declaration", "kind": 1024, @@ -2605,11 +2605,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 8357, + "target": 8424, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2621,7 +2621,7 @@ } }, { - "id": 8278, + "id": 8345, "name": "$not", "variant": "declaration", "kind": 1024, @@ -2630,11 +2630,11 @@ }, "type": { "type": "reference", - "target": 8355, + "target": 8422, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2645,7 +2645,7 @@ } }, { - "id": 8279, + "id": 8346, "name": "$gt", "variant": "declaration", "kind": 1024, @@ -2654,11 +2654,11 @@ }, "type": { "type": "reference", - "target": 8357, + "target": 8424, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2669,7 +2669,7 @@ } }, { - "id": 8280, + "id": 8347, "name": "$gte", "variant": "declaration", "kind": 1024, @@ -2678,11 +2678,11 @@ }, "type": { "type": "reference", - "target": 8357, + "target": 8424, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2693,7 +2693,7 @@ } }, { - "id": 8281, + "id": 8348, "name": "$lt", "variant": "declaration", "kind": 1024, @@ -2702,11 +2702,11 @@ }, "type": { "type": "reference", - "target": 8357, + "target": 8424, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2717,7 +2717,7 @@ } }, { - "id": 8282, + "id": 8349, "name": "$lte", "variant": "declaration", "kind": 1024, @@ -2726,11 +2726,11 @@ }, "type": { "type": "reference", - "target": 8357, + "target": 8424, "typeArguments": [ { "type": "reference", - "target": 8291, + "target": 8358, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2741,7 +2741,7 @@ } }, { - "id": 8283, + "id": 8350, "name": "$like", "variant": "declaration", "kind": 1024, @@ -2754,7 +2754,7 @@ } }, { - "id": 8284, + "id": 8351, "name": "$re", "variant": "declaration", "kind": 1024, @@ -2767,7 +2767,7 @@ } }, { - "id": 8285, + "id": 8352, "name": "$ilike", "variant": "declaration", "kind": 1024, @@ -2780,7 +2780,7 @@ } }, { - "id": 8286, + "id": 8353, "name": "$fulltext", "variant": "declaration", "kind": 1024, @@ -2793,7 +2793,7 @@ } }, { - "id": 8287, + "id": 8354, "name": "$overlap", "variant": "declaration", "kind": 1024, @@ -2809,7 +2809,7 @@ } }, { - "id": 8288, + "id": 8355, "name": "$contains", "variant": "declaration", "kind": 1024, @@ -2825,7 +2825,7 @@ } }, { - "id": 8289, + "id": 8356, "name": "$contained", "variant": "declaration", "kind": 1024, @@ -2841,7 +2841,7 @@ } }, { - "id": 8290, + "id": 8357, "name": "$exists", "variant": "declaration", "kind": 1024, @@ -2858,25 +2858,25 @@ { "title": "Properties", "children": [ - 8272, - 8273, - 8274, - 8275, - 8276, - 8277, - 8278, - 8279, - 8280, - 8281, - 8282, - 8283, - 8284, - 8285, - 8286, - 8287, - 8288, - 8289, - 8290 + 8339, + 8340, + 8341, + 8342, + 8343, + 8344, + 8345, + 8346, + 8347, + 8348, + 8349, + 8350, + 8351, + 8352, + 8353, + 8354, + 8355, + 8356, + 8357 ] } ] @@ -2884,14 +2884,14 @@ } }, { - "id": 8447, + "id": 8514, "name": "FilterValue2", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 8448, + "id": 8515, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2903,18 +2903,18 @@ "types": [ { "type": "reference", - "target": 8448, + "target": 8515, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 8357, + "target": 8424, "typeArguments": [ { "type": "reference", - "target": 8448, + "target": 8515, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2925,11 +2925,11 @@ }, { "type": "reference", - "target": 8449, + "target": 8516, "typeArguments": [ { "type": "reference", - "target": 8448, + "target": 8515, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2942,14 +2942,14 @@ } }, { - "id": 8422, + "id": 8489, "name": "FilterValue", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 8423, + "id": 8490, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2961,15 +2961,15 @@ "types": [ { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "reference", - "target": 8447, + "target": 8514, "typeArguments": [ { "type": "reference", - "target": 8423, + "target": 8490, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2984,11 +2984,11 @@ }, { "type": "reference", - "target": 8447, + "target": 8514, "typeArguments": [ { "type": "reference", - "target": 8423, + "target": 8490, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3001,11 +3001,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 8447, + "target": 8514, "typeArguments": [ { "type": "reference", - "target": 8423, + "target": 8490, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3023,7 +3023,7 @@ } }, { - "id": 8446, + "id": 8513, "name": "PrevLimit", "variant": "declaration", "kind": 2097152, @@ -3051,14 +3051,14 @@ } }, { - "id": 8416, + "id": 8483, "name": "FilterQuery", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 8420, + "id": 8487, "name": "T", "variant": "typeParam", "kind": 131072, @@ -3069,7 +3069,7 @@ } }, { - "id": 8421, + "id": 8488, "name": "Prev", "variant": "typeParam", "kind": 131072, @@ -3088,7 +3088,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 8421, + "target": 8488, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3109,7 +3109,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 8420, + "target": 8487, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3131,7 +3131,7 @@ }, "objectType": { "type": "reference", - "target": 8420, + "target": 8487, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3188,7 +3188,7 @@ }, "objectType": { "type": "reference", - "target": 8420, + "target": 8487, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3196,7 +3196,7 @@ }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "indexedAccess", @@ -3212,7 +3212,7 @@ }, "objectType": { "type": "reference", - "target": 8420, + "target": 8487, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3240,7 +3240,7 @@ }, "objectType": { "type": "reference", - "target": 8420, + "target": 8487, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3265,21 +3265,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 8417, + "id": 8484, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 8418, + "id": 8485, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 8419, + "id": 8486, "name": "x", "variant": "param", "kind": 32768, @@ -3316,7 +3316,7 @@ }, "trueType": { "type": "reference", - "target": 8416, + "target": 8483, "typeArguments": [ { "type": "reference", @@ -3343,14 +3343,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 8421, + "target": 8488, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 8446, + "target": 8513, "name": "PrevLimit", "package": "@medusajs/types" } @@ -3380,7 +3380,7 @@ } }, { - "id": 8443, + "id": 8510, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -3410,14 +3410,14 @@ { "type": "reflection", "declaration": { - "id": 8444, + "id": 8511, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8445, + "id": 8512, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -3434,7 +3434,7 @@ { "title": "Properties", "children": [ - 8445 + 8512 ] } ] @@ -3444,14 +3444,14 @@ } }, { - "id": 8406, + "id": 8473, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 8411, + "id": 8478, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -3465,14 +3465,14 @@ "type": { "type": "reflection", "declaration": { - "id": 8407, + "id": 8474, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8408, + "id": 8475, "name": "name", "variant": "declaration", "kind": 1024, @@ -3483,7 +3483,7 @@ } }, { - "id": 8409, + "id": 8476, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3492,20 +3492,20 @@ }, "type": { "type": "reference", - "target": 8443, + "target": 8510, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 8410, + "id": 8477, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 8411, + "target": 8478, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3516,9 +3516,9 @@ { "title": "Properties", "children": [ - 8408, - 8409, - 8410 + 8475, + 8476, + 8477 ] } ] @@ -3526,14 +3526,14 @@ } }, { - "id": 8335, + "id": 8402, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 8338, + "id": 8405, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -3549,11 +3549,11 @@ "types": [ { "type": "reference", - "target": 8406, + "target": 8473, "typeArguments": [ { "type": "reference", - "target": 8338, + "target": 8405, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -3565,14 +3565,14 @@ { "type": "reflection", "declaration": { - "id": 8336, + "id": 8403, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8337, + "id": 8404, "name": "options", "variant": "declaration", "kind": 1024, @@ -3604,7 +3604,7 @@ { "title": "Properties", "children": [ - 8337 + 8404 ] } ] @@ -3614,14 +3614,14 @@ } }, { - "id": 8345, + "id": 8412, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 8354, + "id": 8421, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -3635,14 +3635,14 @@ "type": { "type": "reflection", "declaration": { - "id": 8346, + "id": 8413, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8347, + "id": 8414, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -3653,21 +3653,21 @@ } }, { - "id": 8348, + "id": 8415, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 8354, + "target": 8421, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 8349, + "id": 8416, "name": "source", "variant": "declaration", "kind": 1024, @@ -3678,7 +3678,7 @@ } }, { - "id": 8350, + "id": 8417, "name": "object", "variant": "declaration", "kind": 1024, @@ -3689,7 +3689,7 @@ } }, { - "id": 8351, + "id": 8418, "name": "action", "variant": "declaration", "kind": 1024, @@ -3702,7 +3702,7 @@ } }, { - "id": 8352, + "id": 8419, "name": "context", "variant": "declaration", "kind": 1024, @@ -3718,7 +3718,7 @@ "typeArguments": [ { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" }, @@ -3732,7 +3732,7 @@ } }, { - "id": 8353, + "id": 8420, "name": "options", "variant": "declaration", "kind": 1024, @@ -3764,13 +3764,13 @@ { "title": "Properties", "children": [ - 8347, - 8348, - 8349, - 8350, - 8351, - 8352, - 8353 + 8414, + 8415, + 8416, + 8417, + 8418, + 8419, + 8420 ] } ] @@ -3778,7 +3778,7 @@ } }, { - "id": 8397, + "id": 8464, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -3786,14 +3786,14 @@ "type": { "type": "reflection", "declaration": { - "id": 8398, + "id": 8465, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8399, + "id": 8466, "name": "alias", "variant": "declaration", "kind": 1024, @@ -3804,7 +3804,7 @@ } }, { - "id": 8400, + "id": 8467, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -3815,7 +3815,7 @@ } }, { - "id": 8401, + "id": 8468, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -3826,7 +3826,7 @@ } }, { - "id": 8402, + "id": 8469, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3837,7 +3837,7 @@ } }, { - "id": 8403, + "id": 8470, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -3858,7 +3858,7 @@ } }, { - "id": 8404, + "id": 8471, "name": "isList", "variant": "declaration", "kind": 1024, @@ -3879,7 +3879,7 @@ } }, { - "id": 8405, + "id": 8472, "name": "args", "variant": "declaration", "kind": 1024, @@ -3919,13 +3919,13 @@ { "title": "Properties", "children": [ - 8399, - 8400, - 8401, - 8402, - 8403, - 8404, - 8405 + 8466, + 8467, + 8468, + 8469, + 8470, + 8471, + 8472 ] } ] @@ -3933,14 +3933,14 @@ } }, { - "id": 8394, + "id": 8461, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 8395, + "id": 8462, "name": "name", "variant": "declaration", "kind": 1024, @@ -3963,7 +3963,7 @@ } }, { - "id": 8396, + "id": 8463, "name": "args", "variant": "declaration", "kind": 1024, @@ -4003,21 +4003,21 @@ { "title": "Properties", "children": [ - 8395, - 8396 + 8462, + 8463 ] } ] }, { - "id": 8299, + "id": 8366, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 8300, + "id": 8367, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -4028,7 +4028,7 @@ } }, { - "id": 8301, + "id": 8368, "name": "alias", "variant": "declaration", "kind": 1024, @@ -4048,7 +4048,7 @@ "types": [ { "type": "reference", - "target": 8394, + "target": 8461, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -4056,7 +4056,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8394, + "target": 8461, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -4065,7 +4065,7 @@ } }, { - "id": 8302, + "id": 8369, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -4101,14 +4101,14 @@ { "type": "reflection", "declaration": { - "id": 8303, + "id": 8370, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8304, + "id": 8371, "name": "path", "variant": "declaration", "kind": 1024, @@ -4119,7 +4119,7 @@ } }, { - "id": 8305, + "id": 8372, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -4137,8 +4137,8 @@ { "title": "Properties", "children": [ - 8304, - 8305 + 8371, + 8372 ] } ] @@ -4152,7 +4152,7 @@ } }, { - "id": 8306, + "id": 8373, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -4166,7 +4166,7 @@ } }, { - "id": 8307, + "id": 8374, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -4177,14 +4177,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8397, + "target": 8464, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 8308, + "id": 8375, "name": "extends", "variant": "declaration", "kind": 1024, @@ -4196,14 +4196,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 8309, + "id": 8376, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8310, + "id": 8377, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -4214,14 +4214,14 @@ } }, { - "id": 8311, + "id": 8378, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 8397, + "target": 8464, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -4231,8 +4231,8 @@ { "title": "Properties", "children": [ - 8310, - 8311 + 8377, + 8378 ] } ] @@ -4241,7 +4241,7 @@ } }, { - "id": 8312, + "id": 8379, "name": "args", "variant": "declaration", "kind": 1024, @@ -4281,19 +4281,19 @@ { "title": "Properties", "children": [ - 8300, - 8301, - 8302, - 8306, - 8307, - 8308, - 8312 + 8367, + 8368, + 8369, + 8373, + 8374, + 8375, + 8379 ] } ] }, { - "id": 8316, + "id": 8383, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -4312,14 +4312,14 @@ { "type": "reflection", "declaration": { - "id": 8317, + "id": 8384, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8318, + "id": 8385, "name": "type", "variant": "declaration", "kind": 1024, @@ -4415,7 +4415,7 @@ } }, { - "id": 8319, + "id": 8386, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -4428,7 +4428,7 @@ } }, { - "id": 8320, + "id": 8387, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -4441,7 +4441,7 @@ } }, { - "id": 8321, + "id": 8388, "name": "options", "variant": "declaration", "kind": 1024, @@ -4481,10 +4481,10 @@ { "title": "Properties", "children": [ - 8318, - 8319, - 8320, - 8321 + 8385, + 8386, + 8387, + 8388 ] } ] @@ -4496,7 +4496,7 @@ } }, { - "id": 8225, + "id": 8292, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -4513,7 +4513,7 @@ "typeArguments": [ { "type": "reference", - "target": 8299, + "target": 8366, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -4545,14 +4545,14 @@ { "type": "reflection", "declaration": { - "id": 8226, + "id": 8293, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8227, + "id": 8294, "name": "schema", "variant": "declaration", "kind": 1024, @@ -4573,7 +4573,7 @@ } }, { - "id": 8228, + "id": 8295, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -4584,14 +4584,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8313, + "target": 8380, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 8229, + "id": 8296, "name": "extends", "variant": "declaration", "kind": 1024, @@ -4603,14 +4603,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 8230, + "id": 8297, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8231, + "id": 8298, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -4621,7 +4621,7 @@ } }, { - "id": 8232, + "id": 8299, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -4649,14 +4649,14 @@ { "type": "reflection", "declaration": { - "id": 8233, + "id": 8300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8234, + "id": 8301, "name": "path", "variant": "declaration", "kind": 1024, @@ -4667,7 +4667,7 @@ } }, { - "id": 8235, + "id": 8302, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -4683,7 +4683,7 @@ } }, { - "id": 8236, + "id": 8303, "name": "isList", "variant": "declaration", "kind": 1024, @@ -4700,9 +4700,9 @@ { "title": "Properties", "children": [ - 8234, - 8235, - 8236 + 8301, + 8302, + 8303 ] } ] @@ -4716,14 +4716,14 @@ } }, { - "id": 8237, + "id": 8304, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 8313, + "target": 8380, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -4733,9 +4733,9 @@ { "title": "Properties", "children": [ - 8231, - 8232, - 8237 + 8298, + 8299, + 8304 ] } ] @@ -4744,7 +4744,7 @@ } }, { - "id": 8238, + "id": 8305, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -4757,7 +4757,7 @@ } }, { - "id": 8239, + "id": 8306, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -4773,7 +4773,7 @@ } }, { - "id": 8240, + "id": 8307, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -4794,7 +4794,7 @@ } }, { - "id": 8241, + "id": 8308, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -4830,7 +4830,7 @@ } }, { - "id": 8242, + "id": 8309, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -4851,7 +4851,7 @@ } }, { - "id": 8243, + "id": 8310, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -4875,7 +4875,7 @@ } }, { - "id": 8244, + "id": 8311, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -4885,14 +4885,14 @@ "type": { "type": "reflection", "declaration": { - "id": 8245, + "id": 8312, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8246, + "id": 8313, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -4913,7 +4913,7 @@ } }, { - "id": 8247, + "id": 8314, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -4934,7 +4934,7 @@ } }, { - "id": 8248, + "id": 8315, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -4943,7 +4943,7 @@ }, "type": { "type": "reference", - "target": 8316, + "target": 8383, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -4953,9 +4953,9 @@ { "title": "Properties", "children": [ - 8246, - 8247, - 8248 + 8313, + 8314, + 8315 ] } ] @@ -4967,16 +4967,16 @@ { "title": "Properties", "children": [ - 8227, - 8228, - 8229, - 8238, - 8239, - 8240, - 8241, - 8242, - 8243, - 8244 + 8294, + 8295, + 8296, + 8305, + 8306, + 8307, + 8308, + 8309, + 8310, + 8311 ] } ] @@ -4986,7 +4986,7 @@ } }, { - "id": 8313, + "id": 8380, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -4996,21 +4996,21 @@ "types": [ { "type": "reference", - "target": 8397, + "target": 8464, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 8314, + "id": 8381, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8315, + "id": 8382, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -5035,7 +5035,7 @@ { "title": "Properties", "children": [ - 8315 + 8382 ] } ] @@ -5045,7 +5045,7 @@ } }, { - "id": 8016, + "id": 8083, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -5053,13 +5053,13 @@ "extendedBy": [ { "type": "reference", - "target": 7875, + "target": 7942, "name": "IPaymentModuleService" } ] }, { - "id": 8265, + "id": 8332, "name": "PaymentCollectionStatus", "variant": "declaration", "kind": 2097152, @@ -5091,7 +5091,7 @@ } }, { - "id": 8292, + "id": 8359, "name": "PaymentSessionStatus", "variant": "declaration", "kind": 2097152, @@ -5127,7 +5127,7 @@ } }, { - "id": 8047, + "id": 8114, "name": "PaymentCollectionDTO", "variant": "declaration", "kind": 256, @@ -5142,7 +5142,7 @@ }, "children": [ { - "id": 8048, + "id": 8115, "name": "id", "variant": "declaration", "kind": 1024, @@ -5161,7 +5161,7 @@ } }, { - "id": 8049, + "id": 8116, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -5180,7 +5180,7 @@ } }, { - "id": 8050, + "id": 8117, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -5199,7 +5199,7 @@ } }, { - "id": 8051, + "id": 8118, "name": "amount", "variant": "declaration", "kind": 1024, @@ -5214,13 +5214,13 @@ }, "type": { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8052, + "id": 8119, "name": "authorized_amount", "variant": "declaration", "kind": 1024, @@ -5237,13 +5237,13 @@ }, "type": { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8053, + "id": 8120, "name": "refunded_amount", "variant": "declaration", "kind": 1024, @@ -5260,13 +5260,13 @@ }, "type": { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8054, + "id": 8121, "name": "captured_amount", "variant": "declaration", "kind": 1024, @@ -5283,13 +5283,13 @@ }, "type": { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8055, + "id": 8122, "name": "completed_at", "variant": "declaration", "kind": 1024, @@ -5324,7 +5324,7 @@ } }, { - "id": 8056, + "id": 8123, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5359,7 +5359,7 @@ } }, { - "id": 8057, + "id": 8124, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5394,7 +5394,7 @@ } }, { - "id": 8058, + "id": 8125, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -5430,7 +5430,7 @@ } }, { - "id": 8059, + "id": 8126, "name": "status", "variant": "declaration", "kind": 1024, @@ -5445,13 +5445,13 @@ }, "type": { "type": "reference", - "target": 8265, + "target": 8332, "name": "PaymentCollectionStatus", "package": "@medusajs/types" } }, { - "id": 8060, + "id": 8127, "name": "payment_providers", "variant": "declaration", "kind": 1024, @@ -5471,14 +5471,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8183, + "target": 8250, "name": "PaymentProviderDTO", "package": "@medusajs/types" } } }, { - "id": 8061, + "id": 8128, "name": "payment_sessions", "variant": "declaration", "kind": 1024, @@ -5500,14 +5500,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" } } }, { - "id": 8062, + "id": 8129, "name": "payments", "variant": "declaration", "kind": 1024, @@ -5529,7 +5529,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8117, + "target": 8184, "name": "PaymentDTO", "package": "@medusajs/types" } @@ -5540,27 +5540,27 @@ { "title": "Properties", "children": [ - 8048, - 8049, - 8050, - 8051, - 8052, - 8053, - 8054, - 8055, - 8056, - 8057, - 8058, - 8059, - 8060, - 8061, - 8062 + 8115, + 8116, + 8117, + 8118, + 8119, + 8120, + 8121, + 8122, + 8123, + 8124, + 8125, + 8126, + 8127, + 8128, + 8129 ] } ] }, { - "id": 8076, + "id": 8143, "name": "FilterablePaymentCollectionProps", "variant": "declaration", "kind": 256, @@ -5575,7 +5575,7 @@ }, "children": [ { - "id": 8081, + "id": 8148, "name": "$and", "variant": "declaration", "kind": 1024, @@ -5598,17 +5598,17 @@ "types": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -5621,12 +5621,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8267, + "target": 8334, "name": "BaseFilterable.$and" } }, { - "id": 8082, + "id": 8149, "name": "$or", "variant": "declaration", "kind": 1024, @@ -5649,17 +5649,17 @@ "types": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -5672,12 +5672,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8268, + "target": 8335, "name": "BaseFilterable.$or" } }, { - "id": 8077, + "id": 8144, "name": "id", "variant": "declaration", "kind": 1024, @@ -5710,7 +5710,7 @@ } }, { - "id": 8078, + "id": 8145, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -5741,7 +5741,7 @@ }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -5755,7 +5755,7 @@ } }, { - "id": 8079, + "id": 8146, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5772,7 +5772,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -5784,7 +5784,7 @@ } }, { - "id": 8080, + "id": 8147, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5801,7 +5801,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -5817,23 +5817,23 @@ { "title": "Properties", "children": [ - 8081, - 8082, - 8077, - 8078, - 8079, - 8080 + 8148, + 8149, + 8144, + 8145, + 8146, + 8147 ] } ], "extendedTypes": [ { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -5844,7 +5844,7 @@ ] }, { - "id": 8138, + "id": 8205, "name": "FilterablePaymentSessionProps", "variant": "declaration", "kind": 256, @@ -5859,7 +5859,7 @@ }, "children": [ { - "id": 8148, + "id": 8215, "name": "$and", "variant": "declaration", "kind": 1024, @@ -5882,17 +5882,17 @@ "types": [ { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" } @@ -5905,12 +5905,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8267, + "target": 8334, "name": "BaseFilterable.$and" } }, { - "id": 8149, + "id": 8216, "name": "$or", "variant": "declaration", "kind": 1024, @@ -5933,17 +5933,17 @@ "types": [ { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" } @@ -5956,12 +5956,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8268, + "target": 8335, "name": "BaseFilterable.$or" } }, { - "id": 8139, + "id": 8206, "name": "id", "variant": "declaration", "kind": 1024, @@ -5994,7 +5994,7 @@ } }, { - "id": 8140, + "id": 8207, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -6027,7 +6027,7 @@ } }, { - "id": 8141, + "id": 8208, "name": "amount", "variant": "declaration", "kind": 1024, @@ -6047,17 +6047,17 @@ "types": [ { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -6069,7 +6069,7 @@ } }, { - "id": 8142, + "id": 8209, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -6102,7 +6102,7 @@ } }, { - "id": 8143, + "id": 8210, "name": "payment_collection_id", "variant": "declaration", "kind": 1024, @@ -6135,7 +6135,7 @@ } }, { - "id": 8144, + "id": 8211, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -6166,7 +6166,7 @@ }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -6180,7 +6180,7 @@ } }, { - "id": 8145, + "id": 8212, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6197,7 +6197,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -6209,7 +6209,7 @@ } }, { - "id": 8146, + "id": 8213, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -6226,7 +6226,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -6238,7 +6238,7 @@ } }, { - "id": 8147, + "id": 8214, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -6255,7 +6255,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -6271,28 +6271,28 @@ { "title": "Properties", "children": [ - 8148, - 8149, - 8139, - 8140, - 8141, - 8142, - 8143, - 8144, - 8145, - 8146, - 8147 + 8215, + 8216, + 8206, + 8207, + 8208, + 8209, + 8210, + 8211, + 8212, + 8213, + 8214 ] } ], "extendedTypes": [ { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" } @@ -6303,7 +6303,7 @@ ] }, { - "id": 8186, + "id": 8253, "name": "FilterableCaptureProps", "variant": "declaration", "kind": 256, @@ -6318,7 +6318,7 @@ }, "children": [ { - "id": 8194, + "id": 8261, "name": "$and", "variant": "declaration", "kind": 1024, @@ -6341,17 +6341,17 @@ "types": [ { "type": "reference", - "target": 8196, + "target": 8263, "name": "CaptureDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8196, + "target": 8263, "name": "CaptureDTO", "package": "@medusajs/types" } @@ -6364,12 +6364,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8267, + "target": 8334, "name": "BaseFilterable.$and" } }, { - "id": 8195, + "id": 8262, "name": "$or", "variant": "declaration", "kind": 1024, @@ -6392,17 +6392,17 @@ "types": [ { "type": "reference", - "target": 8196, + "target": 8263, "name": "CaptureDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8196, + "target": 8263, "name": "CaptureDTO", "package": "@medusajs/types" } @@ -6415,12 +6415,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8268, + "target": 8335, "name": "BaseFilterable.$or" } }, { - "id": 8187, + "id": 8254, "name": "id", "variant": "declaration", "kind": 1024, @@ -6453,7 +6453,7 @@ } }, { - "id": 8188, + "id": 8255, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -6486,7 +6486,7 @@ } }, { - "id": 8189, + "id": 8256, "name": "amount", "variant": "declaration", "kind": 1024, @@ -6506,17 +6506,17 @@ "types": [ { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -6528,7 +6528,7 @@ } }, { - "id": 8190, + "id": 8257, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -6561,7 +6561,7 @@ } }, { - "id": 8191, + "id": 8258, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6578,7 +6578,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -6590,7 +6590,7 @@ } }, { - "id": 8192, + "id": 8259, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -6607,7 +6607,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -6619,7 +6619,7 @@ } }, { - "id": 8193, + "id": 8260, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -6636,7 +6636,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -6652,26 +6652,26 @@ { "title": "Properties", "children": [ - 8194, - 8195, - 8187, - 8188, - 8189, - 8190, - 8191, - 8192, - 8193 + 8261, + 8262, + 8254, + 8255, + 8256, + 8257, + 8258, + 8259, + 8260 ] } ], "extendedTypes": [ { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8196, + "target": 8263, "name": "CaptureDTO", "package": "@medusajs/types" } @@ -6682,7 +6682,7 @@ ] }, { - "id": 8202, + "id": 8269, "name": "FilterableRefundProps", "variant": "declaration", "kind": 256, @@ -6697,7 +6697,7 @@ }, "children": [ { - "id": 8210, + "id": 8277, "name": "$and", "variant": "declaration", "kind": 1024, @@ -6720,17 +6720,17 @@ "types": [ { "type": "reference", - "target": 8212, + "target": 8279, "name": "RefundDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8212, + "target": 8279, "name": "RefundDTO", "package": "@medusajs/types" } @@ -6743,12 +6743,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8267, + "target": 8334, "name": "BaseFilterable.$and" } }, { - "id": 8211, + "id": 8278, "name": "$or", "variant": "declaration", "kind": 1024, @@ -6771,17 +6771,17 @@ "types": [ { "type": "reference", - "target": 8212, + "target": 8279, "name": "RefundDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8212, + "target": 8279, "name": "RefundDTO", "package": "@medusajs/types" } @@ -6794,12 +6794,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8268, + "target": 8335, "name": "BaseFilterable.$or" } }, { - "id": 8203, + "id": 8270, "name": "id", "variant": "declaration", "kind": 1024, @@ -6832,7 +6832,7 @@ } }, { - "id": 8204, + "id": 8271, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -6865,7 +6865,7 @@ } }, { - "id": 8205, + "id": 8272, "name": "amount", "variant": "declaration", "kind": 1024, @@ -6885,17 +6885,17 @@ "types": [ { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -6907,7 +6907,7 @@ } }, { - "id": 8206, + "id": 8273, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -6940,7 +6940,7 @@ } }, { - "id": 8207, + "id": 8274, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6957,7 +6957,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -6969,7 +6969,7 @@ } }, { - "id": 8208, + "id": 8275, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -6986,7 +6986,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -6998,7 +6998,7 @@ } }, { - "id": 8209, + "id": 8276, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -7015,7 +7015,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -7031,26 +7031,26 @@ { "title": "Properties", "children": [ - 8210, - 8211, - 8203, - 8204, - 8205, - 8206, - 8207, - 8208, - 8209 + 8277, + 8278, + 8270, + 8271, + 8272, + 8273, + 8274, + 8275, + 8276 ] } ], "extendedTypes": [ { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8212, + "target": 8279, "name": "RefundDTO", "package": "@medusajs/types" } @@ -7061,14 +7061,14 @@ ] }, { - "id": 8117, + "id": 8184, "name": "PaymentDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 8118, + "id": 8185, "name": "id", "variant": "declaration", "kind": 1024, @@ -7087,7 +7087,7 @@ } }, { - "id": 8119, + "id": 8186, "name": "amount", "variant": "declaration", "kind": 1024, @@ -7102,13 +7102,13 @@ }, "type": { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8120, + "id": 8187, "name": "authorized_amount", "variant": "declaration", "kind": 1024, @@ -7125,13 +7125,13 @@ }, "type": { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8121, + "id": 8188, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -7150,7 +7150,7 @@ } }, { - "id": 8122, + "id": 8189, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -7169,7 +7169,7 @@ } }, { - "id": 8123, + "id": 8190, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -7190,7 +7190,7 @@ } }, { - "id": 8124, + "id": 8191, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -7211,7 +7211,7 @@ } }, { - "id": 8125, + "id": 8192, "name": "order_edit_id", "variant": "declaration", "kind": 1024, @@ -7232,7 +7232,7 @@ } }, { - "id": 8126, + "id": 8193, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -7253,7 +7253,7 @@ } }, { - "id": 8127, + "id": 8194, "name": "data", "variant": "declaration", "kind": 1024, @@ -7289,7 +7289,7 @@ } }, { - "id": 8128, + "id": 8195, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -7324,7 +7324,7 @@ } }, { - "id": 8129, + "id": 8196, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -7359,7 +7359,7 @@ } }, { - "id": 8130, + "id": 8197, "name": "captured_at", "variant": "declaration", "kind": 1024, @@ -7394,7 +7394,7 @@ } }, { - "id": 8131, + "id": 8198, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -7429,7 +7429,7 @@ } }, { - "id": 8132, + "id": 8199, "name": "captured_amount", "variant": "declaration", "kind": 1024, @@ -7446,13 +7446,13 @@ }, "type": { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8133, + "id": 8200, "name": "refunded_amount", "variant": "declaration", "kind": 1024, @@ -7469,13 +7469,13 @@ }, "type": { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8134, + "id": 8201, "name": "captures", "variant": "declaration", "kind": 1024, @@ -7497,14 +7497,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8196, + "target": 8263, "name": "CaptureDTO", "package": "@medusajs/types" } } }, { - "id": 8135, + "id": 8202, "name": "refunds", "variant": "declaration", "kind": 1024, @@ -7526,14 +7526,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8212, + "target": 8279, "name": "RefundDTO", "package": "@medusajs/types" } } }, { - "id": 8136, + "id": 8203, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -7553,13 +7553,13 @@ }, "type": { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } }, { - "id": 8137, + "id": 8204, "name": "payment_session", "variant": "declaration", "kind": 1024, @@ -7579,7 +7579,7 @@ }, "type": { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" } @@ -7589,32 +7589,32 @@ { "title": "Properties", "children": [ - 8118, - 8119, - 8120, - 8121, - 8122, - 8123, - 8124, - 8125, - 8126, - 8127, - 8128, - 8129, - 8130, - 8131, - 8132, - 8133, - 8134, - 8135, - 8136, - 8137 + 8185, + 8186, + 8187, + 8188, + 8189, + 8190, + 8191, + 8192, + 8193, + 8194, + 8195, + 8196, + 8197, + 8198, + 8199, + 8200, + 8201, + 8202, + 8203, + 8204 ] } ] }, { - "id": 8150, + "id": 8217, "name": "FilterablePaymentProps", "variant": "declaration", "kind": 256, @@ -7629,7 +7629,7 @@ }, "children": [ { - "id": 8162, + "id": 8229, "name": "$and", "variant": "declaration", "kind": 1024, @@ -7652,17 +7652,17 @@ "types": [ { "type": "reference", - "target": 8150, + "target": 8217, "name": "FilterablePaymentProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8150, + "target": 8217, "name": "FilterablePaymentProps", "package": "@medusajs/types" } @@ -7675,12 +7675,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8267, + "target": 8334, "name": "BaseFilterable.$and" } }, { - "id": 8163, + "id": 8230, "name": "$or", "variant": "declaration", "kind": 1024, @@ -7703,17 +7703,17 @@ "types": [ { "type": "reference", - "target": 8150, + "target": 8217, "name": "FilterablePaymentProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8150, + "target": 8217, "name": "FilterablePaymentProps", "package": "@medusajs/types" } @@ -7726,12 +7726,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8268, + "target": 8335, "name": "BaseFilterable.$or" } }, { - "id": 8151, + "id": 8218, "name": "q", "variant": "declaration", "kind": 1024, @@ -7752,7 +7752,7 @@ } }, { - "id": 8152, + "id": 8219, "name": "id", "variant": "declaration", "kind": 1024, @@ -7785,7 +7785,7 @@ } }, { - "id": 8153, + "id": 8220, "name": "payment_session_id", "variant": "declaration", "kind": 1024, @@ -7816,7 +7816,7 @@ }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -7830,7 +7830,7 @@ } }, { - "id": 8154, + "id": 8221, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -7861,7 +7861,7 @@ }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -7875,7 +7875,7 @@ } }, { - "id": 8155, + "id": 8222, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -7906,7 +7906,7 @@ }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -7920,7 +7920,7 @@ } }, { - "id": 8156, + "id": 8223, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -7951,7 +7951,7 @@ }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -7965,7 +7965,7 @@ } }, { - "id": 8157, + "id": 8224, "name": "order_edit_id", "variant": "declaration", "kind": 1024, @@ -7996,7 +7996,7 @@ }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -8010,7 +8010,7 @@ } }, { - "id": 8158, + "id": 8225, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -8027,7 +8027,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -8039,7 +8039,7 @@ } }, { - "id": 8159, + "id": 8226, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -8056,7 +8056,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -8068,7 +8068,7 @@ } }, { - "id": 8160, + "id": 8227, "name": "captured_at", "variant": "declaration", "kind": 1024, @@ -8085,7 +8085,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -8097,7 +8097,7 @@ } }, { - "id": 8161, + "id": 8228, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -8114,7 +8114,7 @@ }, "type": { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "intrinsic", @@ -8130,30 +8130,30 @@ { "title": "Properties", "children": [ - 8162, - 8163, - 8151, - 8152, - 8153, - 8154, - 8155, - 8156, - 8157, - 8158, - 8159, - 8160, - 8161 + 8229, + 8230, + 8218, + 8219, + 8220, + 8221, + 8222, + 8223, + 8224, + 8225, + 8226, + 8227, + 8228 ] } ], "extendedTypes": [ { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8150, + "target": 8217, "name": "FilterablePaymentProps", "package": "@medusajs/types" } @@ -8164,7 +8164,7 @@ ] }, { - "id": 8196, + "id": 8263, "name": "CaptureDTO", "variant": "declaration", "kind": 256, @@ -8179,7 +8179,7 @@ }, "children": [ { - "id": 8197, + "id": 8264, "name": "id", "variant": "declaration", "kind": 1024, @@ -8198,7 +8198,7 @@ } }, { - "id": 8198, + "id": 8265, "name": "amount", "variant": "declaration", "kind": 1024, @@ -8213,13 +8213,13 @@ }, "type": { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8199, + "id": 8266, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -8243,7 +8243,7 @@ } }, { - "id": 8200, + "id": 8267, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -8264,7 +8264,7 @@ } }, { - "id": 8201, + "id": 8268, "name": "payment", "variant": "declaration", "kind": 1024, @@ -8279,7 +8279,7 @@ }, "type": { "type": "reference", - "target": 8117, + "target": 8184, "name": "PaymentDTO", "package": "@medusajs/types" } @@ -8289,17 +8289,17 @@ { "title": "Properties", "children": [ - 8197, - 8198, - 8199, - 8200, - 8201 + 8264, + 8265, + 8266, + 8267, + 8268 ] } ] }, { - "id": 8212, + "id": 8279, "name": "RefundDTO", "variant": "declaration", "kind": 256, @@ -8314,7 +8314,7 @@ }, "children": [ { - "id": 8213, + "id": 8280, "name": "id", "variant": "declaration", "kind": 1024, @@ -8333,7 +8333,7 @@ } }, { - "id": 8214, + "id": 8281, "name": "amount", "variant": "declaration", "kind": 1024, @@ -8348,13 +8348,13 @@ }, "type": { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8215, + "id": 8282, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -8378,7 +8378,7 @@ } }, { - "id": 8216, + "id": 8283, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -8399,7 +8399,7 @@ } }, { - "id": 8217, + "id": 8284, "name": "payment", "variant": "declaration", "kind": 1024, @@ -8414,7 +8414,7 @@ }, "type": { "type": "reference", - "target": 8117, + "target": 8184, "name": "PaymentDTO", "package": "@medusajs/types" } @@ -8424,17 +8424,17 @@ { "title": "Properties", "children": [ - 8213, - 8214, - 8215, - 8216, - 8217 + 8280, + 8281, + 8282, + 8283, + 8284 ] } ] }, { - "id": 8094, + "id": 8161, "name": "PaymentSessionDTO", "variant": "declaration", "kind": 256, @@ -8449,7 +8449,7 @@ }, "children": [ { - "id": 8095, + "id": 8162, "name": "id", "variant": "declaration", "kind": 1024, @@ -8468,7 +8468,7 @@ } }, { - "id": 8096, + "id": 8163, "name": "amount", "variant": "declaration", "kind": 1024, @@ -8483,13 +8483,13 @@ }, "type": { "type": "reference", - "target": 8264, + "target": 8331, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8097, + "id": 8164, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -8508,7 +8508,7 @@ } }, { - "id": 8098, + "id": 8165, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -8527,7 +8527,7 @@ } }, { - "id": 8099, + "id": 8166, "name": "data", "variant": "declaration", "kind": 1024, @@ -8561,7 +8561,7 @@ } }, { - "id": 8100, + "id": 8167, "name": "context", "variant": "declaration", "kind": 1024, @@ -8597,7 +8597,7 @@ } }, { - "id": 8101, + "id": 8168, "name": "status", "variant": "declaration", "kind": 1024, @@ -8612,13 +8612,13 @@ }, "type": { "type": "reference", - "target": 8292, + "target": 8359, "name": "PaymentSessionStatus", "package": "@medusajs/types" } }, { - "id": 8102, + "id": 8169, "name": "authorized_at", "variant": "declaration", "kind": 1024, @@ -8644,7 +8644,7 @@ } }, { - "id": 8103, + "id": 8170, "name": "payment_collection", "variant": "declaration", "kind": 1024, @@ -8664,13 +8664,13 @@ }, "type": { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } }, { - "id": 8104, + "id": 8171, "name": "payment", "variant": "declaration", "kind": 1024, @@ -8690,7 +8690,7 @@ }, "type": { "type": "reference", - "target": 8117, + "target": 8184, "name": "PaymentDTO", "package": "@medusajs/types" } @@ -8700,22 +8700,22 @@ { "title": "Properties", "children": [ - 8095, - 8096, - 8097, - 8098, - 8099, - 8100, - 8101, - 8102, - 8103, - 8104 + 8162, + 8163, + 8164, + 8165, + 8166, + 8167, + 8168, + 8169, + 8170, + 8171 ] } ] }, { - "id": 8183, + "id": 8250, "name": "PaymentProviderDTO", "variant": "declaration", "kind": 256, @@ -8730,7 +8730,7 @@ }, "children": [ { - "id": 8184, + "id": 8251, "name": "id", "variant": "declaration", "kind": 1024, @@ -8749,7 +8749,7 @@ } }, { - "id": 8185, + "id": 8252, "name": "is_enabled", "variant": "declaration", "kind": 1024, @@ -8772,14 +8772,14 @@ { "title": "Properties", "children": [ - 8184, - 8185 + 8251, + 8252 ] } ] }, { - "id": 8178, + "id": 8245, "name": "FilterablePaymentProviderProps", "variant": "declaration", "kind": 256, @@ -8794,7 +8794,7 @@ }, "children": [ { - "id": 8181, + "id": 8248, "name": "$and", "variant": "declaration", "kind": 1024, @@ -8817,17 +8817,17 @@ "types": [ { "type": "reference", - "target": 8183, + "target": 8250, "name": "PaymentProviderDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8183, + "target": 8250, "name": "PaymentProviderDTO", "package": "@medusajs/types" } @@ -8840,12 +8840,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8267, + "target": 8334, "name": "BaseFilterable.$and" } }, { - "id": 8182, + "id": 8249, "name": "$or", "variant": "declaration", "kind": 1024, @@ -8868,17 +8868,17 @@ "types": [ { "type": "reference", - "target": 8183, + "target": 8250, "name": "PaymentProviderDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8183, + "target": 8250, "name": "PaymentProviderDTO", "package": "@medusajs/types" } @@ -8891,12 +8891,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8268, + "target": 8335, "name": "BaseFilterable.$or" } }, { - "id": 8179, + "id": 8246, "name": "id", "variant": "declaration", "kind": 1024, @@ -8927,7 +8927,7 @@ }, { "type": "reference", - "target": 8270, + "target": 8337, "typeArguments": [ { "type": "union", @@ -8953,7 +8953,7 @@ } }, { - "id": 8180, + "id": 8247, "name": "is_enabled", "variant": "declaration", "kind": 1024, @@ -8978,21 +8978,21 @@ { "title": "Properties", "children": [ - 8181, - 8182, - 8179, - 8180 + 8248, + 8249, + 8246, + 8247 ] } ], "extendedTypes": [ { "type": "reference", - "target": 8266, + "target": 8333, "typeArguments": [ { "type": "reference", - "target": 8183, + "target": 8250, "name": "PaymentProviderDTO", "package": "@medusajs/types" } @@ -9003,7 +9003,7 @@ ] }, { - "id": 8030, + "id": 8097, "name": "CreatePaymentCollectionDTO", "variant": "declaration", "kind": 256, @@ -9018,7 +9018,7 @@ }, "children": [ { - "id": 8031, + "id": 8098, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -9037,7 +9037,7 @@ } }, { - "id": 8032, + "id": 8099, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -9056,7 +9056,7 @@ } }, { - "id": 8033, + "id": 8100, "name": "amount", "variant": "declaration", "kind": 1024, @@ -9071,13 +9071,13 @@ }, "type": { "type": "reference", - "target": 8249, + "target": 8316, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 8034, + "id": 8101, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9117,16 +9117,16 @@ { "title": "Properties", "children": [ - 8031, - 8032, - 8033, - 8034 + 8098, + 8099, + 8100, + 8101 ] } ] }, { - "id": 8088, + "id": 8155, "name": "UpsertPaymentCollectionDTO", "variant": "declaration", "kind": 256, @@ -9141,7 +9141,7 @@ }, "children": [ { - "id": 8089, + "id": 8156, "name": "id", "variant": "declaration", "kind": 1024, @@ -9162,7 +9162,7 @@ } }, { - "id": 8090, + "id": 8157, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -9183,7 +9183,7 @@ } }, { - "id": 8091, + "id": 8158, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -9204,7 +9204,7 @@ } }, { - "id": 8092, + "id": 8159, "name": "amount", "variant": "declaration", "kind": 1024, @@ -9221,13 +9221,13 @@ }, "type": { "type": "reference", - "target": 8249, + "target": 8316, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 8093, + "id": 8160, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9267,17 +9267,17 @@ { "title": "Properties", "children": [ - 8089, - 8090, - 8091, - 8092, - 8093 + 8156, + 8157, + 8158, + 8159, + 8160 ] } ] }, { - "id": 8083, + "id": 8150, "name": "PaymentCollectionUpdatableFields", "variant": "declaration", "kind": 256, @@ -9292,7 +9292,7 @@ }, "children": [ { - "id": 8084, + "id": 8151, "name": "region_id", "variant": "declaration", "kind": 1024, @@ -9313,7 +9313,7 @@ } }, { - "id": 8085, + "id": 8152, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -9334,7 +9334,7 @@ } }, { - "id": 8086, + "id": 8153, "name": "amount", "variant": "declaration", "kind": 1024, @@ -9351,13 +9351,13 @@ }, "type": { "type": "reference", - "target": 8249, + "target": 8316, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 8087, + "id": 8154, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9397,16 +9397,16 @@ { "title": "Properties", "children": [ - 8084, - 8085, - 8086, - 8087 + 8151, + 8152, + 8153, + 8154 ] } ] }, { - "id": 8164, + "id": 8231, "name": "UpdatePaymentDTO", "variant": "declaration", "kind": 256, @@ -9421,7 +9421,7 @@ }, "children": [ { - "id": 8165, + "id": 8232, "name": "id", "variant": "declaration", "kind": 1024, @@ -9440,7 +9440,7 @@ } }, { - "id": 8166, + "id": 8233, "name": "cart_id", "variant": "declaration", "kind": 1024, @@ -9461,7 +9461,7 @@ } }, { - "id": 8167, + "id": 8234, "name": "order_id", "variant": "declaration", "kind": 1024, @@ -9482,7 +9482,7 @@ } }, { - "id": 8168, + "id": 8235, "name": "order_edit_id", "variant": "declaration", "kind": 1024, @@ -9503,7 +9503,7 @@ } }, { - "id": 8169, + "id": 8236, "name": "customer_id", "variant": "declaration", "kind": 1024, @@ -9528,17 +9528,17 @@ { "title": "Properties", "children": [ - 8165, - 8166, - 8167, - 8168, - 8169 + 8232, + 8233, + 8234, + 8235, + 8236 ] } ] }, { - "id": 8170, + "id": 8237, "name": "CreateCaptureDTO", "variant": "declaration", "kind": 256, @@ -9553,7 +9553,7 @@ }, "children": [ { - "id": 8171, + "id": 8238, "name": "amount", "variant": "declaration", "kind": 1024, @@ -9570,13 +9570,13 @@ }, "type": { "type": "reference", - "target": 8249, + "target": 8316, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 8172, + "id": 8239, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -9595,7 +9595,7 @@ } }, { - "id": 8173, + "id": 8240, "name": "captured_by", "variant": "declaration", "kind": 1024, @@ -9620,15 +9620,15 @@ { "title": "Properties", "children": [ - 8171, - 8172, - 8173 + 8238, + 8239, + 8240 ] } ] }, { - "id": 8174, + "id": 8241, "name": "CreateRefundDTO", "variant": "declaration", "kind": 256, @@ -9643,7 +9643,7 @@ }, "children": [ { - "id": 8175, + "id": 8242, "name": "amount", "variant": "declaration", "kind": 1024, @@ -9660,13 +9660,13 @@ }, "type": { "type": "reference", - "target": 8249, + "target": 8316, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 8176, + "id": 8243, "name": "payment_id", "variant": "declaration", "kind": 1024, @@ -9685,7 +9685,7 @@ } }, { - "id": 8177, + "id": 8244, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -9710,15 +9710,15 @@ { "title": "Properties", "children": [ - 8175, - 8176, - 8177 + 8242, + 8243, + 8244 ] } ] }, { - "id": 8105, + "id": 8172, "name": "CreatePaymentSessionDTO", "variant": "declaration", "kind": 256, @@ -9733,7 +9733,7 @@ }, "children": [ { - "id": 8106, + "id": 8173, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -9752,7 +9752,7 @@ } }, { - "id": 8107, + "id": 8174, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -9771,7 +9771,7 @@ } }, { - "id": 8108, + "id": 8175, "name": "amount", "variant": "declaration", "kind": 1024, @@ -9786,13 +9786,13 @@ }, "type": { "type": "reference", - "target": 8249, + "target": 8316, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 8109, + "id": 8176, "name": "data", "variant": "declaration", "kind": 1024, @@ -9826,7 +9826,7 @@ } }, { - "id": 8110, + "id": 8177, "name": "context", "variant": "declaration", "kind": 1024, @@ -9843,7 +9843,7 @@ }, "type": { "type": "reference", - "target": 8293, + "target": 8360, "name": "PaymentProviderContext", "package": "@medusajs/types" } @@ -9853,17 +9853,17 @@ { "title": "Properties", "children": [ - 8106, - 8107, - 8108, - 8109, - 8110 + 8173, + 8174, + 8175, + 8176, + 8177 ] } ] }, { - "id": 8111, + "id": 8178, "name": "UpdatePaymentSessionDTO", "variant": "declaration", "kind": 256, @@ -9878,7 +9878,7 @@ }, "children": [ { - "id": 8112, + "id": 8179, "name": "id", "variant": "declaration", "kind": 1024, @@ -9897,7 +9897,7 @@ } }, { - "id": 8113, + "id": 8180, "name": "data", "variant": "declaration", "kind": 1024, @@ -9931,7 +9931,7 @@ } }, { - "id": 8114, + "id": 8181, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -9950,7 +9950,7 @@ } }, { - "id": 8115, + "id": 8182, "name": "amount", "variant": "declaration", "kind": 1024, @@ -9965,13 +9965,13 @@ }, "type": { "type": "reference", - "target": 8249, + "target": 8316, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 8116, + "id": 8183, "name": "context", "variant": "declaration", "kind": 1024, @@ -9988,7 +9988,7 @@ }, "type": { "type": "reference", - "target": 8293, + "target": 8360, "name": "PaymentProviderContext", "package": "@medusajs/types" } @@ -9998,17 +9998,17 @@ { "title": "Properties", "children": [ - 8112, - 8113, - 8114, - 8115, - 8116 + 8179, + 8180, + 8181, + 8182, + 8183 ] } ] }, { - "id": 8218, + "id": 8285, "name": "ProviderWebhookPayload", "variant": "declaration", "kind": 256, @@ -10023,7 +10023,7 @@ }, "children": [ { - "id": 8219, + "id": 8286, "name": "provider", "variant": "declaration", "kind": 1024, @@ -10042,7 +10042,7 @@ } }, { - "id": 8220, + "id": 8287, "name": "payload", "variant": "declaration", "kind": 1024, @@ -10058,14 +10058,14 @@ "type": { "type": "reflection", "declaration": { - "id": 8221, + "id": 8288, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8222, + "id": 8289, "name": "data", "variant": "declaration", "kind": 1024, @@ -10099,7 +10099,7 @@ } }, { - "id": 8223, + "id": 8290, "name": "rawData", "variant": "declaration", "kind": 1024, @@ -10133,7 +10133,7 @@ } }, { - "id": 8224, + "id": 8291, "name": "headers", "variant": "declaration", "kind": 1024, @@ -10171,9 +10171,9 @@ { "title": "Properties", "children": [ - 8222, - 8223, - 8224 + 8289, + 8290, + 8291 ] } ] @@ -10185,14 +10185,14 @@ { "title": "Properties", "children": [ - 8219, - 8220 + 8286, + 8287 ] } ] }, { - "id": 8293, + "id": 8360, "name": "PaymentProviderContext", "variant": "declaration", "kind": 256, @@ -10207,7 +10207,7 @@ }, "children": [ { - "id": 8294, + "id": 8361, "name": "billing_address", "variant": "declaration", "kind": 1024, @@ -10231,7 +10231,7 @@ "typeArguments": [ { "type": "reference", - "target": 8359, + "target": 8426, "name": "AddressDTO", "package": "@medusajs/types" } @@ -10241,7 +10241,7 @@ } }, { - "id": 8295, + "id": 8362, "name": "email", "variant": "declaration", "kind": 1024, @@ -10262,7 +10262,7 @@ } }, { - "id": 8296, + "id": 8363, "name": "session_id", "variant": "declaration", "kind": 1024, @@ -10283,7 +10283,7 @@ } }, { - "id": 8297, + "id": 8364, "name": "customer", "variant": "declaration", "kind": 1024, @@ -10307,7 +10307,7 @@ "typeArguments": [ { "type": "reference", - "target": 8374, + "target": 8441, "name": "CustomerDTO", "package": "@medusajs/types" } @@ -10317,7 +10317,7 @@ } }, { - "id": 8298, + "id": 8365, "name": "extra", "variant": "declaration", "kind": 1024, @@ -10357,17 +10357,17 @@ { "title": "Properties", "children": [ - 8294, - 8295, - 8296, - 8297, - 8298 + 8361, + 8362, + 8363, + 8364, + 8365 ] } ] }, { - "id": 7875, + "id": 7942, "name": "IPaymentModuleService", "variant": "declaration", "kind": 256, @@ -10382,14 +10382,14 @@ }, "children": [ { - "id": 7876, + "id": 7943, "name": "createPaymentCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7877, + "id": 7944, "name": "createPaymentCollections", "variant": "signature", "kind": 4096, @@ -10424,7 +10424,7 @@ }, "parameters": [ { - "id": 7878, + "id": 7945, "name": "data", "variant": "param", "kind": 32768, @@ -10441,14 +10441,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8030, + "target": 8097, "name": "CreatePaymentCollectionDTO", "package": "@medusajs/types" } } }, { - "id": 7879, + "id": 7946, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10465,7 +10465,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -10482,7 +10482,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -10493,7 +10493,7 @@ } }, { - "id": 7880, + "id": 7947, "name": "createPaymentCollections", "variant": "signature", "kind": 4096, @@ -10528,7 +10528,7 @@ }, "parameters": [ { - "id": 7881, + "id": 7948, "name": "data", "variant": "param", "kind": 32768, @@ -10543,13 +10543,13 @@ }, "type": { "type": "reference", - "target": 8030, + "target": 8097, "name": "CreatePaymentCollectionDTO", "package": "@medusajs/types" } }, { - "id": 7882, + "id": 7949, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10566,7 +10566,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -10581,7 +10581,7 @@ "typeArguments": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -10593,14 +10593,14 @@ ] }, { - "id": 7883, + "id": 7950, "name": "retrievePaymentCollection", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7884, + "id": 7951, "name": "retrievePaymentCollection", "variant": "signature", "kind": 4096, @@ -10647,7 +10647,7 @@ }, "parameters": [ { - "id": 7885, + "id": 7952, "name": "paymentCollectionId", "variant": "param", "kind": 32768, @@ -10666,7 +10666,7 @@ } }, { - "id": 7886, + "id": 7953, "name": "config", "variant": "param", "kind": 32768, @@ -10699,11 +10699,11 @@ }, "type": { "type": "reference", - "target": 8063, + "target": 8130, "typeArguments": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -10713,7 +10713,7 @@ } }, { - "id": 7887, + "id": 7954, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10730,7 +10730,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -10745,7 +10745,7 @@ "typeArguments": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -10757,14 +10757,14 @@ ] }, { - "id": 7888, + "id": 7955, "name": "listPaymentCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7889, + "id": 7956, "name": "listPaymentCollections", "variant": "signature", "kind": 4096, @@ -10851,7 +10851,7 @@ }, "parameters": [ { - "id": 7890, + "id": 7957, "name": "filters", "variant": "param", "kind": 32768, @@ -10868,13 +10868,13 @@ }, "type": { "type": "reference", - "target": 8076, + "target": 8143, "name": "FilterablePaymentCollectionProps", "package": "@medusajs/types" } }, { - "id": 7891, + "id": 7958, "name": "config", "variant": "param", "kind": 32768, @@ -10907,11 +10907,11 @@ }, "type": { "type": "reference", - "target": 8063, + "target": 8130, "typeArguments": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -10921,7 +10921,7 @@ } }, { - "id": 7892, + "id": 7959, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10938,7 +10938,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -10955,7 +10955,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -10968,14 +10968,14 @@ ] }, { - "id": 7893, + "id": 7960, "name": "listAndCountPaymentCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7894, + "id": 7961, "name": "listAndCountPaymentCollections", "variant": "signature", "kind": 4096, @@ -11062,7 +11062,7 @@ }, "parameters": [ { - "id": 7895, + "id": 7962, "name": "filters", "variant": "param", "kind": 32768, @@ -11079,13 +11079,13 @@ }, "type": { "type": "reference", - "target": 8076, + "target": 8143, "name": "FilterablePaymentCollectionProps", "package": "@medusajs/types" } }, { - "id": 7896, + "id": 7963, "name": "config", "variant": "param", "kind": 32768, @@ -11118,11 +11118,11 @@ }, "type": { "type": "reference", - "target": 8063, + "target": 8130, "typeArguments": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -11132,7 +11132,7 @@ } }, { - "id": 7897, + "id": 7964, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11149,7 +11149,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -11169,7 +11169,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -11188,14 +11188,14 @@ ] }, { - "id": 7898, + "id": 7965, "name": "updatePaymentCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7899, + "id": 7966, "name": "updatePaymentCollections", "variant": "signature", "kind": 4096, @@ -11230,7 +11230,7 @@ }, "parameters": [ { - "id": 7900, + "id": 7967, "name": "paymentCollectionId", "variant": "param", "kind": 32768, @@ -11249,7 +11249,7 @@ } }, { - "id": 7901, + "id": 7968, "name": "data", "variant": "param", "kind": 32768, @@ -11264,13 +11264,13 @@ }, "type": { "type": "reference", - "target": 8083, + "target": 8150, "name": "PaymentCollectionUpdatableFields", "package": "@medusajs/types" } }, { - "id": 7902, + "id": 7969, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11287,7 +11287,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -11302,7 +11302,7 @@ "typeArguments": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -11312,7 +11312,7 @@ } }, { - "id": 7903, + "id": 7970, "name": "updatePaymentCollections", "variant": "signature", "kind": 4096, @@ -11347,7 +11347,7 @@ }, "parameters": [ { - "id": 7904, + "id": 7971, "name": "selector", "variant": "param", "kind": 32768, @@ -11362,13 +11362,13 @@ }, "type": { "type": "reference", - "target": 8076, + "target": 8143, "name": "FilterablePaymentCollectionProps", "package": "@medusajs/types" } }, { - "id": 7905, + "id": 7972, "name": "data", "variant": "param", "kind": 32768, @@ -11383,13 +11383,13 @@ }, "type": { "type": "reference", - "target": 8083, + "target": 8150, "name": "PaymentCollectionUpdatableFields", "package": "@medusajs/types" } }, { - "id": 7906, + "id": 7973, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11406,7 +11406,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -11423,7 +11423,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -11436,14 +11436,14 @@ ] }, { - "id": 7907, + "id": 7974, "name": "upsertPaymentCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7908, + "id": 7975, "name": "upsertPaymentCollections", "variant": "signature", "kind": 4096, @@ -11478,7 +11478,7 @@ }, "parameters": [ { - "id": 7909, + "id": 7976, "name": "data", "variant": "param", "kind": 32768, @@ -11503,14 +11503,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8088, + "target": 8155, "name": "UpsertPaymentCollectionDTO", "package": "@medusajs/types" } } }, { - "id": 7910, + "id": 7977, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11527,7 +11527,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -11544,7 +11544,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -11555,7 +11555,7 @@ } }, { - "id": 7911, + "id": 7978, "name": "upsertPaymentCollections", "variant": "signature", "kind": 4096, @@ -11590,7 +11590,7 @@ }, "parameters": [ { - "id": 7912, + "id": 7979, "name": "data", "variant": "param", "kind": 32768, @@ -11613,13 +11613,13 @@ }, "type": { "type": "reference", - "target": 8088, + "target": 8155, "name": "UpsertPaymentCollectionDTO", "package": "@medusajs/types" } }, { - "id": 7913, + "id": 7980, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11636,7 +11636,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -11651,7 +11651,7 @@ "typeArguments": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -11663,14 +11663,14 @@ ] }, { - "id": 7914, + "id": 7981, "name": "deletePaymentCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7915, + "id": 7982, "name": "deletePaymentCollections", "variant": "signature", "kind": 4096, @@ -11705,7 +11705,7 @@ }, "parameters": [ { - "id": 7916, + "id": 7983, "name": "paymentCollectionId", "variant": "param", "kind": 32768, @@ -11727,7 +11727,7 @@ } }, { - "id": 7917, + "id": 7984, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11744,7 +11744,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -11767,7 +11767,7 @@ } }, { - "id": 7918, + "id": 7985, "name": "deletePaymentCollections", "variant": "signature", "kind": 4096, @@ -11802,7 +11802,7 @@ }, "parameters": [ { - "id": 7919, + "id": 7986, "name": "paymentCollectionId", "variant": "param", "kind": 32768, @@ -11821,7 +11821,7 @@ } }, { - "id": 7920, + "id": 7987, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11838,7 +11838,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -11863,14 +11863,14 @@ ] }, { - "id": 7921, + "id": 7988, "name": "completePaymentCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7922, + "id": 7989, "name": "completePaymentCollections", "variant": "signature", "kind": 4096, @@ -11913,7 +11913,7 @@ }, "parameters": [ { - "id": 7923, + "id": 7990, "name": "paymentCollectionId", "variant": "param", "kind": 32768, @@ -11932,7 +11932,7 @@ } }, { - "id": 7924, + "id": 7991, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11949,7 +11949,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -11964,7 +11964,7 @@ "typeArguments": [ { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -11974,7 +11974,7 @@ } }, { - "id": 7925, + "id": 7992, "name": "completePaymentCollections", "variant": "signature", "kind": 4096, @@ -12017,7 +12017,7 @@ }, "parameters": [ { - "id": 7926, + "id": 7993, "name": "paymentCollectionId", "variant": "param", "kind": 32768, @@ -12039,7 +12039,7 @@ } }, { - "id": 7927, + "id": 7994, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12056,7 +12056,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -12073,7 +12073,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8047, + "target": 8114, "name": "PaymentCollectionDTO", "package": "@medusajs/types" } @@ -12086,21 +12086,21 @@ ] }, { - "id": 7928, + "id": 7995, "name": "retrievePaymentSession", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7929, + "id": 7996, "name": "retrievePaymentSession", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 7930, + "id": 7997, "name": "paymentSessionId", "variant": "param", "kind": 32768, @@ -12111,7 +12111,7 @@ } }, { - "id": 7931, + "id": 7998, "name": "config", "variant": "param", "kind": 32768, @@ -12120,11 +12120,11 @@ }, "type": { "type": "reference", - "target": 8063, + "target": 8130, "typeArguments": [ { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" } @@ -12134,7 +12134,7 @@ } }, { - "id": 7932, + "id": 7999, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12143,7 +12143,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -12158,7 +12158,7 @@ "typeArguments": [ { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" } @@ -12170,14 +12170,14 @@ ] }, { - "id": 7933, + "id": 8000, "name": "createPaymentSession", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7934, + "id": 8001, "name": "createPaymentSession", "variant": "signature", "kind": 4096, @@ -12212,7 +12212,7 @@ }, "parameters": [ { - "id": 7935, + "id": 8002, "name": "paymentCollectionId", "variant": "param", "kind": 32768, @@ -12231,7 +12231,7 @@ } }, { - "id": 7936, + "id": 8003, "name": "data", "variant": "param", "kind": 32768, @@ -12246,13 +12246,13 @@ }, "type": { "type": "reference", - "target": 8105, + "target": 8172, "name": "CreatePaymentSessionDTO", "package": "@medusajs/types" } }, { - "id": 7937, + "id": 8004, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12269,7 +12269,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -12284,7 +12284,7 @@ "typeArguments": [ { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" } @@ -12296,14 +12296,14 @@ ] }, { - "id": 7938, + "id": 8005, "name": "updatePaymentSession", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7939, + "id": 8006, "name": "updatePaymentSession", "variant": "signature", "kind": 4096, @@ -12338,7 +12338,7 @@ }, "parameters": [ { - "id": 7940, + "id": 8007, "name": "data", "variant": "param", "kind": 32768, @@ -12353,13 +12353,13 @@ }, "type": { "type": "reference", - "target": 8111, + "target": 8178, "name": "UpdatePaymentSessionDTO", "package": "@medusajs/types" } }, { - "id": 7941, + "id": 8008, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12376,7 +12376,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -12391,7 +12391,7 @@ "typeArguments": [ { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" } @@ -12403,14 +12403,14 @@ ] }, { - "id": 7942, + "id": 8009, "name": "deletePaymentSession", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7943, + "id": 8010, "name": "deletePaymentSession", "variant": "signature", "kind": 4096, @@ -12445,7 +12445,7 @@ }, "parameters": [ { - "id": 7944, + "id": 8011, "name": "id", "variant": "param", "kind": 32768, @@ -12464,7 +12464,7 @@ } }, { - "id": 7945, + "id": 8012, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12481,7 +12481,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -12506,14 +12506,14 @@ ] }, { - "id": 7946, + "id": 8013, "name": "authorizePaymentSession", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7947, + "id": 8014, "name": "authorizePaymentSession", "variant": "signature", "kind": 4096, @@ -12548,7 +12548,7 @@ }, "parameters": [ { - "id": 7948, + "id": 8015, "name": "id", "variant": "param", "kind": 32768, @@ -12567,7 +12567,7 @@ } }, { - "id": 7949, + "id": 8016, "name": "context", "variant": "param", "kind": 32768, @@ -12601,7 +12601,7 @@ } }, { - "id": 7950, + "id": 8017, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12618,7 +12618,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -12633,7 +12633,7 @@ "typeArguments": [ { "type": "reference", - "target": 8117, + "target": 8184, "name": "PaymentDTO", "package": "@medusajs/types" } @@ -12645,14 +12645,14 @@ ] }, { - "id": 7951, + "id": 8018, "name": "listPaymentSessions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7952, + "id": 8019, "name": "listPaymentSessions", "variant": "signature", "kind": 4096, @@ -12739,7 +12739,7 @@ }, "parameters": [ { - "id": 7953, + "id": 8020, "name": "filters", "variant": "param", "kind": 32768, @@ -12756,13 +12756,13 @@ }, "type": { "type": "reference", - "target": 8138, + "target": 8205, "name": "FilterablePaymentSessionProps", "package": "@medusajs/types" } }, { - "id": 7954, + "id": 8021, "name": "config", "variant": "param", "kind": 32768, @@ -12795,11 +12795,11 @@ }, "type": { "type": "reference", - "target": 8063, + "target": 8130, "typeArguments": [ { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" } @@ -12809,7 +12809,7 @@ } }, { - "id": 7955, + "id": 8022, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12826,7 +12826,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -12843,7 +12843,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8094, + "target": 8161, "name": "PaymentSessionDTO", "package": "@medusajs/types" } @@ -12856,14 +12856,14 @@ ] }, { - "id": 7956, + "id": 8023, "name": "listPayments", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7957, + "id": 8024, "name": "listPayments", "variant": "signature", "kind": 4096, @@ -12950,7 +12950,7 @@ }, "parameters": [ { - "id": 7958, + "id": 8025, "name": "filters", "variant": "param", "kind": 32768, @@ -12967,13 +12967,13 @@ }, "type": { "type": "reference", - "target": 8150, + "target": 8217, "name": "FilterablePaymentProps", "package": "@medusajs/types" } }, { - "id": 7959, + "id": 8026, "name": "config", "variant": "param", "kind": 32768, @@ -13006,11 +13006,11 @@ }, "type": { "type": "reference", - "target": 8063, + "target": 8130, "typeArguments": [ { "type": "reference", - "target": 8117, + "target": 8184, "name": "PaymentDTO", "package": "@medusajs/types" } @@ -13020,7 +13020,7 @@ } }, { - "id": 7960, + "id": 8027, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13037,7 +13037,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -13054,7 +13054,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8117, + "target": 8184, "name": "PaymentDTO", "package": "@medusajs/types" } @@ -13067,14 +13067,14 @@ ] }, { - "id": 7961, + "id": 8028, "name": "updatePayment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7962, + "id": 8029, "name": "updatePayment", "variant": "signature", "kind": 4096, @@ -13109,7 +13109,7 @@ }, "parameters": [ { - "id": 7963, + "id": 8030, "name": "data", "variant": "param", "kind": 32768, @@ -13124,13 +13124,13 @@ }, "type": { "type": "reference", - "target": 8164, + "target": 8231, "name": "UpdatePaymentDTO", "package": "@medusajs/types" } }, { - "id": 7964, + "id": 8031, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13147,7 +13147,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -13162,7 +13162,7 @@ "typeArguments": [ { "type": "reference", - "target": 8117, + "target": 8184, "name": "PaymentDTO", "package": "@medusajs/types" } @@ -13174,14 +13174,14 @@ ] }, { - "id": 7965, + "id": 8032, "name": "capturePayment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7966, + "id": 8033, "name": "capturePayment", "variant": "signature", "kind": 4096, @@ -13216,7 +13216,7 @@ }, "parameters": [ { - "id": 7967, + "id": 8034, "name": "data", "variant": "param", "kind": 32768, @@ -13231,13 +13231,13 @@ }, "type": { "type": "reference", - "target": 8170, + "target": 8237, "name": "CreateCaptureDTO", "package": "@medusajs/types" } }, { - "id": 7968, + "id": 8035, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13254,7 +13254,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -13269,7 +13269,7 @@ "typeArguments": [ { "type": "reference", - "target": 8117, + "target": 8184, "name": "PaymentDTO", "package": "@medusajs/types" } @@ -13281,14 +13281,14 @@ ] }, { - "id": 7969, + "id": 8036, "name": "refundPayment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7970, + "id": 8037, "name": "refundPayment", "variant": "signature", "kind": 4096, @@ -13323,7 +13323,7 @@ }, "parameters": [ { - "id": 7971, + "id": 8038, "name": "data", "variant": "param", "kind": 32768, @@ -13338,13 +13338,13 @@ }, "type": { "type": "reference", - "target": 8174, + "target": 8241, "name": "CreateRefundDTO", "package": "@medusajs/types" } }, { - "id": 7972, + "id": 8039, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13361,7 +13361,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -13376,7 +13376,7 @@ "typeArguments": [ { "type": "reference", - "target": 8117, + "target": 8184, "name": "PaymentDTO", "package": "@medusajs/types" } @@ -13388,14 +13388,14 @@ ] }, { - "id": 7973, + "id": 8040, "name": "cancelPayment", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7974, + "id": 8041, "name": "cancelPayment", "variant": "signature", "kind": 4096, @@ -13430,7 +13430,7 @@ }, "parameters": [ { - "id": 7975, + "id": 8042, "name": "paymentId", "variant": "param", "kind": 32768, @@ -13449,7 +13449,7 @@ } }, { - "id": 7976, + "id": 8043, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13466,7 +13466,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -13481,7 +13481,7 @@ "typeArguments": [ { "type": "reference", - "target": 8117, + "target": 8184, "name": "PaymentDTO", "package": "@medusajs/types" } @@ -13493,14 +13493,14 @@ ] }, { - "id": 7977, + "id": 8044, "name": "listPaymentProviders", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7978, + "id": 8045, "name": "listPaymentProviders", "variant": "signature", "kind": 4096, @@ -13579,7 +13579,7 @@ }, "parameters": [ { - "id": 7979, + "id": 8046, "name": "filters", "variant": "param", "kind": 32768, @@ -13596,13 +13596,13 @@ }, "type": { "type": "reference", - "target": 8178, + "target": 8245, "name": "FilterablePaymentProviderProps", "package": "@medusajs/types" } }, { - "id": 7980, + "id": 8047, "name": "config", "variant": "param", "kind": 32768, @@ -13635,11 +13635,11 @@ }, "type": { "type": "reference", - "target": 8063, + "target": 8130, "typeArguments": [ { "type": "reference", - "target": 8183, + "target": 8250, "name": "PaymentProviderDTO", "package": "@medusajs/types" } @@ -13649,7 +13649,7 @@ } }, { - "id": 7981, + "id": 8048, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13666,7 +13666,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -13683,7 +13683,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8183, + "target": 8250, "name": "PaymentProviderDTO", "package": "@medusajs/types" } @@ -13696,21 +13696,21 @@ ] }, { - "id": 7982, + "id": 8049, "name": "listAndCountPaymentProviders", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7983, + "id": 8050, "name": "listAndCountPaymentProviders", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 7984, + "id": 8051, "name": "filters", "variant": "param", "kind": 32768, @@ -13719,13 +13719,13 @@ }, "type": { "type": "reference", - "target": 8178, + "target": 8245, "name": "FilterablePaymentProviderProps", "package": "@medusajs/types" } }, { - "id": 7985, + "id": 8052, "name": "config", "variant": "param", "kind": 32768, @@ -13734,11 +13734,11 @@ }, "type": { "type": "reference", - "target": 8063, + "target": 8130, "typeArguments": [ { "type": "reference", - "target": 8183, + "target": 8250, "name": "PaymentProviderDTO", "package": "@medusajs/types" } @@ -13748,7 +13748,7 @@ } }, { - "id": 7986, + "id": 8053, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13757,7 +13757,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -13777,7 +13777,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8183, + "target": 8250, "name": "PaymentProviderDTO", "package": "@medusajs/types" } @@ -13796,14 +13796,14 @@ ] }, { - "id": 7987, + "id": 8054, "name": "listCaptures", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7988, + "id": 8055, "name": "listCaptures", "variant": "signature", "kind": 4096, @@ -13890,7 +13890,7 @@ }, "parameters": [ { - "id": 7989, + "id": 8056, "name": "filters", "variant": "param", "kind": 32768, @@ -13907,13 +13907,13 @@ }, "type": { "type": "reference", - "target": 8186, + "target": 8253, "name": "FilterableCaptureProps", "package": "@medusajs/types" } }, { - "id": 7990, + "id": 8057, "name": "config", "variant": "param", "kind": 32768, @@ -13946,11 +13946,11 @@ }, "type": { "type": "reference", - "target": 8063, + "target": 8130, "typeArguments": [ { "type": "reference", - "target": 8196, + "target": 8263, "name": "CaptureDTO", "package": "@medusajs/types" } @@ -13960,7 +13960,7 @@ } }, { - "id": 7991, + "id": 8058, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13977,7 +13977,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -13994,7 +13994,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8196, + "target": 8263, "name": "CaptureDTO", "package": "@medusajs/types" } @@ -14007,14 +14007,14 @@ ] }, { - "id": 7992, + "id": 8059, "name": "listRefunds", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7993, + "id": 8060, "name": "listRefunds", "variant": "signature", "kind": 4096, @@ -14101,7 +14101,7 @@ }, "parameters": [ { - "id": 7994, + "id": 8061, "name": "filters", "variant": "param", "kind": 32768, @@ -14118,13 +14118,13 @@ }, "type": { "type": "reference", - "target": 8202, + "target": 8269, "name": "FilterableRefundProps", "package": "@medusajs/types" } }, { - "id": 7995, + "id": 8062, "name": "config", "variant": "param", "kind": 32768, @@ -14157,11 +14157,11 @@ }, "type": { "type": "reference", - "target": 8063, + "target": 8130, "typeArguments": [ { "type": "reference", - "target": 8212, + "target": 8279, "name": "RefundDTO", "package": "@medusajs/types" } @@ -14171,7 +14171,7 @@ } }, { - "id": 7996, + "id": 8063, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -14188,7 +14188,7 @@ }, "type": { "type": "reference", - "target": 8035, + "target": 8102, "name": "Context", "package": "@medusajs/types" } @@ -14205,7 +14205,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8212, + "target": 8279, "name": "RefundDTO", "package": "@medusajs/types" } @@ -14218,14 +14218,14 @@ ] }, { - "id": 7997, + "id": 8064, "name": "processEvent", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 7998, + "id": 8065, "name": "processEvent", "variant": "signature", "kind": 4096, @@ -14280,7 +14280,7 @@ }, "parameters": [ { - "id": 7999, + "id": 8066, "name": "data", "variant": "param", "kind": 32768, @@ -14295,7 +14295,7 @@ }, "type": { "type": "reference", - "target": 8218, + "target": 8285, "name": "ProviderWebhookPayload", "package": "@medusajs/types" } @@ -14324,44 +14324,44 @@ { "title": "Methods", "children": [ - 7876, - 7883, - 7888, - 7893, - 7898, - 7907, - 7914, - 7921, - 7928, - 7933, - 7938, - 7942, - 7946, - 7951, - 7956, - 7961, + 7943, + 7950, + 7955, + 7960, 7965, - 7969, - 7973, - 7977, - 7982, - 7987, - 7992, - 7997 + 7974, + 7981, + 7988, + 7995, + 8000, + 8005, + 8009, + 8013, + 8018, + 8023, + 8028, + 8032, + 8036, + 8040, + 8044, + 8049, + 8054, + 8059, + 8064 ] } ], "extendedTypes": [ { "type": "reference", - "target": 8016, + "target": 8083, "name": "IModuleService", "package": "@medusajs/types" } ] }, { - "id": 8013, + "id": 8080, "name": "PaymentModuleOptions", "variant": "declaration", "kind": 256, @@ -14376,7 +14376,7 @@ }, "children": [ { - "id": 8014, + "id": 8081, "name": "webhook_delay", "variant": "declaration", "kind": 1024, @@ -14408,7 +14408,7 @@ } }, { - "id": 8015, + "id": 8082, "name": "webhook_retries", "variant": "declaration", "kind": 1024, @@ -14444,21 +14444,21 @@ { "title": "Properties", "children": [ - 8014, - 8015 + 8081, + 8082 ] } ] }, { - "id": 8339, + "id": 8406, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 8340, + "id": 8407, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -14474,7 +14474,7 @@ } }, { - "id": 8341, + "id": 8408, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -14484,21 +14484,21 @@ "type": { "type": "reflection", "declaration": { - "id": 8342, + "id": 8409, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 8343, + "id": 8410, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 8344, + "id": 8411, "name": "key", "variant": "param", "kind": 32768, @@ -14539,35 +14539,35 @@ { "title": "Properties", "children": [ - 8340, - 8341 + 8407, + 8408 ] } ] }, { - "id": 8250, + "id": 8317, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 8251, + "id": 8318, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8252, + "id": 8319, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 8253, + "id": 8320, "name": "msg", "variant": "param", "kind": 32768, @@ -14577,7 +14577,7 @@ "types": [ { "type": "reference", - "target": 8335, + "target": 8402, "name": "Message", "package": "@medusajs/types" }, @@ -14585,7 +14585,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8335, + "target": 8402, "name": "Message", "package": "@medusajs/types" } @@ -14602,21 +14602,21 @@ ] }, { - "id": 8254, + "id": 8321, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8255, + "id": 8322, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 8256, + "id": 8323, "name": "format", "variant": "param", "kind": 32768, @@ -14625,7 +14625,7 @@ }, "type": { "type": "reference", - "target": 8339, + "target": 8406, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -14646,7 +14646,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8335, + "target": 8402, "name": "Message", "package": "@medusajs/types" } @@ -14659,14 +14659,14 @@ ] }, { - "id": 8257, + "id": 8324, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8258, + "id": 8325, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -14679,21 +14679,21 @@ ] }, { - "id": 8259, + "id": 8326, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8260, + "id": 8327, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 8261, + "id": 8328, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14702,7 +14702,7 @@ ], "parameters": [ { - "id": 8262, + "id": 8329, "name": "messageData", "variant": "param", "kind": 32768, @@ -14712,11 +14712,11 @@ "types": [ { "type": "reference", - "target": 8345, + "target": 8412, "typeArguments": [ { "type": "reference", - "target": 8261, + "target": 8328, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14729,11 +14729,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 8345, + "target": 8412, "typeArguments": [ { "type": "reference", - "target": 8261, + "target": 8328, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14747,7 +14747,7 @@ } }, { - "id": 8263, + "id": 8330, "name": "options", "variant": "param", "kind": 32768, @@ -14787,16 +14787,16 @@ { "title": "Methods", "children": [ - 8251, - 8254, - 8257, - 8259 + 8318, + 8321, + 8324, + 8326 ] } ] }, { - "id": 8035, + "id": 8102, "name": "Context", "variant": "declaration", "kind": 256, @@ -14811,7 +14811,7 @@ }, "children": [ { - "id": 8036, + "id": 8103, "name": "__type", "variant": "declaration", "kind": 1024, @@ -14824,7 +14824,7 @@ } }, { - "id": 8037, + "id": 8104, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -14857,14 +14857,14 @@ }, "type": { "type": "reference", - "target": 8046, + "target": 8113, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 8038, + "id": 8105, "name": "manager", "variant": "declaration", "kind": 1024, @@ -14897,14 +14897,14 @@ }, "type": { "type": "reference", - "target": 8046, + "target": 8113, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 8039, + "id": 8106, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -14957,7 +14957,7 @@ } }, { - "id": 8040, + "id": 8107, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -14978,7 +14978,7 @@ } }, { - "id": 8041, + "id": 8108, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -14999,7 +14999,7 @@ } }, { - "id": 8042, + "id": 8109, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -15020,7 +15020,7 @@ } }, { - "id": 8043, + "id": 8110, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -15037,13 +15037,13 @@ }, "type": { "type": "reference", - "target": 8250, + "target": 8317, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 8044, + "id": 8111, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -15064,7 +15064,7 @@ } }, { - "id": 8045, + "id": 8112, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -15089,22 +15089,22 @@ { "title": "Properties", "children": [ - 8036, - 8037, - 8038, - 8039, - 8040, - 8041, - 8042, - 8043, - 8044, - 8045 + 8103, + 8104, + 8105, + 8106, + 8107, + 8108, + 8109, + 8110, + 8111, + 8112 ] } ], "typeParameters": [ { - "id": 8046, + "id": 8113, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -15117,14 +15117,14 @@ ] }, { - "id": 8327, + "id": 8394, "name": "IBigNumber", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 8328, + "id": 8395, "name": "numeric", "variant": "declaration", "kind": 1024, @@ -15135,7 +15135,7 @@ } }, { - "id": 8329, + "id": 8396, "name": "raw", "variant": "declaration", "kind": 1024, @@ -15144,13 +15144,13 @@ }, "type": { "type": "reference", - "target": 8322, + "target": 8389, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 8330, + "id": 8397, "name": "bigNumber", "variant": "declaration", "kind": 1024, @@ -15168,14 +15168,14 @@ } }, { - "id": 8331, + "id": 8398, "name": "toJSON", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8332, + "id": 8399, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -15188,14 +15188,14 @@ ] }, { - "id": 8333, + "id": 8400, "name": "valueOf", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8334, + "id": 8401, "name": "valueOf", "variant": "signature", "kind": 4096, @@ -15212,22 +15212,22 @@ { "title": "Properties", "children": [ - 8328, - 8329, - 8330 + 8395, + 8396, + 8397 ] }, { "title": "Methods", "children": [ - 8331, - 8333 + 8398, + 8400 ] } ] }, { - "id": 8322, + "id": 8389, "name": "BigNumberRawValue", "variant": "declaration", "kind": 2097152, @@ -15235,14 +15235,14 @@ "type": { "type": "reflection", "declaration": { - "id": 8323, + "id": 8390, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8324, + "id": 8391, "name": "value", "variant": "declaration", "kind": 1024, @@ -15266,20 +15266,20 @@ { "title": "Properties", "children": [ - 8324 + 8391 ] } ], "indexSignatures": [ { - "id": 8325, + "id": 8392, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 8326, + "id": 8393, "name": "key", "variant": "param", "kind": 32768, @@ -15300,7 +15300,7 @@ } }, { - "id": 8249, + "id": 8316, "name": "BigNumberInput", "variant": "declaration", "kind": 2097152, @@ -15310,7 +15310,7 @@ "types": [ { "type": "reference", - "target": 8322, + "target": 8389, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -15334,7 +15334,7 @@ }, { "type": "reference", - "target": 8327, + "target": 8394, "name": "IBigNumber", "package": "@medusajs/types" } @@ -15342,7 +15342,7 @@ } }, { - "id": 8264, + "id": 8331, "name": "BigNumberValue", "variant": "declaration", "kind": 2097152, @@ -15370,7 +15370,7 @@ }, { "type": "reference", - "target": 8327, + "target": 8394, "name": "IBigNumber", "package": "@medusajs/types" } @@ -15382,434 +15382,166 @@ { "title": "Interfaces", "children": [ - 8063, - 8424, - 8374, - 8266, - 8394, - 8299, - 8016, - 8047, - 8076, - 8138, - 8186, - 8202, - 8117, - 8150, - 8196, - 8212, - 8094, - 8183, - 8178, - 8030, - 8088, + 8130, + 8491, + 8441, + 8333, + 8461, + 8366, 8083, - 8164, - 8170, - 8174, - 8105, - 8111, - 8218, - 8293, - 7875, - 8013, - 8339, + 8114, + 8143, + 8205, + 8253, + 8269, + 8184, + 8217, + 8263, + 8279, + 8161, 8250, - 8035, - 8327 + 8245, + 8097, + 8155, + 8150, + 8231, + 8237, + 8241, + 8172, + 8178, + 8285, + 8360, + 7942, + 8080, + 8406, + 8317, + 8102, + 8394 ] }, { "title": "Type Aliases", "children": [ - 8359, - 8355, - 8357, - 8412, - 8459, - 8449, - 8270, - 8447, + 8426, 8422, - 8446, - 8416, - 8443, - 8406, - 8335, - 8345, - 8397, - 8316, - 8225, - 8313, - 8265, + 8424, + 8479, + 8526, + 8516, + 8337, + 8514, + 8489, + 8513, + 8483, + 8510, + 8473, + 8402, + 8412, + 8464, + 8383, 8292, - 8322, - 8249, - 8264 + 8380, + 8332, + 8359, + 8389, + 8316, + 8331 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "7874": { + "7941": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", "qualifiedName": "" }, - "7875": { + "7942": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", "qualifiedName": "IPaymentModuleService" }, - "7876": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.createPaymentCollections" - }, - "7877": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.createPaymentCollections" - }, - "7878": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "data" - }, - "7879": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7880": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.createPaymentCollections" - }, - "7881": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "data" - }, - "7882": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7883": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.retrievePaymentCollection" - }, - "7884": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.retrievePaymentCollection" - }, - "7885": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "paymentCollectionId" - }, - "7886": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "config" - }, - "7887": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7888": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listPaymentCollections" - }, - "7889": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listPaymentCollections" - }, - "7890": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "filters" - }, - "7891": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "config" - }, - "7892": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7893": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listAndCountPaymentCollections" - }, - "7894": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listAndCountPaymentCollections" - }, - "7895": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "filters" - }, - "7896": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "config" - }, - "7897": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7898": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.updatePaymentCollections" - }, - "7899": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.updatePaymentCollections" - }, - "7900": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "paymentCollectionId" - }, - "7901": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "data" - }, - "7902": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7903": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.updatePaymentCollections" - }, - "7904": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "selector" - }, - "7905": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "data" - }, - "7906": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7907": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.upsertPaymentCollections" - }, - "7908": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.upsertPaymentCollections" - }, - "7909": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "data" - }, - "7910": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7911": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.upsertPaymentCollections" - }, - "7912": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "data" - }, - "7913": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7914": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.deletePaymentCollections" - }, - "7915": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.deletePaymentCollections" - }, - "7916": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "paymentCollectionId" - }, - "7917": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7918": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.deletePaymentCollections" - }, - "7919": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "paymentCollectionId" - }, - "7920": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7921": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.completePaymentCollections" - }, - "7922": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.completePaymentCollections" - }, - "7923": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "paymentCollectionId" - }, - "7924": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7925": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.completePaymentCollections" - }, - "7926": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "paymentCollectionId" - }, - "7927": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7928": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.retrievePaymentSession" - }, - "7929": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.retrievePaymentSession" - }, - "7930": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "paymentSessionId" - }, - "7931": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "config" - }, - "7932": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7933": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.createPaymentSession" - }, - "7934": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.createPaymentSession" - }, - "7935": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "paymentCollectionId" - }, - "7936": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "data" - }, - "7937": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7938": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.updatePaymentSession" - }, - "7939": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.updatePaymentSession" - }, - "7940": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "data" - }, - "7941": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" - }, - "7942": { - "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.deletePaymentSession" - }, "7943": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.deletePaymentSession" + "qualifiedName": "IPaymentModuleService.createPaymentCollections" }, "7944": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "id" + "qualifiedName": "IPaymentModuleService.createPaymentCollections" }, "7945": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "7946": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.authorizePaymentSession" + "qualifiedName": "sharedContext" }, "7947": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.authorizePaymentSession" + "qualifiedName": "IPaymentModuleService.createPaymentCollections" }, "7948": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "id" + "qualifiedName": "data" }, "7949": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "context" + "qualifiedName": "sharedContext" }, "7950": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPaymentModuleService.retrievePaymentCollection" }, "7951": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listPaymentSessions" + "qualifiedName": "IPaymentModuleService.retrievePaymentCollection" }, "7952": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listPaymentSessions" + "qualifiedName": "paymentCollectionId" }, "7953": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "filters" + "qualifiedName": "config" }, "7954": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "7955": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPaymentModuleService.listPaymentCollections" }, "7956": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listPayments" + "qualifiedName": "IPaymentModuleService.listPaymentCollections" }, "7957": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listPayments" + "qualifiedName": "filters" }, "7958": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "filters" + "qualifiedName": "config" }, "7959": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "7960": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPaymentModuleService.listAndCountPaymentCollections" }, "7961": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.updatePayment" + "qualifiedName": "IPaymentModuleService.listAndCountPaymentCollections" }, "7962": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.updatePayment" + "qualifiedName": "filters" }, "7963": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "data" + "qualifiedName": "config" }, "7964": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", @@ -15817,107 +15549,107 @@ }, "7965": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.capturePayment" + "qualifiedName": "IPaymentModuleService.updatePaymentCollections" }, "7966": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.capturePayment" + "qualifiedName": "IPaymentModuleService.updatePaymentCollections" }, "7967": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "data" + "qualifiedName": "paymentCollectionId" }, "7968": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "7969": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.refundPayment" + "qualifiedName": "sharedContext" }, "7970": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.refundPayment" + "qualifiedName": "IPaymentModuleService.updatePaymentCollections" }, "7971": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "data" + "qualifiedName": "selector" }, "7972": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "7973": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.cancelPayment" + "qualifiedName": "sharedContext" }, "7974": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.cancelPayment" + "qualifiedName": "IPaymentModuleService.upsertPaymentCollections" }, "7975": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "paymentId" + "qualifiedName": "IPaymentModuleService.upsertPaymentCollections" }, "7976": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "7977": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listPaymentProviders" + "qualifiedName": "sharedContext" }, "7978": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listPaymentProviders" + "qualifiedName": "IPaymentModuleService.upsertPaymentCollections" }, "7979": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "filters" + "qualifiedName": "data" }, "7980": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "7981": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPaymentModuleService.deletePaymentCollections" }, "7982": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listAndCountPaymentProviders" + "qualifiedName": "IPaymentModuleService.deletePaymentCollections" }, "7983": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listAndCountPaymentProviders" + "qualifiedName": "paymentCollectionId" }, "7984": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "7985": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "config" + "qualifiedName": "IPaymentModuleService.deletePaymentCollections" }, "7986": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "paymentCollectionId" }, "7987": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listCaptures" + "qualifiedName": "sharedContext" }, "7988": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listCaptures" + "qualifiedName": "IPaymentModuleService.completePaymentCollections" }, "7989": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IPaymentModuleService.completePaymentCollections" }, "7990": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "config" + "qualifiedName": "paymentCollectionId" }, "7991": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", @@ -15925,519 +15657,519 @@ }, "7992": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listRefunds" + "qualifiedName": "IPaymentModuleService.completePaymentCollections" }, "7993": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.listRefunds" + "qualifiedName": "paymentCollectionId" }, "7994": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "7995": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "config" + "qualifiedName": "IPaymentModuleService.retrievePaymentSession" }, "7996": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPaymentModuleService.retrievePaymentSession" }, "7997": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.processEvent" + "qualifiedName": "paymentSessionId" }, "7998": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "IPaymentModuleService.processEvent" + "qualifiedName": "config" }, "7999": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8000": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.createPaymentSession" + }, + "8001": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.createPaymentSession" + }, + "8002": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "paymentCollectionId" + }, + "8003": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", "qualifiedName": "data" }, + "8004": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8005": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.updatePaymentSession" + }, + "8006": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.updatePaymentSession" + }, + "8007": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "data" + }, + "8008": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8009": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.deletePaymentSession" + }, + "8010": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.deletePaymentSession" + }, + "8011": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "id" + }, + "8012": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, "8013": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "PaymentModuleOptions" + "qualifiedName": "IPaymentModuleService.authorizePaymentSession" }, "8014": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "PaymentModuleOptions.webhook_delay" + "qualifiedName": "IPaymentModuleService.authorizePaymentSession" }, "8015": { "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", - "qualifiedName": "PaymentModuleOptions.webhook_retries" + "qualifiedName": "id" }, "8016": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "context" + }, + "8017": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8018": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listPaymentSessions" + }, + "8019": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listPaymentSessions" + }, + "8020": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "filters" + }, + "8021": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "config" + }, + "8022": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8023": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listPayments" + }, + "8024": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listPayments" + }, + "8025": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "filters" + }, + "8026": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "config" + }, + "8027": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8028": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.updatePayment" + }, + "8029": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.updatePayment" + }, + "8030": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "data" + }, + "8031": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8032": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.capturePayment" + }, + "8033": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.capturePayment" + }, + "8034": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "data" + }, + "8035": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8036": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.refundPayment" + }, + "8037": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.refundPayment" + }, + "8038": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "data" + }, + "8039": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8040": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.cancelPayment" + }, + "8041": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.cancelPayment" + }, + "8042": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "paymentId" + }, + "8043": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8044": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listPaymentProviders" + }, + "8045": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listPaymentProviders" + }, + "8046": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "filters" + }, + "8047": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "config" + }, + "8048": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8049": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listAndCountPaymentProviders" + }, + "8050": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listAndCountPaymentProviders" + }, + "8051": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "filters" + }, + "8052": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "config" + }, + "8053": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8054": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listCaptures" + }, + "8055": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listCaptures" + }, + "8056": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "filters" + }, + "8057": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "config" + }, + "8058": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8059": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listRefunds" + }, + "8060": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.listRefunds" + }, + "8061": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "filters" + }, + "8062": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "config" + }, + "8063": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "sharedContext" + }, + "8064": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.processEvent" + }, + "8065": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "IPaymentModuleService.processEvent" + }, + "8066": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "data" + }, + "8080": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "PaymentModuleOptions" + }, + "8081": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "PaymentModuleOptions.webhook_delay" + }, + "8082": { + "sourceFileName": "../../../../packages/core/types/src/payment/service.ts", + "qualifiedName": "PaymentModuleOptions.webhook_retries" + }, + "8083": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "8030": { + "8097": { "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", "qualifiedName": "CreatePaymentCollectionDTO" }, - "8031": { + "8098": { "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", "qualifiedName": "CreatePaymentCollectionDTO.region_id" }, - "8032": { + "8099": { "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", "qualifiedName": "CreatePaymentCollectionDTO.currency_code" }, - "8033": { + "8100": { "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", "qualifiedName": "CreatePaymentCollectionDTO.amount" }, - "8034": { + "8101": { "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", "qualifiedName": "CreatePaymentCollectionDTO.metadata" }, - "8035": { + "8102": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "8036": { + "8103": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "8037": { + "8104": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "8038": { + "8105": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "8039": { + "8106": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "8040": { + "8107": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "8041": { + "8108": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "8042": { + "8109": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "8043": { + "8110": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "8044": { + "8111": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "8045": { + "8112": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "8046": { + "8113": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "8047": { + "8114": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO" }, - "8048": { + "8115": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.id" }, - "8049": { + "8116": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.currency_code" }, - "8050": { + "8117": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.region_id" }, - "8051": { + "8118": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.amount" }, - "8052": { + "8119": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.authorized_amount" }, - "8053": { + "8120": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.refunded_amount" }, - "8054": { + "8121": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.captured_amount" }, - "8055": { + "8122": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.completed_at" }, - "8056": { + "8123": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.created_at" }, - "8057": { + "8124": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.updated_at" }, - "8058": { + "8125": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.metadata" }, - "8059": { + "8126": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.status" }, - "8060": { + "8127": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.payment_providers" }, - "8061": { + "8128": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.payment_sessions" }, - "8062": { + "8129": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "PaymentCollectionDTO.payments" }, - "8063": { + "8130": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "8064": { + "8131": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "8065": { + "8132": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "8066": { + "8133": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "8067": { + "8134": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "8068": { + "8135": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "8069": { + "8136": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "8070": { + "8137": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "8072": { + "8139": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "8073": { + "8140": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "8074": { + "8141": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "8075": { + "8142": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "8076": { + "8143": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "FilterablePaymentCollectionProps" }, - "8077": { + "8144": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "FilterablePaymentCollectionProps.id" }, - "8078": { + "8145": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "FilterablePaymentCollectionProps.region_id" }, - "8079": { + "8146": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", "qualifiedName": "FilterablePaymentCollectionProps.created_at" }, - "8080": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentCollectionProps.updated_at" - }, - "8081": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "8082": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "8083": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "PaymentCollectionUpdatableFields" - }, - "8084": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "PaymentCollectionUpdatableFields.region_id" - }, - "8085": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "PaymentCollectionUpdatableFields.currency_code" - }, - "8086": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "PaymentCollectionUpdatableFields.amount" - }, - "8087": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "PaymentCollectionUpdatableFields.metadata" - }, - "8088": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpsertPaymentCollectionDTO" - }, - "8089": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpsertPaymentCollectionDTO.id" - }, - "8090": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpsertPaymentCollectionDTO.region_id" - }, - "8091": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpsertPaymentCollectionDTO.currency_code" - }, - "8092": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpsertPaymentCollectionDTO.amount" - }, - "8093": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpsertPaymentCollectionDTO.metadata" - }, - "8094": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionDTO" - }, - "8095": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionDTO.id" - }, - "8096": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionDTO.amount" - }, - "8097": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionDTO.currency_code" - }, - "8098": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionDTO.provider_id" - }, - "8099": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionDTO.data" - }, - "8100": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionDTO.context" - }, - "8101": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionDTO.status" - }, - "8102": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionDTO.authorized_at" - }, - "8103": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionDTO.payment_collection" - }, - "8104": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionDTO.payment" - }, - "8105": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreatePaymentSessionDTO" - }, - "8106": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreatePaymentSessionDTO.provider_id" - }, - "8107": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreatePaymentSessionDTO.currency_code" - }, - "8108": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreatePaymentSessionDTO.amount" - }, - "8109": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreatePaymentSessionDTO.data" - }, - "8110": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreatePaymentSessionDTO.context" - }, - "8111": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentSessionDTO" - }, - "8112": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentSessionDTO.id" - }, - "8113": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentSessionDTO.data" - }, - "8114": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentSessionDTO.currency_code" - }, - "8115": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentSessionDTO.amount" - }, - "8116": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentSessionDTO.context" - }, - "8117": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO" - }, - "8118": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.id" - }, - "8119": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.amount" - }, - "8120": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.authorized_amount" - }, - "8121": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.currency_code" - }, - "8122": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.provider_id" - }, - "8123": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.cart_id" - }, - "8124": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.order_id" - }, - "8125": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.order_edit_id" - }, - "8126": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.customer_id" - }, - "8127": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.data" - }, - "8128": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.created_at" - }, - "8129": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.updated_at" - }, - "8130": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.captured_at" - }, - "8131": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.canceled_at" - }, - "8132": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.captured_amount" - }, - "8133": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.refunded_amount" - }, - "8134": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.captures" - }, - "8135": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.refunds" - }, - "8136": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.payment_collection" - }, - "8137": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentDTO.payment_session" - }, - "8138": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentSessionProps" - }, - "8139": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentSessionProps.id" - }, - "8140": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentSessionProps.currency_code" - }, - "8141": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentSessionProps.amount" - }, - "8142": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentSessionProps.provider_id" - }, - "8143": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentSessionProps.payment_collection_id" - }, - "8144": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentSessionProps.region_id" - }, - "8145": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentSessionProps.created_at" - }, - "8146": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentSessionProps.updated_at" - }, "8147": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentSessionProps.deleted_at" + "qualifiedName": "FilterablePaymentCollectionProps.updated_at" }, "8148": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", @@ -16448,1234 +16180,1502 @@ "qualifiedName": "BaseFilterable.$or" }, "8150": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "PaymentCollectionUpdatableFields" }, "8151": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps.q" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "PaymentCollectionUpdatableFields.region_id" }, "8152": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps.id" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "PaymentCollectionUpdatableFields.currency_code" }, "8153": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps.payment_session_id" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "PaymentCollectionUpdatableFields.amount" }, "8154": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps.customer_id" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "PaymentCollectionUpdatableFields.metadata" }, "8155": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps.cart_id" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpsertPaymentCollectionDTO" }, "8156": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps.order_id" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpsertPaymentCollectionDTO.id" }, "8157": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps.order_edit_id" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpsertPaymentCollectionDTO.region_id" }, "8158": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps.created_at" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpsertPaymentCollectionDTO.currency_code" }, "8159": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps.updated_at" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpsertPaymentCollectionDTO.amount" }, "8160": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps.captured_at" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpsertPaymentCollectionDTO.metadata" }, "8161": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProps.canceled_at" + "qualifiedName": "PaymentSessionDTO" }, "8162": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentSessionDTO.id" }, "8163": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentSessionDTO.amount" }, "8164": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentDTO" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentSessionDTO.currency_code" }, "8165": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentDTO.id" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentSessionDTO.provider_id" }, "8166": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentDTO.cart_id" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentSessionDTO.data" }, "8167": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentDTO.order_id" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentSessionDTO.context" }, "8168": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentDTO.order_edit_id" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentSessionDTO.status" }, "8169": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "UpdatePaymentDTO.customer_id" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentSessionDTO.authorized_at" }, "8170": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreateCaptureDTO" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentSessionDTO.payment_collection" }, "8171": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreateCaptureDTO.amount" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentSessionDTO.payment" }, "8172": { "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreateCaptureDTO.payment_id" + "qualifiedName": "CreatePaymentSessionDTO" }, "8173": { "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreateCaptureDTO.captured_by" + "qualifiedName": "CreatePaymentSessionDTO.provider_id" }, "8174": { "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreateRefundDTO" + "qualifiedName": "CreatePaymentSessionDTO.currency_code" }, "8175": { "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreateRefundDTO.amount" + "qualifiedName": "CreatePaymentSessionDTO.amount" }, "8176": { "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreateRefundDTO.payment_id" + "qualifiedName": "CreatePaymentSessionDTO.data" }, "8177": { "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "CreateRefundDTO.created_by" + "qualifiedName": "CreatePaymentSessionDTO.context" }, "8178": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProviderProps" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentSessionDTO" }, "8179": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProviderProps.id" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentSessionDTO.id" }, "8180": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterablePaymentProviderProps.is_enabled" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentSessionDTO.data" }, "8181": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentSessionDTO.currency_code" }, "8182": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentSessionDTO.amount" }, "8183": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentProviderDTO" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentSessionDTO.context" }, "8184": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentProviderDTO.id" + "qualifiedName": "PaymentDTO" }, "8185": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentProviderDTO.is_enabled" + "qualifiedName": "PaymentDTO.id" }, "8186": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableCaptureProps" + "qualifiedName": "PaymentDTO.amount" }, "8187": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableCaptureProps.id" + "qualifiedName": "PaymentDTO.authorized_amount" }, "8188": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableCaptureProps.currency_code" + "qualifiedName": "PaymentDTO.currency_code" }, "8189": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableCaptureProps.amount" + "qualifiedName": "PaymentDTO.provider_id" }, "8190": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableCaptureProps.payment_id" + "qualifiedName": "PaymentDTO.cart_id" }, "8191": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableCaptureProps.created_at" + "qualifiedName": "PaymentDTO.order_id" }, "8192": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableCaptureProps.updated_at" + "qualifiedName": "PaymentDTO.order_edit_id" }, "8193": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableCaptureProps.deleted_at" + "qualifiedName": "PaymentDTO.customer_id" }, "8194": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentDTO.data" }, "8195": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentDTO.created_at" }, "8196": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "CaptureDTO" + "qualifiedName": "PaymentDTO.updated_at" }, "8197": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "CaptureDTO.id" + "qualifiedName": "PaymentDTO.captured_at" }, "8198": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "CaptureDTO.amount" + "qualifiedName": "PaymentDTO.canceled_at" }, "8199": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "CaptureDTO.created_at" + "qualifiedName": "PaymentDTO.captured_amount" }, "8200": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "CaptureDTO.created_by" + "qualifiedName": "PaymentDTO.refunded_amount" }, "8201": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "CaptureDTO.payment" + "qualifiedName": "PaymentDTO.captures" }, "8202": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableRefundProps" + "qualifiedName": "PaymentDTO.refunds" }, "8203": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableRefundProps.id" + "qualifiedName": "PaymentDTO.payment_collection" }, "8204": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableRefundProps.currency_code" + "qualifiedName": "PaymentDTO.payment_session" }, "8205": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableRefundProps.amount" + "qualifiedName": "FilterablePaymentSessionProps" }, "8206": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableRefundProps.payment_id" + "qualifiedName": "FilterablePaymentSessionProps.id" }, "8207": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableRefundProps.created_at" + "qualifiedName": "FilterablePaymentSessionProps.currency_code" }, "8208": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableRefundProps.updated_at" + "qualifiedName": "FilterablePaymentSessionProps.amount" }, "8209": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "FilterableRefundProps.deleted_at" + "qualifiedName": "FilterablePaymentSessionProps.provider_id" }, "8210": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentSessionProps.payment_collection_id" }, "8211": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentSessionProps.region_id" }, "8212": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "RefundDTO" + "qualifiedName": "FilterablePaymentSessionProps.created_at" }, "8213": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "RefundDTO.id" + "qualifiedName": "FilterablePaymentSessionProps.updated_at" }, "8214": { "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "RefundDTO.amount" + "qualifiedName": "FilterablePaymentSessionProps.deleted_at" }, "8215": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "RefundDTO.created_at" - }, - "8216": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "RefundDTO.created_by" - }, - "8217": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "RefundDTO.payment" - }, - "8218": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "ProviderWebhookPayload" - }, - "8219": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "ProviderWebhookPayload.provider" - }, - "8220": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "ProviderWebhookPayload.payload" - }, - "8221": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "__type" - }, - "8222": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "__type.data" - }, - "8223": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "__type.rawData" - }, - "8224": { - "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", - "qualifiedName": "__type.headers" - }, - "8225": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerConfig" - }, - "8226": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "8227": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.schema" - }, - "8228": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationships" - }, - "8229": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extends" - }, - "8230": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "8231": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "8232": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.fieldAlias" - }, - "8233": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "8234": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" - }, - "8235": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "8236": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" - }, - "8237": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" - }, - "8238": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "8239": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" - }, - "8240": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" - }, - "8241": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" - }, - "8242": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" - }, - "8243": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" - }, - "8244": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" - }, - "8245": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "8246": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" - }, - "8247": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" - }, - "8248": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" - }, - "8249": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberInput" - }, - "8250": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator" - }, - "8251": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "8252": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "8253": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "msg" - }, - "8254": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "8255": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "8256": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "format" - }, - "8257": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "8258": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "8259": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "8260": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "8261": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "T" - }, - "8262": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "messageData" - }, - "8263": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "options" - }, - "8264": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberValue" - }, - "8265": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentCollectionStatus" - }, - "8266": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable" - }, - "8267": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "8268": { + "8216": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "8269": { + "8217": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps" + }, + "8218": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps.q" + }, + "8219": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps.id" + }, + "8220": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps.payment_session_id" + }, + "8221": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps.customer_id" + }, + "8222": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps.cart_id" + }, + "8223": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps.order_id" + }, + "8224": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps.order_edit_id" + }, + "8225": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps.created_at" + }, + "8226": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps.updated_at" + }, + "8227": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps.captured_at" + }, + "8228": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProps.canceled_at" + }, + "8229": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.T" + "qualifiedName": "BaseFilterable.$and" + }, + "8230": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "8231": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentDTO" + }, + "8232": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentDTO.id" + }, + "8233": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentDTO.cart_id" + }, + "8234": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentDTO.order_id" + }, + "8235": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentDTO.order_edit_id" + }, + "8236": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "UpdatePaymentDTO.customer_id" + }, + "8237": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "CreateCaptureDTO" + }, + "8238": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "CreateCaptureDTO.amount" + }, + "8239": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "CreateCaptureDTO.payment_id" + }, + "8240": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "CreateCaptureDTO.captured_by" + }, + "8241": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "CreateRefundDTO" + }, + "8242": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "CreateRefundDTO.amount" + }, + "8243": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "CreateRefundDTO.payment_id" + }, + "8244": { + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "CreateRefundDTO.created_by" + }, + "8245": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProviderProps" + }, + "8246": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProviderProps.id" + }, + "8247": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterablePaymentProviderProps.is_enabled" + }, + "8248": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "8249": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "8250": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentProviderDTO" + }, + "8251": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentProviderDTO.id" + }, + "8252": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentProviderDTO.is_enabled" + }, + "8253": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableCaptureProps" + }, + "8254": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableCaptureProps.id" + }, + "8255": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableCaptureProps.currency_code" + }, + "8256": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableCaptureProps.amount" + }, + "8257": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableCaptureProps.payment_id" + }, + "8258": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableCaptureProps.created_at" + }, + "8259": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableCaptureProps.updated_at" + }, + "8260": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableCaptureProps.deleted_at" + }, + "8261": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "8262": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "8263": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "CaptureDTO" + }, + "8264": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "CaptureDTO.id" + }, + "8265": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "CaptureDTO.amount" + }, + "8266": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "CaptureDTO.created_at" + }, + "8267": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "CaptureDTO.created_by" + }, + "8268": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "CaptureDTO.payment" + }, + "8269": { + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableRefundProps" }, "8270": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "OperatorMap" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableRefundProps.id" }, "8271": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableRefundProps.currency_code" }, "8272": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$and" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableRefundProps.amount" }, "8273": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$or" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableRefundProps.payment_id" }, "8274": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$eq" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableRefundProps.created_at" }, "8275": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ne" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableRefundProps.updated_at" }, "8276": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$in" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "FilterableRefundProps.deleted_at" }, "8277": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$nin" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "8278": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$not" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "8279": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gt" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "RefundDTO" }, "8280": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gte" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "RefundDTO.id" }, "8281": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lt" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "RefundDTO.amount" }, "8282": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lte" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "RefundDTO.created_at" }, "8283": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$like" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "RefundDTO.created_by" }, "8284": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$re" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "RefundDTO.payment" }, "8285": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ilike" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "ProviderWebhookPayload" }, "8286": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$fulltext" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "ProviderWebhookPayload.provider" }, "8287": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$overlap" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "ProviderWebhookPayload.payload" }, "8288": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contains" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "__type" }, "8289": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contained" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "__type.data" }, "8290": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$exists" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "__type.rawData" }, "8291": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/payment/mutations.ts", + "qualifiedName": "__type.headers" }, "8292": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentSessionStatus" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerConfig" }, "8293": { - "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", - "qualifiedName": "PaymentProviderContext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "8294": { - "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", - "qualifiedName": "__type.billing_address" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.schema" }, "8295": { - "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", - "qualifiedName": "__type.email" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationships" }, "8296": { - "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", - "qualifiedName": "__type.session_id" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extends" }, "8297": { - "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", - "qualifiedName": "__type.customer" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "8298": { - "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", - "qualifiedName": "__type.extra" - }, - "8299": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig" - }, - "8300": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.serviceName" - }, - "8301": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.alias" - }, - "8302": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.fieldAlias" - }, - "8303": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "8304": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.path" - }, - "8305": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "8306": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.primaryKeys" - }, - "8307": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.relationships" - }, - "8308": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.extends" - }, - "8309": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "8310": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.serviceName" }, - "8311": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "8299": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.fieldAlias" + }, + "8300": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8301": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.path" + }, + "8302": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" + }, + "8303": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isList" + }, + "8304": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.relationship" }, + "8305": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" + }, + "8306": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.primaryKeys" + }, + "8307": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isLink" + }, + "8308": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.linkableKeys" + }, + "8309": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isReadOnlyLink" + }, + "8310": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraDataFields" + }, + "8311": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.databaseConfig" + }, "8312": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.args" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "8313": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerRelationship" + "qualifiedName": "__type.tableName" }, "8314": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.idPrefix" }, "8315": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.deleteCascade" + "qualifiedName": "__type.extraFields" }, "8316": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModulesExtraFields" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberInput" }, "8317": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator" }, "8318": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "8319": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultValue" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "8320": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.nullable" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "msg" }, "8321": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" }, "8322": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" }, "8323": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "format" }, "8324": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.value" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" }, "8325": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" + }, + "8326": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "8327": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "8328": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.numeric" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "T" }, "8329": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.raw" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "messageData" }, "8330": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.bigNumber" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "options" }, "8331": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" + "qualifiedName": "BigNumberValue" }, "8332": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentCollectionStatus" }, "8333": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable" }, "8334": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "8335": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Message" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "8336": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.T" }, "8337": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "OperatorMap" }, "8338": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "8339": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$and" }, "8340": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.groupBy" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$or" }, "8341": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.sortBy" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$eq" }, "8342": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ne" }, "8343": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$in" + }, + "8344": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$nin" }, "8345": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$not" }, "8346": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gt" }, "8347": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gte" }, "8348": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lt" }, "8349": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lte" }, "8350": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$like" }, "8351": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$re" }, "8352": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ilike" }, "8353": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$fulltext" }, "8354": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$overlap" }, "8355": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Query" + "qualifiedName": "__type.$contains" }, "8356": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "qualifiedName": "__type.$contained" }, "8357": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "ExpandScalar" + "qualifiedName": "__type.$exists" }, "8358": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, "8359": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "AddressDTO" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentSessionStatus" }, "8360": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", + "qualifiedName": "PaymentProviderContext" }, "8361": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", + "qualifiedName": "__type.billing_address" }, "8362": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.address_1" + "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", + "qualifiedName": "__type.email" }, "8363": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.address_2" + "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", + "qualifiedName": "__type.session_id" }, "8364": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.company" + "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", + "qualifiedName": "__type.customer" }, "8365": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.country_code" + "sourceFileName": "../../../../packages/core/types/src/payment/provider.ts", + "qualifiedName": "__type.extra" }, "8366": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.city" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig" }, "8367": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.phone" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.serviceName" }, "8368": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.postal_code" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.alias" }, "8369": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.province" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.fieldAlias" }, "8370": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.metadata" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" }, "8371": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.created_at" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.path" }, "8372": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.updated_at" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" }, "8373": { - "sourceFileName": "../../../../packages/core/types/src/address/common.ts", - "qualifiedName": "__type.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.primaryKeys" }, "8374": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.relationships" }, "8375": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.id" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.extends" }, "8376": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.email" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" }, "8377": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.has_account" - }, - "8378": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.default_billing_address_id" - }, - "8379": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.default_shipping_address_id" - }, - "8380": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.company_name" - }, - "8381": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.first_name" - }, - "8382": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.last_name" - }, - "8383": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.addresses" - }, - "8384": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.phone" - }, - "8385": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.groups" - }, - "8386": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "__type" - }, - "8387": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "__type.id" - }, - "8388": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "__type.name" - }, - "8389": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.metadata" - }, - "8390": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.created_by" - }, - "8391": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.deleted_at" - }, - "8392": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.created_at" - }, - "8393": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerDTO.updated_at" - }, - "8394": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" - }, - "8395": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" - }, - "8396": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" - }, - "8397": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" - }, - "8398": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "8399": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" - }, - "8400": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" - }, - "8401": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" - }, - "8402": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.serviceName" }, - "8403": { + "8378": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" + "qualifiedName": "__type.relationship" }, - "8404": { + "8379": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" + "qualifiedName": "JoinerServiceConfig.args" }, - "8405": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" + "8380": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerRelationship" }, - "8406": { + "8381": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8382": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.deleteCascade" + }, + "8383": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "LinkModulesExtraFields" + }, + "8384": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "8385": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.type" + }, + "8386": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.defaultValue" + }, + "8387": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.nullable" + }, + "8388": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.options" + }, + "8389": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "8390": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type" + }, + "8391": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.value" + }, + "8392": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.__index" + }, + "8394": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber" + }, + "8395": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.numeric" + }, + "8396": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.raw" + }, + "8397": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.bigNumber" + }, + "8398": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.toJSON" + }, + "8399": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.toJSON" + }, + "8400": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" + }, + "8401": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" + }, + "8402": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" + "qualifiedName": "Message" }, - "8407": { + "8403": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "8408": { + "8404": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.options" }, - "8409": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" - }, - "8410": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "8411": { + "8405": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "TData" }, + "8406": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat" + }, + "8407": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.groupBy" + }, + "8408": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.sortBy" + }, + "8409": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type" + }, + "8410": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type.__index" + }, "8412": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Scalar" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "RawMessageFormat" }, "8413": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, "8414": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventName" }, "8415": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" }, "8416": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterQuery" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" }, "8417": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" }, "8418": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "8419": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" }, "8420": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" }, "8421": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Prev" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" }, "8422": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue" + "qualifiedName": "Query" }, "8423": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, "8424": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "ExpandScalar" }, "8425": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.id" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" }, "8426": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.address_name" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "AddressDTO" }, "8427": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.is_default_shipping" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type" }, "8428": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.is_default_billing" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.id" }, "8429": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.customer_id" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.address_1" }, "8430": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.company" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.address_2" }, "8431": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.first_name" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.company" }, "8432": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.last_name" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.country_code" }, "8433": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.address_1" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.city" }, "8434": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.address_2" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.phone" }, "8435": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.city" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.postal_code" }, "8436": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.country_code" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.province" }, "8437": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.province" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.metadata" }, "8438": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.postal_code" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.created_at" }, "8439": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.phone" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.updated_at" }, "8440": { - "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.metadata" + "sourceFileName": "../../../../packages/core/types/src/address/common.ts", + "qualifiedName": "__type.deleted_at" }, "8441": { "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.created_at" + "qualifiedName": "CustomerDTO" }, "8442": { "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", - "qualifiedName": "CustomerAddressDTO.updated_at" + "qualifiedName": "CustomerDTO.id" }, "8443": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.email" + }, + "8444": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.has_account" + }, + "8445": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.default_billing_address_id" + }, + "8446": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.default_shipping_address_id" + }, + "8447": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.company_name" + }, + "8448": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.first_name" + }, + "8449": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.last_name" + }, + "8450": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.addresses" + }, + "8451": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.phone" + }, + "8452": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.groups" + }, + "8453": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "__type" + }, + "8454": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "__type.id" + }, + "8455": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "__type.name" + }, + "8456": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.metadata" + }, + "8457": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.created_by" + }, + "8458": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.deleted_at" + }, + "8459": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.created_at" + }, + "8460": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerDTO.updated_at" + }, + "8461": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "8462": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "8463": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "8464": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerRelationship" + }, + "8465": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "8466": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.alias" + }, + "8467": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.foreignKey" + }, + "8468": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "8469": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "8470": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "8471": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "8472": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "8473": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" + }, + "8474": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "8475": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" + }, + "8476": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" + }, + "8477": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "8478": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "8479": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Scalar" + }, + "8480": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "8481": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "8482": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "8483": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterQuery" + }, + "8484": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "8485": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.__index" + }, + "8487": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "8488": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Prev" + }, + "8489": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterValue" + }, + "8490": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "8491": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO" + }, + "8492": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.id" + }, + "8493": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.address_name" + }, + "8494": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.is_default_shipping" + }, + "8495": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.is_default_billing" + }, + "8496": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.customer_id" + }, + "8497": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.company" + }, + "8498": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.first_name" + }, + "8499": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.last_name" + }, + "8500": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.address_1" + }, + "8501": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.address_2" + }, + "8502": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.city" + }, + "8503": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.country_code" + }, + "8504": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.province" + }, + "8505": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.postal_code" + }, + "8506": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.phone" + }, + "8507": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.metadata" + }, + "8508": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.created_at" + }, + "8509": { + "sourceFileName": "../../../../packages/core/types/src/customer/common.ts", + "qualifiedName": "CustomerAddressDTO.updated_at" + }, + "8510": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "EventMetadata" }, - "8444": { + "8511": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "8445": { + "8512": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.eventGroupId" }, - "8446": { + "8513": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "PrevLimit" }, - "8447": { + "8514": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "FilterValue2" }, - "8448": { + "8515": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "8449": { + "8516": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "Primary" }, - "8450": { + "8517": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "8451": { + "8518": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.[PrimaryKeyType]" }, - "8452": { + "8519": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "8453": { + "8520": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type._id" }, - "8454": { + "8521": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "8455": { + "8522": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.uuid" }, - "8456": { + "8523": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "8457": { + "8524": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.id" }, - "8458": { + "8525": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "8459": { + "8526": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "ReadonlyPrimary" }, - "8460": { + "8527": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" } @@ -17685,7 +17685,7 @@ "1": "../../../../packages/core/types/src/payment/service.ts" }, "reflections": { - "1": 7874 + "1": 7941 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/pricing-models.json b/www/utils/generated/typedoc-json-output/pricing-models.json index f8bb5a434b..b20444f96f 100644 --- a/www/utils/generated/typedoc-json-output/pricing-models.json +++ b/www/utils/generated/typedoc-json-output/pricing-models.json @@ -1,5 +1,5 @@ { - "id": 9306, + "id": 9373, "name": "pricing-models", "variant": "project", "kind": 1, @@ -18,28 +18,28 @@ }, "children": [ { - "id": 9352, + "id": 9419, "name": "PriceListRule", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 9353, + "id": 9420, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 9354, + "id": 9421, "name": "new PriceListRule", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 9352, + "target": 9419, "name": "PriceListRule", "package": "@medusajs/pricing", "qualifiedName": "default" @@ -48,7 +48,7 @@ ] }, { - "id": 9367, + "id": 9434, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -64,7 +64,7 @@ } }, { - "id": 9355, + "id": 9422, "name": "id", "variant": "declaration", "kind": 1024, @@ -75,7 +75,7 @@ } }, { - "id": 9356, + "id": 9423, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -86,7 +86,7 @@ } }, { - "id": 9357, + "id": 9424, "name": "value", "variant": "declaration", "kind": 1024, @@ -114,7 +114,7 @@ "defaultValue": "null" }, { - "id": 9358, + "id": 9425, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -125,21 +125,21 @@ } }, { - "id": 9359, + "id": 9426, "name": "price_list", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 9331, + "target": 9398, "name": "PriceList", "package": "@medusajs/pricing", "qualifiedName": "default" } }, { - "id": 9360, + "id": 9427, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -155,7 +155,7 @@ } }, { - "id": 9361, + "id": 9428, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -171,7 +171,7 @@ } }, { - "id": 9362, + "id": 9429, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -197,14 +197,14 @@ "defaultValue": "null" }, { - "id": 9363, + "id": 9430, "name": "beforeCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9364, + "id": 9431, "name": "beforeCreate", "variant": "signature", "kind": 4096, @@ -217,14 +217,14 @@ ] }, { - "id": 9365, + "id": 9432, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9366, + "id": 9433, "name": "onInit", "variant": "signature", "kind": 4096, @@ -241,55 +241,55 @@ { "title": "Constructors", "children": [ - 9353 + 9420 ] }, { "title": "Properties", "children": [ - 9367, - 9355, - 9356, - 9357, - 9358, - 9359, - 9360, - 9361, - 9362 + 9434, + 9422, + 9423, + 9424, + 9425, + 9426, + 9427, + 9428, + 9429 ] }, { "title": "Methods", "children": [ - 9363, - 9365 + 9430, + 9432 ] } ] }, { - "id": 9331, + "id": 9398, "name": "PriceList", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 9332, + "id": 9399, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 9333, + "id": 9400, "name": "new PriceList", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 9331, + "target": 9398, "name": "PriceList", "package": "@medusajs/pricing", "qualifiedName": "default" @@ -298,7 +298,7 @@ ] }, { - "id": 9351, + "id": 9418, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -314,7 +314,7 @@ } }, { - "id": 9334, + "id": 9401, "name": "id", "variant": "declaration", "kind": 1024, @@ -325,7 +325,7 @@ } }, { - "id": 9335, + "id": 9402, "name": "title", "variant": "declaration", "kind": 1024, @@ -336,7 +336,7 @@ } }, { - "id": 9336, + "id": 9403, "name": "description", "variant": "declaration", "kind": 1024, @@ -347,7 +347,7 @@ } }, { - "id": 9337, + "id": 9404, "name": "status", "variant": "declaration", "kind": 1024, @@ -363,7 +363,7 @@ } }, { - "id": 9338, + "id": 9405, "name": "type", "variant": "declaration", "kind": 1024, @@ -379,7 +379,7 @@ } }, { - "id": 9339, + "id": 9406, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -405,7 +405,7 @@ "defaultValue": "null" }, { - "id": 9340, + "id": 9407, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -431,7 +431,7 @@ "defaultValue": "null" }, { - "id": 9341, + "id": 9408, "name": "prices", "variant": "declaration", "kind": 1024, @@ -445,7 +445,7 @@ "typeArguments": [ { "type": "reference", - "target": 9307, + "target": 9374, "name": "Price", "package": "@medusajs/pricing", "qualifiedName": "default" @@ -461,7 +461,7 @@ "defaultValue": "..." }, { - "id": 9342, + "id": 9409, "name": "price_list_rules", "variant": "declaration", "kind": 1024, @@ -475,7 +475,7 @@ "typeArguments": [ { "type": "reference", - "target": 9352, + "target": 9419, "name": "PriceListRule", "package": "@medusajs/pricing", "qualifiedName": "default" @@ -491,7 +491,7 @@ "defaultValue": "..." }, { - "id": 9343, + "id": 9410, "name": "rules_count", "variant": "declaration", "kind": 1024, @@ -503,7 +503,7 @@ "defaultValue": "0" }, { - "id": 9344, + "id": 9411, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -519,7 +519,7 @@ } }, { - "id": 9345, + "id": 9412, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -535,7 +535,7 @@ } }, { - "id": 9346, + "id": 9413, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -561,14 +561,14 @@ "defaultValue": "null" }, { - "id": 9347, + "id": 9414, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9348, + "id": 9415, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -581,14 +581,14 @@ ] }, { - "id": 9349, + "id": 9416, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9350, + "id": 9417, "name": "onInit", "variant": "signature", "kind": 4096, @@ -605,60 +605,60 @@ { "title": "Constructors", "children": [ - 9332 + 9399 ] }, { "title": "Properties", "children": [ - 9351, - 9334, - 9335, - 9336, - 9337, - 9338, - 9339, - 9340, - 9341, - 9342, - 9343, - 9344, - 9345, - 9346 + 9418, + 9401, + 9402, + 9403, + 9404, + 9405, + 9406, + 9407, + 9408, + 9409, + 9410, + 9411, + 9412, + 9413 ] }, { "title": "Methods", "children": [ - 9347, - 9349 + 9414, + 9416 ] } ] }, { - "id": 9397, + "id": 9464, "name": "PricePreference", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 9398, + "id": 9465, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 9399, + "id": 9466, "name": "new PricePreference", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 9397, + "target": 9464, "name": "PricePreference", "package": "@medusajs/pricing", "qualifiedName": "default" @@ -667,7 +667,7 @@ ] }, { - "id": 9400, + "id": 9467, "name": "id", "variant": "declaration", "kind": 1024, @@ -678,7 +678,7 @@ } }, { - "id": 9401, + "id": 9468, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -689,7 +689,7 @@ } }, { - "id": 9402, + "id": 9469, "name": "value", "variant": "declaration", "kind": 1024, @@ -710,7 +710,7 @@ "defaultValue": "null" }, { - "id": 9403, + "id": 9470, "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -721,7 +721,7 @@ } }, { - "id": 9404, + "id": 9471, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -737,7 +737,7 @@ } }, { - "id": 9405, + "id": 9472, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -753,7 +753,7 @@ } }, { - "id": 9406, + "id": 9473, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -779,14 +779,14 @@ "defaultValue": "null" }, { - "id": 9407, + "id": 9474, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9408, + "id": 9475, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -799,14 +799,14 @@ ] }, { - "id": 9409, + "id": 9476, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9410, + "id": 9477, "name": "onInit", "variant": "signature", "kind": 4096, @@ -823,53 +823,53 @@ { "title": "Constructors", "children": [ - 9398 + 9465 ] }, { "title": "Properties", "children": [ - 9400, - 9401, - 9402, - 9403, - 9404, - 9405, - 9406 + 9467, + 9468, + 9469, + 9470, + 9471, + 9472, + 9473 ] }, { "title": "Methods", "children": [ - 9407, - 9409 + 9474, + 9476 ] } ] }, { - "id": 9368, + "id": 9435, "name": "PriceRule", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 9369, + "id": 9436, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 9370, + "id": 9437, "name": "new PriceRule", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 9368, + "target": 9435, "name": "PriceRule", "package": "@medusajs/pricing", "qualifiedName": "default" @@ -878,7 +878,7 @@ ] }, { - "id": 9384, + "id": 9451, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -896,7 +896,7 @@ } }, { - "id": 9371, + "id": 9438, "name": "id", "variant": "declaration", "kind": 1024, @@ -907,7 +907,7 @@ } }, { - "id": 9372, + "id": 9439, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -918,7 +918,7 @@ } }, { - "id": 9373, + "id": 9440, "name": "value", "variant": "declaration", "kind": 1024, @@ -929,7 +929,7 @@ } }, { - "id": 9374, + "id": 9441, "name": "priority", "variant": "declaration", "kind": 1024, @@ -941,7 +941,7 @@ "defaultValue": "0" }, { - "id": 9375, + "id": 9442, "name": "price_id", "variant": "declaration", "kind": 1024, @@ -952,21 +952,21 @@ } }, { - "id": 9376, + "id": 9443, "name": "price", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 9307, + "target": 9374, "name": "Price", "package": "@medusajs/pricing", "qualifiedName": "default" } }, { - "id": 9377, + "id": 9444, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -982,7 +982,7 @@ } }, { - "id": 9378, + "id": 9445, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -998,7 +998,7 @@ } }, { - "id": 9379, + "id": 9446, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -1024,14 +1024,14 @@ "defaultValue": "null" }, { - "id": 9380, + "id": 9447, "name": "beforeCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9381, + "id": 9448, "name": "beforeCreate", "variant": "signature", "kind": 4096, @@ -1044,14 +1044,14 @@ ] }, { - "id": 9382, + "id": 9449, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9383, + "id": 9450, "name": "onInit", "variant": "signature", "kind": 4096, @@ -1068,56 +1068,56 @@ { "title": "Constructors", "children": [ - 9369 + 9436 ] }, { "title": "Properties", "children": [ - 9384, - 9371, - 9372, - 9373, - 9374, - 9375, - 9376, - 9377, - 9378, - 9379 + 9451, + 9438, + 9439, + 9440, + 9441, + 9442, + 9443, + 9444, + 9445, + 9446 ] }, { "title": "Methods", "children": [ - 9380, - 9382 + 9447, + 9449 ] } ] }, { - "id": 9385, + "id": 9452, "name": "PriceSet", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 9386, + "id": 9453, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 9387, + "id": 9454, "name": "new PriceSet", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 9385, + "target": 9452, "name": "PriceSet", "package": "@medusajs/pricing", "qualifiedName": "default" @@ -1126,7 +1126,7 @@ ] }, { - "id": 9388, + "id": 9455, "name": "id", "variant": "declaration", "kind": 1024, @@ -1137,7 +1137,7 @@ } }, { - "id": 9389, + "id": 9456, "name": "prices", "variant": "declaration", "kind": 1024, @@ -1151,7 +1151,7 @@ "typeArguments": [ { "type": "reference", - "target": 9307, + "target": 9374, "name": "Price", "package": "@medusajs/pricing", "qualifiedName": "default" @@ -1166,6 +1166,429 @@ }, "defaultValue": "..." }, + { + "id": 9457, + "name": "created_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 9458, + "name": "updated_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + }, + { + "id": 9459, + "name": "deleted_at", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 9460, + "name": "onCreate", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 9461, + "name": "onCreate", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + }, + { + "id": 9462, + "name": "onInit", + "variant": "declaration", + "kind": 2048, + "flags": {}, + "signatures": [ + { + "id": 9463, + "name": "onInit", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Constructors", + "children": [ + 9453 + ] + }, + { + "title": "Properties", + "children": [ + 9455, + 9456, + 9457, + 9458, + 9459 + ] + }, + { + "title": "Methods", + "children": [ + 9460, + 9462 + ] + } + ] + }, + { + "id": 9374, + "name": "Price", + "variant": "declaration", + "kind": 128, + "flags": {}, + "children": [ + { + "id": 9375, + "name": "constructor", + "variant": "declaration", + "kind": 512, + "flags": {}, + "signatures": [ + { + "id": 9376, + "name": "new Price", + "variant": "signature", + "kind": 16384, + "flags": {}, + "type": { + "type": "reference", + "target": 9374, + "name": "Price", + "package": "@medusajs/pricing", + "qualifiedName": "default" + } + } + ] + }, + { + "id": 9397, + "name": "[OptionalProps]", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", + "qualifiedName": "SoftDeletableModelDateColumns" + }, + "name": "SoftDeletableModelDateColumns", + "package": "@medusajs/types" + } + }, + { + "id": 9377, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 9378, + "name": "title", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 9379, + "name": "currency_code", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 9380, + "name": "amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "number" + }, + { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", + "qualifiedName": "BigNumber" + }, + "name": "BigNumber", + "package": "@medusajs/utils" + } + ] + } + }, + { + "id": 9381, + "name": "raw_amount", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "unknown" + } + ], + "name": "Record", + "package": "typescript" + } + }, + { + "id": 9382, + "name": "min_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 9383, + "name": "max_quantity", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "number" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 9384, + "name": "price_set_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 9385, + "name": "price_set", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 9452, + "name": "PriceSet", + "package": "@medusajs/pricing", + "qualifiedName": "default" + } + }, + { + "id": 9386, + "name": "rules_count", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "number" + }, + "defaultValue": "0" + }, + { + "id": 9387, + "name": "price_rules", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", + "qualifiedName": "Collection" + }, + "typeArguments": [ + { + "type": "reference", + "target": 9435, + "name": "PriceRule", + "package": "@medusajs/pricing", + "qualifiedName": "default" + }, + { + "type": "intrinsic", + "name": "object" + } + ], + "name": "Collection", + "package": "@mikro-orm/core" + }, + "defaultValue": "..." + }, + { + "id": 9388, + "name": "price_list_id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "intrinsic", + "name": "string" + } + ] + }, + "defaultValue": "null" + }, + { + "id": 9389, + "name": "price_list", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": null + }, + { + "type": "reference", + "target": 9398, + "name": "PriceList", + "package": "@medusajs/pricing", + "qualifiedName": "default" + } + ] + }, + "defaultValue": "null" + }, { "id": 9390, "name": "created_at", @@ -1269,12 +1692,24 @@ { "title": "Constructors", "children": [ - 9386 + 9375 ] }, { "title": "Properties", "children": [ + 9397, + 9377, + 9378, + 9379, + 9380, + 9381, + 9382, + 9383, + 9384, + 9385, + 9386, + 9387, 9388, 9389, 9390, @@ -1290,827 +1725,392 @@ ] } ] - }, - { - "id": 9307, - "name": "Price", - "variant": "declaration", - "kind": 128, - "flags": {}, - "children": [ - { - "id": 9308, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": {}, - "signatures": [ - { - "id": 9309, - "name": "new Price", - "variant": "signature", - "kind": 16384, - "flags": {}, - "type": { - "type": "reference", - "target": 9307, - "name": "Price", - "package": "@medusajs/pricing", - "qualifiedName": "default" - } - } - ] - }, - { - "id": 9330, - "name": "[OptionalProps]", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/types/src/dal/entity.ts", - "qualifiedName": "SoftDeletableModelDateColumns" - }, - "name": "SoftDeletableModelDateColumns", - "package": "@medusajs/types" - } - }, - { - "id": 9310, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 9311, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 9312, - "name": "currency_code", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 9313, - "name": "amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../../../packages/core/utils/src/totals/big-number.ts", - "qualifiedName": "BigNumber" - }, - "name": "BigNumber", - "package": "@medusajs/utils" - } - ] - } - }, - { - "id": 9314, - "name": "raw_amount", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Record" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - }, - { - "id": 9315, - "name": "min_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 9316, - "name": "max_quantity", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 9317, - "name": "price_set_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 9318, - "name": "price_set", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9385, - "name": "PriceSet", - "package": "@medusajs/pricing", - "qualifiedName": "default" - } - }, - { - "id": 9319, - "name": "rules_count", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - }, - "defaultValue": "0" - }, - { - "id": 9320, - "name": "price_rules", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../../../node_modules/@mikro-orm/core/entity/Collection.d.ts", - "qualifiedName": "Collection" - }, - "typeArguments": [ - { - "type": "reference", - "target": 9368, - "name": "PriceRule", - "package": "@medusajs/pricing", - "qualifiedName": "default" - }, - { - "type": "intrinsic", - "name": "object" - } - ], - "name": "Collection", - "package": "@mikro-orm/core" - }, - "defaultValue": "..." - }, - { - "id": 9321, - "name": "price_list_id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 9322, - "name": "price_list", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9331, - "name": "PriceList", - "package": "@medusajs/pricing", - "qualifiedName": "default" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 9323, - "name": "created_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 9324, - "name": "updated_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 9325, - "name": "deleted_at", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "../../node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - }, - "defaultValue": "null" - }, - { - "id": 9326, - "name": "onCreate", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 9327, - "name": "onCreate", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - { - "id": 9328, - "name": "onInit", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 9329, - "name": "onInit", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 9308 - ] - }, - { - "title": "Properties", - "children": [ - 9330, - 9310, - 9311, - 9312, - 9313, - 9314, - 9315, - 9316, - 9317, - 9318, - 9319, - 9320, - 9321, - 9322, - 9323, - 9324, - 9325 - ] - }, - { - "title": "Methods", - "children": [ - 9326, - 9328 - ] - } - ] } ], "groups": [ { "title": "Classes", "children": [ - 9352, - 9331, - 9397, - 9368, - 9385, - 9307 + 9419, + 9398, + 9464, + 9435, + 9452, + 9374 ] } ], "packageName": "@medusajs/pricing", "symbolIdMap": { - "9306": { + "9373": { "sourceFileName": "../../../../packages/modules/pricing/src/models/index.ts", "qualifiedName": "" }, - "9307": { + "9374": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default" }, - "9310": { + "9377": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.id" }, - "9311": { + "9378": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.title" }, - "9312": { + "9379": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.currency_code" }, - "9313": { + "9380": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.amount" }, - "9314": { + "9381": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.raw_amount" }, - "9315": { + "9382": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.min_quantity" }, - "9316": { + "9383": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.max_quantity" }, - "9317": { + "9384": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.price_set_id" }, - "9318": { + "9385": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.price_set" }, - "9319": { + "9386": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.rules_count" }, - "9320": { + "9387": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.price_rules" }, - "9321": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", - "qualifiedName": "default.price_list_id" - }, - "9322": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", - "qualifiedName": "default.price_list" - }, - "9323": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", - "qualifiedName": "default.created_at" - }, - "9324": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", - "qualifiedName": "default.updated_at" - }, - "9325": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", - "qualifiedName": "default.deleted_at" - }, - "9326": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", - "qualifiedName": "default.onCreate" - }, - "9327": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", - "qualifiedName": "default.onCreate" - }, - "9328": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", - "qualifiedName": "default.onInit" - }, - "9329": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", - "qualifiedName": "default.onInit" - }, - "9330": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "9331": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default" - }, - "9334": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.id" - }, - "9335": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.title" - }, - "9336": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.description" - }, - "9337": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.status" - }, - "9338": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.type" - }, - "9339": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.starts_at" - }, - "9340": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.ends_at" - }, - "9341": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.prices" - }, - "9342": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.price_list_rules" - }, - "9343": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.rules_count" - }, - "9344": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.created_at" - }, - "9345": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.updated_at" - }, - "9346": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.deleted_at" - }, - "9347": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.onCreate" - }, - "9348": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.onCreate" - }, - "9349": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.onInit" - }, - "9350": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.onInit" - }, - "9351": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "9352": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default" - }, - "9355": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.id" - }, - "9356": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.attribute" - }, - "9357": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.value" - }, - "9358": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.price_list_id" - }, - "9359": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.price_list" - }, - "9360": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.created_at" - }, - "9361": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.updated_at" - }, - "9362": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.deleted_at" - }, - "9363": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.beforeCreate" - }, - "9364": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.beforeCreate" - }, - "9365": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.onInit" - }, - "9366": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.onInit" - }, - "9367": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "9368": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default" - }, - "9371": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.id" - }, - "9372": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.attribute" - }, - "9373": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.value" - }, - "9374": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.priority" - }, - "9375": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.price_id" - }, - "9376": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.price" - }, - "9377": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.created_at" - }, - "9378": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.updated_at" - }, - "9379": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.deleted_at" - }, - "9380": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.beforeCreate" - }, - "9381": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.beforeCreate" - }, - "9382": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.onInit" - }, - "9383": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.onInit" - }, - "9384": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", - "qualifiedName": "default.[OptionalProps]" - }, - "9385": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", - "qualifiedName": "default" - }, "9388": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", - "qualifiedName": "default.id" + "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", + "qualifiedName": "default.price_list_id" }, "9389": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", - "qualifiedName": "default.prices" + "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", + "qualifiedName": "default.price_list" }, "9390": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.created_at" }, "9391": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.updated_at" }, "9392": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.deleted_at" }, "9393": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.onCreate" }, "9394": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.onCreate" }, "9395": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.onInit" }, "9396": { - "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", "qualifiedName": "default.onInit" }, "9397": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "9398": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default" + }, + "9401": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.id" + }, + "9402": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.title" + }, + "9403": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.description" + }, + "9404": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.status" + }, + "9405": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.type" + }, + "9406": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.starts_at" + }, + "9407": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.ends_at" + }, + "9408": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.prices" + }, + "9409": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.price_list_rules" + }, + "9410": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.rules_count" + }, + "9411": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.created_at" + }, + "9412": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.updated_at" + }, + "9413": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.deleted_at" + }, + "9414": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.onCreate" + }, + "9415": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.onCreate" + }, + "9416": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.onInit" + }, + "9417": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.onInit" + }, + "9418": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "9419": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default" + }, + "9422": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.id" + }, + "9423": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.attribute" + }, + "9424": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.value" + }, + "9425": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.price_list_id" + }, + "9426": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.price_list" + }, + "9427": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.created_at" + }, + "9428": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.updated_at" + }, + "9429": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.deleted_at" + }, + "9430": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.beforeCreate" + }, + "9431": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.beforeCreate" + }, + "9432": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.onInit" + }, + "9433": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.onInit" + }, + "9434": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-list-rule.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "9435": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default" + }, + "9438": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.id" + }, + "9439": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.attribute" + }, + "9440": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.value" + }, + "9441": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.priority" + }, + "9442": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.price_id" + }, + "9443": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.price" + }, + "9444": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.created_at" + }, + "9445": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.updated_at" + }, + "9446": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.deleted_at" + }, + "9447": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.beforeCreate" + }, + "9448": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.beforeCreate" + }, + "9449": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.onInit" + }, + "9450": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.onInit" + }, + "9451": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-rule.ts", + "qualifiedName": "default.[OptionalProps]" + }, + "9452": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "qualifiedName": "default" + }, + "9455": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "qualifiedName": "default.id" + }, + "9456": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "qualifiedName": "default.prices" + }, + "9457": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "qualifiedName": "default.created_at" + }, + "9458": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "qualifiedName": "default.updated_at" + }, + "9459": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "qualifiedName": "default.deleted_at" + }, + "9460": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "qualifiedName": "default.onCreate" + }, + "9461": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "qualifiedName": "default.onCreate" + }, + "9462": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "qualifiedName": "default.onInit" + }, + "9463": { + "sourceFileName": "../../../../packages/modules/pricing/src/models/price-set.ts", + "qualifiedName": "default.onInit" + }, + "9464": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default" }, - "9400": { + "9467": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default.id" }, - "9401": { + "9468": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default.attribute" }, - "9402": { + "9469": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default.value" }, - "9403": { + "9470": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default.is_tax_inclusive" }, - "9404": { + "9471": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default.created_at" }, - "9405": { + "9472": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default.updated_at" }, - "9406": { + "9473": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default.deleted_at" }, - "9407": { + "9474": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default.onCreate" }, - "9408": { + "9475": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default.onCreate" }, - "9409": { + "9476": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default.onInit" }, - "9410": { + "9477": { "sourceFileName": "../../../../packages/modules/pricing/src/models/price-preference.ts", "qualifiedName": "default.onInit" } @@ -2120,7 +2120,7 @@ "1": "../../../../packages/modules/pricing/src/models/index.ts" }, "reflections": { - "1": 9306 + "1": 9373 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/pricing.json b/www/utils/generated/typedoc-json-output/pricing.json index b37c62ff24..1ea5074fa7 100644 --- a/www/utils/generated/typedoc-json-output/pricing.json +++ b/www/utils/generated/typedoc-json-output/pricing.json @@ -1,12 +1,12 @@ { - "id": 8596, + "id": 8663, "name": "pricing", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 8896, + "id": 8963, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -29,7 +29,7 @@ }, "children": [ { - "id": 8897, + "id": 8964, "name": "select", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 8908, + "target": 8975, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -70,7 +70,7 @@ } }, { - "id": 8898, + "id": 8965, "name": "skip", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 8899, + "id": 8966, "name": "take", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 8900, + "id": 8967, "name": "relations", "variant": "declaration", "kind": 1024, @@ -154,7 +154,7 @@ } }, { - "id": 8901, + "id": 8968, "name": "order", "variant": "declaration", "kind": 1024, @@ -188,21 +188,21 @@ "type": { "type": "reflection", "declaration": { - "id": 8902, + "id": 8969, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 8903, + "id": 8970, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 8904, + "id": 8971, "name": "K", "variant": "param", "kind": 32768, @@ -232,7 +232,7 @@ } }, { - "id": 8905, + "id": 8972, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -261,7 +261,7 @@ } }, { - "id": 8906, + "id": 8973, "name": "filters", "variant": "declaration", "kind": 1024, @@ -297,7 +297,7 @@ } }, { - "id": 8907, + "id": 8974, "name": "options", "variant": "declaration", "kind": 1024, @@ -337,20 +337,20 @@ { "title": "Properties", "children": [ - 8897, - 8898, - 8899, - 8900, - 8901, - 8905, - 8906, - 8907 + 8964, + 8965, + 8966, + 8967, + 8968, + 8972, + 8973, + 8974 ] } ], "typeParameters": [ { - "id": 8908, + "id": 8975, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -359,7 +359,7 @@ ] }, { - "id": 9132, + "id": 9199, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -374,7 +374,7 @@ }, "children": [ { - "id": 9133, + "id": 9200, "name": "$and", "variant": "declaration", "kind": 1024, @@ -396,11 +396,11 @@ "types": [ { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9135, + "target": 9202, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -412,7 +412,7 @@ }, { "type": "reference", - "target": 9135, + "target": 9202, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -423,7 +423,7 @@ } }, { - "id": 9134, + "id": 9201, "name": "$or", "variant": "declaration", "kind": 1024, @@ -445,11 +445,11 @@ "types": [ { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9135, + "target": 9202, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -461,7 +461,7 @@ }, { "type": "reference", - "target": 9135, + "target": 9202, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -476,14 +476,14 @@ { "title": "Properties", "children": [ - 9133, - 9134 + 9200, + 9201 ] } ], "typeParameters": [ { - "id": 9135, + "id": 9202, "name": "T", "variant": "typeParam", "kind": 131072, @@ -493,43 +493,43 @@ "extendedBy": [ { "type": "reference", - "target": 8913, + "target": 8980, "name": "FilterablePriceSetProps" }, { "type": "reference", - "target": 8929, + "target": 8996, "name": "FilterablePriceProps" }, { "type": "reference", - "target": 8968, + "target": 9035, "name": "FilterablePriceRuleProps" }, { "type": "reference", - "target": 9000, + "target": 9067, "name": "FilterablePriceListProps" }, { "type": "reference", - "target": 9031, + "target": 9098, "name": "FilterablePriceListRuleProps" }, { "type": "reference", - "target": 9057, + "target": 9124, "name": "FilterablePricePreferenceProps" }, { "type": "reference", - "target": 9136, + "target": 9203, "name": "FilterableMoneyAmountProps" } ] }, { - "id": 8950, + "id": 9017, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -544,7 +544,7 @@ }, "children": [ { - "id": 8951, + "id": 9018, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -563,7 +563,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8952, + "target": 9019, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -575,13 +575,13 @@ { "title": "Properties", "children": [ - 8951 + 9018 ] } ], "typeParameters": [ { - "id": 8952, + "id": 9019, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -594,7 +594,7 @@ ] }, { - "id": 8953, + "id": 9020, "name": "RestoreReturn", "variant": "declaration", "kind": 256, @@ -609,7 +609,7 @@ }, "children": [ { - "id": 8954, + "id": 9021, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -628,7 +628,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8955, + "target": 9022, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -640,13 +640,13 @@ { "title": "Properties", "children": [ - 8954 + 9021 ] } ], "typeParameters": [ { - "id": 8955, + "id": 9022, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -659,14 +659,14 @@ ] }, { - "id": 9247, + "id": 9314, "name": "Query", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 9248, + "id": 9315, "name": "T", "variant": "typeParam", "kind": 131072, @@ -677,7 +677,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 9248, + "target": 9315, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -690,14 +690,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 9248, + "target": 9315, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 9276, + "target": 9343, "name": "Scalar", "package": "@medusajs/types" }, @@ -707,11 +707,11 @@ }, "falseType": { "type": "reference", - "target": 9280, + "target": 9347, "typeArguments": [ { "type": "reference", - "target": 9248, + "target": 9315, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -723,11 +723,11 @@ }, "falseType": { "type": "reference", - "target": 9286, + "target": 9353, "typeArguments": [ { "type": "reference", - "target": 9248, + "target": 9315, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -739,14 +739,14 @@ } }, { - "id": 9249, + "id": 9316, "name": "ExpandScalar", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 9250, + "id": 9317, "name": "T", "variant": "typeParam", "kind": 131072, @@ -764,7 +764,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 9250, + "target": 9317, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -795,7 +795,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 9250, + "target": 9317, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -829,7 +829,7 @@ }, "falseType": { "type": "reference", - "target": 9250, + "target": 9317, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -840,7 +840,7 @@ } }, { - "id": 9276, + "id": 9343, "name": "Scalar", "variant": "declaration", "kind": 2097152, @@ -899,21 +899,21 @@ { "type": "reflection", "declaration": { - "id": 9277, + "id": 9344, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9278, + "id": 9345, "name": "toHexString", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9279, + "id": 9346, "name": "toHexString", "variant": "signature", "kind": 4096, @@ -930,7 +930,7 @@ { "title": "Methods", "children": [ - 9278 + 9345 ] } ] @@ -940,14 +940,14 @@ } }, { - "id": 9304, + "id": 9371, "name": "ReadonlyPrimary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 9305, + "id": 9372, "name": "T", "variant": "typeParam", "kind": 131072, @@ -958,7 +958,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 9305, + "target": 9372, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -979,7 +979,7 @@ "typeArguments": [ { "type": "reference", - "target": 9305, + "target": 9372, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -990,7 +990,7 @@ }, "falseType": { "type": "reference", - "target": 9305, + "target": 9372, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -998,14 +998,14 @@ } }, { - "id": 9294, + "id": 9361, "name": "Primary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 9303, + "id": 9370, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1016,7 +1016,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 9303, + "target": 9370, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1024,14 +1024,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 9295, + "id": 9362, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9296, + "id": 9363, "name": "[PrimaryKeyType]", "variant": "declaration", "kind": 1024, @@ -1048,7 +1048,7 @@ { "title": "Properties", "children": [ - 9296 + 9363 ] } ] @@ -1056,7 +1056,7 @@ }, "trueType": { "type": "reference", - "target": 9304, + "target": 9371, "typeArguments": [ { "type": "reference", @@ -1076,7 +1076,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 9303, + "target": 9370, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1084,14 +1084,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 9297, + "id": 9364, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9298, + "id": 9365, "name": "_id", "variant": "declaration", "kind": 1024, @@ -1108,7 +1108,7 @@ { "title": "Properties", "children": [ - 9298 + 9365 ] } ] @@ -1119,7 +1119,7 @@ "types": [ { "type": "reference", - "target": 9304, + "target": 9371, "typeArguments": [ { "type": "reference", @@ -1145,7 +1145,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 9303, + "target": 9370, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1153,14 +1153,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 9299, + "id": 9366, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9300, + "id": 9367, "name": "uuid", "variant": "declaration", "kind": 1024, @@ -1177,7 +1177,7 @@ { "title": "Properties", "children": [ - 9300 + 9367 ] } ] @@ -1185,7 +1185,7 @@ }, "trueType": { "type": "reference", - "target": 9304, + "target": 9371, "typeArguments": [ { "type": "reference", @@ -1205,7 +1205,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 9303, + "target": 9370, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1213,14 +1213,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 9301, + "id": 9368, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9302, + "id": 9369, "name": "id", "variant": "declaration", "kind": 1024, @@ -1237,7 +1237,7 @@ { "title": "Properties", "children": [ - 9302 + 9369 ] } ] @@ -1245,7 +1245,7 @@ }, "trueType": { "type": "reference", - "target": 9304, + "target": 9371, "typeArguments": [ { "type": "reference", @@ -1271,14 +1271,14 @@ } }, { - "id": 9150, + "id": 9217, "name": "OperatorMap", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 9171, + "id": 9238, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1288,14 +1288,14 @@ "type": { "type": "reflection", "declaration": { - "id": 9151, + "id": 9218, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9152, + "id": 9219, "name": "$and", "variant": "declaration", "kind": 1024, @@ -1306,11 +1306,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 9247, + "target": 9314, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1322,7 +1322,7 @@ } }, { - "id": 9153, + "id": 9220, "name": "$or", "variant": "declaration", "kind": 1024, @@ -1333,11 +1333,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 9247, + "target": 9314, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1349,7 +1349,7 @@ } }, { - "id": 9154, + "id": 9221, "name": "$eq", "variant": "declaration", "kind": 1024, @@ -1361,11 +1361,11 @@ "types": [ { "type": "reference", - "target": 9249, + "target": 9316, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1378,11 +1378,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 9249, + "target": 9316, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1396,7 +1396,7 @@ } }, { - "id": 9155, + "id": 9222, "name": "$ne", "variant": "declaration", "kind": 1024, @@ -1405,11 +1405,11 @@ }, "type": { "type": "reference", - "target": 9249, + "target": 9316, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1420,7 +1420,7 @@ } }, { - "id": 9156, + "id": 9223, "name": "$in", "variant": "declaration", "kind": 1024, @@ -1431,11 +1431,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 9249, + "target": 9316, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1447,7 +1447,7 @@ } }, { - "id": 9157, + "id": 9224, "name": "$nin", "variant": "declaration", "kind": 1024, @@ -1458,11 +1458,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 9249, + "target": 9316, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1474,7 +1474,7 @@ } }, { - "id": 9158, + "id": 9225, "name": "$not", "variant": "declaration", "kind": 1024, @@ -1483,11 +1483,11 @@ }, "type": { "type": "reference", - "target": 9247, + "target": 9314, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1498,7 +1498,7 @@ } }, { - "id": 9159, + "id": 9226, "name": "$gt", "variant": "declaration", "kind": 1024, @@ -1507,11 +1507,11 @@ }, "type": { "type": "reference", - "target": 9249, + "target": 9316, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1522,7 +1522,7 @@ } }, { - "id": 9160, + "id": 9227, "name": "$gte", "variant": "declaration", "kind": 1024, @@ -1531,11 +1531,11 @@ }, "type": { "type": "reference", - "target": 9249, + "target": 9316, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1546,7 +1546,7 @@ } }, { - "id": 9161, + "id": 9228, "name": "$lt", "variant": "declaration", "kind": 1024, @@ -1555,11 +1555,11 @@ }, "type": { "type": "reference", - "target": 9249, + "target": 9316, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1570,7 +1570,7 @@ } }, { - "id": 9162, + "id": 9229, "name": "$lte", "variant": "declaration", "kind": 1024, @@ -1579,11 +1579,11 @@ }, "type": { "type": "reference", - "target": 9249, + "target": 9316, "typeArguments": [ { "type": "reference", - "target": 9171, + "target": 9238, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1594,7 +1594,7 @@ } }, { - "id": 9163, + "id": 9230, "name": "$like", "variant": "declaration", "kind": 1024, @@ -1607,7 +1607,7 @@ } }, { - "id": 9164, + "id": 9231, "name": "$re", "variant": "declaration", "kind": 1024, @@ -1620,7 +1620,7 @@ } }, { - "id": 9165, + "id": 9232, "name": "$ilike", "variant": "declaration", "kind": 1024, @@ -1633,7 +1633,7 @@ } }, { - "id": 9166, + "id": 9233, "name": "$fulltext", "variant": "declaration", "kind": 1024, @@ -1646,7 +1646,7 @@ } }, { - "id": 9167, + "id": 9234, "name": "$overlap", "variant": "declaration", "kind": 1024, @@ -1662,7 +1662,7 @@ } }, { - "id": 9168, + "id": 9235, "name": "$contains", "variant": "declaration", "kind": 1024, @@ -1678,7 +1678,7 @@ } }, { - "id": 9169, + "id": 9236, "name": "$contained", "variant": "declaration", "kind": 1024, @@ -1694,7 +1694,7 @@ } }, { - "id": 9170, + "id": 9237, "name": "$exists", "variant": "declaration", "kind": 1024, @@ -1711,25 +1711,25 @@ { "title": "Properties", "children": [ - 9152, - 9153, - 9154, - 9155, - 9156, - 9157, - 9158, - 9159, - 9160, - 9161, - 9162, - 9163, - 9164, - 9165, - 9166, - 9167, - 9168, - 9169, - 9170 + 9219, + 9220, + 9221, + 9222, + 9223, + 9224, + 9225, + 9226, + 9227, + 9228, + 9229, + 9230, + 9231, + 9232, + 9233, + 9234, + 9235, + 9236, + 9237 ] } ] @@ -1737,14 +1737,14 @@ } }, { - "id": 9292, + "id": 9359, "name": "FilterValue2", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 9293, + "id": 9360, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1756,18 +1756,18 @@ "types": [ { "type": "reference", - "target": 9293, + "target": 9360, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 9249, + "target": 9316, "typeArguments": [ { "type": "reference", - "target": 9293, + "target": 9360, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1778,11 +1778,11 @@ }, { "type": "reference", - "target": 9294, + "target": 9361, "typeArguments": [ { "type": "reference", - "target": 9293, + "target": 9360, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1795,14 +1795,14 @@ } }, { - "id": 9286, + "id": 9353, "name": "FilterValue", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 9287, + "id": 9354, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1814,15 +1814,15 @@ "types": [ { "type": "reference", - "target": 9150, + "target": 9217, "typeArguments": [ { "type": "reference", - "target": 9292, + "target": 9359, "typeArguments": [ { "type": "reference", - "target": 9287, + "target": 9354, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1837,11 +1837,11 @@ }, { "type": "reference", - "target": 9292, + "target": 9359, "typeArguments": [ { "type": "reference", - "target": 9287, + "target": 9354, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1854,11 +1854,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 9292, + "target": 9359, "typeArguments": [ { "type": "reference", - "target": 9287, + "target": 9354, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1876,7 +1876,7 @@ } }, { - "id": 9291, + "id": 9358, "name": "PrevLimit", "variant": "declaration", "kind": 2097152, @@ -1904,14 +1904,14 @@ } }, { - "id": 9280, + "id": 9347, "name": "FilterQuery", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 9284, + "id": 9351, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1922,7 +1922,7 @@ } }, { - "id": 9285, + "id": 9352, "name": "Prev", "variant": "typeParam", "kind": 131072, @@ -1941,7 +1941,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 9285, + "target": 9352, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1962,7 +1962,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 9284, + "target": 9351, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1984,7 +1984,7 @@ }, "objectType": { "type": "reference", - "target": 9284, + "target": 9351, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2041,7 +2041,7 @@ }, "objectType": { "type": "reference", - "target": 9284, + "target": 9351, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2049,7 +2049,7 @@ }, { "type": "reference", - "target": 9150, + "target": 9217, "typeArguments": [ { "type": "indexedAccess", @@ -2065,7 +2065,7 @@ }, "objectType": { "type": "reference", - "target": 9284, + "target": 9351, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2093,7 +2093,7 @@ }, "objectType": { "type": "reference", - "target": 9284, + "target": 9351, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2118,21 +2118,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 9281, + "id": 9348, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 9282, + "id": 9349, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 9283, + "id": 9350, "name": "x", "variant": "param", "kind": 32768, @@ -2169,7 +2169,7 @@ }, "trueType": { "type": "reference", - "target": 9280, + "target": 9347, "typeArguments": [ { "type": "reference", @@ -2196,14 +2196,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 9285, + "target": 9352, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 9291, + "target": 9358, "name": "PrevLimit", "package": "@medusajs/types" } @@ -2233,7 +2233,7 @@ } }, { - "id": 9288, + "id": 9355, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -2263,14 +2263,14 @@ { "type": "reflection", "declaration": { - "id": 9289, + "id": 9356, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9290, + "id": 9357, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -2287,7 +2287,7 @@ { "title": "Properties", "children": [ - 9290 + 9357 ] } ] @@ -2297,14 +2297,14 @@ } }, { - "id": 9270, + "id": 9337, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 9275, + "id": 9342, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2318,14 +2318,14 @@ "type": { "type": "reflection", "declaration": { - "id": 9271, + "id": 9338, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9272, + "id": 9339, "name": "name", "variant": "declaration", "kind": 1024, @@ -2336,7 +2336,7 @@ } }, { - "id": 9273, + "id": 9340, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2345,20 +2345,20 @@ }, "type": { "type": "reference", - "target": 9288, + "target": 9355, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 9274, + "id": 9341, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 9275, + "target": 9342, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2369,9 +2369,9 @@ { "title": "Properties", "children": [ - 9272, - 9273, - 9274 + 9339, + 9340, + 9341 ] } ] @@ -2379,14 +2379,14 @@ } }, { - "id": 9220, + "id": 9287, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 9223, + "id": 9290, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2402,11 +2402,11 @@ "types": [ { "type": "reference", - "target": 9270, + "target": 9337, "typeArguments": [ { "type": "reference", - "target": 9223, + "target": 9290, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2418,14 +2418,14 @@ { "type": "reflection", "declaration": { - "id": 9221, + "id": 9288, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9222, + "id": 9289, "name": "options", "variant": "declaration", "kind": 1024, @@ -2457,7 +2457,7 @@ { "title": "Properties", "children": [ - 9222 + 9289 ] } ] @@ -2467,14 +2467,14 @@ } }, { - "id": 9230, + "id": 9297, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 9239, + "id": 9306, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2488,14 +2488,14 @@ "type": { "type": "reflection", "declaration": { - "id": 9231, + "id": 9298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9232, + "id": 9299, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -2506,21 +2506,21 @@ } }, { - "id": 9233, + "id": 9300, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 9239, + "target": 9306, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 9234, + "id": 9301, "name": "source", "variant": "declaration", "kind": 1024, @@ -2531,7 +2531,7 @@ } }, { - "id": 9235, + "id": 9302, "name": "object", "variant": "declaration", "kind": 1024, @@ -2542,7 +2542,7 @@ } }, { - "id": 9236, + "id": 9303, "name": "action", "variant": "declaration", "kind": 1024, @@ -2555,7 +2555,7 @@ } }, { - "id": 9237, + "id": 9304, "name": "context", "variant": "declaration", "kind": 1024, @@ -2571,7 +2571,7 @@ "typeArguments": [ { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" }, @@ -2585,7 +2585,7 @@ } }, { - "id": 9238, + "id": 9305, "name": "options", "variant": "declaration", "kind": 1024, @@ -2617,13 +2617,13 @@ { "title": "Properties", "children": [ - 9232, - 9233, - 9234, - 9235, - 9236, - 9237, - 9238 + 9299, + 9300, + 9301, + 9302, + 9303, + 9304, + 9305 ] } ] @@ -2631,7 +2631,7 @@ } }, { - "id": 9261, + "id": 9328, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -2639,14 +2639,14 @@ "type": { "type": "reflection", "declaration": { - "id": 9262, + "id": 9329, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9263, + "id": 9330, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2657,7 +2657,7 @@ } }, { - "id": 9264, + "id": 9331, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -2668,7 +2668,7 @@ } }, { - "id": 9265, + "id": 9332, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -2679,7 +2679,7 @@ } }, { - "id": 9266, + "id": 9333, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2690,7 +2690,7 @@ } }, { - "id": 9267, + "id": 9334, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -2711,7 +2711,7 @@ } }, { - "id": 9268, + "id": 9335, "name": "isList", "variant": "declaration", "kind": 1024, @@ -2732,7 +2732,7 @@ } }, { - "id": 9269, + "id": 9336, "name": "args", "variant": "declaration", "kind": 1024, @@ -2772,13 +2772,13 @@ { "title": "Properties", "children": [ - 9263, - 9264, - 9265, - 9266, - 9267, - 9268, - 9269 + 9330, + 9331, + 9332, + 9333, + 9334, + 9335, + 9336 ] } ] @@ -2786,14 +2786,14 @@ } }, { - "id": 9258, + "id": 9325, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 9259, + "id": 9326, "name": "name", "variant": "declaration", "kind": 1024, @@ -2816,7 +2816,7 @@ } }, { - "id": 9260, + "id": 9327, "name": "args", "variant": "declaration", "kind": 1024, @@ -2856,21 +2856,21 @@ { "title": "Properties", "children": [ - 9259, - 9260 + 9326, + 9327 ] } ] }, { - "id": 9189, + "id": 9256, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 9190, + "id": 9257, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2881,7 +2881,7 @@ } }, { - "id": 9191, + "id": 9258, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2901,7 +2901,7 @@ "types": [ { "type": "reference", - "target": 9258, + "target": 9325, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -2909,7 +2909,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9258, + "target": 9325, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -2918,7 +2918,7 @@ } }, { - "id": 9192, + "id": 9259, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -2954,14 +2954,14 @@ { "type": "reflection", "declaration": { - "id": 9193, + "id": 9260, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9194, + "id": 9261, "name": "path", "variant": "declaration", "kind": 1024, @@ -2972,7 +2972,7 @@ } }, { - "id": 9195, + "id": 9262, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -2990,8 +2990,8 @@ { "title": "Properties", "children": [ - 9194, - 9195 + 9261, + 9262 ] } ] @@ -3005,7 +3005,7 @@ } }, { - "id": 9196, + "id": 9263, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -3019,7 +3019,7 @@ } }, { - "id": 9197, + "id": 9264, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3030,14 +3030,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9261, + "target": 9328, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 9198, + "id": 9265, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3049,14 +3049,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 9199, + "id": 9266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9200, + "id": 9267, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3067,14 +3067,14 @@ } }, { - "id": 9201, + "id": 9268, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 9261, + "target": 9328, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -3084,8 +3084,8 @@ { "title": "Properties", "children": [ - 9200, - 9201 + 9267, + 9268 ] } ] @@ -3094,7 +3094,7 @@ } }, { - "id": 9202, + "id": 9269, "name": "args", "variant": "declaration", "kind": 1024, @@ -3134,19 +3134,19 @@ { "title": "Properties", "children": [ - 9190, - 9191, - 9192, - 9196, - 9197, - 9198, - 9202 + 9257, + 9258, + 9259, + 9263, + 9264, + 9265, + 9269 ] } ] }, { - "id": 9206, + "id": 9273, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -3165,14 +3165,14 @@ { "type": "reflection", "declaration": { - "id": 9207, + "id": 9274, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9208, + "id": 9275, "name": "type", "variant": "declaration", "kind": 1024, @@ -3268,7 +3268,7 @@ } }, { - "id": 9209, + "id": 9276, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -3281,7 +3281,7 @@ } }, { - "id": 9210, + "id": 9277, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -3294,7 +3294,7 @@ } }, { - "id": 9211, + "id": 9278, "name": "options", "variant": "declaration", "kind": 1024, @@ -3334,10 +3334,10 @@ { "title": "Properties", "children": [ - 9208, - 9209, - 9210, - 9211 + 9275, + 9276, + 9277, + 9278 ] } ] @@ -3349,7 +3349,7 @@ } }, { - "id": 9076, + "id": 9143, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -3366,7 +3366,7 @@ "typeArguments": [ { "type": "reference", - "target": 9189, + "target": 9256, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -3398,14 +3398,14 @@ { "type": "reflection", "declaration": { - "id": 9077, + "id": 9144, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9078, + "id": 9145, "name": "schema", "variant": "declaration", "kind": 1024, @@ -3426,7 +3426,7 @@ } }, { - "id": 9079, + "id": 9146, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3437,14 +3437,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9203, + "target": 9270, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 9080, + "id": 9147, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3456,14 +3456,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 9081, + "id": 9148, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9082, + "id": 9149, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3474,7 +3474,7 @@ } }, { - "id": 9083, + "id": 9150, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -3502,14 +3502,14 @@ { "type": "reflection", "declaration": { - "id": 9084, + "id": 9151, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9085, + "id": 9152, "name": "path", "variant": "declaration", "kind": 1024, @@ -3520,7 +3520,7 @@ } }, { - "id": 9086, + "id": 9153, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -3536,7 +3536,7 @@ } }, { - "id": 9087, + "id": 9154, "name": "isList", "variant": "declaration", "kind": 1024, @@ -3553,9 +3553,9 @@ { "title": "Properties", "children": [ - 9085, - 9086, - 9087 + 9152, + 9153, + 9154 ] } ] @@ -3569,14 +3569,14 @@ } }, { - "id": 9088, + "id": 9155, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 9203, + "target": 9270, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -3586,9 +3586,9 @@ { "title": "Properties", "children": [ - 9082, - 9083, - 9088 + 9149, + 9150, + 9155 ] } ] @@ -3597,7 +3597,7 @@ } }, { - "id": 9089, + "id": 9156, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3610,7 +3610,7 @@ } }, { - "id": 9090, + "id": 9157, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -3626,7 +3626,7 @@ } }, { - "id": 9091, + "id": 9158, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -3647,7 +3647,7 @@ } }, { - "id": 9092, + "id": 9159, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -3683,7 +3683,7 @@ } }, { - "id": 9093, + "id": 9160, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -3704,7 +3704,7 @@ } }, { - "id": 9094, + "id": 9161, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -3728,7 +3728,7 @@ } }, { - "id": 9095, + "id": 9162, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -3738,14 +3738,14 @@ "type": { "type": "reflection", "declaration": { - "id": 9096, + "id": 9163, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9097, + "id": 9164, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -3766,7 +3766,7 @@ } }, { - "id": 9098, + "id": 9165, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -3787,7 +3787,7 @@ } }, { - "id": 9099, + "id": 9166, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -3796,7 +3796,7 @@ }, "type": { "type": "reference", - "target": 9206, + "target": 9273, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -3806,9 +3806,9 @@ { "title": "Properties", "children": [ - 9097, - 9098, - 9099 + 9164, + 9165, + 9166 ] } ] @@ -3820,16 +3820,16 @@ { "title": "Properties", "children": [ - 9078, - 9079, - 9080, - 9089, - 9090, - 9091, - 9092, - 9093, - 9094, - 9095 + 9145, + 9146, + 9147, + 9156, + 9157, + 9158, + 9159, + 9160, + 9161, + 9162 ] } ] @@ -3839,7 +3839,7 @@ } }, { - "id": 9203, + "id": 9270, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -3849,21 +3849,21 @@ "types": [ { "type": "reference", - "target": 9261, + "target": 9328, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 9204, + "id": 9271, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9205, + "id": 9272, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -3888,7 +3888,7 @@ { "title": "Properties", "children": [ - 9205 + 9272 ] } ] @@ -3898,7 +3898,7 @@ } }, { - "id": 8841, + "id": 8908, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -3906,13 +3906,13 @@ "extendedBy": [ { "type": "reference", - "target": 8597, + "target": 8664, "name": "IPricingModuleService" } ] }, { - "id": 9121, + "id": 9188, "name": "MoneyAmountDTO", "variant": "declaration", "kind": 256, @@ -3927,7 +3927,7 @@ }, "children": [ { - "id": 9122, + "id": 9189, "name": "id", "variant": "declaration", "kind": 1024, @@ -3946,7 +3946,7 @@ } }, { - "id": 9123, + "id": 9190, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -3967,7 +3967,7 @@ } }, { - "id": 9124, + "id": 9191, "name": "amount", "variant": "declaration", "kind": 1024, @@ -3984,13 +3984,13 @@ }, "type": { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 9125, + "id": 9192, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -4007,13 +4007,13 @@ }, "type": { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 9126, + "id": 9193, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -4030,13 +4030,13 @@ }, "type": { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 9127, + "id": 9194, "name": "rules_count", "variant": "declaration", "kind": 1024, @@ -4057,7 +4057,7 @@ } }, { - "id": 9128, + "id": 9195, "name": "price_rules", "variant": "declaration", "kind": 1024, @@ -4076,14 +4076,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8956, + "target": 9023, "name": "PriceRuleDTO", "package": "@medusajs/types" } } }, { - "id": 9129, + "id": 9196, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -4107,7 +4107,7 @@ } }, { - "id": 9130, + "id": 9197, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -4131,7 +4131,7 @@ } }, { - "id": 9131, + "id": 9198, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -4168,22 +4168,22 @@ { "title": "Properties", "children": [ - 9122, - 9123, - 9124, - 9125, - 9126, - 9127, - 9128, - 9129, - 9130, - 9131 + 9189, + 9190, + 9191, + 9192, + 9193, + 9194, + 9195, + 9196, + 9197, + 9198 ] } ] }, { - "id": 9240, + "id": 9307, "name": "CreateMoneyAmountDTO", "variant": "declaration", "kind": 256, @@ -4198,7 +4198,7 @@ }, "children": [ { - "id": 9241, + "id": 9308, "name": "id", "variant": "declaration", "kind": 1024, @@ -4219,7 +4219,7 @@ } }, { - "id": 9242, + "id": 9309, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -4238,7 +4238,7 @@ } }, { - "id": 9243, + "id": 9310, "name": "amount", "variant": "declaration", "kind": 1024, @@ -4253,13 +4253,13 @@ }, "type": { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 9244, + "id": 9311, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -4283,7 +4283,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -4291,7 +4291,7 @@ } }, { - "id": 9245, + "id": 9312, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -4315,7 +4315,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -4327,29 +4327,29 @@ { "title": "Properties", "children": [ - 9241, - 9242, - 9243, - 9244, - 9245 + 9308, + 9309, + 9310, + 9311, + 9312 ] } ], "extendedBy": [ { "type": "reference", - "target": 9141, + "target": 9208, "name": "CreatePricesDTO" }, { "type": "reference", - "target": 9173, + "target": 9240, "name": "CreatePriceListPriceDTO" } ] }, { - "id": 9252, + "id": 9319, "name": "UpdateMoneyAmountDTO", "variant": "declaration", "kind": 256, @@ -4372,7 +4372,7 @@ }, "children": [ { - "id": 9253, + "id": 9320, "name": "id", "variant": "declaration", "kind": 1024, @@ -4391,7 +4391,7 @@ } }, { - "id": 9254, + "id": 9321, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -4421,7 +4421,7 @@ } }, { - "id": 9255, + "id": 9322, "name": "amount", "variant": "declaration", "kind": 1024, @@ -4438,13 +4438,13 @@ }, "type": { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 9256, + "id": 9323, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -4468,7 +4468,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -4476,7 +4476,7 @@ } }, { - "id": 9257, + "id": 9324, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -4500,7 +4500,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -4512,24 +4512,24 @@ { "title": "Properties", "children": [ - 9253, - 9254, - 9255, - 9256, - 9257 + 9320, + 9321, + 9322, + 9323, + 9324 ] } ], "extendedBy": [ { "type": "reference", - "target": 9181, + "target": 9248, "name": "UpdatePriceListPriceDTO" } ] }, { - "id": 9136, + "id": 9203, "name": "FilterableMoneyAmountProps", "variant": "declaration", "kind": 256, @@ -4544,7 +4544,7 @@ }, "children": [ { - "id": 9139, + "id": 9206, "name": "$and", "variant": "declaration", "kind": 1024, @@ -4567,17 +4567,17 @@ "types": [ { "type": "reference", - "target": 9136, + "target": 9203, "name": "FilterableMoneyAmountProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9136, + "target": 9203, "name": "FilterableMoneyAmountProps", "package": "@medusajs/types" } @@ -4590,12 +4590,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9133, + "target": 9200, "name": "BaseFilterable.$and" } }, { - "id": 9140, + "id": 9207, "name": "$or", "variant": "declaration", "kind": 1024, @@ -4618,17 +4618,17 @@ "types": [ { "type": "reference", - "target": 9136, + "target": 9203, "name": "FilterableMoneyAmountProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9136, + "target": 9203, "name": "FilterableMoneyAmountProps", "package": "@medusajs/types" } @@ -4641,12 +4641,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9134, + "target": 9201, "name": "BaseFilterable.$or" } }, { - "id": 9137, + "id": 9204, "name": "id", "variant": "declaration", "kind": 1024, @@ -4670,7 +4670,7 @@ } }, { - "id": 9138, + "id": 9205, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -4707,21 +4707,21 @@ { "title": "Properties", "children": [ - 9139, - 9140, - 9137, - 9138 + 9206, + 9207, + 9204, + 9205 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9136, + "target": 9203, "name": "FilterableMoneyAmountProps", "package": "@medusajs/types" } @@ -4732,7 +4732,7 @@ ] }, { - "id": 9148, + "id": 9215, "name": "PriceListStatus", "variant": "declaration", "kind": 2097152, @@ -4760,7 +4760,7 @@ } }, { - "id": 9149, + "id": 9216, "name": "PriceListType", "variant": "declaration", "kind": 2097152, @@ -4788,7 +4788,7 @@ } }, { - "id": 8988, + "id": 9055, "name": "PriceListDTO", "variant": "declaration", "kind": 256, @@ -4803,7 +4803,7 @@ }, "children": [ { - "id": 8989, + "id": 9056, "name": "id", "variant": "declaration", "kind": 1024, @@ -4822,7 +4822,7 @@ } }, { - "id": 8990, + "id": 9057, "name": "title", "variant": "declaration", "kind": 1024, @@ -4843,7 +4843,7 @@ } }, { - "id": 8991, + "id": 9058, "name": "description", "variant": "declaration", "kind": 1024, @@ -4864,7 +4864,7 @@ } }, { - "id": 8992, + "id": 9059, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -4894,7 +4894,7 @@ } }, { - "id": 8993, + "id": 9060, "name": "status", "variant": "declaration", "kind": 1024, @@ -4911,13 +4911,13 @@ }, "type": { "type": "reference", - "target": 9148, + "target": 9215, "name": "PriceListStatus", "package": "@medusajs/types" } }, { - "id": 8994, + "id": 9061, "name": "type", "variant": "declaration", "kind": 1024, @@ -4934,13 +4934,13 @@ }, "type": { "type": "reference", - "target": 9149, + "target": 9216, "name": "PriceListType", "package": "@medusajs/types" } }, { - "id": 8995, + "id": 9062, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -4970,7 +4970,7 @@ } }, { - "id": 8996, + "id": 9063, "name": "rules_count", "variant": "declaration", "kind": 1024, @@ -4991,7 +4991,7 @@ } }, { - "id": 8997, + "id": 9064, "name": "prices", "variant": "declaration", "kind": 1024, @@ -5013,14 +5013,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8936, + "target": 9003, "name": "PriceDTO", "package": "@medusajs/types" } } }, { - "id": 8998, + "id": 9065, "name": "money_amounts", "variant": "declaration", "kind": 1024, @@ -5042,14 +5042,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9121, + "target": 9188, "name": "MoneyAmountDTO", "package": "@medusajs/types" } } }, { - "id": 8999, + "id": 9066, "name": "price_list_rules", "variant": "declaration", "kind": 1024, @@ -5071,7 +5071,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9026, + "target": 9093, "name": "PriceListRuleDTO", "package": "@medusajs/types" } @@ -5082,23 +5082,23 @@ { "title": "Properties", "children": [ - 8989, - 8990, - 8991, - 8992, - 8993, - 8994, - 8995, - 8996, - 8997, - 8998, - 8999 + 9056, + 9057, + 9058, + 9059, + 9060, + 9061, + 9062, + 9063, + 9064, + 9065, + 9066 ] } ] }, { - "id": 9173, + "id": 9240, "name": "CreatePriceListPriceDTO", "variant": "declaration", "kind": 256, @@ -5113,7 +5113,7 @@ }, "children": [ { - "id": 9176, + "id": 9243, "name": "id", "variant": "declaration", "kind": 1024, @@ -5135,12 +5135,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9241, + "target": 9308, "name": "CreateMoneyAmountDTO.id" } }, { - "id": 9177, + "id": 9244, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -5161,12 +5161,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9242, + "target": 9309, "name": "CreateMoneyAmountDTO.currency_code" } }, { - "id": 9178, + "id": 9245, "name": "amount", "variant": "declaration", "kind": 1024, @@ -5183,18 +5183,18 @@ }, "type": { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 9243, + "target": 9310, "name": "CreateMoneyAmountDTO.amount" } }, { - "id": 9179, + "id": 9246, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -5219,7 +5219,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -5227,12 +5227,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9244, + "target": 9311, "name": "CreateMoneyAmountDTO.min_quantity" } }, { - "id": 9180, + "id": 9247, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -5257,7 +5257,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -5265,12 +5265,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9245, + "target": 9312, "name": "CreateMoneyAmountDTO.max_quantity" } }, { - "id": 9174, + "id": 9241, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -5289,7 +5289,7 @@ } }, { - "id": 9175, + "id": 9242, "name": "rules", "variant": "declaration", "kind": 1024, @@ -5306,7 +5306,7 @@ }, "type": { "type": "reference", - "target": 9251, + "target": 9318, "name": "CreatePriceListPriceRules", "package": "@medusajs/types" } @@ -5316,27 +5316,27 @@ { "title": "Properties", "children": [ - 9176, - 9177, - 9178, - 9179, - 9180, - 9174, - 9175 + 9243, + 9244, + 9245, + 9246, + 9247, + 9241, + 9242 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9240, + "target": 9307, "name": "CreateMoneyAmountDTO", "package": "@medusajs/types" } ] }, { - "id": 9181, + "id": 9248, "name": "UpdatePriceListPriceDTO", "variant": "declaration", "kind": 256, @@ -5359,7 +5359,7 @@ }, "children": [ { - "id": 9184, + "id": 9251, "name": "id", "variant": "declaration", "kind": 1024, @@ -5380,12 +5380,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9253, + "target": 9320, "name": "UpdateMoneyAmountDTO.id" } }, { - "id": 9185, + "id": 9252, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -5416,12 +5416,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9254, + "target": 9321, "name": "UpdateMoneyAmountDTO.currency_code" } }, { - "id": 9186, + "id": 9253, "name": "amount", "variant": "declaration", "kind": 1024, @@ -5439,18 +5439,18 @@ }, "type": { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 9255, + "target": 9322, "name": "UpdateMoneyAmountDTO.amount" } }, { - "id": 9187, + "id": 9254, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -5475,7 +5475,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -5483,12 +5483,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9256, + "target": 9323, "name": "UpdateMoneyAmountDTO.min_quantity" } }, { - "id": 9188, + "id": 9255, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -5513,7 +5513,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -5521,12 +5521,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9257, + "target": 9324, "name": "UpdateMoneyAmountDTO.max_quantity" } }, { - "id": 9182, + "id": 9249, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -5545,7 +5545,7 @@ } }, { - "id": 9183, + "id": 9250, "name": "rules", "variant": "declaration", "kind": 1024, @@ -5562,7 +5562,7 @@ }, "type": { "type": "reference", - "target": 9251, + "target": 9318, "name": "CreatePriceListPriceRules", "package": "@medusajs/types" } @@ -5572,27 +5572,27 @@ { "title": "Properties", "children": [ - 9184, - 9185, - 9186, - 9187, - 9188, - 9182, - 9183 + 9251, + 9252, + 9253, + 9254, + 9255, + 9249, + 9250 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9252, + "target": 9319, "name": "UpdateMoneyAmountDTO", "package": "@medusajs/types" } ] }, { - "id": 9251, + "id": 9318, "name": "CreatePriceListPriceRules", "variant": "declaration", "kind": 256, @@ -5628,7 +5628,7 @@ ] }, { - "id": 9172, + "id": 9239, "name": "CreatePriceListRules", "variant": "declaration", "kind": 256, @@ -5667,7 +5667,7 @@ ] }, { - "id": 9009, + "id": 9076, "name": "CreatePriceListDTO", "variant": "declaration", "kind": 256, @@ -5682,7 +5682,7 @@ }, "children": [ { - "id": 9010, + "id": 9077, "name": "title", "variant": "declaration", "kind": 1024, @@ -5701,7 +5701,7 @@ } }, { - "id": 9011, + "id": 9078, "name": "description", "variant": "declaration", "kind": 1024, @@ -5720,7 +5720,7 @@ } }, { - "id": 9012, + "id": 9079, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -5750,7 +5750,7 @@ } }, { - "id": 9013, + "id": 9080, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -5780,7 +5780,7 @@ } }, { - "id": 9014, + "id": 9081, "name": "status", "variant": "declaration", "kind": 1024, @@ -5797,13 +5797,13 @@ }, "type": { "type": "reference", - "target": 9148, + "target": 9215, "name": "PriceListStatus", "package": "@medusajs/types" } }, { - "id": 9015, + "id": 9082, "name": "type", "variant": "declaration", "kind": 1024, @@ -5820,13 +5820,13 @@ }, "type": { "type": "reference", - "target": 9149, + "target": 9216, "name": "PriceListType", "package": "@medusajs/types" } }, { - "id": 9016, + "id": 9083, "name": "rules", "variant": "declaration", "kind": 1024, @@ -5843,13 +5843,13 @@ }, "type": { "type": "reference", - "target": 9172, + "target": 9239, "name": "CreatePriceListRules", "package": "@medusajs/types" } }, { - "id": 9017, + "id": 9084, "name": "prices", "variant": "declaration", "kind": 1024, @@ -5868,7 +5868,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9173, + "target": 9240, "name": "CreatePriceListPriceDTO", "package": "@medusajs/types" } @@ -5879,20 +5879,20 @@ { "title": "Properties", "children": [ - 9010, - 9011, - 9012, - 9013, - 9014, - 9015, - 9016, - 9017 + 9077, + 9078, + 9079, + 9080, + 9081, + 9082, + 9083, + 9084 ] } ] }, { - "id": 9018, + "id": 9085, "name": "UpdatePriceListDTO", "variant": "declaration", "kind": 256, @@ -5907,7 +5907,7 @@ }, "children": [ { - "id": 9019, + "id": 9086, "name": "id", "variant": "declaration", "kind": 1024, @@ -5926,7 +5926,7 @@ } }, { - "id": 9020, + "id": 9087, "name": "title", "variant": "declaration", "kind": 1024, @@ -5947,7 +5947,7 @@ } }, { - "id": 9021, + "id": 9088, "name": "description", "variant": "declaration", "kind": 1024, @@ -5977,7 +5977,7 @@ } }, { - "id": 9022, + "id": 9089, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -6007,7 +6007,7 @@ } }, { - "id": 9023, + "id": 9090, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -6037,7 +6037,7 @@ } }, { - "id": 9024, + "id": 9091, "name": "status", "variant": "declaration", "kind": 1024, @@ -6054,13 +6054,13 @@ }, "type": { "type": "reference", - "target": 9148, + "target": 9215, "name": "PriceListStatus", "package": "@medusajs/types" } }, { - "id": 9025, + "id": 9092, "name": "rules", "variant": "declaration", "kind": 1024, @@ -6077,7 +6077,7 @@ }, "type": { "type": "reference", - "target": 9172, + "target": 9239, "name": "CreatePriceListRules", "package": "@medusajs/types" } @@ -6087,19 +6087,19 @@ { "title": "Properties", "children": [ - 9019, - 9020, - 9021, - 9022, - 9023, - 9024, - 9025 + 9086, + 9087, + 9088, + 9089, + 9090, + 9091, + 9092 ] } ] }, { - "id": 9000, + "id": 9067, "name": "FilterablePriceListProps", "variant": "declaration", "kind": 256, @@ -6114,7 +6114,7 @@ }, "children": [ { - "id": 9007, + "id": 9074, "name": "$and", "variant": "declaration", "kind": 1024, @@ -6137,17 +6137,17 @@ "types": [ { "type": "reference", - "target": 9000, + "target": 9067, "name": "FilterablePriceListProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9000, + "target": 9067, "name": "FilterablePriceListProps", "package": "@medusajs/types" } @@ -6160,12 +6160,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9133, + "target": 9200, "name": "BaseFilterable.$and" } }, { - "id": 9008, + "id": 9075, "name": "$or", "variant": "declaration", "kind": 1024, @@ -6188,17 +6188,17 @@ "types": [ { "type": "reference", - "target": 9000, + "target": 9067, "name": "FilterablePriceListProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9000, + "target": 9067, "name": "FilterablePriceListProps", "package": "@medusajs/types" } @@ -6211,12 +6211,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9134, + "target": 9201, "name": "BaseFilterable.$or" } }, { - "id": 9001, + "id": 9068, "name": "q", "variant": "declaration", "kind": 1024, @@ -6237,7 +6237,7 @@ } }, { - "id": 9002, + "id": 9069, "name": "id", "variant": "declaration", "kind": 1024, @@ -6270,7 +6270,7 @@ } }, { - "id": 9003, + "id": 9070, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -6287,7 +6287,7 @@ }, "type": { "type": "reference", - "target": 9150, + "target": 9217, "typeArguments": [ { "type": "intrinsic", @@ -6299,7 +6299,7 @@ } }, { - "id": 9004, + "id": 9071, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -6316,7 +6316,7 @@ }, "type": { "type": "reference", - "target": 9150, + "target": 9217, "typeArguments": [ { "type": "intrinsic", @@ -6328,7 +6328,7 @@ } }, { - "id": 9005, + "id": 9072, "name": "status", "variant": "declaration", "kind": 1024, @@ -6347,14 +6347,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9148, + "target": 9215, "name": "PriceListStatus", "package": "@medusajs/types" } } }, { - "id": 9006, + "id": 9073, "name": "rules_count", "variant": "declaration", "kind": 1024, @@ -6382,25 +6382,25 @@ { "title": "Properties", "children": [ - 9007, - 9008, - 9001, - 9002, - 9003, - 9004, - 9005, - 9006 + 9074, + 9075, + 9068, + 9069, + 9070, + 9071, + 9072, + 9073 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9000, + "target": 9067, "name": "FilterablePriceListProps", "package": "@medusajs/types" } @@ -6411,7 +6411,7 @@ ] }, { - "id": 9031, + "id": 9098, "name": "FilterablePriceListRuleProps", "variant": "declaration", "kind": 256, @@ -6426,7 +6426,7 @@ }, "children": [ { - "id": 9035, + "id": 9102, "name": "$and", "variant": "declaration", "kind": 1024, @@ -6449,17 +6449,17 @@ "types": [ { "type": "reference", - "target": 9031, + "target": 9098, "name": "FilterablePriceListRuleProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9031, + "target": 9098, "name": "FilterablePriceListRuleProps", "package": "@medusajs/types" } @@ -6472,12 +6472,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9133, + "target": 9200, "name": "BaseFilterable.$and" } }, { - "id": 9036, + "id": 9103, "name": "$or", "variant": "declaration", "kind": 1024, @@ -6500,17 +6500,17 @@ "types": [ { "type": "reference", - "target": 9031, + "target": 9098, "name": "FilterablePriceListRuleProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9031, + "target": 9098, "name": "FilterablePriceListRuleProps", "package": "@medusajs/types" } @@ -6523,12 +6523,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9134, + "target": 9201, "name": "BaseFilterable.$or" } }, { - "id": 9032, + "id": 9099, "name": "id", "variant": "declaration", "kind": 1024, @@ -6552,7 +6552,7 @@ } }, { - "id": 9033, + "id": 9100, "name": "value", "variant": "declaration", "kind": 1024, @@ -6576,7 +6576,7 @@ } }, { - "id": 9034, + "id": 9101, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -6604,22 +6604,22 @@ { "title": "Properties", "children": [ - 9035, - 9036, - 9032, - 9033, - 9034 + 9102, + 9103, + 9099, + 9100, + 9101 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9031, + "target": 9098, "name": "FilterablePriceListRuleProps", "package": "@medusajs/types" } @@ -6630,7 +6630,7 @@ ] }, { - "id": 9026, + "id": 9093, "name": "PriceListRuleDTO", "variant": "declaration", "kind": 256, @@ -6645,7 +6645,7 @@ }, "children": [ { - "id": 9027, + "id": 9094, "name": "id", "variant": "declaration", "kind": 1024, @@ -6664,7 +6664,7 @@ } }, { - "id": 9028, + "id": 9095, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -6683,7 +6683,7 @@ } }, { - "id": 9029, + "id": 9096, "name": "value", "variant": "declaration", "kind": 1024, @@ -6714,7 +6714,7 @@ } }, { - "id": 9030, + "id": 9097, "name": "price_list", "variant": "declaration", "kind": 1024, @@ -6732,7 +6732,7 @@ }, "type": { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } @@ -6742,16 +6742,16 @@ { "title": "Properties", "children": [ - 9027, - 9028, - 9029, - 9030 + 9094, + 9095, + 9096, + 9097 ] } ] }, { - "id": 9037, + "id": 9104, "name": "AddPriceListPricesDTO", "variant": "declaration", "kind": 256, @@ -6766,7 +6766,7 @@ }, "children": [ { - "id": 9038, + "id": 9105, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -6785,7 +6785,7 @@ } }, { - "id": 9039, + "id": 9106, "name": "prices", "variant": "declaration", "kind": 1024, @@ -6802,7 +6802,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9173, + "target": 9240, "name": "CreatePriceListPriceDTO", "package": "@medusajs/types" } @@ -6813,14 +6813,14 @@ { "title": "Properties", "children": [ - 9038, - 9039 + 9105, + 9106 ] } ] }, { - "id": 9040, + "id": 9107, "name": "UpdatePriceListPricesDTO", "variant": "declaration", "kind": 256, @@ -6835,7 +6835,7 @@ }, "children": [ { - "id": 9041, + "id": 9108, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -6854,7 +6854,7 @@ } }, { - "id": 9042, + "id": 9109, "name": "prices", "variant": "declaration", "kind": 1024, @@ -6871,7 +6871,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9181, + "target": 9248, "name": "UpdatePriceListPriceDTO", "package": "@medusajs/types" } @@ -6882,14 +6882,14 @@ { "title": "Properties", "children": [ - 9041, - 9042 + 9108, + 9109 ] } ] }, { - "id": 9043, + "id": 9110, "name": "SetPriceListRulesDTO", "variant": "declaration", "kind": 256, @@ -6904,7 +6904,7 @@ }, "children": [ { - "id": 9044, + "id": 9111, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -6923,7 +6923,7 @@ } }, { - "id": 9045, + "id": 9112, "name": "rules", "variant": "declaration", "kind": 1024, @@ -6973,14 +6973,14 @@ { "title": "Properties", "children": [ - 9044, - 9045 + 9111, + 9112 ] } ] }, { - "id": 9046, + "id": 9113, "name": "RemovePriceListRulesDTO", "variant": "declaration", "kind": 256, @@ -6995,7 +6995,7 @@ }, "children": [ { - "id": 9047, + "id": 9114, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -7014,7 +7014,7 @@ } }, { - "id": 9048, + "id": 9115, "name": "rules", "variant": "declaration", "kind": 1024, @@ -7040,14 +7040,14 @@ { "title": "Properties", "children": [ - 9047, - 9048 + 9114, + 9115 ] } ] }, { - "id": 9049, + "id": 9116, "name": "PricePreferenceDTO", "variant": "declaration", "kind": 256, @@ -7062,7 +7062,7 @@ }, "children": [ { - "id": 9050, + "id": 9117, "name": "id", "variant": "declaration", "kind": 1024, @@ -7081,7 +7081,7 @@ } }, { - "id": 9051, + "id": 9118, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -7109,7 +7109,7 @@ } }, { - "id": 9052, + "id": 9119, "name": "value", "variant": "declaration", "kind": 1024, @@ -7137,7 +7137,7 @@ } }, { - "id": 9053, + "id": 9120, "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -7156,7 +7156,7 @@ } }, { - "id": 9054, + "id": 9121, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -7180,7 +7180,7 @@ } }, { - "id": 9055, + "id": 9122, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -7204,7 +7204,7 @@ } }, { - "id": 9056, + "id": 9123, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -7241,26 +7241,26 @@ { "title": "Properties", "children": [ - 9050, - 9051, - 9052, - 9053, - 9054, - 9055, - 9056 + 9117, + 9118, + 9119, + 9120, + 9121, + 9122, + 9123 ] } ] }, { - "id": 9067, + "id": 9134, "name": "UpsertPricePreferenceDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 9068, + "id": 9135, "name": "id", "variant": "declaration", "kind": 1024, @@ -7281,7 +7281,7 @@ } }, { - "id": 9069, + "id": 9136, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -7312,12 +7312,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9073, + "target": 9140, "name": "UpdatePricePreferenceDTO.attribute" } }, { - "id": 9070, + "id": 9137, "name": "value", "variant": "declaration", "kind": 1024, @@ -7348,12 +7348,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9074, + "target": 9141, "name": "UpdatePricePreferenceDTO.value" } }, { - "id": 9071, + "id": 9138, "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -7375,7 +7375,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 9075, + "target": 9142, "name": "UpdatePricePreferenceDTO.is_tax_inclusive" } } @@ -7384,31 +7384,31 @@ { "title": "Properties", "children": [ - 9068, - 9069, - 9070, - 9071 + 9135, + 9136, + 9137, + 9138 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9072, + "target": 9139, "name": "UpdatePricePreferenceDTO", "package": "@medusajs/types" } ] }, { - "id": 9072, + "id": 9139, "name": "UpdatePricePreferenceDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 9073, + "id": 9140, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -7438,7 +7438,7 @@ } }, { - "id": 9074, + "id": 9141, "name": "value", "variant": "declaration", "kind": 1024, @@ -7468,7 +7468,7 @@ } }, { - "id": 9075, + "id": 9142, "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -7493,29 +7493,29 @@ { "title": "Properties", "children": [ - 9073, - 9074, - 9075 + 9140, + 9141, + 9142 ] } ], "extendedBy": [ { "type": "reference", - "target": 9067, + "target": 9134, "name": "UpsertPricePreferenceDTO" } ] }, { - "id": 9063, + "id": 9130, "name": "CreatePricePreferenceDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 9064, + "id": 9131, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -7536,7 +7536,7 @@ } }, { - "id": 9065, + "id": 9132, "name": "value", "variant": "declaration", "kind": 1024, @@ -7557,7 +7557,7 @@ } }, { - "id": 9066, + "id": 9133, "name": "is_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -7582,15 +7582,15 @@ { "title": "Properties", "children": [ - 9064, - 9065, - 9066 + 9131, + 9132, + 9133 ] } ] }, { - "id": 9057, + "id": 9124, "name": "FilterablePricePreferenceProps", "variant": "declaration", "kind": 256, @@ -7605,7 +7605,7 @@ }, "children": [ { - "id": 9061, + "id": 9128, "name": "$and", "variant": "declaration", "kind": 1024, @@ -7628,17 +7628,17 @@ "types": [ { "type": "reference", - "target": 9057, + "target": 9124, "name": "FilterablePricePreferenceProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9057, + "target": 9124, "name": "FilterablePricePreferenceProps", "package": "@medusajs/types" } @@ -7651,12 +7651,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9133, + "target": 9200, "name": "BaseFilterable.$and" } }, { - "id": 9062, + "id": 9129, "name": "$or", "variant": "declaration", "kind": 1024, @@ -7679,17 +7679,17 @@ "types": [ { "type": "reference", - "target": 9057, + "target": 9124, "name": "FilterablePricePreferenceProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9057, + "target": 9124, "name": "FilterablePricePreferenceProps", "package": "@medusajs/types" } @@ -7702,12 +7702,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9134, + "target": 9201, "name": "BaseFilterable.$or" } }, { - "id": 9058, + "id": 9125, "name": "id", "variant": "declaration", "kind": 1024, @@ -7731,7 +7731,7 @@ } }, { - "id": 9059, + "id": 9126, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -7764,7 +7764,7 @@ } }, { - "id": 9060, + "id": 9127, "name": "value", "variant": "declaration", "kind": 1024, @@ -7801,22 +7801,22 @@ { "title": "Properties", "children": [ - 9061, - 9062, - 9058, - 9059, - 9060 + 9128, + 9129, + 9125, + 9126, + 9127 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 9057, + "target": 9124, "name": "FilterablePricePreferenceProps", "package": "@medusajs/types" } @@ -7827,7 +7827,7 @@ ] }, { - "id": 8956, + "id": 9023, "name": "PriceRuleDTO", "variant": "declaration", "kind": 256, @@ -7842,7 +7842,7 @@ }, "children": [ { - "id": 8957, + "id": 9024, "name": "id", "variant": "declaration", "kind": 1024, @@ -7861,7 +7861,7 @@ } }, { - "id": 8958, + "id": 9025, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -7880,7 +7880,7 @@ } }, { - "id": 8959, + "id": 9026, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -7898,13 +7898,13 @@ }, "type": { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } }, { - "id": 8960, + "id": 9027, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -7923,7 +7923,7 @@ } }, { - "id": 8961, + "id": 9028, "name": "value", "variant": "declaration", "kind": 1024, @@ -7942,7 +7942,7 @@ } }, { - "id": 8962, + "id": 9029, "name": "priority", "variant": "declaration", "kind": 1024, @@ -7961,7 +7961,7 @@ } }, { - "id": 8963, + "id": 9030, "name": "price_id", "variant": "declaration", "kind": 1024, @@ -7980,7 +7980,7 @@ } }, { - "id": 8964, + "id": 9031, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -7999,7 +7999,7 @@ } }, { - "id": 8965, + "id": 9032, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -8023,7 +8023,7 @@ } }, { - "id": 8966, + "id": 9033, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -8047,7 +8047,7 @@ } }, { - "id": 8967, + "id": 9034, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -8084,23 +8084,23 @@ { "title": "Properties", "children": [ - 8957, - 8958, - 8959, - 8960, - 8961, - 8962, - 8963, - 8964, - 8965, - 8966, - 8967 + 9024, + 9025, + 9026, + 9027, + 9028, + 9029, + 9030, + 9031, + 9032, + 9033, + 9034 ] } ] }, { - "id": 8974, + "id": 9041, "name": "CreatePriceRuleDTO", "variant": "declaration", "kind": 256, @@ -8115,7 +8115,7 @@ }, "children": [ { - "id": 8975, + "id": 9042, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -8136,7 +8136,7 @@ } }, { - "id": 8976, + "id": 9043, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -8155,7 +8155,7 @@ } }, { - "id": 8977, + "id": 9044, "name": "value", "variant": "declaration", "kind": 1024, @@ -8174,7 +8174,7 @@ } }, { - "id": 8978, + "id": 9045, "name": "priority", "variant": "declaration", "kind": 1024, @@ -8195,7 +8195,7 @@ } }, { - "id": 8979, + "id": 9046, "name": "price_id", "variant": "declaration", "kind": 1024, @@ -8220,17 +8220,17 @@ { "title": "Properties", "children": [ - 8975, - 8976, - 8977, - 8978, - 8979 + 9042, + 9043, + 9044, + 9045, + 9046 ] } ] }, { - "id": 8980, + "id": 9047, "name": "UpdatePriceRuleDTO", "variant": "declaration", "kind": 256, @@ -8253,7 +8253,7 @@ }, "children": [ { - "id": 8981, + "id": 9048, "name": "id", "variant": "declaration", "kind": 1024, @@ -8264,7 +8264,7 @@ } }, { - "id": 8982, + "id": 9049, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -8277,7 +8277,7 @@ } }, { - "id": 8983, + "id": 9050, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -8298,7 +8298,7 @@ } }, { - "id": 8984, + "id": 9051, "name": "value", "variant": "declaration", "kind": 1024, @@ -8319,7 +8319,7 @@ } }, { - "id": 8985, + "id": 9052, "name": "priority", "variant": "declaration", "kind": 1024, @@ -8340,7 +8340,7 @@ } }, { - "id": 8986, + "id": 9053, "name": "price_id", "variant": "declaration", "kind": 1024, @@ -8361,7 +8361,7 @@ } }, { - "id": 8987, + "id": 9054, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -8386,19 +8386,19 @@ { "title": "Properties", "children": [ - 8981, - 8982, - 8983, - 8984, - 8985, - 8986, - 8987 + 9048, + 9049, + 9050, + 9051, + 9052, + 9053, + 9054 ] } ] }, { - "id": 8968, + "id": 9035, "name": "FilterablePriceRuleProps", "variant": "declaration", "kind": 256, @@ -8413,7 +8413,7 @@ }, "children": [ { - "id": 8972, + "id": 9039, "name": "$and", "variant": "declaration", "kind": 1024, @@ -8436,17 +8436,17 @@ "types": [ { "type": "reference", - "target": 8968, + "target": 9035, "name": "FilterablePriceRuleProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 8968, + "target": 9035, "name": "FilterablePriceRuleProps", "package": "@medusajs/types" } @@ -8459,12 +8459,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9133, + "target": 9200, "name": "BaseFilterable.$and" } }, { - "id": 8973, + "id": 9040, "name": "$or", "variant": "declaration", "kind": 1024, @@ -8487,17 +8487,17 @@ "types": [ { "type": "reference", - "target": 8968, + "target": 9035, "name": "FilterablePriceRuleProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 8968, + "target": 9035, "name": "FilterablePriceRuleProps", "package": "@medusajs/types" } @@ -8510,12 +8510,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9134, + "target": 9201, "name": "BaseFilterable.$or" } }, { - "id": 8969, + "id": 9036, "name": "id", "variant": "declaration", "kind": 1024, @@ -8539,7 +8539,7 @@ } }, { - "id": 8970, + "id": 9037, "name": "name", "variant": "declaration", "kind": 1024, @@ -8563,7 +8563,7 @@ } }, { - "id": 8971, + "id": 9038, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -8591,22 +8591,22 @@ { "title": "Properties", "children": [ - 8972, - 8973, - 8969, - 8970, - 8971 + 9039, + 9040, + 9036, + 9037, + 9038 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 8968, + "target": 9035, "name": "FilterablePriceRuleProps", "package": "@medusajs/types" } @@ -8617,7 +8617,7 @@ ] }, { - "id": 8857, + "id": 8924, "name": "PricingContext", "variant": "declaration", "kind": 256, @@ -8632,7 +8632,7 @@ }, "children": [ { - "id": 8858, + "id": 8925, "name": "context", "variant": "declaration", "kind": 1024, @@ -8692,7 +8692,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -8706,20 +8706,20 @@ { "title": "Properties", "children": [ - 8858 + 8925 ] } ], "extendedBy": [ { "type": "reference", - "target": 8913, + "target": 8980, "name": "FilterablePriceSetProps" } ] }, { - "id": 8855, + "id": 8922, "name": "PricingFilters", "variant": "declaration", "kind": 256, @@ -8734,7 +8734,7 @@ }, "children": [ { - "id": 8856, + "id": 8923, "name": "id", "variant": "declaration", "kind": 1024, @@ -8760,13 +8760,13 @@ { "title": "Properties", "children": [ - 8856 + 8923 ] } ] }, { - "id": 8909, + "id": 8976, "name": "PriceSetDTO", "variant": "declaration", "kind": 256, @@ -8781,7 +8781,7 @@ }, "children": [ { - "id": 8910, + "id": 8977, "name": "id", "variant": "declaration", "kind": 1024, @@ -8800,7 +8800,7 @@ } }, { - "id": 8911, + "id": 8978, "name": "prices", "variant": "declaration", "kind": 1024, @@ -8819,14 +8819,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9121, + "target": 9188, "name": "MoneyAmountDTO", "package": "@medusajs/types" } } }, { - "id": 8912, + "id": 8979, "name": "calculated_price", "variant": "declaration", "kind": 1024, @@ -8843,7 +8843,7 @@ }, "type": { "type": "reference", - "target": 8871, + "target": 8938, "name": "CalculatedPriceSet", "package": "@medusajs/types" } @@ -8853,15 +8853,15 @@ { "title": "Properties", "children": [ - 8910, - 8911, - 8912 + 8977, + 8978, + 8979 ] } ] }, { - "id": 8871, + "id": 8938, "name": "CalculatedPriceSet", "variant": "declaration", "kind": 256, @@ -8876,7 +8876,7 @@ }, "children": [ { - "id": 8872, + "id": 8939, "name": "id", "variant": "declaration", "kind": 1024, @@ -8895,7 +8895,7 @@ } }, { - "id": 8873, + "id": 8940, "name": "is_calculated_price_price_list", "variant": "declaration", "kind": 1024, @@ -8924,7 +8924,7 @@ } }, { - "id": 8874, + "id": 8941, "name": "is_calculated_price_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -8945,7 +8945,7 @@ } }, { - "id": 8875, + "id": 8942, "name": "calculated_amount", "variant": "declaration", "kind": 1024, @@ -8975,7 +8975,7 @@ }, { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -8983,7 +8983,7 @@ } }, { - "id": 8876, + "id": 8943, "name": "raw_calculated_amount", "variant": "declaration", "kind": 1024, @@ -8997,7 +8997,7 @@ }, { "type": "reference", - "target": 9116, + "target": 9183, "name": "BigNumberRawValue", "package": "@medusajs/types" } @@ -9005,7 +9005,7 @@ } }, { - "id": 8877, + "id": 8944, "name": "is_original_price_price_list", "variant": "declaration", "kind": 1024, @@ -9034,7 +9034,7 @@ } }, { - "id": 8878, + "id": 8945, "name": "is_original_price_tax_inclusive", "variant": "declaration", "kind": 1024, @@ -9055,7 +9055,7 @@ } }, { - "id": 8879, + "id": 8946, "name": "original_amount", "variant": "declaration", "kind": 1024, @@ -9085,7 +9085,7 @@ }, { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -9093,7 +9093,7 @@ } }, { - "id": 8880, + "id": 8947, "name": "raw_original_amount", "variant": "declaration", "kind": 1024, @@ -9107,7 +9107,7 @@ }, { "type": "reference", - "target": 9116, + "target": 9183, "name": "BigNumberRawValue", "package": "@medusajs/types" } @@ -9115,7 +9115,7 @@ } }, { - "id": 8881, + "id": 8948, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -9143,7 +9143,7 @@ } }, { - "id": 8882, + "id": 8949, "name": "calculated_price", "variant": "declaration", "kind": 1024, @@ -9161,14 +9161,14 @@ "type": { "type": "reflection", "declaration": { - "id": 8883, + "id": 8950, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8884, + "id": 8951, "name": "id", "variant": "declaration", "kind": 1024, @@ -9196,7 +9196,7 @@ } }, { - "id": 8885, + "id": 8952, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -9224,7 +9224,7 @@ } }, { - "id": 8886, + "id": 8953, "name": "price_list_type", "variant": "declaration", "kind": 1024, @@ -9252,7 +9252,7 @@ } }, { - "id": 8887, + "id": 8954, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -9282,7 +9282,7 @@ }, { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -9290,7 +9290,7 @@ } }, { - "id": 8888, + "id": 8955, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -9320,7 +9320,7 @@ }, { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -9332,11 +9332,11 @@ { "title": "Properties", "children": [ - 8884, - 8885, - 8886, - 8887, - 8888 + 8951, + 8952, + 8953, + 8954, + 8955 ] } ] @@ -9344,7 +9344,7 @@ } }, { - "id": 8889, + "id": 8956, "name": "original_price", "variant": "declaration", "kind": 1024, @@ -9362,14 +9362,14 @@ "type": { "type": "reflection", "declaration": { - "id": 8890, + "id": 8957, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 8891, + "id": 8958, "name": "id", "variant": "declaration", "kind": 1024, @@ -9397,7 +9397,7 @@ } }, { - "id": 8892, + "id": 8959, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -9425,7 +9425,7 @@ } }, { - "id": 8893, + "id": 8960, "name": "price_list_type", "variant": "declaration", "kind": 1024, @@ -9453,7 +9453,7 @@ } }, { - "id": 8894, + "id": 8961, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -9483,7 +9483,7 @@ }, { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -9491,7 +9491,7 @@ } }, { - "id": 8895, + "id": 8962, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -9521,7 +9521,7 @@ }, { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } @@ -9533,11 +9533,11 @@ { "title": "Properties", "children": [ - 8891, - 8892, - 8893, - 8894, - 8895 + 8958, + 8959, + 8960, + 8961, + 8962 ] } ] @@ -9549,24 +9549,24 @@ { "title": "Properties", "children": [ - 8872, - 8873, - 8874, - 8875, - 8876, - 8877, - 8878, - 8879, - 8880, - 8881, - 8882, - 8889 + 8939, + 8940, + 8941, + 8942, + 8943, + 8944, + 8945, + 8946, + 8947, + 8948, + 8949, + 8956 ] } ] }, { - "id": 9246, + "id": 9313, "name": "CreatePriceSetPriceRules", "variant": "declaration", "kind": 256, @@ -9602,7 +9602,7 @@ ] }, { - "id": 9141, + "id": 9208, "name": "CreatePricesDTO", "variant": "declaration", "kind": 256, @@ -9617,7 +9617,7 @@ }, "children": [ { - "id": 9143, + "id": 9210, "name": "id", "variant": "declaration", "kind": 1024, @@ -9639,12 +9639,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9241, + "target": 9308, "name": "CreateMoneyAmountDTO.id" } }, { - "id": 9144, + "id": 9211, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -9665,12 +9665,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9242, + "target": 9309, "name": "CreateMoneyAmountDTO.currency_code" } }, { - "id": 9145, + "id": 9212, "name": "amount", "variant": "declaration", "kind": 1024, @@ -9687,18 +9687,18 @@ }, "type": { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 9243, + "target": 9310, "name": "CreateMoneyAmountDTO.amount" } }, { - "id": 9146, + "id": 9213, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -9723,7 +9723,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -9731,12 +9731,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9244, + "target": 9311, "name": "CreateMoneyAmountDTO.min_quantity" } }, { - "id": 9147, + "id": 9214, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -9761,7 +9761,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -9769,12 +9769,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9245, + "target": 9312, "name": "CreateMoneyAmountDTO.max_quantity" } }, { - "id": 9142, + "id": 9209, "name": "rules", "variant": "declaration", "kind": 1024, @@ -9791,7 +9791,7 @@ }, "type": { "type": "reference", - "target": 9246, + "target": 9313, "name": "CreatePriceSetPriceRules", "package": "@medusajs/types" } @@ -9801,26 +9801,26 @@ { "title": "Properties", "children": [ - 9143, - 9144, - 9145, - 9146, - 9147, - 9142 + 9210, + 9211, + 9212, + 9213, + 9214, + 9209 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9240, + "target": 9307, "name": "CreateMoneyAmountDTO", "package": "@medusajs/types" } ] }, { - "id": 8926, + "id": 8993, "name": "AddPricesDTO", "variant": "declaration", "kind": 256, @@ -9835,7 +9835,7 @@ }, "children": [ { - "id": 8927, + "id": 8994, "name": "priceSetId", "variant": "declaration", "kind": 1024, @@ -9854,7 +9854,7 @@ } }, { - "id": 8928, + "id": 8995, "name": "prices", "variant": "declaration", "kind": 1024, @@ -9871,7 +9871,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9141, + "target": 9208, "name": "CreatePricesDTO", "package": "@medusajs/types" } @@ -9882,14 +9882,14 @@ { "title": "Properties", "children": [ - 8927, - 8928 + 8994, + 8995 ] } ] }, { - "id": 8919, + "id": 8986, "name": "CreatePriceSetDTO", "variant": "declaration", "kind": 256, @@ -9904,7 +9904,7 @@ }, "children": [ { - "id": 8920, + "id": 8987, "name": "prices", "variant": "declaration", "kind": 1024, @@ -9923,7 +9923,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9141, + "target": 9208, "name": "CreatePricesDTO", "package": "@medusajs/types" } @@ -9934,13 +9934,13 @@ { "title": "Properties", "children": [ - 8920 + 8987 ] } ] }, { - "id": 8921, + "id": 8988, "name": "UpsertPriceSetDTO", "variant": "declaration", "kind": 256, @@ -9955,7 +9955,7 @@ }, "children": [ { - "id": 8922, + "id": 8989, "name": "id", "variant": "declaration", "kind": 1024, @@ -9976,7 +9976,7 @@ } }, { - "id": 8923, + "id": 8990, "name": "prices", "variant": "declaration", "kind": 1024, @@ -9996,14 +9996,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9141, + "target": 9208, "name": "CreatePricesDTO", "package": "@medusajs/types" } }, "inheritedFrom": { "type": "reference", - "target": 8925, + "target": 8992, "name": "UpdatePriceSetDTO.prices" } } @@ -10012,22 +10012,22 @@ { "title": "Properties", "children": [ - 8922, - 8923 + 8989, + 8990 ] } ], "extendedTypes": [ { "type": "reference", - "target": 8924, + "target": 8991, "name": "UpdatePriceSetDTO", "package": "@medusajs/types" } ] }, { - "id": 8924, + "id": 8991, "name": "UpdatePriceSetDTO", "variant": "declaration", "kind": 256, @@ -10042,7 +10042,7 @@ }, "children": [ { - "id": 8925, + "id": 8992, "name": "prices", "variant": "declaration", "kind": 1024, @@ -10061,7 +10061,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9141, + "target": 9208, "name": "CreatePricesDTO", "package": "@medusajs/types" } @@ -10072,20 +10072,20 @@ { "title": "Properties", "children": [ - 8925 + 8992 ] } ], "extendedBy": [ { "type": "reference", - "target": 8921, + "target": 8988, "name": "UpsertPriceSetDTO" } ] }, { - "id": 8913, + "id": 8980, "name": "FilterablePriceSetProps", "variant": "declaration", "kind": 256, @@ -10100,7 +10100,7 @@ }, "children": [ { - "id": 8916, + "id": 8983, "name": "$and", "variant": "declaration", "kind": 1024, @@ -10123,17 +10123,17 @@ "types": [ { "type": "reference", - "target": 8913, + "target": 8980, "name": "FilterablePriceSetProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 8913, + "target": 8980, "name": "FilterablePriceSetProps", "package": "@medusajs/types" } @@ -10146,12 +10146,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9133, + "target": 9200, "name": "BaseFilterable.$and" } }, { - "id": 8917, + "id": 8984, "name": "$or", "variant": "declaration", "kind": 1024, @@ -10174,17 +10174,17 @@ "types": [ { "type": "reference", - "target": 8913, + "target": 8980, "name": "FilterablePriceSetProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 8913, + "target": 8980, "name": "FilterablePriceSetProps", "package": "@medusajs/types" } @@ -10197,12 +10197,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9134, + "target": 9201, "name": "BaseFilterable.$or" } }, { - "id": 8918, + "id": 8985, "name": "context", "variant": "declaration", "kind": 1024, @@ -10263,7 +10263,7 @@ }, { "type": "reference", - "target": 9100, + "target": 9167, "name": "BigNumberInput", "package": "@medusajs/types" } @@ -10273,12 +10273,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 8858, + "target": 8925, "name": "PricingContext.context" } }, { - "id": 8914, + "id": 8981, "name": "id", "variant": "declaration", "kind": 1024, @@ -10302,7 +10302,7 @@ } }, { - "id": 8915, + "id": 8982, "name": "prices", "variant": "declaration", "kind": 1024, @@ -10319,7 +10319,7 @@ }, "type": { "type": "reference", - "target": 9136, + "target": 9203, "name": "FilterableMoneyAmountProps", "package": "@medusajs/types" } @@ -10329,22 +10329,22 @@ { "title": "Properties", "children": [ - 8916, - 8917, - 8918, - 8914, - 8915 + 8983, + 8984, + 8985, + 8981, + 8982 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 8913, + "target": 8980, "name": "FilterablePriceSetProps", "package": "@medusajs/types" } @@ -10354,14 +10354,14 @@ }, { "type": "reference", - "target": 8857, + "target": 8924, "name": "PricingContext", "package": "@medusajs/types" } ] }, { - "id": 8936, + "id": 9003, "name": "PriceDTO", "variant": "declaration", "kind": 256, @@ -10376,7 +10376,7 @@ }, "children": [ { - "id": 8937, + "id": 9004, "name": "id", "variant": "declaration", "kind": 1024, @@ -10395,7 +10395,7 @@ } }, { - "id": 8938, + "id": 9005, "name": "title", "variant": "declaration", "kind": 1024, @@ -10416,7 +10416,7 @@ } }, { - "id": 8939, + "id": 9006, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -10437,7 +10437,7 @@ } }, { - "id": 8940, + "id": 9007, "name": "amount", "variant": "declaration", "kind": 1024, @@ -10454,13 +10454,13 @@ }, "type": { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8941, + "id": 9008, "name": "min_quantity", "variant": "declaration", "kind": 1024, @@ -10477,13 +10477,13 @@ }, "type": { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8942, + "id": 9009, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -10500,13 +10500,13 @@ }, "type": { "type": "reference", - "target": 9115, + "target": 9182, "name": "BigNumberValue", "package": "@medusajs/types" } }, { - "id": 8943, + "id": 9010, "name": "price_set", "variant": "declaration", "kind": 1024, @@ -10526,13 +10526,13 @@ }, "type": { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } }, { - "id": 8944, + "id": 9011, "name": "price_list", "variant": "declaration", "kind": 1024, @@ -10552,13 +10552,13 @@ }, "type": { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } }, { - "id": 8945, + "id": 9012, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -10579,7 +10579,7 @@ } }, { - "id": 8946, + "id": 9013, "name": "price_rules", "variant": "declaration", "kind": 1024, @@ -10601,14 +10601,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8956, + "target": 9023, "name": "PriceRuleDTO", "package": "@medusajs/types" } } }, { - "id": 8947, + "id": 9014, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -10632,7 +10632,7 @@ } }, { - "id": 8948, + "id": 9015, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -10656,7 +10656,7 @@ } }, { - "id": 8949, + "id": 9016, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -10693,25 +10693,25 @@ { "title": "Properties", "children": [ - 8937, - 8938, - 8939, - 8940, - 8941, - 8942, - 8943, - 8944, - 8945, - 8946, - 8947, - 8948, - 8949 + 9004, + 9005, + 9006, + 9007, + 9008, + 9009, + 9010, + 9011, + 9012, + 9013, + 9014, + 9015, + 9016 ] } ] }, { - "id": 8929, + "id": 8996, "name": "FilterablePriceProps", "variant": "declaration", "kind": 256, @@ -10726,7 +10726,7 @@ }, "children": [ { - "id": 8934, + "id": 9001, "name": "$and", "variant": "declaration", "kind": 1024, @@ -10749,17 +10749,17 @@ "types": [ { "type": "reference", - "target": 8929, + "target": 8996, "name": "FilterablePriceProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 8929, + "target": 8996, "name": "FilterablePriceProps", "package": "@medusajs/types" } @@ -10772,12 +10772,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9133, + "target": 9200, "name": "BaseFilterable.$and" } }, { - "id": 8935, + "id": 9002, "name": "$or", "variant": "declaration", "kind": 1024, @@ -10800,17 +10800,17 @@ "types": [ { "type": "reference", - "target": 8929, + "target": 8996, "name": "FilterablePriceProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 8929, + "target": 8996, "name": "FilterablePriceProps", "package": "@medusajs/types" } @@ -10823,12 +10823,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9134, + "target": 9201, "name": "BaseFilterable.$or" } }, { - "id": 8930, + "id": 8997, "name": "id", "variant": "declaration", "kind": 1024, @@ -10852,7 +10852,7 @@ } }, { - "id": 8931, + "id": 8998, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -10885,7 +10885,7 @@ } }, { - "id": 8932, + "id": 8999, "name": "price_set_id", "variant": "declaration", "kind": 1024, @@ -10909,7 +10909,7 @@ } }, { - "id": 8933, + "id": 9000, "name": "price_list_id", "variant": "declaration", "kind": 1024, @@ -10937,23 +10937,23 @@ { "title": "Properties", "children": [ - 8934, - 8935, - 8930, - 8931, - 8932, - 8933 + 9001, + 9002, + 8997, + 8998, + 8999, + 9000 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9132, + "target": 9199, "typeArguments": [ { "type": "reference", - "target": 8929, + "target": 8996, "name": "FilterablePriceProps", "package": "@medusajs/types" } @@ -10964,7 +10964,7 @@ ] }, { - "id": 8597, + "id": 8664, "name": "IPricingModuleService", "variant": "declaration", "kind": 256, @@ -10979,14 +10979,14 @@ }, "children": [ { - "id": 8598, + "id": 8665, "name": "calculatePrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8599, + "id": 8666, "name": "calculatePrices", "variant": "signature", "kind": 4096, @@ -11041,7 +11041,7 @@ }, "parameters": [ { - "id": 8600, + "id": 8667, "name": "filters", "variant": "param", "kind": 32768, @@ -11056,13 +11056,13 @@ }, "type": { "type": "reference", - "target": 8855, + "target": 8922, "name": "PricingFilters", "package": "@medusajs/types" } }, { - "id": 8601, + "id": 8668, "name": "context", "variant": "param", "kind": 32768, @@ -11079,13 +11079,13 @@ }, "type": { "type": "reference", - "target": 8857, + "target": 8924, "name": "PricingContext", "package": "@medusajs/types" } }, { - "id": 8602, + "id": 8669, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11102,7 +11102,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -11119,7 +11119,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8871, + "target": 8938, "name": "CalculatedPriceSet", "package": "@medusajs/types" } @@ -11132,14 +11132,14 @@ ] }, { - "id": 8603, + "id": 8670, "name": "retrievePriceSet", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8604, + "id": 8671, "name": "retrievePriceSet", "variant": "signature", "kind": 4096, @@ -11186,7 +11186,7 @@ }, "parameters": [ { - "id": 8605, + "id": 8672, "name": "id", "variant": "param", "kind": 32768, @@ -11205,7 +11205,7 @@ } }, { - "id": 8606, + "id": 8673, "name": "config", "variant": "param", "kind": 32768, @@ -11238,11 +11238,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -11252,7 +11252,7 @@ } }, { - "id": 8607, + "id": 8674, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11269,7 +11269,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -11284,7 +11284,7 @@ "typeArguments": [ { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -11296,14 +11296,14 @@ ] }, { - "id": 8608, + "id": 8675, "name": "listPriceSets", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8609, + "id": 8676, "name": "listPriceSets", "variant": "signature", "kind": 4096, @@ -11390,7 +11390,7 @@ }, "parameters": [ { - "id": 8610, + "id": 8677, "name": "filters", "variant": "param", "kind": 32768, @@ -11407,13 +11407,13 @@ }, "type": { "type": "reference", - "target": 8913, + "target": 8980, "name": "FilterablePriceSetProps", "package": "@medusajs/types" } }, { - "id": 8611, + "id": 8678, "name": "config", "variant": "param", "kind": 32768, @@ -11446,11 +11446,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -11460,7 +11460,7 @@ } }, { - "id": 8612, + "id": 8679, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11477,7 +11477,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -11494,7 +11494,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -11507,14 +11507,14 @@ ] }, { - "id": 8613, + "id": 8680, "name": "listAndCountPriceSets", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8614, + "id": 8681, "name": "listAndCountPriceSets", "variant": "signature", "kind": 4096, @@ -11601,7 +11601,7 @@ }, "parameters": [ { - "id": 8615, + "id": 8682, "name": "filters", "variant": "param", "kind": 32768, @@ -11618,13 +11618,13 @@ }, "type": { "type": "reference", - "target": 8913, + "target": 8980, "name": "FilterablePriceSetProps", "package": "@medusajs/types" } }, { - "id": 8616, + "id": 8683, "name": "config", "variant": "param", "kind": 32768, @@ -11657,11 +11657,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -11671,7 +11671,7 @@ } }, { - "id": 8617, + "id": 8684, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11688,7 +11688,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -11708,7 +11708,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -11727,14 +11727,14 @@ ] }, { - "id": 8618, + "id": 8685, "name": "createPriceSets", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8619, + "id": 8686, "name": "createPriceSets", "variant": "signature", "kind": 4096, @@ -11781,7 +11781,7 @@ }, "parameters": [ { - "id": 8620, + "id": 8687, "name": "data", "variant": "param", "kind": 32768, @@ -11796,13 +11796,13 @@ }, "type": { "type": "reference", - "target": 8919, + "target": 8986, "name": "CreatePriceSetDTO", "package": "@medusajs/types" } }, { - "id": 8621, + "id": 8688, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11819,7 +11819,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -11834,7 +11834,7 @@ "typeArguments": [ { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -11844,7 +11844,7 @@ } }, { - "id": 8622, + "id": 8689, "name": "createPriceSets", "variant": "signature", "kind": 4096, @@ -11879,7 +11879,7 @@ }, "parameters": [ { - "id": 8623, + "id": 8690, "name": "data", "variant": "param", "kind": 32768, @@ -11896,14 +11896,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8919, + "target": 8986, "name": "CreatePriceSetDTO", "package": "@medusajs/types" } } }, { - "id": 8624, + "id": 8691, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11920,7 +11920,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -11937,7 +11937,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -11950,14 +11950,14 @@ ] }, { - "id": 8625, + "id": 8692, "name": "upsertPriceSets", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8626, + "id": 8693, "name": "upsertPriceSets", "variant": "signature", "kind": 4096, @@ -11992,7 +11992,7 @@ }, "parameters": [ { - "id": 8627, + "id": 8694, "name": "data", "variant": "param", "kind": 32768, @@ -12009,14 +12009,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8921, + "target": 8988, "name": "UpsertPriceSetDTO", "package": "@medusajs/types" } } }, { - "id": 8628, + "id": 8695, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12033,7 +12033,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -12050,7 +12050,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -12061,7 +12061,7 @@ } }, { - "id": 8629, + "id": 8696, "name": "upsertPriceSets", "variant": "signature", "kind": 4096, @@ -12096,7 +12096,7 @@ }, "parameters": [ { - "id": 8630, + "id": 8697, "name": "data", "variant": "param", "kind": 32768, @@ -12111,13 +12111,13 @@ }, "type": { "type": "reference", - "target": 8921, + "target": 8988, "name": "UpsertPriceSetDTO", "package": "@medusajs/types" } }, { - "id": 8631, + "id": 8698, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12134,7 +12134,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -12149,7 +12149,7 @@ "typeArguments": [ { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -12161,14 +12161,14 @@ ] }, { - "id": 8632, + "id": 8699, "name": "updatePriceSets", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8633, + "id": 8700, "name": "updatePriceSets", "variant": "signature", "kind": 4096, @@ -12203,7 +12203,7 @@ }, "parameters": [ { - "id": 8634, + "id": 8701, "name": "id", "variant": "param", "kind": 32768, @@ -12222,7 +12222,7 @@ } }, { - "id": 8635, + "id": 8702, "name": "data", "variant": "param", "kind": 32768, @@ -12237,13 +12237,13 @@ }, "type": { "type": "reference", - "target": 8924, + "target": 8991, "name": "UpdatePriceSetDTO", "package": "@medusajs/types" } }, { - "id": 8636, + "id": 8703, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12260,7 +12260,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -12275,7 +12275,7 @@ "typeArguments": [ { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -12285,7 +12285,7 @@ } }, { - "id": 8637, + "id": 8704, "name": "updatePriceSets", "variant": "signature", "kind": 4096, @@ -12320,7 +12320,7 @@ }, "parameters": [ { - "id": 8638, + "id": 8705, "name": "selector", "variant": "param", "kind": 32768, @@ -12335,13 +12335,13 @@ }, "type": { "type": "reference", - "target": 8913, + "target": 8980, "name": "FilterablePriceSetProps", "package": "@medusajs/types" } }, { - "id": 8639, + "id": 8706, "name": "data", "variant": "param", "kind": 32768, @@ -12356,13 +12356,13 @@ }, "type": { "type": "reference", - "target": 8924, + "target": 8991, "name": "UpdatePriceSetDTO", "package": "@medusajs/types" } }, { - "id": 8640, + "id": 8707, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12379,7 +12379,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -12396,7 +12396,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -12409,14 +12409,14 @@ ] }, { - "id": 8641, + "id": 8708, "name": "deletePriceSets", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8642, + "id": 8709, "name": "deletePriceSets", "variant": "signature", "kind": 4096, @@ -12451,7 +12451,7 @@ }, "parameters": [ { - "id": 8643, + "id": 8710, "name": "ids", "variant": "param", "kind": 32768, @@ -12473,7 +12473,7 @@ } }, { - "id": 8644, + "id": 8711, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12490,7 +12490,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -12515,14 +12515,14 @@ ] }, { - "id": 8645, + "id": 8712, "name": "addPrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8646, + "id": 8713, "name": "addPrices", "variant": "signature", "kind": 4096, @@ -12577,7 +12577,7 @@ }, "parameters": [ { - "id": 8647, + "id": 8714, "name": "data", "variant": "param", "kind": 32768, @@ -12592,13 +12592,13 @@ }, "type": { "type": "reference", - "target": 8926, + "target": 8993, "name": "AddPricesDTO", "package": "@medusajs/types" } }, { - "id": 8648, + "id": 8715, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12615,7 +12615,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -12630,7 +12630,7 @@ "typeArguments": [ { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -12640,7 +12640,7 @@ } }, { - "id": 8649, + "id": 8716, "name": "addPrices", "variant": "signature", "kind": 4096, @@ -12675,7 +12675,7 @@ }, "parameters": [ { - "id": 8650, + "id": 8717, "name": "data", "variant": "param", "kind": 32768, @@ -12692,14 +12692,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8926, + "target": 8993, "name": "AddPricesDTO", "package": "@medusajs/types" } } }, { - "id": 8651, + "id": 8718, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12716,7 +12716,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -12733,7 +12733,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8909, + "target": 8976, "name": "PriceSetDTO", "package": "@medusajs/types" } @@ -12746,14 +12746,14 @@ ] }, { - "id": 8652, + "id": 8719, "name": "listPrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8653, + "id": 8720, "name": "listPrices", "variant": "signature", "kind": 4096, @@ -12840,7 +12840,7 @@ }, "parameters": [ { - "id": 8654, + "id": 8721, "name": "filters", "variant": "param", "kind": 32768, @@ -12857,13 +12857,13 @@ }, "type": { "type": "reference", - "target": 8929, + "target": 8996, "name": "FilterablePriceProps", "package": "@medusajs/types" } }, { - "id": 8655, + "id": 8722, "name": "config", "variant": "param", "kind": 32768, @@ -12896,11 +12896,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 8936, + "target": 9003, "name": "PriceDTO", "package": "@medusajs/types" } @@ -12910,7 +12910,7 @@ } }, { - "id": 8656, + "id": 8723, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12927,7 +12927,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -12944,7 +12944,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8936, + "target": 9003, "name": "PriceDTO", "package": "@medusajs/types" } @@ -12957,14 +12957,14 @@ ] }, { - "id": 8657, + "id": 8724, "name": "softDeletePrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8658, + "id": 8725, "name": "softDeletePrices", "variant": "signature", "kind": 4096, @@ -13015,7 +13015,7 @@ }, "typeParameters": [ { - "id": 8659, + "id": 8726, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -13032,7 +13032,7 @@ ], "parameters": [ { - "id": 8660, + "id": 8727, "name": "priceIds", "variant": "param", "kind": 32768, @@ -13054,7 +13054,7 @@ } }, { - "id": 8661, + "id": 8728, "name": "config", "variant": "param", "kind": 32768, @@ -13071,11 +13071,11 @@ }, "type": { "type": "reference", - "target": 8950, + "target": 9017, "typeArguments": [ { "type": "reference", - "target": 8659, + "target": 8726, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13086,7 +13086,7 @@ } }, { - "id": 8662, + "id": 8729, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13103,7 +13103,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -13155,14 +13155,14 @@ ] }, { - "id": 8663, + "id": 8730, "name": "restorePrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8664, + "id": 8731, "name": "restorePrices", "variant": "signature", "kind": 4096, @@ -13188,7 +13188,7 @@ }, "typeParameters": [ { - "id": 8665, + "id": 8732, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -13205,7 +13205,7 @@ ], "parameters": [ { - "id": 8666, + "id": 8733, "name": "priceIds", "variant": "param", "kind": 32768, @@ -13227,7 +13227,7 @@ } }, { - "id": 8667, + "id": 8734, "name": "config", "variant": "param", "kind": 32768, @@ -13268,11 +13268,11 @@ }, "type": { "type": "reference", - "target": 8953, + "target": 9020, "typeArguments": [ { "type": "reference", - "target": 8665, + "target": 8732, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13283,7 +13283,7 @@ } }, { - "id": 8668, + "id": 8735, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13292,7 +13292,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -13344,14 +13344,14 @@ ] }, { - "id": 8669, + "id": 8736, "name": "listAndCountPrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8670, + "id": 8737, "name": "listAndCountPrices", "variant": "signature", "kind": 4096, @@ -13438,7 +13438,7 @@ }, "parameters": [ { - "id": 8671, + "id": 8738, "name": "filters", "variant": "param", "kind": 32768, @@ -13455,13 +13455,13 @@ }, "type": { "type": "reference", - "target": 8929, + "target": 8996, "name": "FilterablePriceProps", "package": "@medusajs/types" } }, { - "id": 8672, + "id": 8739, "name": "config", "variant": "param", "kind": 32768, @@ -13494,11 +13494,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 8936, + "target": 9003, "name": "PriceDTO", "package": "@medusajs/types" } @@ -13508,7 +13508,7 @@ } }, { - "id": 8673, + "id": 8740, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13525,7 +13525,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -13545,7 +13545,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8936, + "target": 9003, "name": "PriceDTO", "package": "@medusajs/types" } @@ -13564,14 +13564,14 @@ ] }, { - "id": 8674, + "id": 8741, "name": "retrievePriceRule", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8675, + "id": 8742, "name": "retrievePriceRule", "variant": "signature", "kind": 4096, @@ -13618,7 +13618,7 @@ }, "parameters": [ { - "id": 8676, + "id": 8743, "name": "id", "variant": "param", "kind": 32768, @@ -13637,7 +13637,7 @@ } }, { - "id": 8677, + "id": 8744, "name": "config", "variant": "param", "kind": 32768, @@ -13670,11 +13670,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 8956, + "target": 9023, "name": "PriceRuleDTO", "package": "@medusajs/types" } @@ -13684,7 +13684,7 @@ } }, { - "id": 8678, + "id": 8745, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13701,7 +13701,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -13716,7 +13716,7 @@ "typeArguments": [ { "type": "reference", - "target": 8956, + "target": 9023, "name": "PriceRuleDTO", "package": "@medusajs/types" } @@ -13728,14 +13728,14 @@ ] }, { - "id": 8679, + "id": 8746, "name": "listPriceRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8680, + "id": 8747, "name": "listPriceRules", "variant": "signature", "kind": 4096, @@ -13822,7 +13822,7 @@ }, "parameters": [ { - "id": 8681, + "id": 8748, "name": "filters", "variant": "param", "kind": 32768, @@ -13839,13 +13839,13 @@ }, "type": { "type": "reference", - "target": 8968, + "target": 9035, "name": "FilterablePriceRuleProps", "package": "@medusajs/types" } }, { - "id": 8682, + "id": 8749, "name": "config", "variant": "param", "kind": 32768, @@ -13878,11 +13878,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 8956, + "target": 9023, "name": "PriceRuleDTO", "package": "@medusajs/types" } @@ -13892,7 +13892,7 @@ } }, { - "id": 8683, + "id": 8750, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13909,7 +13909,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -13926,7 +13926,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8956, + "target": 9023, "name": "PriceRuleDTO", "package": "@medusajs/types" } @@ -13939,14 +13939,14 @@ ] }, { - "id": 8684, + "id": 8751, "name": "listAndCountPriceRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8685, + "id": 8752, "name": "listAndCountPriceRules", "variant": "signature", "kind": 4096, @@ -14033,7 +14033,7 @@ }, "parameters": [ { - "id": 8686, + "id": 8753, "name": "filters", "variant": "param", "kind": 32768, @@ -14050,13 +14050,13 @@ }, "type": { "type": "reference", - "target": 8968, + "target": 9035, "name": "FilterablePriceRuleProps", "package": "@medusajs/types" } }, { - "id": 8687, + "id": 8754, "name": "config", "variant": "param", "kind": 32768, @@ -14089,11 +14089,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 8956, + "target": 9023, "name": "PriceRuleDTO", "package": "@medusajs/types" } @@ -14103,7 +14103,7 @@ } }, { - "id": 8688, + "id": 8755, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -14120,7 +14120,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -14140,7 +14140,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8956, + "target": 9023, "name": "PriceRuleDTO", "package": "@medusajs/types" } @@ -14159,14 +14159,14 @@ ] }, { - "id": 8689, + "id": 8756, "name": "createPriceRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8690, + "id": 8757, "name": "createPriceRules", "variant": "signature", "kind": 4096, @@ -14201,7 +14201,7 @@ }, "parameters": [ { - "id": 8691, + "id": 8758, "name": "data", "variant": "param", "kind": 32768, @@ -14218,14 +14218,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8974, + "target": 9041, "name": "CreatePriceRuleDTO", "package": "@medusajs/types" } } }, { - "id": 8692, + "id": 8759, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -14242,7 +14242,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -14259,7 +14259,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8956, + "target": 9023, "name": "PriceRuleDTO", "package": "@medusajs/types" } @@ -14272,14 +14272,14 @@ ] }, { - "id": 8693, + "id": 8760, "name": "updatePriceRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8694, + "id": 8761, "name": "updatePriceRules", "variant": "signature", "kind": 4096, @@ -14314,7 +14314,7 @@ }, "parameters": [ { - "id": 8695, + "id": 8762, "name": "data", "variant": "param", "kind": 32768, @@ -14331,14 +14331,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 8980, + "target": 9047, "name": "UpdatePriceRuleDTO", "package": "@medusajs/types" } } }, { - "id": 8696, + "id": 8763, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -14355,7 +14355,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -14372,7 +14372,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8956, + "target": 9023, "name": "PriceRuleDTO", "package": "@medusajs/types" } @@ -14385,14 +14385,14 @@ ] }, { - "id": 8697, + "id": 8764, "name": "deletePriceRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8698, + "id": 8765, "name": "deletePriceRules", "variant": "signature", "kind": 4096, @@ -14427,7 +14427,7 @@ }, "parameters": [ { - "id": 8699, + "id": 8766, "name": "priceRuleIds", "variant": "param", "kind": 32768, @@ -14449,7 +14449,7 @@ } }, { - "id": 8700, + "id": 8767, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -14466,7 +14466,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -14491,14 +14491,14 @@ ] }, { - "id": 8701, + "id": 8768, "name": "retrievePriceList", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8702, + "id": 8769, "name": "retrievePriceList", "variant": "signature", "kind": 4096, @@ -14545,7 +14545,7 @@ }, "parameters": [ { - "id": 8703, + "id": 8770, "name": "id", "variant": "param", "kind": 32768, @@ -14564,7 +14564,7 @@ } }, { - "id": 8704, + "id": 8771, "name": "config", "variant": "param", "kind": 32768, @@ -14597,11 +14597,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } @@ -14611,7 +14611,7 @@ } }, { - "id": 8705, + "id": 8772, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -14628,7 +14628,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -14643,7 +14643,7 @@ "typeArguments": [ { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } @@ -14655,14 +14655,14 @@ ] }, { - "id": 8706, + "id": 8773, "name": "listPriceLists", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8707, + "id": 8774, "name": "listPriceLists", "variant": "signature", "kind": 4096, @@ -14749,7 +14749,7 @@ }, "parameters": [ { - "id": 8708, + "id": 8775, "name": "filters", "variant": "param", "kind": 32768, @@ -14766,13 +14766,13 @@ }, "type": { "type": "reference", - "target": 9000, + "target": 9067, "name": "FilterablePriceListProps", "package": "@medusajs/types" } }, { - "id": 8709, + "id": 8776, "name": "config", "variant": "param", "kind": 32768, @@ -14805,11 +14805,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } @@ -14819,7 +14819,7 @@ } }, { - "id": 8710, + "id": 8777, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -14836,7 +14836,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -14853,7 +14853,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } @@ -14866,14 +14866,14 @@ ] }, { - "id": 8711, + "id": 8778, "name": "listAndCountPriceLists", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8712, + "id": 8779, "name": "listAndCountPriceLists", "variant": "signature", "kind": 4096, @@ -14960,7 +14960,7 @@ }, "parameters": [ { - "id": 8713, + "id": 8780, "name": "filters", "variant": "param", "kind": 32768, @@ -14977,13 +14977,13 @@ }, "type": { "type": "reference", - "target": 9000, + "target": 9067, "name": "FilterablePriceListProps", "package": "@medusajs/types" } }, { - "id": 8714, + "id": 8781, "name": "config", "variant": "param", "kind": 32768, @@ -15016,11 +15016,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } @@ -15030,7 +15030,7 @@ } }, { - "id": 8715, + "id": 8782, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -15047,7 +15047,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -15067,7 +15067,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } @@ -15086,14 +15086,14 @@ ] }, { - "id": 8716, + "id": 8783, "name": "createPriceLists", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8717, + "id": 8784, "name": "createPriceLists", "variant": "signature", "kind": 4096, @@ -15128,7 +15128,7 @@ }, "parameters": [ { - "id": 8718, + "id": 8785, "name": "data", "variant": "param", "kind": 32768, @@ -15145,14 +15145,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9009, + "target": 9076, "name": "CreatePriceListDTO", "package": "@medusajs/types" } } }, { - "id": 8719, + "id": 8786, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -15169,7 +15169,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -15186,7 +15186,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } @@ -15199,14 +15199,14 @@ ] }, { - "id": 8720, + "id": 8787, "name": "updatePriceLists", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8721, + "id": 8788, "name": "updatePriceLists", "variant": "signature", "kind": 4096, @@ -15241,7 +15241,7 @@ }, "parameters": [ { - "id": 8722, + "id": 8789, "name": "data", "variant": "param", "kind": 32768, @@ -15266,14 +15266,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9018, + "target": 9085, "name": "UpdatePriceListDTO", "package": "@medusajs/types" } } }, { - "id": 8723, + "id": 8790, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -15290,7 +15290,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -15307,7 +15307,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } @@ -15320,14 +15320,14 @@ ] }, { - "id": 8724, + "id": 8791, "name": "deletePriceLists", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8725, + "id": 8792, "name": "deletePriceLists", "variant": "signature", "kind": 4096, @@ -15362,7 +15362,7 @@ }, "parameters": [ { - "id": 8726, + "id": 8793, "name": "priceListIds", "variant": "param", "kind": 32768, @@ -15384,7 +15384,7 @@ } }, { - "id": 8727, + "id": 8794, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -15401,7 +15401,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -15426,14 +15426,14 @@ ] }, { - "id": 8728, + "id": 8795, "name": "softDeletePriceLists", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8729, + "id": 8796, "name": "softDeletePriceLists", "variant": "signature", "kind": 4096, @@ -15484,7 +15484,7 @@ }, "typeParameters": [ { - "id": 8730, + "id": 8797, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -15501,7 +15501,7 @@ ], "parameters": [ { - "id": 8731, + "id": 8798, "name": "priceListIds", "variant": "param", "kind": 32768, @@ -15523,7 +15523,7 @@ } }, { - "id": 8732, + "id": 8799, "name": "config", "variant": "param", "kind": 32768, @@ -15540,11 +15540,11 @@ }, "type": { "type": "reference", - "target": 8950, + "target": 9017, "typeArguments": [ { "type": "reference", - "target": 8730, + "target": 8797, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -15555,7 +15555,7 @@ } }, { - "id": 8733, + "id": 8800, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -15572,7 +15572,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -15624,14 +15624,14 @@ ] }, { - "id": 8734, + "id": 8801, "name": "restorePriceLists", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8735, + "id": 8802, "name": "restorePriceLists", "variant": "signature", "kind": 4096, @@ -15682,7 +15682,7 @@ }, "typeParameters": [ { - "id": 8736, + "id": 8803, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -15699,7 +15699,7 @@ ], "parameters": [ { - "id": 8737, + "id": 8804, "name": "priceListIds", "variant": "param", "kind": 32768, @@ -15721,7 +15721,7 @@ } }, { - "id": 8738, + "id": 8805, "name": "config", "variant": "param", "kind": 32768, @@ -15754,11 +15754,11 @@ }, "type": { "type": "reference", - "target": 8953, + "target": 9020, "typeArguments": [ { "type": "reference", - "target": 8736, + "target": 8803, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -15769,7 +15769,7 @@ } }, { - "id": 8739, + "id": 8806, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -15786,7 +15786,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -15838,14 +15838,14 @@ ] }, { - "id": 8740, + "id": 8807, "name": "retrievePriceListRule", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8741, + "id": 8808, "name": "retrievePriceListRule", "variant": "signature", "kind": 4096, @@ -15892,7 +15892,7 @@ }, "parameters": [ { - "id": 8742, + "id": 8809, "name": "id", "variant": "param", "kind": 32768, @@ -15911,7 +15911,7 @@ } }, { - "id": 8743, + "id": 8810, "name": "config", "variant": "param", "kind": 32768, @@ -15944,11 +15944,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 9026, + "target": 9093, "name": "PriceListRuleDTO", "package": "@medusajs/types" } @@ -15958,7 +15958,7 @@ } }, { - "id": 8744, + "id": 8811, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -15975,7 +15975,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -15990,7 +15990,7 @@ "typeArguments": [ { "type": "reference", - "target": 9026, + "target": 9093, "name": "PriceListRuleDTO", "package": "@medusajs/types" } @@ -16002,14 +16002,14 @@ ] }, { - "id": 8745, + "id": 8812, "name": "listPriceListRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8746, + "id": 8813, "name": "listPriceListRules", "variant": "signature", "kind": 4096, @@ -16096,7 +16096,7 @@ }, "parameters": [ { - "id": 8747, + "id": 8814, "name": "filters", "variant": "param", "kind": 32768, @@ -16113,13 +16113,13 @@ }, "type": { "type": "reference", - "target": 9031, + "target": 9098, "name": "FilterablePriceListRuleProps", "package": "@medusajs/types" } }, { - "id": 8748, + "id": 8815, "name": "config", "variant": "param", "kind": 32768, @@ -16152,11 +16152,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 9026, + "target": 9093, "name": "PriceListRuleDTO", "package": "@medusajs/types" } @@ -16166,7 +16166,7 @@ } }, { - "id": 8749, + "id": 8816, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16183,7 +16183,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -16200,7 +16200,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9026, + "target": 9093, "name": "PriceListRuleDTO", "package": "@medusajs/types" } @@ -16213,14 +16213,14 @@ ] }, { - "id": 8750, + "id": 8817, "name": "listAndCountPriceListRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8751, + "id": 8818, "name": "listAndCountPriceListRules", "variant": "signature", "kind": 4096, @@ -16307,7 +16307,7 @@ }, "parameters": [ { - "id": 8752, + "id": 8819, "name": "filters", "variant": "param", "kind": 32768, @@ -16324,13 +16324,13 @@ }, "type": { "type": "reference", - "target": 9031, + "target": 9098, "name": "FilterablePriceListRuleProps", "package": "@medusajs/types" } }, { - "id": 8753, + "id": 8820, "name": "config", "variant": "param", "kind": 32768, @@ -16363,11 +16363,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 9026, + "target": 9093, "name": "PriceListRuleDTO", "package": "@medusajs/types" } @@ -16377,7 +16377,7 @@ } }, { - "id": 8754, + "id": 8821, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16394,7 +16394,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -16414,7 +16414,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9026, + "target": 9093, "name": "PriceListRuleDTO", "package": "@medusajs/types" } @@ -16433,14 +16433,14 @@ ] }, { - "id": 8755, + "id": 8822, "name": "deletePriceListRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8756, + "id": 8823, "name": "deletePriceListRules", "variant": "signature", "kind": 4096, @@ -16475,7 +16475,7 @@ }, "parameters": [ { - "id": 8757, + "id": 8824, "name": "priceListRuleIds", "variant": "param", "kind": 32768, @@ -16497,7 +16497,7 @@ } }, { - "id": 8758, + "id": 8825, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16514,7 +16514,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -16539,14 +16539,14 @@ ] }, { - "id": 8759, + "id": 8826, "name": "addPriceListPrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8760, + "id": 8827, "name": "addPriceListPrices", "variant": "signature", "kind": 4096, @@ -16581,7 +16581,7 @@ }, "parameters": [ { - "id": 8761, + "id": 8828, "name": "data", "variant": "param", "kind": 32768, @@ -16598,14 +16598,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9037, + "target": 9104, "name": "AddPriceListPricesDTO", "package": "@medusajs/types" } } }, { - "id": 8762, + "id": 8829, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16622,7 +16622,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -16639,7 +16639,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8936, + "target": 9003, "name": "PriceDTO", "package": "@medusajs/types" } @@ -16652,14 +16652,14 @@ ] }, { - "id": 8763, + "id": 8830, "name": "updatePriceListPrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8764, + "id": 8831, "name": "updatePriceListPrices", "variant": "signature", "kind": 4096, @@ -16694,7 +16694,7 @@ }, "parameters": [ { - "id": 8765, + "id": 8832, "name": "data", "variant": "param", "kind": 32768, @@ -16719,14 +16719,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9040, + "target": 9107, "name": "UpdatePriceListPricesDTO", "package": "@medusajs/types" } } }, { - "id": 8766, + "id": 8833, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16743,7 +16743,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -16760,7 +16760,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 8936, + "target": 9003, "name": "PriceDTO", "package": "@medusajs/types" } @@ -16773,14 +16773,14 @@ ] }, { - "id": 8767, + "id": 8834, "name": "setPriceListRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8768, + "id": 8835, "name": "setPriceListRules", "variant": "signature", "kind": 4096, @@ -16815,7 +16815,7 @@ }, "parameters": [ { - "id": 8769, + "id": 8836, "name": "data", "variant": "param", "kind": 32768, @@ -16838,13 +16838,13 @@ }, "type": { "type": "reference", - "target": 9043, + "target": 9110, "name": "SetPriceListRulesDTO", "package": "@medusajs/types" } }, { - "id": 8770, + "id": 8837, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16861,7 +16861,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -16876,7 +16876,7 @@ "typeArguments": [ { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } @@ -16888,14 +16888,14 @@ ] }, { - "id": 8771, + "id": 8838, "name": "removePriceListRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8772, + "id": 8839, "name": "removePriceListRules", "variant": "signature", "kind": 4096, @@ -16930,7 +16930,7 @@ }, "parameters": [ { - "id": 8773, + "id": 8840, "name": "data", "variant": "param", "kind": 32768, @@ -16953,13 +16953,13 @@ }, "type": { "type": "reference", - "target": 9046, + "target": 9113, "name": "RemovePriceListRulesDTO", "package": "@medusajs/types" } }, { - "id": 8774, + "id": 8841, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16976,7 +16976,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -16991,7 +16991,7 @@ "typeArguments": [ { "type": "reference", - "target": 8988, + "target": 9055, "name": "PriceListDTO", "package": "@medusajs/types" } @@ -17003,14 +17003,14 @@ ] }, { - "id": 8775, + "id": 8842, "name": "removePrices", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8776, + "id": 8843, "name": "removePrices", "variant": "signature", "kind": 4096, @@ -17045,7 +17045,7 @@ }, "parameters": [ { - "id": 8777, + "id": 8844, "name": "ids", "variant": "param", "kind": 32768, @@ -17067,7 +17067,7 @@ } }, { - "id": 8778, + "id": 8845, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17084,7 +17084,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -17109,14 +17109,14 @@ ] }, { - "id": 8779, + "id": 8846, "name": "retrievePricePreference", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8780, + "id": 8847, "name": "retrievePricePreference", "variant": "signature", "kind": 4096, @@ -17155,7 +17155,7 @@ }, "parameters": [ { - "id": 8781, + "id": 8848, "name": "id", "variant": "param", "kind": 32768, @@ -17174,7 +17174,7 @@ } }, { - "id": 8782, + "id": 8849, "name": "config", "variant": "param", "kind": 32768, @@ -17207,11 +17207,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 9049, + "target": 9116, "name": "PricePreferenceDTO", "package": "@medusajs/types" } @@ -17221,7 +17221,7 @@ } }, { - "id": 8783, + "id": 8850, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17238,7 +17238,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -17253,7 +17253,7 @@ "typeArguments": [ { "type": "reference", - "target": 9049, + "target": 9116, "name": "PricePreferenceDTO", "package": "@medusajs/types" } @@ -17265,14 +17265,14 @@ ] }, { - "id": 8784, + "id": 8851, "name": "listPricePreferences", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8785, + "id": 8852, "name": "listPricePreferences", "variant": "signature", "kind": 4096, @@ -17351,7 +17351,7 @@ }, "parameters": [ { - "id": 8786, + "id": 8853, "name": "filters", "variant": "param", "kind": 32768, @@ -17368,13 +17368,13 @@ }, "type": { "type": "reference", - "target": 9057, + "target": 9124, "name": "FilterablePricePreferenceProps", "package": "@medusajs/types" } }, { - "id": 8787, + "id": 8854, "name": "config", "variant": "param", "kind": 32768, @@ -17407,11 +17407,11 @@ }, "type": { "type": "reference", - "target": 8896, + "target": 8963, "typeArguments": [ { "type": "reference", - "target": 9049, + "target": 9116, "name": "PricePreferenceDTO", "package": "@medusajs/types" } @@ -17421,7 +17421,7 @@ } }, { - "id": 8788, + "id": 8855, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17438,7 +17438,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -17455,7 +17455,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9049, + "target": 9116, "name": "PricePreferenceDTO", "package": "@medusajs/types" } @@ -17468,14 +17468,14 @@ ] }, { - "id": 8789, + "id": 8856, "name": "createPricePreferences", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8790, + "id": 8857, "name": "createPricePreferences", "variant": "signature", "kind": 4096, @@ -17514,7 +17514,7 @@ }, "parameters": [ { - "id": 8791, + "id": 8858, "name": "data", "variant": "param", "kind": 32768, @@ -17529,13 +17529,13 @@ }, "type": { "type": "reference", - "target": 9063, + "target": 9130, "name": "CreatePricePreferenceDTO", "package": "@medusajs/types" } }, { - "id": 8792, + "id": 8859, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17552,7 +17552,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -17567,7 +17567,7 @@ "typeArguments": [ { "type": "reference", - "target": 9049, + "target": 9116, "name": "PricePreferenceDTO", "package": "@medusajs/types" } @@ -17577,7 +17577,7 @@ } }, { - "id": 8793, + "id": 8860, "name": "createPricePreferences", "variant": "signature", "kind": 4096, @@ -17612,7 +17612,7 @@ }, "parameters": [ { - "id": 8794, + "id": 8861, "name": "data", "variant": "param", "kind": 32768, @@ -17629,14 +17629,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9063, + "target": 9130, "name": "CreatePricePreferenceDTO", "package": "@medusajs/types" } } }, { - "id": 8795, + "id": 8862, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17653,7 +17653,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -17670,7 +17670,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9049, + "target": 9116, "name": "PricePreferenceDTO", "package": "@medusajs/types" } @@ -17683,14 +17683,14 @@ ] }, { - "id": 8796, + "id": 8863, "name": "upsertPricePreferences", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8797, + "id": 8864, "name": "upsertPricePreferences", "variant": "signature", "kind": 4096, @@ -17725,7 +17725,7 @@ }, "parameters": [ { - "id": 8798, + "id": 8865, "name": "data", "variant": "param", "kind": 32768, @@ -17742,14 +17742,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9067, + "target": 9134, "name": "UpsertPricePreferenceDTO", "package": "@medusajs/types" } } }, { - "id": 8799, + "id": 8866, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17766,7 +17766,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -17783,7 +17783,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9049, + "target": 9116, "name": "PricePreferenceDTO", "package": "@medusajs/types" } @@ -17794,7 +17794,7 @@ } }, { - "id": 8800, + "id": 8867, "name": "upsertPricePreferences", "variant": "signature", "kind": 4096, @@ -17829,7 +17829,7 @@ }, "parameters": [ { - "id": 8801, + "id": 8868, "name": "data", "variant": "param", "kind": 32768, @@ -17844,13 +17844,13 @@ }, "type": { "type": "reference", - "target": 9067, + "target": 9134, "name": "UpsertPricePreferenceDTO", "package": "@medusajs/types" } }, { - "id": 8802, + "id": 8869, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17867,7 +17867,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -17882,7 +17882,7 @@ "typeArguments": [ { "type": "reference", - "target": 9049, + "target": 9116, "name": "PricePreferenceDTO", "package": "@medusajs/types" } @@ -17894,14 +17894,14 @@ ] }, { - "id": 8803, + "id": 8870, "name": "updatePricePreferences", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8804, + "id": 8871, "name": "updatePricePreferences", "variant": "signature", "kind": 4096, @@ -17936,7 +17936,7 @@ }, "parameters": [ { - "id": 8805, + "id": 8872, "name": "id", "variant": "param", "kind": 32768, @@ -17955,7 +17955,7 @@ } }, { - "id": 8806, + "id": 8873, "name": "data", "variant": "param", "kind": 32768, @@ -17970,13 +17970,13 @@ }, "type": { "type": "reference", - "target": 9072, + "target": 9139, "name": "UpdatePricePreferenceDTO", "package": "@medusajs/types" } }, { - "id": 8807, + "id": 8874, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17993,7 +17993,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -18008,7 +18008,7 @@ "typeArguments": [ { "type": "reference", - "target": 9049, + "target": 9116, "name": "PricePreferenceDTO", "package": "@medusajs/types" } @@ -18018,7 +18018,7 @@ } }, { - "id": 8808, + "id": 8875, "name": "updatePricePreferences", "variant": "signature", "kind": 4096, @@ -18053,7 +18053,7 @@ }, "parameters": [ { - "id": 8809, + "id": 8876, "name": "selector", "variant": "param", "kind": 32768, @@ -18068,13 +18068,13 @@ }, "type": { "type": "reference", - "target": 9057, + "target": 9124, "name": "FilterablePricePreferenceProps", "package": "@medusajs/types" } }, { - "id": 8810, + "id": 8877, "name": "data", "variant": "param", "kind": 32768, @@ -18089,13 +18089,13 @@ }, "type": { "type": "reference", - "target": 9072, + "target": 9139, "name": "UpdatePricePreferenceDTO", "package": "@medusajs/types" } }, { - "id": 8811, + "id": 8878, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18112,7 +18112,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -18129,7 +18129,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9049, + "target": 9116, "name": "PricePreferenceDTO", "package": "@medusajs/types" } @@ -18142,14 +18142,14 @@ ] }, { - "id": 8812, + "id": 8879, "name": "softDeletePricePreferences", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8813, + "id": 8880, "name": "softDeletePricePreferences", "variant": "signature", "kind": 4096, @@ -18192,7 +18192,7 @@ }, "typeParameters": [ { - "id": 8814, + "id": 8881, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -18209,7 +18209,7 @@ ], "parameters": [ { - "id": 8815, + "id": 8882, "name": "pricePreferenceIds", "variant": "param", "kind": 32768, @@ -18231,7 +18231,7 @@ } }, { - "id": 8816, + "id": 8883, "name": "config", "variant": "param", "kind": 32768, @@ -18248,11 +18248,11 @@ }, "type": { "type": "reference", - "target": 8950, + "target": 9017, "typeArguments": [ { "type": "reference", - "target": 8814, + "target": 8881, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -18263,7 +18263,7 @@ } }, { - "id": 8817, + "id": 8884, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18280,7 +18280,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -18332,14 +18332,14 @@ ] }, { - "id": 8818, + "id": 8885, "name": "restorePricePreferences", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8819, + "id": 8886, "name": "restorePricePreferences", "variant": "signature", "kind": 4096, @@ -18382,7 +18382,7 @@ }, "typeParameters": [ { - "id": 8820, + "id": 8887, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -18399,7 +18399,7 @@ ], "parameters": [ { - "id": 8821, + "id": 8888, "name": "pricePreferenceIds", "variant": "param", "kind": 32768, @@ -18421,7 +18421,7 @@ } }, { - "id": 8822, + "id": 8889, "name": "config", "variant": "param", "kind": 32768, @@ -18438,11 +18438,11 @@ }, "type": { "type": "reference", - "target": 8953, + "target": 9020, "typeArguments": [ { "type": "reference", - "target": 8820, + "target": 8887, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -18453,7 +18453,7 @@ } }, { - "id": 8823, + "id": 8890, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18470,7 +18470,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -18522,14 +18522,14 @@ ] }, { - "id": 8824, + "id": 8891, "name": "deletePricePreferences", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 8825, + "id": 8892, "name": "deletePricePreferences", "variant": "signature", "kind": 4096, @@ -18564,7 +18564,7 @@ }, "parameters": [ { - "id": 8826, + "id": 8893, "name": "ids", "variant": "param", "kind": 32768, @@ -18586,7 +18586,7 @@ } }, { - "id": 8827, + "id": 8894, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18603,7 +18603,7 @@ }, "type": { "type": "reference", - "target": 8859, + "target": 8926, "name": "Context", "package": "@medusajs/types" } @@ -18632,71 +18632,71 @@ { "title": "Methods", "children": [ - 8598, - 8603, - 8608, - 8613, - 8618, - 8625, - 8632, - 8641, - 8645, - 8652, - 8657, - 8663, - 8669, - 8674, - 8679, - 8684, - 8689, - 8693, - 8697, - 8701, - 8706, - 8711, - 8716, - 8720, + 8665, + 8670, + 8675, + 8680, + 8685, + 8692, + 8699, + 8708, + 8712, + 8719, 8724, - 8728, - 8734, - 8740, - 8745, - 8750, - 8755, - 8759, - 8763, - 8767, - 8771, - 8775, - 8779, - 8784, - 8789, - 8796, - 8803, + 8730, + 8736, + 8741, + 8746, + 8751, + 8756, + 8760, + 8764, + 8768, + 8773, + 8778, + 8783, + 8787, + 8791, + 8795, + 8801, + 8807, 8812, - 8818, - 8824 + 8817, + 8822, + 8826, + 8830, + 8834, + 8838, + 8842, + 8846, + 8851, + 8856, + 8863, + 8870, + 8879, + 8885, + 8891 ] } ], "extendedTypes": [ { "type": "reference", - "target": 8841, + "target": 8908, "name": "IModuleService", "package": "@medusajs/types" } ] }, { - "id": 9224, + "id": 9291, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 9225, + "id": 9292, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -18712,7 +18712,7 @@ } }, { - "id": 9226, + "id": 9293, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -18722,21 +18722,21 @@ "type": { "type": "reflection", "declaration": { - "id": 9227, + "id": 9294, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 9228, + "id": 9295, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 9229, + "id": 9296, "name": "key", "variant": "param", "kind": 32768, @@ -18777,35 +18777,35 @@ { "title": "Properties", "children": [ - 9225, - 9226 + 9292, + 9293 ] } ] }, { - "id": 9101, + "id": 9168, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 9102, + "id": 9169, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9103, + "id": 9170, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 9104, + "id": 9171, "name": "msg", "variant": "param", "kind": 32768, @@ -18815,7 +18815,7 @@ "types": [ { "type": "reference", - "target": 9220, + "target": 9287, "name": "Message", "package": "@medusajs/types" }, @@ -18823,7 +18823,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9220, + "target": 9287, "name": "Message", "package": "@medusajs/types" } @@ -18840,21 +18840,21 @@ ] }, { - "id": 9105, + "id": 9172, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9106, + "id": 9173, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 9107, + "id": 9174, "name": "format", "variant": "param", "kind": 32768, @@ -18863,7 +18863,7 @@ }, "type": { "type": "reference", - "target": 9224, + "target": 9291, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -18884,7 +18884,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9220, + "target": 9287, "name": "Message", "package": "@medusajs/types" } @@ -18897,14 +18897,14 @@ ] }, { - "id": 9108, + "id": 9175, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9109, + "id": 9176, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -18917,21 +18917,21 @@ ] }, { - "id": 9110, + "id": 9177, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9111, + "id": 9178, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 9112, + "id": 9179, "name": "T", "variant": "typeParam", "kind": 131072, @@ -18940,7 +18940,7 @@ ], "parameters": [ { - "id": 9113, + "id": 9180, "name": "messageData", "variant": "param", "kind": 32768, @@ -18950,11 +18950,11 @@ "types": [ { "type": "reference", - "target": 9230, + "target": 9297, "typeArguments": [ { "type": "reference", - "target": 9112, + "target": 9179, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -18967,11 +18967,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 9230, + "target": 9297, "typeArguments": [ { "type": "reference", - "target": 9112, + "target": 9179, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -18985,7 +18985,7 @@ } }, { - "id": 9114, + "id": 9181, "name": "options", "variant": "param", "kind": 32768, @@ -19025,16 +19025,16 @@ { "title": "Methods", "children": [ - 9102, - 9105, - 9108, - 9110 + 9169, + 9172, + 9175, + 9177 ] } ] }, { - "id": 8859, + "id": 8926, "name": "Context", "variant": "declaration", "kind": 256, @@ -19049,7 +19049,7 @@ }, "children": [ { - "id": 8860, + "id": 8927, "name": "__type", "variant": "declaration", "kind": 1024, @@ -19062,7 +19062,7 @@ } }, { - "id": 8861, + "id": 8928, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -19095,14 +19095,14 @@ }, "type": { "type": "reference", - "target": 8870, + "target": 8937, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 8862, + "id": 8929, "name": "manager", "variant": "declaration", "kind": 1024, @@ -19135,14 +19135,14 @@ }, "type": { "type": "reference", - "target": 8870, + "target": 8937, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 8863, + "id": 8930, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -19195,7 +19195,7 @@ } }, { - "id": 8864, + "id": 8931, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -19216,7 +19216,7 @@ } }, { - "id": 8865, + "id": 8932, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -19237,7 +19237,7 @@ } }, { - "id": 8866, + "id": 8933, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -19258,7 +19258,7 @@ } }, { - "id": 8867, + "id": 8934, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -19275,13 +19275,13 @@ }, "type": { "type": "reference", - "target": 9101, + "target": 9168, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 8868, + "id": 8935, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -19302,7 +19302,7 @@ } }, { - "id": 8869, + "id": 8936, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -19327,22 +19327,22 @@ { "title": "Properties", "children": [ - 8860, - 8861, - 8862, - 8863, - 8864, - 8865, - 8866, - 8867, - 8868, - 8869 + 8927, + 8928, + 8929, + 8930, + 8931, + 8932, + 8933, + 8934, + 8935, + 8936 ] } ], "typeParameters": [ { - "id": 8870, + "id": 8937, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -19355,14 +19355,14 @@ ] }, { - "id": 9212, + "id": 9279, "name": "IBigNumber", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 9213, + "id": 9280, "name": "numeric", "variant": "declaration", "kind": 1024, @@ -19373,7 +19373,7 @@ } }, { - "id": 9214, + "id": 9281, "name": "raw", "variant": "declaration", "kind": 1024, @@ -19382,13 +19382,13 @@ }, "type": { "type": "reference", - "target": 9116, + "target": 9183, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 9215, + "id": 9282, "name": "bigNumber", "variant": "declaration", "kind": 1024, @@ -19406,14 +19406,14 @@ } }, { - "id": 9216, + "id": 9283, "name": "toJSON", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9217, + "id": 9284, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -19426,14 +19426,14 @@ ] }, { - "id": 9218, + "id": 9285, "name": "valueOf", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9219, + "id": 9286, "name": "valueOf", "variant": "signature", "kind": 4096, @@ -19450,22 +19450,22 @@ { "title": "Properties", "children": [ - 9213, - 9214, - 9215 + 9280, + 9281, + 9282 ] }, { "title": "Methods", "children": [ - 9216, - 9218 + 9283, + 9285 ] } ] }, { - "id": 9116, + "id": 9183, "name": "BigNumberRawValue", "variant": "declaration", "kind": 2097152, @@ -19473,14 +19473,14 @@ "type": { "type": "reflection", "declaration": { - "id": 9117, + "id": 9184, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9118, + "id": 9185, "name": "value", "variant": "declaration", "kind": 1024, @@ -19504,20 +19504,20 @@ { "title": "Properties", "children": [ - 9118 + 9185 ] } ], "indexSignatures": [ { - "id": 9119, + "id": 9186, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 9120, + "id": 9187, "name": "key", "variant": "param", "kind": 32768, @@ -19538,7 +19538,7 @@ } }, { - "id": 9100, + "id": 9167, "name": "BigNumberInput", "variant": "declaration", "kind": 2097152, @@ -19548,7 +19548,7 @@ "types": [ { "type": "reference", - "target": 9116, + "target": 9183, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -19572,7 +19572,7 @@ }, { "type": "reference", - "target": 9212, + "target": 9279, "name": "IBigNumber", "package": "@medusajs/types" } @@ -19580,7 +19580,7 @@ } }, { - "id": 9115, + "id": 9182, "name": "BigNumberValue", "variant": "declaration", "kind": 2097152, @@ -19608,7 +19608,7 @@ }, { "type": "reference", - "target": 9212, + "target": 9279, "name": "IBigNumber", "package": "@medusajs/types" } @@ -19620,458 +19620,190 @@ { "title": "Interfaces", "children": [ - 8896, - 9132, - 8950, - 8953, - 9258, - 9189, - 8841, - 9121, + 8963, + 9199, + 9017, + 9020, + 9325, + 9256, + 8908, + 9188, + 9307, + 9319, + 9203, + 9055, 9240, - 9252, - 9136, - 8988, - 9173, - 9181, - 9251, - 9172, - 9009, - 9018, - 9000, - 9031, - 9026, - 9037, - 9040, - 9043, - 9046, - 9049, + 9248, + 9318, + 9239, + 9076, + 9085, 9067, - 9072, - 9063, - 9057, - 8956, - 8974, - 8980, - 8968, - 8857, - 8855, - 8909, - 8871, - 9246, - 9141, - 8926, - 8919, - 8921, + 9098, + 9093, + 9104, + 9107, + 9110, + 9113, + 9116, + 9134, + 9139, + 9130, + 9124, + 9023, + 9041, + 9047, + 9035, 8924, - 8913, - 8936, - 8929, - 8597, - 9224, - 9101, - 8859, - 9212 + 8922, + 8976, + 8938, + 9313, + 9208, + 8993, + 8986, + 8988, + 8991, + 8980, + 9003, + 8996, + 8664, + 9291, + 9168, + 8926, + 9279 ] }, { "title": "Type Aliases", "children": [ - 9247, - 9249, - 9276, - 9304, - 9294, - 9150, - 9292, - 9286, - 9291, - 9280, - 9288, + 9314, + 9316, + 9343, + 9371, + 9361, + 9217, + 9359, + 9353, + 9358, + 9347, + 9355, + 9337, + 9287, + 9297, + 9328, + 9273, + 9143, 9270, - 9220, - 9230, - 9261, - 9206, - 9076, - 9203, - 9148, - 9149, - 9116, - 9100, - 9115 + 9215, + 9216, + 9183, + 9167, + 9182 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "8596": { + "8663": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", "qualifiedName": "" }, - "8597": { + "8664": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", "qualifiedName": "IPricingModuleService" }, - "8598": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.calculatePrices" - }, - "8599": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.calculatePrices" - }, - "8600": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" - }, - "8601": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "context" - }, - "8602": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8603": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.retrievePriceSet" - }, - "8604": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.retrievePriceSet" - }, - "8605": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "id" - }, - "8606": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" - }, - "8607": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8608": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPriceSets" - }, - "8609": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPriceSets" - }, - "8610": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" - }, - "8611": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" - }, - "8612": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8613": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listAndCountPriceSets" - }, - "8614": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listAndCountPriceSets" - }, - "8615": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" - }, - "8616": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" - }, - "8617": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8618": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.createPriceSets" - }, - "8619": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.createPriceSets" - }, - "8620": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" - }, - "8621": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8622": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.createPriceSets" - }, - "8623": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" - }, - "8624": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8625": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.upsertPriceSets" - }, - "8626": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.upsertPriceSets" - }, - "8627": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" - }, - "8628": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8629": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.upsertPriceSets" - }, - "8630": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" - }, - "8631": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8632": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePriceSets" - }, - "8633": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePriceSets" - }, - "8634": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "id" - }, - "8635": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" - }, - "8636": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8637": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePriceSets" - }, - "8638": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "selector" - }, - "8639": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" - }, - "8640": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8641": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.deletePriceSets" - }, - "8642": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.deletePriceSets" - }, - "8643": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "ids" - }, - "8644": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8645": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.addPrices" - }, - "8646": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.addPrices" - }, - "8647": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" - }, - "8648": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8649": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.addPrices" - }, - "8650": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" - }, - "8651": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8652": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPrices" - }, - "8653": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPrices" - }, - "8654": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" - }, - "8655": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" - }, - "8656": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8657": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.softDeletePrices" - }, - "8658": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.softDeletePrices" - }, - "8659": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "8660": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "priceIds" - }, - "8661": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" - }, - "8662": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" - }, - "8663": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.restorePrices" - }, - "8664": { - "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.restorePrices" - }, "8665": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "IPricingModuleService.calculatePrices" }, "8666": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "priceIds" + "qualifiedName": "IPricingModuleService.calculatePrices" }, "8667": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "filters" }, "8668": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "context" }, "8669": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listAndCountPrices" + "qualifiedName": "sharedContext" }, "8670": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listAndCountPrices" + "qualifiedName": "IPricingModuleService.retrievePriceSet" }, "8671": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IPricingModuleService.retrievePriceSet" }, "8672": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "id" }, "8673": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "8674": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.retrievePriceRule" + "qualifiedName": "sharedContext" }, "8675": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.retrievePriceRule" + "qualifiedName": "IPricingModuleService.listPriceSets" }, "8676": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "id" + "qualifiedName": "IPricingModuleService.listPriceSets" }, "8677": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "filters" }, "8678": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "8679": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPriceRules" + "qualifiedName": "sharedContext" }, "8680": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPriceRules" + "qualifiedName": "IPricingModuleService.listAndCountPriceSets" }, "8681": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IPricingModuleService.listAndCountPriceSets" }, "8682": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "filters" }, "8683": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "8684": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listAndCountPriceRules" + "qualifiedName": "sharedContext" }, "8685": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listAndCountPriceRules" + "qualifiedName": "IPricingModuleService.createPriceSets" }, "8686": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IPricingModuleService.createPriceSets" }, "8687": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "data" }, "8688": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", @@ -20079,107 +19811,107 @@ }, "8689": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.createPriceRules" + "qualifiedName": "IPricingModuleService.createPriceSets" }, "8690": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.createPriceRules" + "qualifiedName": "data" }, "8691": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "8692": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.upsertPriceSets" }, "8693": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePriceRules" + "qualifiedName": "IPricingModuleService.upsertPriceSets" }, "8694": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePriceRules" + "qualifiedName": "data" }, "8695": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "8696": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.upsertPriceSets" }, "8697": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.deletePriceRules" + "qualifiedName": "data" }, "8698": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.deletePriceRules" + "qualifiedName": "sharedContext" }, "8699": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "priceRuleIds" + "qualifiedName": "IPricingModuleService.updatePriceSets" }, "8700": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.updatePriceSets" }, "8701": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.retrievePriceList" + "qualifiedName": "id" }, "8702": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.retrievePriceList" + "qualifiedName": "data" }, "8703": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "id" + "qualifiedName": "sharedContext" }, "8704": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "IPricingModuleService.updatePriceSets" }, "8705": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "selector" }, "8706": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPriceLists" + "qualifiedName": "data" }, "8707": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPriceLists" + "qualifiedName": "sharedContext" }, "8708": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IPricingModuleService.deletePriceSets" }, "8709": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "IPricingModuleService.deletePriceSets" }, "8710": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ids" }, "8711": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listAndCountPriceLists" + "qualifiedName": "sharedContext" }, "8712": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listAndCountPriceLists" + "qualifiedName": "IPricingModuleService.addPrices" }, "8713": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IPricingModuleService.addPrices" }, "8714": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "data" }, "8715": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", @@ -20187,31 +19919,31 @@ }, "8716": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.createPriceLists" + "qualifiedName": "IPricingModuleService.addPrices" }, "8717": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.createPriceLists" + "qualifiedName": "data" }, "8718": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "8719": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.listPrices" }, "8720": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePriceLists" + "qualifiedName": "IPricingModuleService.listPrices" }, "8721": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePriceLists" + "qualifiedName": "filters" }, "8722": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "config" }, "8723": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", @@ -20219,351 +19951,351 @@ }, "8724": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.deletePriceLists" + "qualifiedName": "IPricingModuleService.softDeletePrices" }, "8725": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.deletePriceLists" + "qualifiedName": "IPricingModuleService.softDeletePrices" }, "8726": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "priceListIds" + "qualifiedName": "TReturnableLinkableKeys" }, "8727": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "priceIds" }, "8728": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.softDeletePriceLists" + "qualifiedName": "config" }, "8729": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.softDeletePriceLists" + "qualifiedName": "sharedContext" }, "8730": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "IPricingModuleService.restorePrices" }, "8731": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "priceListIds" + "qualifiedName": "IPricingModuleService.restorePrices" }, "8732": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "TReturnableLinkableKeys" }, "8733": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "priceIds" }, "8734": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.restorePriceLists" + "qualifiedName": "config" }, "8735": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.restorePriceLists" + "qualifiedName": "sharedContext" }, "8736": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "IPricingModuleService.listAndCountPrices" }, "8737": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "priceListIds" + "qualifiedName": "IPricingModuleService.listAndCountPrices" }, "8738": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "filters" }, "8739": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "8740": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.retrievePriceListRule" + "qualifiedName": "sharedContext" }, "8741": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.retrievePriceListRule" + "qualifiedName": "IPricingModuleService.retrievePriceRule" }, "8742": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "id" + "qualifiedName": "IPricingModuleService.retrievePriceRule" }, "8743": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "id" }, "8744": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "8745": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPriceListRules" + "qualifiedName": "sharedContext" }, "8746": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPriceListRules" + "qualifiedName": "IPricingModuleService.listPriceRules" }, "8747": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IPricingModuleService.listPriceRules" }, "8748": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "filters" }, "8749": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "8750": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listAndCountPriceListRules" + "qualifiedName": "sharedContext" }, "8751": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listAndCountPriceListRules" + "qualifiedName": "IPricingModuleService.listAndCountPriceRules" }, "8752": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IPricingModuleService.listAndCountPriceRules" }, "8753": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "filters" }, "8754": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "8755": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.deletePriceListRules" + "qualifiedName": "sharedContext" }, "8756": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.deletePriceListRules" + "qualifiedName": "IPricingModuleService.createPriceRules" }, "8757": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "priceListRuleIds" + "qualifiedName": "IPricingModuleService.createPriceRules" }, "8758": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "8759": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.addPriceListPrices" + "qualifiedName": "sharedContext" }, "8760": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.addPriceListPrices" + "qualifiedName": "IPricingModuleService.updatePriceRules" }, "8761": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "IPricingModuleService.updatePriceRules" }, "8762": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "8763": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePriceListPrices" + "qualifiedName": "sharedContext" }, "8764": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePriceListPrices" + "qualifiedName": "IPricingModuleService.deletePriceRules" }, "8765": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "IPricingModuleService.deletePriceRules" }, "8766": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "priceRuleIds" }, "8767": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.setPriceListRules" + "qualifiedName": "sharedContext" }, "8768": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.setPriceListRules" + "qualifiedName": "IPricingModuleService.retrievePriceList" }, "8769": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "IPricingModuleService.retrievePriceList" }, "8770": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "id" }, "8771": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.removePriceListRules" + "qualifiedName": "config" }, "8772": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.removePriceListRules" + "qualifiedName": "sharedContext" }, "8773": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "IPricingModuleService.listPriceLists" }, "8774": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.listPriceLists" }, "8775": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.removePrices" + "qualifiedName": "filters" }, "8776": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.removePrices" + "qualifiedName": "config" }, "8777": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "ids" + "qualifiedName": "sharedContext" }, "8778": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.listAndCountPriceLists" }, "8779": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.retrievePricePreference" + "qualifiedName": "IPricingModuleService.listAndCountPriceLists" }, "8780": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.retrievePricePreference" + "qualifiedName": "filters" }, "8781": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "id" + "qualifiedName": "config" }, "8782": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "8783": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.createPriceLists" }, "8784": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPricePreferences" + "qualifiedName": "IPricingModuleService.createPriceLists" }, "8785": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.listPricePreferences" + "qualifiedName": "data" }, "8786": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "8787": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "IPricingModuleService.updatePriceLists" }, "8788": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.updatePriceLists" }, "8789": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.createPricePreferences" + "qualifiedName": "data" }, "8790": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.createPricePreferences" + "qualifiedName": "sharedContext" }, "8791": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "IPricingModuleService.deletePriceLists" }, "8792": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.deletePriceLists" }, "8793": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.createPricePreferences" + "qualifiedName": "priceListIds" }, "8794": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "8795": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.softDeletePriceLists" }, "8796": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.upsertPricePreferences" + "qualifiedName": "IPricingModuleService.softDeletePriceLists" }, "8797": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.upsertPricePreferences" + "qualifiedName": "TReturnableLinkableKeys" }, "8798": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "priceListIds" }, "8799": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "8800": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.upsertPricePreferences" + "qualifiedName": "sharedContext" }, "8801": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "IPricingModuleService.restorePriceLists" }, "8802": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.restorePriceLists" }, "8803": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePricePreferences" + "qualifiedName": "TReturnableLinkableKeys" }, "8804": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePricePreferences" + "qualifiedName": "priceListIds" }, "8805": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "id" + "qualifiedName": "config" }, "8806": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "8807": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.retrievePriceListRule" }, "8808": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.updatePricePreferences" + "qualifiedName": "IPricingModuleService.retrievePriceListRule" }, "8809": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "selector" + "qualifiedName": "id" }, "8810": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "data" + "qualifiedName": "config" }, "8811": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", @@ -20571,1857 +20303,2125 @@ }, "8812": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.softDeletePricePreferences" + "qualifiedName": "IPricingModuleService.listPriceListRules" }, "8813": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.softDeletePricePreferences" + "qualifiedName": "IPricingModuleService.listPriceListRules" }, "8814": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "filters" }, "8815": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "pricePreferenceIds" + "qualifiedName": "config" }, "8816": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "8817": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.listAndCountPriceListRules" }, "8818": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.restorePricePreferences" + "qualifiedName": "IPricingModuleService.listAndCountPriceListRules" }, "8819": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.restorePricePreferences" + "qualifiedName": "filters" }, "8820": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "config" }, "8821": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "pricePreferenceIds" + "qualifiedName": "sharedContext" }, "8822": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "config" + "qualifiedName": "IPricingModuleService.deletePriceListRules" }, "8823": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPricingModuleService.deletePriceListRules" }, "8824": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.deletePricePreferences" + "qualifiedName": "priceListRuleIds" }, "8825": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "IPricingModuleService.deletePricePreferences" + "qualifiedName": "sharedContext" }, "8826": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IPricingModuleService.addPriceListPrices" }, "8827": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.addPriceListPrices" + }, + "8828": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "data" + }, + "8829": { "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", "qualifiedName": "sharedContext" }, + "8830": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.updatePriceListPrices" + }, + "8831": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.updatePriceListPrices" + }, + "8832": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "data" + }, + "8833": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8834": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.setPriceListRules" + }, + "8835": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.setPriceListRules" + }, + "8836": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "data" + }, + "8837": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8838": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.removePriceListRules" + }, + "8839": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.removePriceListRules" + }, + "8840": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "data" + }, "8841": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8842": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.removePrices" + }, + "8843": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.removePrices" + }, + "8844": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "ids" + }, + "8845": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8846": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.retrievePricePreference" + }, + "8847": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.retrievePricePreference" + }, + "8848": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "id" + }, + "8849": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "config" + }, + "8850": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8851": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.listPricePreferences" + }, + "8852": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.listPricePreferences" + }, + "8853": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "filters" + }, + "8854": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "config" + }, + "8855": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8856": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.createPricePreferences" + }, + "8857": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.createPricePreferences" + }, + "8858": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "data" + }, + "8859": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8860": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.createPricePreferences" + }, + "8861": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "data" + }, + "8862": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8863": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.upsertPricePreferences" + }, + "8864": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.upsertPricePreferences" + }, + "8865": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "data" + }, + "8866": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8867": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.upsertPricePreferences" + }, + "8868": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "data" + }, + "8869": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8870": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.updatePricePreferences" + }, + "8871": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.updatePricePreferences" + }, + "8872": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "id" + }, + "8873": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "data" + }, + "8874": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8875": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.updatePricePreferences" + }, + "8876": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "selector" + }, + "8877": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "data" + }, + "8878": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8879": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.softDeletePricePreferences" + }, + "8880": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.softDeletePricePreferences" + }, + "8881": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "8882": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "pricePreferenceIds" + }, + "8883": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "config" + }, + "8884": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8885": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.restorePricePreferences" + }, + "8886": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.restorePricePreferences" + }, + "8887": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "8888": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "pricePreferenceIds" + }, + "8889": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "config" + }, + "8890": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8891": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.deletePricePreferences" + }, + "8892": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "IPricingModuleService.deletePricePreferences" + }, + "8893": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "ids" + }, + "8894": { + "sourceFileName": "../../../../packages/core/types/src/pricing/service.ts", + "qualifiedName": "sharedContext" + }, + "8908": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "8855": { + "8922": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "PricingFilters" }, - "8856": { + "8923": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "PricingFilters.id" }, - "8857": { + "8924": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "PricingContext" }, - "8858": { + "8925": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "PricingContext.context" }, - "8859": { + "8926": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "8860": { + "8927": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "8861": { + "8928": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "8862": { + "8929": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "8863": { + "8930": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "8864": { + "8931": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "8865": { + "8932": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "8866": { + "8933": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "8867": { + "8934": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "8868": { + "8935": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "8869": { + "8936": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "8870": { + "8937": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "8871": { + "8938": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet" }, - "8872": { + "8939": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.id" }, - "8873": { + "8940": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.is_calculated_price_price_list" }, - "8874": { + "8941": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.is_calculated_price_tax_inclusive" }, - "8875": { + "8942": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.calculated_amount" }, - "8876": { + "8943": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.raw_calculated_amount" }, - "8877": { + "8944": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.is_original_price_price_list" }, - "8878": { + "8945": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.is_original_price_tax_inclusive" }, - "8879": { + "8946": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.original_amount" }, - "8880": { + "8947": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.raw_original_amount" }, - "8881": { + "8948": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.currency_code" }, - "8882": { + "8949": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.calculated_price" }, - "8883": { + "8950": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type" }, - "8884": { + "8951": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type.id" }, - "8885": { + "8952": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type.price_list_id" }, - "8886": { + "8953": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type.price_list_type" }, - "8887": { + "8954": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type.min_quantity" }, - "8888": { + "8955": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type.max_quantity" }, - "8889": { + "8956": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CalculatedPriceSet.original_price" }, - "8890": { + "8957": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type" }, - "8891": { + "8958": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type.id" }, - "8892": { + "8959": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type.price_list_id" }, - "8893": { + "8960": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type.price_list_type" }, - "8894": { + "8961": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type.min_quantity" }, - "8895": { + "8962": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "__type.max_quantity" }, - "8896": { + "8963": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "8897": { + "8964": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "8898": { + "8965": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "8899": { + "8966": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "8900": { + "8967": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "8901": { + "8968": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "8902": { + "8969": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "8903": { + "8970": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "8905": { + "8972": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "8906": { + "8973": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "8907": { + "8974": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "8908": { + "8975": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "8909": { + "8976": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "PriceSetDTO" }, - "8910": { + "8977": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "PriceSetDTO.id" }, - "8911": { + "8978": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "PriceSetDTO.prices" }, - "8912": { + "8979": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "PriceSetDTO.calculated_price" }, - "8913": { + "8980": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "FilterablePriceSetProps" }, - "8914": { + "8981": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "FilterablePriceSetProps.id" }, - "8915": { + "8982": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "FilterablePriceSetProps.prices" }, - "8916": { + "8983": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "8917": { + "8984": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "8918": { + "8985": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "PricingContext.context" }, - "8919": { + "8986": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CreatePriceSetDTO" }, - "8920": { + "8987": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "CreatePriceSetDTO.prices" }, - "8921": { + "8988": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "UpsertPriceSetDTO" }, - "8922": { + "8989": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "UpsertPriceSetDTO.id" }, - "8923": { + "8990": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "UpdatePriceSetDTO.prices" }, - "8924": { + "8991": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "UpdatePriceSetDTO" }, - "8925": { + "8992": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "UpdatePriceSetDTO.prices" }, - "8926": { + "8993": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "AddPricesDTO" }, - "8927": { + "8994": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "AddPricesDTO.priceSetId" }, - "8928": { + "8995": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", "qualifiedName": "AddPricesDTO.prices" }, - "8929": { + "8996": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "FilterablePriceProps" }, - "8930": { + "8997": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "FilterablePriceProps.id" }, - "8931": { + "8998": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "FilterablePriceProps.currency_code" }, - "8932": { + "8999": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "FilterablePriceProps.price_set_id" }, - "8933": { + "9000": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "FilterablePriceProps.price_list_id" }, - "8934": { + "9001": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "8935": { + "9002": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "8936": { + "9003": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO" }, - "8937": { + "9004": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.id" }, - "8938": { + "9005": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.title" }, - "8939": { + "9006": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.currency_code" }, - "8940": { + "9007": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.amount" }, - "8941": { + "9008": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.min_quantity" }, - "8942": { + "9009": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.max_quantity" }, - "8943": { + "9010": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.price_set" }, - "8944": { + "9011": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.price_list" }, - "8945": { + "9012": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.price_set_id" }, - "8946": { + "9013": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.price_rules" }, - "8947": { + "9014": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.created_at" }, - "8948": { + "9015": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.updated_at" }, - "8949": { + "9016": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price.ts", "qualifiedName": "PriceDTO.deleted_at" }, - "8950": { + "9017": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "SoftDeleteReturn" }, - "8951": { + "9018": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "8952": { + "9019": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "8953": { + "9020": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "RestoreReturn" }, - "8954": { + "9021": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "8955": { + "9022": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "8956": { + "9023": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO" }, - "8957": { + "9024": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO.id" }, - "8958": { + "9025": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO.price_set_id" }, - "8959": { + "9026": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO.price_set" }, - "8960": { + "9027": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO.attribute" }, - "8961": { + "9028": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO.value" }, - "8962": { + "9029": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO.priority" }, - "8963": { + "9030": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO.price_id" }, - "8964": { + "9031": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO.price_list_id" }, - "8965": { + "9032": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO.created_at" }, - "8966": { + "9033": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO.updated_at" }, - "8967": { + "9034": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "PriceRuleDTO.deleted_at" }, - "8968": { + "9035": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "FilterablePriceRuleProps" }, - "8969": { + "9036": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "FilterablePriceRuleProps.id" }, - "8970": { + "9037": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "FilterablePriceRuleProps.name" }, - "8971": { + "9038": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "FilterablePriceRuleProps.price_set_id" }, - "8972": { + "9039": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "8973": { + "9040": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "8974": { + "9041": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "CreatePriceRuleDTO" }, - "8975": { + "9042": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "CreatePriceRuleDTO.price_set_id" }, - "8976": { + "9043": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "CreatePriceRuleDTO.attribute" }, - "8977": { + "9044": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "CreatePriceRuleDTO.value" }, - "8978": { + "9045": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "CreatePriceRuleDTO.priority" }, - "8979": { + "9046": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "CreatePriceRuleDTO.price_id" }, - "8980": { + "9047": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "UpdatePriceRuleDTO" }, - "8981": { + "9048": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "UpdatePriceRuleDTO.id" }, - "8982": { + "9049": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "UpdatePriceRuleDTO.price_set_id" }, - "8983": { + "9050": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "UpdatePriceRuleDTO.attribute" }, - "8984": { + "9051": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "UpdatePriceRuleDTO.value" }, - "8985": { + "9052": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "UpdatePriceRuleDTO.priority" }, - "8986": { + "9053": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "UpdatePriceRuleDTO.price_id" }, - "8987": { + "9054": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-rule.ts", "qualifiedName": "UpdatePriceRuleDTO.price_list_id" }, - "8988": { + "9055": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO" }, - "8989": { + "9056": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO.id" }, - "8990": { + "9057": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO.title" }, - "8991": { + "9058": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO.description" }, - "8992": { + "9059": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO.starts_at" }, - "8993": { + "9060": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO.status" }, - "8994": { + "9061": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO.type" }, - "8995": { + "9062": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO.ends_at" }, - "8996": { + "9063": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO.rules_count" }, - "8997": { + "9064": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO.prices" }, - "8998": { + "9065": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO.money_amounts" }, - "8999": { + "9066": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListDTO.price_list_rules" }, - "9000": { + "9067": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "FilterablePriceListProps" }, - "9001": { + "9068": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "FilterablePriceListProps.q" }, - "9002": { + "9069": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "FilterablePriceListProps.id" }, - "9003": { + "9070": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "FilterablePriceListProps.starts_at" }, - "9004": { + "9071": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "FilterablePriceListProps.ends_at" }, - "9005": { + "9072": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "FilterablePriceListProps.status" }, - "9006": { + "9073": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "FilterablePriceListProps.rules_count" }, - "9007": { + "9074": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "9008": { + "9075": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "9009": { + "9076": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "CreatePriceListDTO" }, - "9010": { + "9077": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "CreatePriceListDTO.title" }, - "9011": { + "9078": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "CreatePriceListDTO.description" }, - "9012": { + "9079": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "CreatePriceListDTO.starts_at" }, - "9013": { + "9080": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "CreatePriceListDTO.ends_at" }, - "9014": { + "9081": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "CreatePriceListDTO.status" }, - "9015": { + "9082": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "CreatePriceListDTO.type" }, - "9016": { + "9083": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "CreatePriceListDTO.rules" }, - "9017": { + "9084": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "CreatePriceListDTO.prices" }, - "9018": { + "9085": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "UpdatePriceListDTO" }, - "9019": { + "9086": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "UpdatePriceListDTO.id" }, - "9020": { + "9087": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "UpdatePriceListDTO.title" }, - "9021": { + "9088": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "UpdatePriceListDTO.description" }, - "9022": { + "9089": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "UpdatePriceListDTO.starts_at" }, - "9023": { + "9090": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "UpdatePriceListDTO.ends_at" }, - "9024": { + "9091": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "UpdatePriceListDTO.status" }, - "9025": { + "9092": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "UpdatePriceListDTO.rules" }, - "9026": { + "9093": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListRuleDTO" }, - "9027": { + "9094": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListRuleDTO.id" }, - "9028": { + "9095": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListRuleDTO.attribute" }, - "9029": { + "9096": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListRuleDTO.value" }, - "9030": { + "9097": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "PriceListRuleDTO.price_list" }, - "9031": { + "9098": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "FilterablePriceListRuleProps" }, - "9032": { + "9099": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "FilterablePriceListRuleProps.id" }, - "9033": { + "9100": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "FilterablePriceListRuleProps.value" }, - "9034": { + "9101": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "FilterablePriceListRuleProps.price_list_id" }, - "9035": { + "9102": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "9036": { + "9103": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "9037": { + "9104": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "AddPriceListPricesDTO" }, - "9038": { + "9105": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "AddPriceListPricesDTO.price_list_id" }, - "9039": { + "9106": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "AddPriceListPricesDTO.prices" }, - "9040": { + "9107": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "UpdatePriceListPricesDTO" }, - "9041": { + "9108": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "UpdatePriceListPricesDTO.price_list_id" }, - "9042": { + "9109": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "UpdatePriceListPricesDTO.prices" }, - "9043": { + "9110": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "SetPriceListRulesDTO" }, - "9044": { + "9111": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "SetPriceListRulesDTO.price_list_id" }, - "9045": { + "9112": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "SetPriceListRulesDTO.rules" }, - "9046": { + "9113": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "RemovePriceListRulesDTO" }, - "9047": { + "9114": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "RemovePriceListRulesDTO.price_list_id" }, - "9048": { + "9115": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", "qualifiedName": "RemovePriceListRulesDTO.rules" }, - "9049": { + "9116": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "PricePreferenceDTO" }, - "9050": { + "9117": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "PricePreferenceDTO.id" }, - "9051": { + "9118": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "PricePreferenceDTO.attribute" }, - "9052": { + "9119": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "PricePreferenceDTO.value" }, - "9053": { + "9120": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "PricePreferenceDTO.is_tax_inclusive" }, - "9054": { + "9121": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "PricePreferenceDTO.created_at" }, - "9055": { + "9122": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "PricePreferenceDTO.updated_at" }, - "9056": { + "9123": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "PricePreferenceDTO.deleted_at" }, - "9057": { + "9124": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "FilterablePricePreferenceProps" }, - "9058": { + "9125": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "FilterablePricePreferenceProps.id" }, - "9059": { + "9126": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "FilterablePricePreferenceProps.attribute" }, - "9060": { + "9127": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "FilterablePricePreferenceProps.value" }, - "9061": { + "9128": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "9062": { + "9129": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "9063": { + "9130": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "CreatePricePreferenceDTO" }, - "9064": { + "9131": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "CreatePricePreferenceDTO.attribute" }, - "9065": { + "9132": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "CreatePricePreferenceDTO.value" }, - "9066": { + "9133": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "CreatePricePreferenceDTO.is_tax_inclusive" }, - "9067": { + "9134": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "UpsertPricePreferenceDTO" }, - "9068": { + "9135": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "UpsertPricePreferenceDTO.id" }, - "9069": { + "9136": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "UpdatePricePreferenceDTO.attribute" }, - "9070": { + "9137": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "UpdatePricePreferenceDTO.value" }, - "9071": { + "9138": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "UpdatePricePreferenceDTO.is_tax_inclusive" }, - "9072": { + "9139": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "UpdatePricePreferenceDTO" }, - "9073": { + "9140": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "UpdatePricePreferenceDTO.attribute" }, - "9074": { + "9141": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "UpdatePricePreferenceDTO.value" }, - "9075": { + "9142": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-preference.ts", "qualifiedName": "UpdatePricePreferenceDTO.is_tax_inclusive" }, - "9076": { + "9143": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "ModuleJoinerConfig" }, - "9077": { + "9144": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "9078": { + "9145": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.schema" }, - "9079": { + "9146": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.relationships" }, - "9080": { + "9147": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.extends" }, - "9081": { + "9148": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "9082": { + "9149": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.serviceName" }, - "9083": { + "9150": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.fieldAlias" }, - "9084": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "9085": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" - }, - "9086": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "9087": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" - }, - "9088": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" - }, - "9089": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "9090": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" - }, - "9091": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" - }, - "9092": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" - }, - "9093": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" - }, - "9094": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" - }, - "9095": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" - }, - "9096": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "9097": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" - }, - "9098": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" - }, - "9099": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" - }, - "9100": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberInput" - }, - "9101": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator" - }, - "9102": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "9103": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "9104": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "msg" - }, - "9105": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "9106": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "9107": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "format" - }, - "9108": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "9109": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "9110": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "9111": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "9112": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "T" - }, - "9113": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "messageData" - }, - "9114": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "options" - }, - "9115": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberValue" - }, - "9116": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "9117": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type" - }, - "9118": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.value" - }, - "9119": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.__index" - }, - "9121": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "MoneyAmountDTO" - }, - "9122": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "MoneyAmountDTO.id" - }, - "9123": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "MoneyAmountDTO.currency_code" - }, - "9124": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "MoneyAmountDTO.amount" - }, - "9125": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "MoneyAmountDTO.min_quantity" - }, - "9126": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "MoneyAmountDTO.max_quantity" - }, - "9127": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "MoneyAmountDTO.rules_count" - }, - "9128": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "MoneyAmountDTO.price_rules" - }, - "9129": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "MoneyAmountDTO.created_at" - }, - "9130": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "MoneyAmountDTO.updated_at" - }, - "9131": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "MoneyAmountDTO.deleted_at" - }, - "9132": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable" - }, - "9133": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "9134": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "9135": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.T" - }, - "9136": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "FilterableMoneyAmountProps" - }, - "9137": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "FilterableMoneyAmountProps.id" - }, - "9138": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "FilterableMoneyAmountProps.currency_code" - }, - "9139": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "9140": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "9141": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", - "qualifiedName": "CreatePricesDTO" - }, - "9142": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", - "qualifiedName": "CreatePricesDTO.rules" - }, - "9143": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "CreateMoneyAmountDTO.id" - }, - "9144": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "CreateMoneyAmountDTO.currency_code" - }, - "9145": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "CreateMoneyAmountDTO.amount" - }, - "9146": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "CreateMoneyAmountDTO.min_quantity" - }, - "9147": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "CreateMoneyAmountDTO.max_quantity" - }, - "9148": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", - "qualifiedName": "PriceListStatus" - }, - "9149": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", - "qualifiedName": "PriceListType" - }, - "9150": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "OperatorMap" - }, "9151": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "9152": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$and" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.path" }, "9153": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$or" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" }, "9154": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$eq" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isList" }, "9155": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ne" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationship" }, "9156": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$in" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" }, "9157": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$nin" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.primaryKeys" }, "9158": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$not" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isLink" }, "9159": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gt" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.linkableKeys" }, "9160": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gte" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isReadOnlyLink" }, "9161": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lt" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraDataFields" }, "9162": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lte" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.databaseConfig" }, "9163": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$like" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "9164": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$re" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.tableName" }, "9165": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ilike" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.idPrefix" }, "9166": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$fulltext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraFields" }, "9167": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$overlap" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberInput" }, "9168": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contains" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator" }, "9169": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contained" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "9170": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$exists" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "9171": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "msg" }, "9172": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", - "qualifiedName": "CreatePriceListRules" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" }, "9173": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", - "qualifiedName": "CreatePriceListPriceDTO" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" }, "9174": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", - "qualifiedName": "CreatePriceListPriceDTO.price_set_id" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "format" }, "9175": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", - "qualifiedName": "CreatePriceListPriceDTO.rules" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" }, "9176": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "CreateMoneyAmountDTO.id" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" }, "9177": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "CreateMoneyAmountDTO.currency_code" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "9178": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "CreateMoneyAmountDTO.amount" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "9179": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "CreateMoneyAmountDTO.min_quantity" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "T" }, "9180": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "CreateMoneyAmountDTO.max_quantity" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "messageData" }, "9181": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", - "qualifiedName": "UpdatePriceListPriceDTO" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "options" }, "9182": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", - "qualifiedName": "UpdatePriceListPriceDTO.price_set_id" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberValue" }, "9183": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", - "qualifiedName": "UpdatePriceListPriceDTO.rules" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" }, "9184": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "UpdateMoneyAmountDTO.id" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type" }, "9185": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "UpdateMoneyAmountDTO.currency_code" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.value" }, "9186": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "UpdateMoneyAmountDTO.amount" - }, - "9187": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "UpdateMoneyAmountDTO.min_quantity" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.__index" }, "9188": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "UpdateMoneyAmountDTO.max_quantity" + "qualifiedName": "MoneyAmountDTO" }, "9189": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "MoneyAmountDTO.id" }, "9190": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.serviceName" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "MoneyAmountDTO.currency_code" }, "9191": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.alias" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "MoneyAmountDTO.amount" }, "9192": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.fieldAlias" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "MoneyAmountDTO.min_quantity" }, "9193": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "MoneyAmountDTO.max_quantity" }, "9194": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.path" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "MoneyAmountDTO.rules_count" }, "9195": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "MoneyAmountDTO.price_rules" }, "9196": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.primaryKeys" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "MoneyAmountDTO.created_at" }, "9197": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.relationships" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "MoneyAmountDTO.updated_at" }, "9198": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.extends" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "MoneyAmountDTO.deleted_at" }, "9199": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable" }, "9200": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "9201": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.relationship" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "9202": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.args" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.T" }, "9203": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerRelationship" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "FilterableMoneyAmountProps" }, "9204": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "FilterableMoneyAmountProps.id" }, "9205": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.deleteCascade" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "FilterableMoneyAmountProps.currency_code" }, "9206": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModulesExtraFields" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "9207": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "9208": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", + "qualifiedName": "CreatePricesDTO" }, "9209": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultValue" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", + "qualifiedName": "CreatePricesDTO.rules" }, "9210": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.nullable" - }, - "9211": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" - }, - "9212": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber" - }, - "9213": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.numeric" - }, - "9214": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.raw" - }, - "9215": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.bigNumber" - }, - "9216": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" - }, - "9217": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" - }, - "9218": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" - }, - "9219": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" - }, - "9220": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Message" - }, - "9221": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" - }, - "9222": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" - }, - "9223": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" - }, - "9224": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat" - }, - "9225": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.groupBy" - }, - "9226": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.sortBy" - }, - "9227": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type" - }, - "9228": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type.__index" - }, - "9230": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" - }, - "9231": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" - }, - "9232": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" - }, - "9233": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "9234": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" - }, - "9235": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" - }, - "9236": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" - }, - "9237": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" - }, - "9238": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" - }, - "9239": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" - }, - "9240": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "CreateMoneyAmountDTO" - }, - "9241": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", "qualifiedName": "CreateMoneyAmountDTO.id" }, - "9242": { + "9211": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", "qualifiedName": "CreateMoneyAmountDTO.currency_code" }, - "9243": { + "9212": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", "qualifiedName": "CreateMoneyAmountDTO.amount" }, - "9244": { + "9213": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", "qualifiedName": "CreateMoneyAmountDTO.min_quantity" }, - "9245": { + "9214": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", "qualifiedName": "CreateMoneyAmountDTO.max_quantity" }, + "9215": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", + "qualifiedName": "PriceListStatus" + }, + "9216": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", + "qualifiedName": "PriceListType" + }, + "9217": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "OperatorMap" + }, + "9218": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "9219": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$and" + }, + "9220": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$or" + }, + "9221": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$eq" + }, + "9222": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ne" + }, + "9223": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$in" + }, + "9224": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$nin" + }, + "9225": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$not" + }, + "9226": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gt" + }, + "9227": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gte" + }, + "9228": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lt" + }, + "9229": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lte" + }, + "9230": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$like" + }, + "9231": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$re" + }, + "9232": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ilike" + }, + "9233": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$fulltext" + }, + "9234": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$overlap" + }, + "9235": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contains" + }, + "9236": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contained" + }, + "9237": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$exists" + }, + "9238": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "9239": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", + "qualifiedName": "CreatePriceListRules" + }, + "9240": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", + "qualifiedName": "CreatePriceListPriceDTO" + }, + "9241": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", + "qualifiedName": "CreatePriceListPriceDTO.price_set_id" + }, + "9242": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", + "qualifiedName": "CreatePriceListPriceDTO.rules" + }, + "9243": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "CreateMoneyAmountDTO.id" + }, + "9244": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "CreateMoneyAmountDTO.currency_code" + }, + "9245": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "CreateMoneyAmountDTO.amount" + }, "9246": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", - "qualifiedName": "CreatePriceSetPriceRules" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "CreateMoneyAmountDTO.min_quantity" }, "9247": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Query" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "CreateMoneyAmountDTO.max_quantity" }, "9248": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", + "qualifiedName": "UpdatePriceListPriceDTO" }, "9249": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "ExpandScalar" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", + "qualifiedName": "UpdatePriceListPriceDTO.price_set_id" }, "9250": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", + "qualifiedName": "UpdatePriceListPriceDTO.rules" }, "9251": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", - "qualifiedName": "CreatePriceListPriceRules" - }, - "9252": { - "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", - "qualifiedName": "UpdateMoneyAmountDTO" - }, - "9253": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", "qualifiedName": "UpdateMoneyAmountDTO.id" }, - "9254": { + "9252": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", "qualifiedName": "UpdateMoneyAmountDTO.currency_code" }, - "9255": { + "9253": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", "qualifiedName": "UpdateMoneyAmountDTO.amount" }, - "9256": { + "9254": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", "qualifiedName": "UpdateMoneyAmountDTO.min_quantity" }, - "9257": { + "9255": { "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", "qualifiedName": "UpdateMoneyAmountDTO.max_quantity" }, + "9256": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig" + }, + "9257": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.serviceName" + }, "9258": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" + "qualifiedName": "JoinerServiceConfig.alias" }, "9259": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" + "qualifiedName": "JoinerServiceConfig.fieldAlias" }, "9260": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" + "qualifiedName": "__type" }, "9261": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" + "qualifiedName": "__type.path" }, "9262": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.forwardArgumentsOnPath" }, "9263": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" + "qualifiedName": "JoinerServiceConfig.primaryKeys" }, "9264": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" + "qualifiedName": "JoinerServiceConfig.relationships" }, "9265": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" + "qualifiedName": "JoinerServiceConfig.extends" }, "9266": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" + "qualifiedName": "__type" }, "9267": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" + "qualifiedName": "__type.serviceName" }, "9268": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" + "qualifiedName": "__type.relationship" }, "9269": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" + "qualifiedName": "JoinerServiceConfig.args" }, "9270": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerRelationship" }, "9271": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "9272": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.deleteCascade" }, "9273": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "LinkModulesExtraFields" }, "9274": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "9275": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.type" }, "9276": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Scalar" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.defaultValue" }, "9277": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.nullable" }, "9278": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.options" }, "9279": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber" }, "9280": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterQuery" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.numeric" }, "9281": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.raw" }, "9282": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.bigNumber" + }, + "9283": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.toJSON" }, "9284": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.toJSON" }, "9285": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Prev" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" }, "9286": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" }, "9287": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Message" }, "9288": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "EventMetadata" + "qualifiedName": "__type" }, "9289": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "9290": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventGroupId" + "qualifiedName": "TData" }, "9291": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat" + }, + "9292": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.groupBy" + }, + "9293": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.sortBy" + }, + "9294": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type" + }, + "9295": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type.__index" + }, + "9297": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "RawMessageFormat" + }, + "9298": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "9299": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventName" + }, + "9300": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "9301": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" + }, + "9302": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" + }, + "9303": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "9304": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" + }, + "9305": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "9306": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "9307": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "CreateMoneyAmountDTO" + }, + "9308": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "CreateMoneyAmountDTO.id" + }, + "9309": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "CreateMoneyAmountDTO.currency_code" + }, + "9310": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "CreateMoneyAmountDTO.amount" + }, + "9311": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "CreateMoneyAmountDTO.min_quantity" + }, + "9312": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "CreateMoneyAmountDTO.max_quantity" + }, + "9313": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-set.ts", + "qualifiedName": "CreatePriceSetPriceRules" + }, + "9314": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Query" + }, + "9315": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "9316": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "ExpandScalar" + }, + "9317": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "9318": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/price-list.ts", + "qualifiedName": "CreatePriceListPriceRules" + }, + "9319": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "UpdateMoneyAmountDTO" + }, + "9320": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "UpdateMoneyAmountDTO.id" + }, + "9321": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "UpdateMoneyAmountDTO.currency_code" + }, + "9322": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "UpdateMoneyAmountDTO.amount" + }, + "9323": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "UpdateMoneyAmountDTO.min_quantity" + }, + "9324": { + "sourceFileName": "../../../../packages/core/types/src/pricing/common/money-amount.ts", + "qualifiedName": "UpdateMoneyAmountDTO.max_quantity" + }, + "9325": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "9326": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "9327": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "9328": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerRelationship" + }, + "9329": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "9330": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.alias" + }, + "9331": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.foreignKey" + }, + "9332": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "9333": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "9334": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "9335": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "9336": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "9337": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" + }, + "9338": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "9339": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" + }, + "9340": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" + }, + "9341": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "9342": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "9343": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Scalar" + }, + "9344": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "9345": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "9346": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "9347": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterQuery" + }, + "9348": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "9349": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.__index" + }, + "9351": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "9352": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Prev" + }, + "9353": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterValue" + }, + "9354": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "9355": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "EventMetadata" + }, + "9356": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "9357": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventGroupId" + }, + "9358": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "PrevLimit" }, - "9292": { + "9359": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "FilterValue2" }, - "9293": { + "9360": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "9294": { + "9361": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "Primary" }, - "9295": { + "9362": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "9296": { + "9363": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.[PrimaryKeyType]" }, - "9297": { + "9364": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "9298": { + "9365": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type._id" }, - "9299": { + "9366": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "9300": { + "9367": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.uuid" }, - "9301": { + "9368": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "9302": { + "9369": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.id" }, - "9303": { + "9370": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "9304": { + "9371": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "ReadonlyPrimary" }, - "9305": { + "9372": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" } @@ -22431,7 +22431,7 @@ "1": "../../../../packages/core/types/src/pricing/service.ts" }, "reflections": { - "1": 8596 + "1": 8663 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/product.json b/www/utils/generated/typedoc-json-output/product.json index 5467b976c3..4a3afb17e2 100644 --- a/www/utils/generated/typedoc-json-output/product.json +++ b/www/utils/generated/typedoc-json-output/product.json @@ -1,12 +1,12 @@ { - "id": 9411, + "id": 9478, "name": "product", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 9818, + "id": 9885, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -29,7 +29,7 @@ }, "children": [ { - "id": 9819, + "id": 9886, "name": "select", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 9830, + "target": 9897, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -70,7 +70,7 @@ } }, { - "id": 9820, + "id": 9887, "name": "skip", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 9821, + "id": 9888, "name": "take", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 9822, + "id": 9889, "name": "relations", "variant": "declaration", "kind": 1024, @@ -154,7 +154,7 @@ } }, { - "id": 9823, + "id": 9890, "name": "order", "variant": "declaration", "kind": 1024, @@ -188,21 +188,21 @@ "type": { "type": "reflection", "declaration": { - "id": 9824, + "id": 9891, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 9825, + "id": 9892, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 9826, + "id": 9893, "name": "K", "variant": "param", "kind": 32768, @@ -232,7 +232,7 @@ } }, { - "id": 9827, + "id": 9894, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -261,7 +261,7 @@ } }, { - "id": 9828, + "id": 9895, "name": "filters", "variant": "declaration", "kind": 1024, @@ -297,7 +297,7 @@ } }, { - "id": 9829, + "id": 9896, "name": "options", "variant": "declaration", "kind": 1024, @@ -337,20 +337,20 @@ { "title": "Properties", "children": [ - 9819, - 9820, - 9821, - 9822, - 9823, - 9827, - 9828, - 9829 + 9886, + 9887, + 9888, + 9889, + 9890, + 9894, + 9895, + 9896 ] } ], "typeParameters": [ { - "id": 9830, + "id": 9897, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -359,7 +359,7 @@ ] }, { - "id": 10269, + "id": 10336, "name": "MetadataType", "variant": "declaration", "kind": 2097152, @@ -394,7 +394,7 @@ } }, { - "id": 10284, + "id": 10351, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -409,7 +409,7 @@ }, "children": [ { - "id": 10285, + "id": 10352, "name": "$and", "variant": "declaration", "kind": 1024, @@ -431,11 +431,11 @@ "types": [ { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10287, + "target": 10354, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -447,7 +447,7 @@ }, { "type": "reference", - "target": 10287, + "target": 10354, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -458,7 +458,7 @@ } }, { - "id": 10286, + "id": 10353, "name": "$or", "variant": "declaration", "kind": 1024, @@ -480,11 +480,11 @@ "types": [ { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10287, + "target": 10354, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -496,7 +496,7 @@ }, { "type": "reference", - "target": 10287, + "target": 10354, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -511,14 +511,14 @@ { "title": "Properties", "children": [ - 10285, - 10286 + 10352, + 10353 ] } ], "typeParameters": [ { - "id": 10287, + "id": 10354, "name": "T", "variant": "typeParam", "kind": 131072, @@ -528,43 +528,43 @@ "extendedBy": [ { "type": "reference", - "target": 9875, + "target": 9942, "name": "FilterableProductProps" }, { "type": "reference", - "target": 9992, + "target": 10059, "name": "FilterableProductTagProps" }, { "type": "reference", - "target": 10012, + "target": 10079, "name": "FilterableProductTypeProps" }, { "type": "reference", - "target": 10038, + "target": 10105, "name": "FilterableProductOptionProps" }, { "type": "reference", - "target": 10083, + "target": 10150, "name": "FilterableProductVariantProps" }, { "type": "reference", - "target": 10156, + "target": 10223, "name": "FilterableProductCollectionProps" }, { "type": "reference", - "target": 10197, + "target": 10264, "name": "FilterableProductCategoryProps" } ] }, { - "id": 9981, + "id": 10048, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -579,7 +579,7 @@ }, "children": [ { - "id": 9982, + "id": 10049, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -598,7 +598,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9983, + "target": 10050, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -610,13 +610,13 @@ { "title": "Properties", "children": [ - 9982 + 10049 ] } ], "typeParameters": [ { - "id": 9983, + "id": 10050, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -629,7 +629,7 @@ ] }, { - "id": 9984, + "id": 10051, "name": "RestoreReturn", "variant": "declaration", "kind": 256, @@ -644,7 +644,7 @@ }, "children": [ { - "id": 9985, + "id": 10052, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -663,7 +663,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9986, + "target": 10053, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -675,13 +675,13 @@ { "title": "Properties", "children": [ - 9985 + 10052 ] } ], "typeParameters": [ { - "id": 9986, + "id": 10053, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -694,14 +694,14 @@ ] }, { - "id": 10366, + "id": 10433, "name": "Query", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10367, + "id": 10434, "name": "T", "variant": "typeParam", "kind": 131072, @@ -712,7 +712,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10367, + "target": 10434, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -725,14 +725,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10367, + "target": 10434, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 10391, + "target": 10458, "name": "Scalar", "package": "@medusajs/types" }, @@ -742,11 +742,11 @@ }, "falseType": { "type": "reference", - "target": 10395, + "target": 10462, "typeArguments": [ { "type": "reference", - "target": 10367, + "target": 10434, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -758,11 +758,11 @@ }, "falseType": { "type": "reference", - "target": 10401, + "target": 10468, "typeArguments": [ { "type": "reference", - "target": 10367, + "target": 10434, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -774,14 +774,14 @@ } }, { - "id": 10368, + "id": 10435, "name": "ExpandScalar", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10369, + "id": 10436, "name": "T", "variant": "typeParam", "kind": 131072, @@ -799,7 +799,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10369, + "target": 10436, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -830,7 +830,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10369, + "target": 10436, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -864,7 +864,7 @@ }, "falseType": { "type": "reference", - "target": 10369, + "target": 10436, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -875,7 +875,7 @@ } }, { - "id": 10391, + "id": 10458, "name": "Scalar", "variant": "declaration", "kind": 2097152, @@ -934,21 +934,21 @@ { "type": "reflection", "declaration": { - "id": 10392, + "id": 10459, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10393, + "id": 10460, "name": "toHexString", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10394, + "id": 10461, "name": "toHexString", "variant": "signature", "kind": 4096, @@ -965,7 +965,7 @@ { "title": "Methods", "children": [ - 10393 + 10460 ] } ] @@ -975,14 +975,14 @@ } }, { - "id": 10419, + "id": 10486, "name": "ReadonlyPrimary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10420, + "id": 10487, "name": "T", "variant": "typeParam", "kind": 131072, @@ -993,7 +993,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10420, + "target": 10487, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1014,7 +1014,7 @@ "typeArguments": [ { "type": "reference", - "target": 10420, + "target": 10487, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1025,7 +1025,7 @@ }, "falseType": { "type": "reference", - "target": 10420, + "target": 10487, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1033,14 +1033,14 @@ } }, { - "id": 10409, + "id": 10476, "name": "Primary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10418, + "id": 10485, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1051,7 +1051,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10418, + "target": 10485, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1059,14 +1059,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 10410, + "id": 10477, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10411, + "id": 10478, "name": "[PrimaryKeyType]", "variant": "declaration", "kind": 1024, @@ -1083,7 +1083,7 @@ { "title": "Properties", "children": [ - 10411 + 10478 ] } ] @@ -1091,7 +1091,7 @@ }, "trueType": { "type": "reference", - "target": 10419, + "target": 10486, "typeArguments": [ { "type": "reference", @@ -1111,7 +1111,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10418, + "target": 10485, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1119,14 +1119,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 10412, + "id": 10479, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10413, + "id": 10480, "name": "_id", "variant": "declaration", "kind": 1024, @@ -1143,7 +1143,7 @@ { "title": "Properties", "children": [ - 10413 + 10480 ] } ] @@ -1154,7 +1154,7 @@ "types": [ { "type": "reference", - "target": 10419, + "target": 10486, "typeArguments": [ { "type": "reference", @@ -1180,7 +1180,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10418, + "target": 10485, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1188,14 +1188,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 10414, + "id": 10481, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10415, + "id": 10482, "name": "uuid", "variant": "declaration", "kind": 1024, @@ -1212,7 +1212,7 @@ { "title": "Properties", "children": [ - 10415 + 10482 ] } ] @@ -1220,7 +1220,7 @@ }, "trueType": { "type": "reference", - "target": 10419, + "target": 10486, "typeArguments": [ { "type": "reference", @@ -1240,7 +1240,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10418, + "target": 10485, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1248,14 +1248,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 10416, + "id": 10483, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10417, + "id": 10484, "name": "id", "variant": "declaration", "kind": 1024, @@ -1272,7 +1272,7 @@ { "title": "Properties", "children": [ - 10417 + 10484 ] } ] @@ -1280,7 +1280,7 @@ }, "trueType": { "type": "reference", - "target": 10419, + "target": 10486, "typeArguments": [ { "type": "reference", @@ -1306,14 +1306,14 @@ } }, { - "id": 10288, + "id": 10355, "name": "OperatorMap", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10309, + "id": 10376, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1323,14 +1323,14 @@ "type": { "type": "reflection", "declaration": { - "id": 10289, + "id": 10356, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10290, + "id": 10357, "name": "$and", "variant": "declaration", "kind": 1024, @@ -1341,11 +1341,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10366, + "target": 10433, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1357,7 +1357,7 @@ } }, { - "id": 10291, + "id": 10358, "name": "$or", "variant": "declaration", "kind": 1024, @@ -1368,11 +1368,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10366, + "target": 10433, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1384,7 +1384,7 @@ } }, { - "id": 10292, + "id": 10359, "name": "$eq", "variant": "declaration", "kind": 1024, @@ -1396,11 +1396,11 @@ "types": [ { "type": "reference", - "target": 10368, + "target": 10435, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1413,11 +1413,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10368, + "target": 10435, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1431,7 +1431,7 @@ } }, { - "id": 10293, + "id": 10360, "name": "$ne", "variant": "declaration", "kind": 1024, @@ -1440,11 +1440,11 @@ }, "type": { "type": "reference", - "target": 10368, + "target": 10435, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1455,7 +1455,7 @@ } }, { - "id": 10294, + "id": 10361, "name": "$in", "variant": "declaration", "kind": 1024, @@ -1466,11 +1466,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10368, + "target": 10435, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1482,7 +1482,7 @@ } }, { - "id": 10295, + "id": 10362, "name": "$nin", "variant": "declaration", "kind": 1024, @@ -1493,11 +1493,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10368, + "target": 10435, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1509,7 +1509,7 @@ } }, { - "id": 10296, + "id": 10363, "name": "$not", "variant": "declaration", "kind": 1024, @@ -1518,11 +1518,11 @@ }, "type": { "type": "reference", - "target": 10366, + "target": 10433, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1533,7 +1533,7 @@ } }, { - "id": 10297, + "id": 10364, "name": "$gt", "variant": "declaration", "kind": 1024, @@ -1542,11 +1542,11 @@ }, "type": { "type": "reference", - "target": 10368, + "target": 10435, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1557,7 +1557,7 @@ } }, { - "id": 10298, + "id": 10365, "name": "$gte", "variant": "declaration", "kind": 1024, @@ -1566,11 +1566,11 @@ }, "type": { "type": "reference", - "target": 10368, + "target": 10435, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1581,7 +1581,7 @@ } }, { - "id": 10299, + "id": 10366, "name": "$lt", "variant": "declaration", "kind": 1024, @@ -1590,11 +1590,11 @@ }, "type": { "type": "reference", - "target": 10368, + "target": 10435, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1605,7 +1605,7 @@ } }, { - "id": 10300, + "id": 10367, "name": "$lte", "variant": "declaration", "kind": 1024, @@ -1614,11 +1614,11 @@ }, "type": { "type": "reference", - "target": 10368, + "target": 10435, "typeArguments": [ { "type": "reference", - "target": 10309, + "target": 10376, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1629,7 +1629,7 @@ } }, { - "id": 10301, + "id": 10368, "name": "$like", "variant": "declaration", "kind": 1024, @@ -1642,7 +1642,7 @@ } }, { - "id": 10302, + "id": 10369, "name": "$re", "variant": "declaration", "kind": 1024, @@ -1655,7 +1655,7 @@ } }, { - "id": 10303, + "id": 10370, "name": "$ilike", "variant": "declaration", "kind": 1024, @@ -1668,7 +1668,7 @@ } }, { - "id": 10304, + "id": 10371, "name": "$fulltext", "variant": "declaration", "kind": 1024, @@ -1681,7 +1681,7 @@ } }, { - "id": 10305, + "id": 10372, "name": "$overlap", "variant": "declaration", "kind": 1024, @@ -1697,7 +1697,7 @@ } }, { - "id": 10306, + "id": 10373, "name": "$contains", "variant": "declaration", "kind": 1024, @@ -1713,7 +1713,7 @@ } }, { - "id": 10307, + "id": 10374, "name": "$contained", "variant": "declaration", "kind": 1024, @@ -1729,7 +1729,7 @@ } }, { - "id": 10308, + "id": 10375, "name": "$exists", "variant": "declaration", "kind": 1024, @@ -1746,25 +1746,25 @@ { "title": "Properties", "children": [ - 10290, - 10291, - 10292, - 10293, - 10294, - 10295, - 10296, - 10297, - 10298, - 10299, - 10300, - 10301, - 10302, - 10303, - 10304, - 10305, - 10306, - 10307, - 10308 + 10357, + 10358, + 10359, + 10360, + 10361, + 10362, + 10363, + 10364, + 10365, + 10366, + 10367, + 10368, + 10369, + 10370, + 10371, + 10372, + 10373, + 10374, + 10375 ] } ] @@ -1772,14 +1772,14 @@ } }, { - "id": 10407, + "id": 10474, "name": "FilterValue2", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10408, + "id": 10475, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1791,18 +1791,18 @@ "types": [ { "type": "reference", - "target": 10408, + "target": 10475, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 10368, + "target": 10435, "typeArguments": [ { "type": "reference", - "target": 10408, + "target": 10475, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1813,11 +1813,11 @@ }, { "type": "reference", - "target": 10409, + "target": 10476, "typeArguments": [ { "type": "reference", - "target": 10408, + "target": 10475, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1830,14 +1830,14 @@ } }, { - "id": 10401, + "id": 10468, "name": "FilterValue", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10402, + "id": 10469, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1849,15 +1849,15 @@ "types": [ { "type": "reference", - "target": 10288, + "target": 10355, "typeArguments": [ { "type": "reference", - "target": 10407, + "target": 10474, "typeArguments": [ { "type": "reference", - "target": 10402, + "target": 10469, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1872,11 +1872,11 @@ }, { "type": "reference", - "target": 10407, + "target": 10474, "typeArguments": [ { "type": "reference", - "target": 10402, + "target": 10469, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1889,11 +1889,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10407, + "target": 10474, "typeArguments": [ { "type": "reference", - "target": 10402, + "target": 10469, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1911,7 +1911,7 @@ } }, { - "id": 10406, + "id": 10473, "name": "PrevLimit", "variant": "declaration", "kind": 2097152, @@ -1939,14 +1939,14 @@ } }, { - "id": 10395, + "id": 10462, "name": "FilterQuery", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10399, + "id": 10466, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1957,7 +1957,7 @@ } }, { - "id": 10400, + "id": 10467, "name": "Prev", "variant": "typeParam", "kind": 131072, @@ -1976,7 +1976,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10400, + "target": 10467, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1997,7 +1997,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 10399, + "target": 10466, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2019,7 +2019,7 @@ }, "objectType": { "type": "reference", - "target": 10399, + "target": 10466, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2076,7 +2076,7 @@ }, "objectType": { "type": "reference", - "target": 10399, + "target": 10466, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2084,7 +2084,7 @@ }, { "type": "reference", - "target": 10288, + "target": 10355, "typeArguments": [ { "type": "indexedAccess", @@ -2100,7 +2100,7 @@ }, "objectType": { "type": "reference", - "target": 10399, + "target": 10466, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2128,7 +2128,7 @@ }, "objectType": { "type": "reference", - "target": 10399, + "target": 10466, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2153,21 +2153,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 10396, + "id": 10463, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 10397, + "id": 10464, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 10398, + "id": 10465, "name": "x", "variant": "param", "kind": 32768, @@ -2204,7 +2204,7 @@ }, "trueType": { "type": "reference", - "target": 10395, + "target": 10462, "typeArguments": [ { "type": "reference", @@ -2231,14 +2231,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 10400, + "target": 10467, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 10406, + "target": 10473, "name": "PrevLimit", "package": "@medusajs/types" } @@ -2268,7 +2268,7 @@ } }, { - "id": 10403, + "id": 10470, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -2298,14 +2298,14 @@ { "type": "reflection", "declaration": { - "id": 10404, + "id": 10471, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10405, + "id": 10472, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -2322,7 +2322,7 @@ { "title": "Properties", "children": [ - 10405 + 10472 ] } ] @@ -2332,14 +2332,14 @@ } }, { - "id": 10385, + "id": 10452, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10390, + "id": 10457, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2353,14 +2353,14 @@ "type": { "type": "reflection", "declaration": { - "id": 10386, + "id": 10453, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10387, + "id": 10454, "name": "name", "variant": "declaration", "kind": 1024, @@ -2371,7 +2371,7 @@ } }, { - "id": 10388, + "id": 10455, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2380,20 +2380,20 @@ }, "type": { "type": "reference", - "target": 10403, + "target": 10470, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 10389, + "id": 10456, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 10390, + "target": 10457, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2404,9 +2404,9 @@ { "title": "Properties", "children": [ - 10387, - 10388, - 10389 + 10454, + 10455, + 10456 ] } ] @@ -2414,14 +2414,14 @@ } }, { - "id": 10346, + "id": 10413, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10349, + "id": 10416, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2437,11 +2437,11 @@ "types": [ { "type": "reference", - "target": 10385, + "target": 10452, "typeArguments": [ { "type": "reference", - "target": 10349, + "target": 10416, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2453,14 +2453,14 @@ { "type": "reflection", "declaration": { - "id": 10347, + "id": 10414, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10348, + "id": 10415, "name": "options", "variant": "declaration", "kind": 1024, @@ -2492,7 +2492,7 @@ { "title": "Properties", "children": [ - 10348 + 10415 ] } ] @@ -2502,14 +2502,14 @@ } }, { - "id": 10356, + "id": 10423, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10365, + "id": 10432, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2523,14 +2523,14 @@ "type": { "type": "reflection", "declaration": { - "id": 10357, + "id": 10424, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10358, + "id": 10425, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -2541,21 +2541,21 @@ } }, { - "id": 10359, + "id": 10426, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 10365, + "target": 10432, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 10360, + "id": 10427, "name": "source", "variant": "declaration", "kind": 1024, @@ -2566,7 +2566,7 @@ } }, { - "id": 10361, + "id": 10428, "name": "object", "variant": "declaration", "kind": 1024, @@ -2577,7 +2577,7 @@ } }, { - "id": 10362, + "id": 10429, "name": "action", "variant": "declaration", "kind": 1024, @@ -2590,7 +2590,7 @@ } }, { - "id": 10363, + "id": 10430, "name": "context", "variant": "declaration", "kind": 1024, @@ -2606,7 +2606,7 @@ "typeArguments": [ { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" }, @@ -2620,7 +2620,7 @@ } }, { - "id": 10364, + "id": 10431, "name": "options", "variant": "declaration", "kind": 1024, @@ -2652,13 +2652,13 @@ { "title": "Properties", "children": [ - 10358, - 10359, - 10360, - 10361, - 10362, - 10363, - 10364 + 10425, + 10426, + 10427, + 10428, + 10429, + 10430, + 10431 ] } ] @@ -2666,7 +2666,7 @@ } }, { - "id": 10376, + "id": 10443, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -2674,14 +2674,14 @@ "type": { "type": "reflection", "declaration": { - "id": 10377, + "id": 10444, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10378, + "id": 10445, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2692,7 +2692,7 @@ } }, { - "id": 10379, + "id": 10446, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -2703,7 +2703,7 @@ } }, { - "id": 10380, + "id": 10447, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -2714,7 +2714,7 @@ } }, { - "id": 10381, + "id": 10448, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2725,7 +2725,7 @@ } }, { - "id": 10382, + "id": 10449, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -2746,7 +2746,7 @@ } }, { - "id": 10383, + "id": 10450, "name": "isList", "variant": "declaration", "kind": 1024, @@ -2767,7 +2767,7 @@ } }, { - "id": 10384, + "id": 10451, "name": "args", "variant": "declaration", "kind": 1024, @@ -2807,13 +2807,13 @@ { "title": "Properties", "children": [ - 10378, - 10379, - 10380, - 10381, - 10382, - 10383, - 10384 + 10445, + 10446, + 10447, + 10448, + 10449, + 10450, + 10451 ] } ] @@ -2821,14 +2821,14 @@ } }, { - "id": 10373, + "id": 10440, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10374, + "id": 10441, "name": "name", "variant": "declaration", "kind": 1024, @@ -2851,7 +2851,7 @@ } }, { - "id": 10375, + "id": 10442, "name": "args", "variant": "declaration", "kind": 1024, @@ -2891,21 +2891,21 @@ { "title": "Properties", "children": [ - 10374, - 10375 + 10441, + 10442 ] } ] }, { - "id": 10323, + "id": 10390, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10324, + "id": 10391, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2916,7 +2916,7 @@ } }, { - "id": 10325, + "id": 10392, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2936,7 +2936,7 @@ "types": [ { "type": "reference", - "target": 10373, + "target": 10440, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -2944,7 +2944,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10373, + "target": 10440, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -2953,7 +2953,7 @@ } }, { - "id": 10326, + "id": 10393, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -2989,14 +2989,14 @@ { "type": "reflection", "declaration": { - "id": 10327, + "id": 10394, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10328, + "id": 10395, "name": "path", "variant": "declaration", "kind": 1024, @@ -3007,7 +3007,7 @@ } }, { - "id": 10329, + "id": 10396, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -3025,8 +3025,8 @@ { "title": "Properties", "children": [ - 10328, - 10329 + 10395, + 10396 ] } ] @@ -3040,7 +3040,7 @@ } }, { - "id": 10330, + "id": 10397, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -3054,7 +3054,7 @@ } }, { - "id": 10331, + "id": 10398, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3065,14 +3065,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10376, + "target": 10443, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 10332, + "id": 10399, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3084,14 +3084,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 10333, + "id": 10400, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10334, + "id": 10401, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3102,14 +3102,14 @@ } }, { - "id": 10335, + "id": 10402, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 10376, + "target": 10443, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -3119,8 +3119,8 @@ { "title": "Properties", "children": [ - 10334, - 10335 + 10401, + 10402 ] } ] @@ -3129,7 +3129,7 @@ } }, { - "id": 10336, + "id": 10403, "name": "args", "variant": "declaration", "kind": 1024, @@ -3169,19 +3169,19 @@ { "title": "Properties", "children": [ - 10324, - 10325, - 10326, - 10330, - 10331, - 10332, - 10336 + 10391, + 10392, + 10393, + 10397, + 10398, + 10399, + 10403 ] } ] }, { - "id": 10340, + "id": 10407, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -3200,14 +3200,14 @@ { "type": "reflection", "declaration": { - "id": 10341, + "id": 10408, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10342, + "id": 10409, "name": "type", "variant": "declaration", "kind": 1024, @@ -3303,7 +3303,7 @@ } }, { - "id": 10343, + "id": 10410, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -3316,7 +3316,7 @@ } }, { - "id": 10344, + "id": 10411, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -3329,7 +3329,7 @@ } }, { - "id": 10345, + "id": 10412, "name": "options", "variant": "declaration", "kind": 1024, @@ -3369,10 +3369,10 @@ { "title": "Properties", "children": [ - 10342, - 10343, - 10344, - 10345 + 10409, + 10410, + 10411, + 10412 ] } ] @@ -3384,7 +3384,7 @@ } }, { - "id": 10237, + "id": 10304, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -3401,7 +3401,7 @@ "typeArguments": [ { "type": "reference", - "target": 10323, + "target": 10390, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -3433,14 +3433,14 @@ { "type": "reflection", "declaration": { - "id": 10238, + "id": 10305, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10239, + "id": 10306, "name": "schema", "variant": "declaration", "kind": 1024, @@ -3461,7 +3461,7 @@ } }, { - "id": 10240, + "id": 10307, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3472,14 +3472,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10337, + "target": 10404, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 10241, + "id": 10308, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3491,14 +3491,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 10242, + "id": 10309, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10243, + "id": 10310, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3509,7 +3509,7 @@ } }, { - "id": 10244, + "id": 10311, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -3537,14 +3537,14 @@ { "type": "reflection", "declaration": { - "id": 10245, + "id": 10312, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10246, + "id": 10313, "name": "path", "variant": "declaration", "kind": 1024, @@ -3555,7 +3555,7 @@ } }, { - "id": 10247, + "id": 10314, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -3571,7 +3571,7 @@ } }, { - "id": 10248, + "id": 10315, "name": "isList", "variant": "declaration", "kind": 1024, @@ -3588,9 +3588,9 @@ { "title": "Properties", "children": [ - 10246, - 10247, - 10248 + 10313, + 10314, + 10315 ] } ] @@ -3604,14 +3604,14 @@ } }, { - "id": 10249, + "id": 10316, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 10337, + "target": 10404, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -3621,9 +3621,9 @@ { "title": "Properties", "children": [ - 10243, - 10244, - 10249 + 10310, + 10311, + 10316 ] } ] @@ -3632,7 +3632,7 @@ } }, { - "id": 10250, + "id": 10317, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3645,7 +3645,7 @@ } }, { - "id": 10251, + "id": 10318, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -3661,7 +3661,7 @@ } }, { - "id": 10252, + "id": 10319, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -3682,7 +3682,7 @@ } }, { - "id": 10253, + "id": 10320, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -3718,7 +3718,7 @@ } }, { - "id": 10254, + "id": 10321, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -3739,7 +3739,7 @@ } }, { - "id": 10255, + "id": 10322, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -3763,7 +3763,7 @@ } }, { - "id": 10256, + "id": 10323, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -3773,14 +3773,14 @@ "type": { "type": "reflection", "declaration": { - "id": 10257, + "id": 10324, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10258, + "id": 10325, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -3801,7 +3801,7 @@ } }, { - "id": 10259, + "id": 10326, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -3822,7 +3822,7 @@ } }, { - "id": 10260, + "id": 10327, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -3831,7 +3831,7 @@ }, "type": { "type": "reference", - "target": 10340, + "target": 10407, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -3841,9 +3841,9 @@ { "title": "Properties", "children": [ - 10258, - 10259, - 10260 + 10325, + 10326, + 10327 ] } ] @@ -3855,16 +3855,16 @@ { "title": "Properties", "children": [ - 10239, - 10240, - 10241, - 10250, - 10251, - 10252, - 10253, - 10254, - 10255, - 10256 + 10306, + 10307, + 10308, + 10317, + 10318, + 10319, + 10320, + 10321, + 10322, + 10323 ] } ] @@ -3874,7 +3874,7 @@ } }, { - "id": 10337, + "id": 10404, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -3884,21 +3884,21 @@ "types": [ { "type": "reference", - "target": 10376, + "target": 10443, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 10338, + "id": 10405, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10339, + "id": 10406, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -3923,7 +3923,7 @@ { "title": "Properties", "children": [ - 10339 + 10406 ] } ] @@ -3933,7 +3933,7 @@ } }, { - "id": 9804, + "id": 9871, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -3941,13 +3941,13 @@ "extendedBy": [ { "type": "reference", - "target": 9412, + "target": 9479, "name": "IProductModuleService" } ] }, { - "id": 10261, + "id": 10328, "name": "ProductStatus", "variant": "declaration", "kind": 2097152, @@ -3975,7 +3975,7 @@ } }, { - "id": 9831, + "id": 9898, "name": "ProductDTO", "variant": "declaration", "kind": 256, @@ -3990,7 +3990,7 @@ }, "children": [ { - "id": 9832, + "id": 9899, "name": "id", "variant": "declaration", "kind": 1024, @@ -4009,7 +4009,7 @@ } }, { - "id": 9833, + "id": 9900, "name": "title", "variant": "declaration", "kind": 1024, @@ -4028,7 +4028,7 @@ } }, { - "id": 9834, + "id": 9901, "name": "handle", "variant": "declaration", "kind": 1024, @@ -4047,7 +4047,7 @@ } }, { - "id": 9835, + "id": 9902, "name": "subtitle", "variant": "declaration", "kind": 1024, @@ -4075,7 +4075,7 @@ } }, { - "id": 9836, + "id": 9903, "name": "description", "variant": "declaration", "kind": 1024, @@ -4103,7 +4103,7 @@ } }, { - "id": 9837, + "id": 9904, "name": "is_giftcard", "variant": "declaration", "kind": 1024, @@ -4122,7 +4122,7 @@ } }, { - "id": 9838, + "id": 9905, "name": "status", "variant": "declaration", "kind": 1024, @@ -4137,13 +4137,13 @@ }, "type": { "type": "reference", - "target": 10261, + "target": 10328, "name": "ProductStatus", "package": "@medusajs/types" } }, { - "id": 9839, + "id": 9906, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -4171,7 +4171,7 @@ } }, { - "id": 9840, + "id": 9907, "name": "width", "variant": "declaration", "kind": 1024, @@ -4199,7 +4199,7 @@ } }, { - "id": 9841, + "id": 9908, "name": "weight", "variant": "declaration", "kind": 1024, @@ -4227,7 +4227,7 @@ } }, { - "id": 9842, + "id": 9909, "name": "length", "variant": "declaration", "kind": 1024, @@ -4255,7 +4255,7 @@ } }, { - "id": 9843, + "id": 9910, "name": "height", "variant": "declaration", "kind": 1024, @@ -4283,7 +4283,7 @@ } }, { - "id": 9844, + "id": 9911, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -4311,7 +4311,7 @@ } }, { - "id": 9845, + "id": 9912, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -4339,7 +4339,7 @@ } }, { - "id": 9846, + "id": 9913, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -4367,7 +4367,7 @@ } }, { - "id": 9847, + "id": 9914, "name": "material", "variant": "declaration", "kind": 1024, @@ -4395,7 +4395,7 @@ } }, { - "id": 9848, + "id": 9915, "name": "collection", "variant": "declaration", "kind": 1024, @@ -4420,7 +4420,7 @@ }, { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -4428,7 +4428,7 @@ } }, { - "id": 9849, + "id": 9916, "name": "collection_id", "variant": "declaration", "kind": 1024, @@ -4456,7 +4456,7 @@ } }, { - "id": 9850, + "id": 9917, "name": "categories", "variant": "declaration", "kind": 1024, @@ -4485,7 +4485,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -4494,7 +4494,7 @@ } }, { - "id": 9851, + "id": 9918, "name": "type", "variant": "declaration", "kind": 1024, @@ -4519,7 +4519,7 @@ }, { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -4527,7 +4527,7 @@ } }, { - "id": 9852, + "id": 9919, "name": "type_id", "variant": "declaration", "kind": 1024, @@ -4555,7 +4555,7 @@ } }, { - "id": 9853, + "id": 9920, "name": "tags", "variant": "declaration", "kind": 1024, @@ -4575,14 +4575,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } } }, { - "id": 9854, + "id": 9921, "name": "variants", "variant": "declaration", "kind": 1024, @@ -4602,14 +4602,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } } }, { - "id": 9855, + "id": 9922, "name": "options", "variant": "declaration", "kind": 1024, @@ -4629,14 +4629,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } } }, { - "id": 9856, + "id": 9923, "name": "images", "variant": "declaration", "kind": 1024, @@ -4656,14 +4656,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10262, + "target": 10329, "name": "ProductImageDTO", "package": "@medusajs/types" } } }, { - "id": 9857, + "id": 9924, "name": "discountable", "variant": "declaration", "kind": 1024, @@ -4684,7 +4684,7 @@ } }, { - "id": 9858, + "id": 9925, "name": "external_id", "variant": "declaration", "kind": 1024, @@ -4712,7 +4712,7 @@ } }, { - "id": 9859, + "id": 9926, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -4745,7 +4745,7 @@ } }, { - "id": 9860, + "id": 9927, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -4778,7 +4778,7 @@ } }, { - "id": 9861, + "id": 9928, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -4811,7 +4811,7 @@ } }, { - "id": 9862, + "id": 9929, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4828,7 +4828,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -4838,43 +4838,43 @@ { "title": "Properties", "children": [ - 9832, - 9833, - 9834, - 9835, - 9836, - 9837, - 9838, - 9839, - 9840, - 9841, - 9842, - 9843, - 9844, - 9845, - 9846, - 9847, - 9848, - 9849, - 9850, - 9851, - 9852, - 9853, - 9854, - 9855, - 9856, - 9857, - 9858, - 9859, - 9860, - 9861, - 9862 + 9899, + 9900, + 9901, + 9902, + 9903, + 9904, + 9905, + 9906, + 9907, + 9908, + 9909, + 9910, + 9911, + 9912, + 9913, + 9914, + 9915, + 9916, + 9917, + 9918, + 9919, + 9920, + 9921, + 9922, + 9923, + 9924, + 9925, + 9926, + 9927, + 9928, + 9929 ] } ] }, { - "id": 10058, + "id": 10125, "name": "ProductVariantDTO", "variant": "declaration", "kind": 256, @@ -4889,7 +4889,7 @@ }, "children": [ { - "id": 10059, + "id": 10126, "name": "id", "variant": "declaration", "kind": 1024, @@ -4908,7 +4908,7 @@ } }, { - "id": 10060, + "id": 10127, "name": "title", "variant": "declaration", "kind": 1024, @@ -4927,7 +4927,7 @@ } }, { - "id": 10061, + "id": 10128, "name": "sku", "variant": "declaration", "kind": 1024, @@ -4955,7 +4955,7 @@ } }, { - "id": 10062, + "id": 10129, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -4983,7 +4983,7 @@ } }, { - "id": 10063, + "id": 10130, "name": "ean", "variant": "declaration", "kind": 1024, @@ -5011,7 +5011,7 @@ } }, { - "id": 10064, + "id": 10131, "name": "upc", "variant": "declaration", "kind": 1024, @@ -5039,7 +5039,7 @@ } }, { - "id": 10065, + "id": 10132, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -5058,7 +5058,7 @@ } }, { - "id": 10066, + "id": 10133, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -5077,7 +5077,7 @@ } }, { - "id": 10067, + "id": 10134, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -5105,7 +5105,7 @@ } }, { - "id": 10068, + "id": 10135, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -5133,7 +5133,7 @@ } }, { - "id": 10069, + "id": 10136, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -5161,7 +5161,7 @@ } }, { - "id": 10070, + "id": 10137, "name": "material", "variant": "declaration", "kind": 1024, @@ -5189,7 +5189,7 @@ } }, { - "id": 10071, + "id": 10138, "name": "weight", "variant": "declaration", "kind": 1024, @@ -5217,7 +5217,7 @@ } }, { - "id": 10072, + "id": 10139, "name": "length", "variant": "declaration", "kind": 1024, @@ -5245,7 +5245,7 @@ } }, { - "id": 10073, + "id": 10140, "name": "height", "variant": "declaration", "kind": 1024, @@ -5273,7 +5273,7 @@ } }, { - "id": 10074, + "id": 10141, "name": "width", "variant": "declaration", "kind": 1024, @@ -5301,7 +5301,7 @@ } }, { - "id": 10075, + "id": 10142, "name": "options", "variant": "declaration", "kind": 1024, @@ -5321,14 +5321,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10314, + "target": 10381, "name": "ProductOptionValueDTO", "package": "@medusajs/types" } } }, { - "id": 10076, + "id": 10143, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -5371,7 +5371,7 @@ } }, { - "id": 10077, + "id": 10144, "name": "product", "variant": "declaration", "kind": 1024, @@ -5398,7 +5398,7 @@ }, { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -5406,7 +5406,7 @@ } }, { - "id": 10078, + "id": 10145, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -5434,7 +5434,7 @@ } }, { - "id": 10079, + "id": 10146, "name": "variant_rank", "variant": "declaration", "kind": 1024, @@ -5464,7 +5464,7 @@ } }, { - "id": 10080, + "id": 10147, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5497,7 +5497,7 @@ } }, { - "id": 10081, + "id": 10148, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5530,7 +5530,7 @@ } }, { - "id": 10082, + "id": 10149, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -5567,36 +5567,36 @@ { "title": "Properties", "children": [ - 10059, - 10060, - 10061, - 10062, - 10063, - 10064, - 10065, - 10066, - 10067, - 10068, - 10069, - 10070, - 10071, - 10072, - 10073, - 10074, - 10075, - 10076, - 10077, - 10078, - 10079, - 10080, - 10081, - 10082 + 10126, + 10127, + 10128, + 10129, + 10130, + 10131, + 10132, + 10133, + 10134, + 10135, + 10136, + 10137, + 10138, + 10139, + 10140, + 10141, + 10142, + 10143, + 10144, + 10145, + 10146, + 10147, + 10148, + 10149 ] } ] }, { - "id": 10181, + "id": 10248, "name": "ProductCategoryDTO", "variant": "declaration", "kind": 256, @@ -5611,7 +5611,7 @@ }, "children": [ { - "id": 10182, + "id": 10249, "name": "id", "variant": "declaration", "kind": 1024, @@ -5630,7 +5630,7 @@ } }, { - "id": 10183, + "id": 10250, "name": "name", "variant": "declaration", "kind": 1024, @@ -5649,7 +5649,7 @@ } }, { - "id": 10184, + "id": 10251, "name": "description", "variant": "declaration", "kind": 1024, @@ -5668,7 +5668,7 @@ } }, { - "id": 10185, + "id": 10252, "name": "handle", "variant": "declaration", "kind": 1024, @@ -5687,7 +5687,7 @@ } }, { - "id": 10186, + "id": 10253, "name": "is_active", "variant": "declaration", "kind": 1024, @@ -5706,7 +5706,7 @@ } }, { - "id": 10187, + "id": 10254, "name": "is_internal", "variant": "declaration", "kind": 1024, @@ -5725,7 +5725,7 @@ } }, { - "id": 10188, + "id": 10255, "name": "rank", "variant": "declaration", "kind": 1024, @@ -5744,7 +5744,7 @@ } }, { - "id": 10189, + "id": 10256, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -5761,13 +5761,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 10190, + "id": 10257, "name": "parent_category", "variant": "declaration", "kind": 1024, @@ -5792,7 +5792,7 @@ }, { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -5800,7 +5800,7 @@ } }, { - "id": 10191, + "id": 10258, "name": "parent_category_id", "variant": "declaration", "kind": 1024, @@ -5828,7 +5828,7 @@ } }, { - "id": 10192, + "id": 10259, "name": "category_children", "variant": "declaration", "kind": 1024, @@ -5848,14 +5848,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } } }, { - "id": 10193, + "id": 10260, "name": "products", "variant": "declaration", "kind": 1024, @@ -5875,14 +5875,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } } }, { - "id": 10194, + "id": 10261, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5915,7 +5915,7 @@ } }, { - "id": 10195, + "id": 10262, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5948,7 +5948,7 @@ } }, { - "id": 10196, + "id": 10263, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -5987,27 +5987,27 @@ { "title": "Properties", "children": [ - 10182, - 10183, - 10184, - 10185, - 10186, - 10187, - 10188, - 10189, - 10190, - 10191, - 10192, - 10193, - 10194, - 10195, - 10196 + 10249, + 10250, + 10251, + 10252, + 10253, + 10254, + 10255, + 10256, + 10257, + 10258, + 10259, + 10260, + 10261, + 10262, + 10263 ] } ] }, { - "id": 10209, + "id": 10276, "name": "CreateProductCategoryDTO", "variant": "declaration", "kind": 256, @@ -6022,7 +6022,7 @@ }, "children": [ { - "id": 10210, + "id": 10277, "name": "name", "variant": "declaration", "kind": 1024, @@ -6041,7 +6041,7 @@ } }, { - "id": 10211, + "id": 10278, "name": "description", "variant": "declaration", "kind": 1024, @@ -6062,7 +6062,7 @@ } }, { - "id": 10212, + "id": 10279, "name": "handle", "variant": "declaration", "kind": 1024, @@ -6083,7 +6083,7 @@ } }, { - "id": 10213, + "id": 10280, "name": "is_active", "variant": "declaration", "kind": 1024, @@ -6104,7 +6104,7 @@ } }, { - "id": 10214, + "id": 10281, "name": "is_internal", "variant": "declaration", "kind": 1024, @@ -6125,7 +6125,7 @@ } }, { - "id": 10215, + "id": 10282, "name": "rank", "variant": "declaration", "kind": 1024, @@ -6146,7 +6146,7 @@ } }, { - "id": 10216, + "id": 10283, "name": "parent_category_id", "variant": "declaration", "kind": 1024, @@ -6176,7 +6176,7 @@ } }, { - "id": 10217, + "id": 10284, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6193,7 +6193,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -6203,20 +6203,20 @@ { "title": "Properties", "children": [ - 10210, - 10211, - 10212, - 10213, - 10214, - 10215, - 10216, - 10217 + 10277, + 10278, + 10279, + 10280, + 10281, + 10282, + 10283, + 10284 ] } ] }, { - "id": 10218, + "id": 10285, "name": "UpsertProductCategoryDTO", "variant": "declaration", "kind": 256, @@ -6231,7 +6231,7 @@ }, "children": [ { - "id": 10219, + "id": 10286, "name": "id", "variant": "declaration", "kind": 1024, @@ -6260,7 +6260,7 @@ } }, { - "id": 10220, + "id": 10287, "name": "name", "variant": "declaration", "kind": 1024, @@ -6282,12 +6282,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10229, + "target": 10296, "name": "UpdateProductCategoryDTO.name" } }, { - "id": 10221, + "id": 10288, "name": "description", "variant": "declaration", "kind": 1024, @@ -6309,12 +6309,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10230, + "target": 10297, "name": "UpdateProductCategoryDTO.description" } }, { - "id": 10222, + "id": 10289, "name": "handle", "variant": "declaration", "kind": 1024, @@ -6336,12 +6336,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10231, + "target": 10298, "name": "UpdateProductCategoryDTO.handle" } }, { - "id": 10223, + "id": 10290, "name": "is_active", "variant": "declaration", "kind": 1024, @@ -6363,12 +6363,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10232, + "target": 10299, "name": "UpdateProductCategoryDTO.is_active" } }, { - "id": 10224, + "id": 10291, "name": "is_internal", "variant": "declaration", "kind": 1024, @@ -6390,12 +6390,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10233, + "target": 10300, "name": "UpdateProductCategoryDTO.is_internal" } }, { - "id": 10225, + "id": 10292, "name": "rank", "variant": "declaration", "kind": 1024, @@ -6417,12 +6417,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10234, + "target": 10301, "name": "UpdateProductCategoryDTO.rank" } }, { - "id": 10226, + "id": 10293, "name": "parent_category_id", "variant": "declaration", "kind": 1024, @@ -6453,12 +6453,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10235, + "target": 10302, "name": "UpdateProductCategoryDTO.parent_category_id" } }, { - "id": 10227, + "id": 10294, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6476,13 +6476,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 10236, + "target": 10303, "name": "UpdateProductCategoryDTO.metadata" } } @@ -6491,29 +6491,29 @@ { "title": "Properties", "children": [ - 10219, - 10220, - 10221, - 10222, - 10223, - 10224, - 10225, - 10226, - 10227 + 10286, + 10287, + 10288, + 10289, + 10290, + 10291, + 10292, + 10293, + 10294 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10228, + "target": 10295, "name": "UpdateProductCategoryDTO", "package": "@medusajs/types" } ] }, { - "id": 10228, + "id": 10295, "name": "UpdateProductCategoryDTO", "variant": "declaration", "kind": 256, @@ -6528,7 +6528,7 @@ }, "children": [ { - "id": 10229, + "id": 10296, "name": "name", "variant": "declaration", "kind": 1024, @@ -6549,7 +6549,7 @@ } }, { - "id": 10230, + "id": 10297, "name": "description", "variant": "declaration", "kind": 1024, @@ -6570,7 +6570,7 @@ } }, { - "id": 10231, + "id": 10298, "name": "handle", "variant": "declaration", "kind": 1024, @@ -6591,7 +6591,7 @@ } }, { - "id": 10232, + "id": 10299, "name": "is_active", "variant": "declaration", "kind": 1024, @@ -6612,7 +6612,7 @@ } }, { - "id": 10233, + "id": 10300, "name": "is_internal", "variant": "declaration", "kind": 1024, @@ -6633,7 +6633,7 @@ } }, { - "id": 10234, + "id": 10301, "name": "rank", "variant": "declaration", "kind": 1024, @@ -6654,7 +6654,7 @@ } }, { - "id": 10235, + "id": 10302, "name": "parent_category_id", "variant": "declaration", "kind": 1024, @@ -6684,7 +6684,7 @@ } }, { - "id": 10236, + "id": 10303, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6701,7 +6701,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -6711,27 +6711,27 @@ { "title": "Properties", "children": [ - 10229, - 10230, - 10231, - 10232, - 10233, - 10234, - 10235, - 10236 + 10296, + 10297, + 10298, + 10299, + 10300, + 10301, + 10302, + 10303 ] } ], "extendedBy": [ { "type": "reference", - "target": 10218, + "target": 10285, "name": "UpsertProductCategoryDTO" } ] }, { - "id": 9987, + "id": 10054, "name": "ProductTagDTO", "variant": "declaration", "kind": 256, @@ -6746,7 +6746,7 @@ }, "children": [ { - "id": 9988, + "id": 10055, "name": "id", "variant": "declaration", "kind": 1024, @@ -6765,7 +6765,7 @@ } }, { - "id": 9989, + "id": 10056, "name": "value", "variant": "declaration", "kind": 1024, @@ -6784,7 +6784,7 @@ } }, { - "id": 9990, + "id": 10057, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6801,13 +6801,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 9991, + "id": 10058, "name": "products", "variant": "declaration", "kind": 1024, @@ -6829,7 +6829,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -6840,16 +6840,16 @@ { "title": "Properties", "children": [ - 9988, - 9989, - 9990, - 9991 + 10055, + 10056, + 10057, + 10058 ] } ] }, { - "id": 10147, + "id": 10214, "name": "ProductCollectionDTO", "variant": "declaration", "kind": 256, @@ -6864,7 +6864,7 @@ }, "children": [ { - "id": 10148, + "id": 10215, "name": "id", "variant": "declaration", "kind": 1024, @@ -6883,7 +6883,7 @@ } }, { - "id": 10149, + "id": 10216, "name": "title", "variant": "declaration", "kind": 1024, @@ -6902,7 +6902,7 @@ } }, { - "id": 10150, + "id": 10217, "name": "handle", "variant": "declaration", "kind": 1024, @@ -6921,7 +6921,7 @@ } }, { - "id": 10151, + "id": 10218, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6938,13 +6938,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 10152, + "id": 10219, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6977,7 +6977,7 @@ } }, { - "id": 10153, + "id": 10220, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -7010,7 +7010,7 @@ } }, { - "id": 10154, + "id": 10221, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -7045,7 +7045,7 @@ } }, { - "id": 10155, + "id": 10222, "name": "products", "variant": "declaration", "kind": 1024, @@ -7067,7 +7067,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -7078,20 +7078,20 @@ { "title": "Properties", "children": [ - 10148, - 10149, - 10150, - 10151, - 10152, - 10153, - 10154, - 10155 + 10215, + 10216, + 10217, + 10218, + 10219, + 10220, + 10221, + 10222 ] } ] }, { - "id": 10005, + "id": 10072, "name": "ProductTypeDTO", "variant": "declaration", "kind": 256, @@ -7106,7 +7106,7 @@ }, "children": [ { - "id": 10006, + "id": 10073, "name": "id", "variant": "declaration", "kind": 1024, @@ -7125,7 +7125,7 @@ } }, { - "id": 10007, + "id": 10074, "name": "value", "variant": "declaration", "kind": 1024, @@ -7144,7 +7144,7 @@ } }, { - "id": 10008, + "id": 10075, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -7161,13 +7161,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 10009, + "id": 10076, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -7200,7 +7200,7 @@ } }, { - "id": 10010, + "id": 10077, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -7233,7 +7233,7 @@ } }, { - "id": 10011, + "id": 10078, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -7272,18 +7272,18 @@ { "title": "Properties", "children": [ - 10006, - 10007, - 10008, - 10009, - 10010, - 10011 + 10073, + 10074, + 10075, + 10076, + 10077, + 10078 ] } ] }, { - "id": 10028, + "id": 10095, "name": "ProductOptionDTO", "variant": "declaration", "kind": 256, @@ -7298,7 +7298,7 @@ }, "children": [ { - "id": 10029, + "id": 10096, "name": "id", "variant": "declaration", "kind": 1024, @@ -7317,7 +7317,7 @@ } }, { - "id": 10030, + "id": 10097, "name": "title", "variant": "declaration", "kind": 1024, @@ -7336,7 +7336,7 @@ } }, { - "id": 10031, + "id": 10098, "name": "product", "variant": "declaration", "kind": 1024, @@ -7363,7 +7363,7 @@ }, { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -7371,7 +7371,7 @@ } }, { - "id": 10032, + "id": 10099, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -7401,7 +7401,7 @@ } }, { - "id": 10033, + "id": 10100, "name": "values", "variant": "declaration", "kind": 1024, @@ -7421,14 +7421,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10314, + "target": 10381, "name": "ProductOptionValueDTO", "package": "@medusajs/types" } } }, { - "id": 10034, + "id": 10101, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -7445,13 +7445,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 10035, + "id": 10102, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -7484,7 +7484,7 @@ } }, { - "id": 10036, + "id": 10103, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -7517,7 +7517,7 @@ } }, { - "id": 10037, + "id": 10104, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -7556,21 +7556,21 @@ { "title": "Properties", "children": [ - 10029, - 10030, - 10031, - 10032, - 10033, - 10034, - 10035, - 10036, - 10037 + 10096, + 10097, + 10098, + 10099, + 10100, + 10101, + 10102, + 10103, + 10104 ] } ] }, { - "id": 10262, + "id": 10329, "name": "ProductImageDTO", "variant": "declaration", "kind": 256, @@ -7585,7 +7585,7 @@ }, "children": [ { - "id": 10263, + "id": 10330, "name": "id", "variant": "declaration", "kind": 1024, @@ -7604,7 +7604,7 @@ } }, { - "id": 10264, + "id": 10331, "name": "url", "variant": "declaration", "kind": 1024, @@ -7623,7 +7623,7 @@ } }, { - "id": 10265, + "id": 10332, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -7640,13 +7640,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 10266, + "id": 10333, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -7679,7 +7679,7 @@ } }, { - "id": 10267, + "id": 10334, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -7712,7 +7712,7 @@ } }, { - "id": 10268, + "id": 10335, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -7751,18 +7751,18 @@ { "title": "Properties", "children": [ - 10263, - 10264, - 10265, - 10266, - 10267, - 10268 + 10330, + 10331, + 10332, + 10333, + 10334, + 10335 ] } ] }, { - "id": 10314, + "id": 10381, "name": "ProductOptionValueDTO", "variant": "declaration", "kind": 256, @@ -7777,7 +7777,7 @@ }, "children": [ { - "id": 10315, + "id": 10382, "name": "id", "variant": "declaration", "kind": 1024, @@ -7796,7 +7796,7 @@ } }, { - "id": 10316, + "id": 10383, "name": "value", "variant": "declaration", "kind": 1024, @@ -7815,7 +7815,7 @@ } }, { - "id": 10317, + "id": 10384, "name": "option", "variant": "declaration", "kind": 1024, @@ -7847,7 +7847,7 @@ }, { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -7855,7 +7855,7 @@ } }, { - "id": 10318, + "id": 10385, "name": "option_id", "variant": "declaration", "kind": 1024, @@ -7885,7 +7885,7 @@ } }, { - "id": 10319, + "id": 10386, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -7902,13 +7902,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 10320, + "id": 10387, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -7941,7 +7941,7 @@ } }, { - "id": 10321, + "id": 10388, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -7974,7 +7974,7 @@ } }, { - "id": 10322, + "id": 10389, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -8013,20 +8013,20 @@ { "title": "Properties", "children": [ - 10315, - 10316, - 10317, - 10318, - 10319, - 10320, - 10321, - 10322 + 10382, + 10383, + 10384, + 10385, + 10386, + 10387, + 10388, + 10389 ] } ] }, { - "id": 9875, + "id": 9942, "name": "FilterableProductProps", "variant": "declaration", "kind": 256, @@ -8041,7 +8041,7 @@ }, "children": [ { - "id": 9902, + "id": 9969, "name": "$and", "variant": "declaration", "kind": 1024, @@ -8064,17 +8064,17 @@ "types": [ { "type": "reference", - "target": 9875, + "target": 9942, "name": "FilterableProductProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 9875, + "target": 9942, "name": "FilterableProductProps", "package": "@medusajs/types" } @@ -8087,12 +8087,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10285, + "target": 10352, "name": "BaseFilterable.$and" } }, { - "id": 9903, + "id": 9970, "name": "$or", "variant": "declaration", "kind": 1024, @@ -8115,17 +8115,17 @@ "types": [ { "type": "reference", - "target": 9875, + "target": 9942, "name": "FilterableProductProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 9875, + "target": 9942, "name": "FilterableProductProps", "package": "@medusajs/types" } @@ -8138,12 +8138,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10286, + "target": 10353, "name": "BaseFilterable.$or" } }, { - "id": 9876, + "id": 9943, "name": "q", "variant": "declaration", "kind": 1024, @@ -8164,7 +8164,7 @@ } }, { - "id": 9877, + "id": 9944, "name": "status", "variant": "declaration", "kind": 1024, @@ -8184,7 +8184,7 @@ "types": [ { "type": "reference", - "target": 10261, + "target": 10328, "name": "ProductStatus", "package": "@medusajs/types" }, @@ -8192,7 +8192,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10261, + "target": 10328, "name": "ProductStatus", "package": "@medusajs/types" } @@ -8201,7 +8201,7 @@ } }, { - "id": 9878, + "id": 9945, "name": "title", "variant": "declaration", "kind": 1024, @@ -8234,7 +8234,7 @@ } }, { - "id": 9879, + "id": 9946, "name": "handle", "variant": "declaration", "kind": 1024, @@ -8267,7 +8267,7 @@ } }, { - "id": 9880, + "id": 9947, "name": "id", "variant": "declaration", "kind": 1024, @@ -8300,7 +8300,7 @@ } }, { - "id": 9881, + "id": 9948, "name": "is_giftcard", "variant": "declaration", "kind": 1024, @@ -8321,7 +8321,7 @@ } }, { - "id": 9882, + "id": 9949, "name": "tags", "variant": "declaration", "kind": 1024, @@ -8339,14 +8339,14 @@ "type": { "type": "reflection", "declaration": { - "id": 9883, + "id": 9950, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9884, + "id": 9951, "name": "value", "variant": "declaration", "kind": 1024, @@ -8374,7 +8374,7 @@ { "title": "Properties", "children": [ - 9884 + 9951 ] } ] @@ -8382,7 +8382,7 @@ } }, { - "id": 9885, + "id": 9952, "name": "variants", "variant": "declaration", "kind": 1024, @@ -8400,14 +8400,14 @@ "type": { "type": "reflection", "declaration": { - "id": 9886, + "id": 9953, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9887, + "id": 9954, "name": "options", "variant": "declaration", "kind": 1024, @@ -8415,14 +8415,14 @@ "type": { "type": "reflection", "declaration": { - "id": 9888, + "id": 9955, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9889, + "id": 9956, "name": "value", "variant": "declaration", "kind": 1024, @@ -8433,7 +8433,7 @@ } }, { - "id": 9890, + "id": 9957, "name": "option_id", "variant": "declaration", "kind": 1024, @@ -8448,8 +8448,8 @@ { "title": "Properties", "children": [ - 9889, - 9890 + 9956, + 9957 ] } ] @@ -8461,7 +8461,7 @@ { "title": "Properties", "children": [ - 9887 + 9954 ] } ] @@ -8469,7 +8469,7 @@ } }, { - "id": 9891, + "id": 9958, "name": "type_id", "variant": "declaration", "kind": 1024, @@ -8502,7 +8502,7 @@ } }, { - "id": 9892, + "id": 9959, "name": "category_id", "variant": "declaration", "kind": 1024, @@ -8533,7 +8533,7 @@ }, { "type": "reference", - "target": 10288, + "target": 10355, "typeArguments": [ { "type": "intrinsic", @@ -8547,7 +8547,7 @@ } }, { - "id": 9893, + "id": 9960, "name": "categories", "variant": "declaration", "kind": 1024, @@ -8568,21 +8568,21 @@ { "type": "reflection", "declaration": { - "id": 9894, + "id": 9961, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9895, + "id": 9962, "name": "id", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 10288, + "target": 10355, "typeArguments": [ { "type": "intrinsic", @@ -8598,7 +8598,7 @@ { "title": "Properties", "children": [ - 9895 + 9962 ] } ] @@ -8607,21 +8607,21 @@ { "type": "reflection", "declaration": { - "id": 9896, + "id": 9963, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 9897, + "id": 9964, "name": "id", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 10288, + "target": 10355, "typeArguments": [ { "type": "array", @@ -8640,7 +8640,7 @@ { "title": "Properties", "children": [ - 9897 + 9964 ] } ] @@ -8650,7 +8650,7 @@ } }, { - "id": 9898, + "id": 9965, "name": "collection_id", "variant": "declaration", "kind": 1024, @@ -8681,7 +8681,7 @@ }, { "type": "reference", - "target": 10288, + "target": 10355, "typeArguments": [ { "type": "intrinsic", @@ -8695,7 +8695,7 @@ } }, { - "id": 9899, + "id": 9966, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -8712,7 +8712,7 @@ }, "type": { "type": "reference", - "target": 10288, + "target": 10355, "typeArguments": [ { "type": "intrinsic", @@ -8724,7 +8724,7 @@ } }, { - "id": 9900, + "id": 9967, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -8741,7 +8741,7 @@ }, "type": { "type": "reference", - "target": 10288, + "target": 10355, "typeArguments": [ { "type": "intrinsic", @@ -8753,7 +8753,7 @@ } }, { - "id": 9901, + "id": 9968, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -8770,7 +8770,7 @@ }, "type": { "type": "reference", - "target": 10288, + "target": 10355, "typeArguments": [ { "type": "intrinsic", @@ -8786,34 +8786,34 @@ { "title": "Properties", "children": [ - 9902, - 9903, - 9876, - 9877, - 9878, - 9879, - 9880, - 9881, - 9882, - 9885, - 9891, - 9892, - 9893, - 9898, - 9899, - 9900, - 9901 + 9969, + 9970, + 9943, + 9944, + 9945, + 9946, + 9947, + 9948, + 9949, + 9952, + 9958, + 9959, + 9960, + 9965, + 9966, + 9967, + 9968 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 9875, + "target": 9942, "name": "FilterableProductProps", "package": "@medusajs/types" } @@ -8824,7 +8824,7 @@ ] }, { - "id": 9992, + "id": 10059, "name": "FilterableProductTagProps", "variant": "declaration", "kind": 256, @@ -8839,7 +8839,7 @@ }, "children": [ { - "id": 9996, + "id": 10063, "name": "$and", "variant": "declaration", "kind": 1024, @@ -8862,17 +8862,17 @@ "types": [ { "type": "reference", - "target": 9992, + "target": 10059, "name": "FilterableProductTagProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 9992, + "target": 10059, "name": "FilterableProductTagProps", "package": "@medusajs/types" } @@ -8885,12 +8885,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10285, + "target": 10352, "name": "BaseFilterable.$and" } }, { - "id": 9997, + "id": 10064, "name": "$or", "variant": "declaration", "kind": 1024, @@ -8913,17 +8913,17 @@ "types": [ { "type": "reference", - "target": 9992, + "target": 10059, "name": "FilterableProductTagProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 9992, + "target": 10059, "name": "FilterableProductTagProps", "package": "@medusajs/types" } @@ -8936,12 +8936,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10286, + "target": 10353, "name": "BaseFilterable.$or" } }, { - "id": 9993, + "id": 10060, "name": "q", "variant": "declaration", "kind": 1024, @@ -8962,7 +8962,7 @@ } }, { - "id": 9994, + "id": 10061, "name": "id", "variant": "declaration", "kind": 1024, @@ -8995,7 +8995,7 @@ } }, { - "id": 9995, + "id": 10062, "name": "value", "variant": "declaration", "kind": 1024, @@ -9032,22 +9032,22 @@ { "title": "Properties", "children": [ - 9996, - 9997, - 9993, - 9994, - 9995 + 10063, + 10064, + 10060, + 10061, + 10062 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 9992, + "target": 10059, "name": "FilterableProductTagProps", "package": "@medusajs/types" } @@ -9058,7 +9058,7 @@ ] }, { - "id": 10012, + "id": 10079, "name": "FilterableProductTypeProps", "variant": "declaration", "kind": 256, @@ -9073,7 +9073,7 @@ }, "children": [ { - "id": 10016, + "id": 10083, "name": "$and", "variant": "declaration", "kind": 1024, @@ -9096,17 +9096,17 @@ "types": [ { "type": "reference", - "target": 10012, + "target": 10079, "name": "FilterableProductTypeProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10012, + "target": 10079, "name": "FilterableProductTypeProps", "package": "@medusajs/types" } @@ -9119,12 +9119,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10285, + "target": 10352, "name": "BaseFilterable.$and" } }, { - "id": 10017, + "id": 10084, "name": "$or", "variant": "declaration", "kind": 1024, @@ -9147,17 +9147,17 @@ "types": [ { "type": "reference", - "target": 10012, + "target": 10079, "name": "FilterableProductTypeProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10012, + "target": 10079, "name": "FilterableProductTypeProps", "package": "@medusajs/types" } @@ -9170,12 +9170,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10286, + "target": 10353, "name": "BaseFilterable.$or" } }, { - "id": 10013, + "id": 10080, "name": "q", "variant": "declaration", "kind": 1024, @@ -9196,7 +9196,7 @@ } }, { - "id": 10014, + "id": 10081, "name": "id", "variant": "declaration", "kind": 1024, @@ -9229,7 +9229,7 @@ } }, { - "id": 10015, + "id": 10082, "name": "value", "variant": "declaration", "kind": 1024, @@ -9254,22 +9254,22 @@ { "title": "Properties", "children": [ - 10016, - 10017, - 10013, - 10014, - 10015 + 10083, + 10084, + 10080, + 10081, + 10082 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10012, + "target": 10079, "name": "FilterableProductTypeProps", "package": "@medusajs/types" } @@ -9280,7 +9280,7 @@ ] }, { - "id": 10038, + "id": 10105, "name": "FilterableProductOptionProps", "variant": "declaration", "kind": 256, @@ -9295,7 +9295,7 @@ }, "children": [ { - "id": 10043, + "id": 10110, "name": "$and", "variant": "declaration", "kind": 1024, @@ -9318,17 +9318,17 @@ "types": [ { "type": "reference", - "target": 10038, + "target": 10105, "name": "FilterableProductOptionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10038, + "target": 10105, "name": "FilterableProductOptionProps", "package": "@medusajs/types" } @@ -9341,12 +9341,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10285, + "target": 10352, "name": "BaseFilterable.$and" } }, { - "id": 10044, + "id": 10111, "name": "$or", "variant": "declaration", "kind": 1024, @@ -9369,17 +9369,17 @@ "types": [ { "type": "reference", - "target": 10038, + "target": 10105, "name": "FilterableProductOptionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10038, + "target": 10105, "name": "FilterableProductOptionProps", "package": "@medusajs/types" } @@ -9392,12 +9392,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10286, + "target": 10353, "name": "BaseFilterable.$or" } }, { - "id": 10039, + "id": 10106, "name": "q", "variant": "declaration", "kind": 1024, @@ -9418,7 +9418,7 @@ } }, { - "id": 10040, + "id": 10107, "name": "id", "variant": "declaration", "kind": 1024, @@ -9451,7 +9451,7 @@ } }, { - "id": 10041, + "id": 10108, "name": "title", "variant": "declaration", "kind": 1024, @@ -9484,7 +9484,7 @@ } }, { - "id": 10042, + "id": 10109, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -9521,23 +9521,23 @@ { "title": "Properties", "children": [ - 10043, - 10044, - 10039, - 10040, - 10041, - 10042 + 10110, + 10111, + 10106, + 10107, + 10108, + 10109 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10038, + "target": 10105, "name": "FilterableProductOptionProps", "package": "@medusajs/types" } @@ -9548,7 +9548,7 @@ ] }, { - "id": 10156, + "id": 10223, "name": "FilterableProductCollectionProps", "variant": "declaration", "kind": 256, @@ -9563,7 +9563,7 @@ }, "children": [ { - "id": 10161, + "id": 10228, "name": "$and", "variant": "declaration", "kind": 1024, @@ -9586,17 +9586,17 @@ "types": [ { "type": "reference", - "target": 10156, + "target": 10223, "name": "FilterableProductCollectionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10156, + "target": 10223, "name": "FilterableProductCollectionProps", "package": "@medusajs/types" } @@ -9609,12 +9609,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10285, + "target": 10352, "name": "BaseFilterable.$and" } }, { - "id": 10162, + "id": 10229, "name": "$or", "variant": "declaration", "kind": 1024, @@ -9637,17 +9637,17 @@ "types": [ { "type": "reference", - "target": 10156, + "target": 10223, "name": "FilterableProductCollectionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10156, + "target": 10223, "name": "FilterableProductCollectionProps", "package": "@medusajs/types" } @@ -9660,12 +9660,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10286, + "target": 10353, "name": "BaseFilterable.$or" } }, { - "id": 10157, + "id": 10224, "name": "q", "variant": "declaration", "kind": 1024, @@ -9686,7 +9686,7 @@ } }, { - "id": 10158, + "id": 10225, "name": "id", "variant": "declaration", "kind": 1024, @@ -9719,7 +9719,7 @@ } }, { - "id": 10159, + "id": 10226, "name": "handle", "variant": "declaration", "kind": 1024, @@ -9752,7 +9752,7 @@ } }, { - "id": 10160, + "id": 10227, "name": "title", "variant": "declaration", "kind": 1024, @@ -9789,23 +9789,23 @@ { "title": "Properties", "children": [ - 10161, - 10162, - 10157, - 10158, - 10159, - 10160 + 10228, + 10229, + 10224, + 10225, + 10226, + 10227 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10156, + "target": 10223, "name": "FilterableProductCollectionProps", "package": "@medusajs/types" } @@ -9816,7 +9816,7 @@ ] }, { - "id": 10083, + "id": 10150, "name": "FilterableProductVariantProps", "variant": "declaration", "kind": 256, @@ -9831,7 +9831,7 @@ }, "children": [ { - "id": 10089, + "id": 10156, "name": "$and", "variant": "declaration", "kind": 1024, @@ -9854,17 +9854,17 @@ "types": [ { "type": "reference", - "target": 10083, + "target": 10150, "name": "FilterableProductVariantProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10083, + "target": 10150, "name": "FilterableProductVariantProps", "package": "@medusajs/types" } @@ -9877,12 +9877,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10285, + "target": 10352, "name": "BaseFilterable.$and" } }, { - "id": 10090, + "id": 10157, "name": "$or", "variant": "declaration", "kind": 1024, @@ -9905,17 +9905,17 @@ "types": [ { "type": "reference", - "target": 10083, + "target": 10150, "name": "FilterableProductVariantProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10083, + "target": 10150, "name": "FilterableProductVariantProps", "package": "@medusajs/types" } @@ -9928,12 +9928,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10286, + "target": 10353, "name": "BaseFilterable.$or" } }, { - "id": 10084, + "id": 10151, "name": "q", "variant": "declaration", "kind": 1024, @@ -9954,7 +9954,7 @@ } }, { - "id": 10085, + "id": 10152, "name": "id", "variant": "declaration", "kind": 1024, @@ -9987,7 +9987,7 @@ } }, { - "id": 10086, + "id": 10153, "name": "sku", "variant": "declaration", "kind": 1024, @@ -10020,7 +10020,7 @@ } }, { - "id": 10087, + "id": 10154, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -10053,7 +10053,7 @@ } }, { - "id": 10088, + "id": 10155, "name": "options", "variant": "declaration", "kind": 1024, @@ -10093,24 +10093,24 @@ { "title": "Properties", "children": [ - 10089, - 10090, - 10084, - 10085, - 10086, - 10087, - 10088 + 10156, + 10157, + 10151, + 10152, + 10153, + 10154, + 10155 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10083, + "target": 10150, "name": "FilterableProductVariantProps", "package": "@medusajs/types" } @@ -10121,7 +10121,7 @@ ] }, { - "id": 10197, + "id": 10264, "name": "FilterableProductCategoryProps", "variant": "declaration", "kind": 256, @@ -10136,7 +10136,7 @@ }, "children": [ { - "id": 10207, + "id": 10274, "name": "$and", "variant": "declaration", "kind": 1024, @@ -10159,17 +10159,17 @@ "types": [ { "type": "reference", - "target": 10197, + "target": 10264, "name": "FilterableProductCategoryProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10197, + "target": 10264, "name": "FilterableProductCategoryProps", "package": "@medusajs/types" } @@ -10182,12 +10182,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10285, + "target": 10352, "name": "BaseFilterable.$and" } }, { - "id": 10208, + "id": 10275, "name": "$or", "variant": "declaration", "kind": 1024, @@ -10210,17 +10210,17 @@ "types": [ { "type": "reference", - "target": 10197, + "target": 10264, "name": "FilterableProductCategoryProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10197, + "target": 10264, "name": "FilterableProductCategoryProps", "package": "@medusajs/types" } @@ -10233,12 +10233,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10286, + "target": 10353, "name": "BaseFilterable.$or" } }, { - "id": 10198, + "id": 10265, "name": "q", "variant": "declaration", "kind": 1024, @@ -10259,7 +10259,7 @@ } }, { - "id": 10199, + "id": 10266, "name": "id", "variant": "declaration", "kind": 1024, @@ -10292,7 +10292,7 @@ } }, { - "id": 10200, + "id": 10267, "name": "name", "variant": "declaration", "kind": 1024, @@ -10325,7 +10325,7 @@ } }, { - "id": 10201, + "id": 10268, "name": "parent_category_id", "variant": "declaration", "kind": 1024, @@ -10362,7 +10362,7 @@ } }, { - "id": 10202, + "id": 10269, "name": "handle", "variant": "declaration", "kind": 1024, @@ -10395,7 +10395,7 @@ } }, { - "id": 10203, + "id": 10270, "name": "is_active", "variant": "declaration", "kind": 1024, @@ -10416,7 +10416,7 @@ } }, { - "id": 10204, + "id": 10271, "name": "is_internal", "variant": "declaration", "kind": 1024, @@ -10437,7 +10437,7 @@ } }, { - "id": 10205, + "id": 10272, "name": "include_descendants_tree", "variant": "declaration", "kind": 1024, @@ -10458,7 +10458,7 @@ } }, { - "id": 10206, + "id": 10273, "name": "include_ancestors_tree", "variant": "declaration", "kind": 1024, @@ -10483,28 +10483,28 @@ { "title": "Properties", "children": [ - 10207, - 10208, - 10198, - 10199, - 10200, - 10201, - 10202, - 10203, - 10204, - 10205, - 10206 + 10274, + 10275, + 10265, + 10266, + 10267, + 10268, + 10269, + 10270, + 10271, + 10272, + 10273 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10284, + "target": 10351, "typeArguments": [ { "type": "reference", - "target": 10197, + "target": 10264, "name": "FilterableProductCategoryProps", "package": "@medusajs/types" } @@ -10515,7 +10515,7 @@ ] }, { - "id": 10163, + "id": 10230, "name": "CreateProductCollectionDTO", "variant": "declaration", "kind": 256, @@ -10530,7 +10530,7 @@ }, "children": [ { - "id": 10164, + "id": 10231, "name": "title", "variant": "declaration", "kind": 1024, @@ -10549,7 +10549,7 @@ } }, { - "id": 10165, + "id": 10232, "name": "handle", "variant": "declaration", "kind": 1024, @@ -10570,7 +10570,7 @@ } }, { - "id": 10166, + "id": 10233, "name": "product_ids", "variant": "declaration", "kind": 1024, @@ -10594,7 +10594,7 @@ } }, { - "id": 10167, + "id": 10234, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -10611,7 +10611,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -10621,16 +10621,16 @@ { "title": "Properties", "children": [ - 10164, - 10165, - 10166, - 10167 + 10231, + 10232, + 10233, + 10234 ] } ] }, { - "id": 10168, + "id": 10235, "name": "UpsertProductCollectionDTO", "variant": "declaration", "kind": 256, @@ -10645,7 +10645,7 @@ }, "children": [ { - "id": 10169, + "id": 10236, "name": "id", "variant": "declaration", "kind": 1024, @@ -10674,7 +10674,7 @@ } }, { - "id": 10170, + "id": 10237, "name": "value", "variant": "declaration", "kind": 1024, @@ -10696,12 +10696,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10176, + "target": 10243, "name": "UpdateProductCollectionDTO.value" } }, { - "id": 10171, + "id": 10238, "name": "title", "variant": "declaration", "kind": 1024, @@ -10723,12 +10723,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10177, + "target": 10244, "name": "UpdateProductCollectionDTO.title" } }, { - "id": 10172, + "id": 10239, "name": "handle", "variant": "declaration", "kind": 1024, @@ -10750,12 +10750,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10178, + "target": 10245, "name": "UpdateProductCollectionDTO.handle" } }, { - "id": 10173, + "id": 10240, "name": "product_ids", "variant": "declaration", "kind": 1024, @@ -10780,12 +10780,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10179, + "target": 10246, "name": "UpdateProductCollectionDTO.product_ids" } }, { - "id": 10174, + "id": 10241, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -10803,13 +10803,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 10180, + "target": 10247, "name": "UpdateProductCollectionDTO.metadata" } } @@ -10818,26 +10818,26 @@ { "title": "Properties", "children": [ - 10169, - 10170, - 10171, - 10172, - 10173, - 10174 + 10236, + 10237, + 10238, + 10239, + 10240, + 10241 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10175, + "target": 10242, "name": "UpdateProductCollectionDTO", "package": "@medusajs/types" } ] }, { - "id": 10175, + "id": 10242, "name": "UpdateProductCollectionDTO", "variant": "declaration", "kind": 256, @@ -10860,7 +10860,7 @@ }, "children": [ { - "id": 10176, + "id": 10243, "name": "value", "variant": "declaration", "kind": 1024, @@ -10881,7 +10881,7 @@ } }, { - "id": 10177, + "id": 10244, "name": "title", "variant": "declaration", "kind": 1024, @@ -10902,7 +10902,7 @@ } }, { - "id": 10178, + "id": 10245, "name": "handle", "variant": "declaration", "kind": 1024, @@ -10923,7 +10923,7 @@ } }, { - "id": 10179, + "id": 10246, "name": "product_ids", "variant": "declaration", "kind": 1024, @@ -10947,7 +10947,7 @@ } }, { - "id": 10180, + "id": 10247, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -10964,7 +10964,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -10974,24 +10974,24 @@ { "title": "Properties", "children": [ - 10176, - 10177, - 10178, - 10179, - 10180 + 10243, + 10244, + 10245, + 10246, + 10247 ] } ], "extendedBy": [ { "type": "reference", - "target": 10168, + "target": 10235, "name": "UpsertProductCollectionDTO" } ] }, { - "id": 10018, + "id": 10085, "name": "CreateProductTypeDTO", "variant": "declaration", "kind": 256, @@ -11006,7 +11006,7 @@ }, "children": [ { - "id": 10019, + "id": 10086, "name": "value", "variant": "declaration", "kind": 1024, @@ -11025,7 +11025,7 @@ } }, { - "id": 10020, + "id": 10087, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -11042,7 +11042,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -11052,14 +11052,14 @@ { "title": "Properties", "children": [ - 10019, - 10020 + 10086, + 10087 ] } ] }, { - "id": 10021, + "id": 10088, "name": "UpsertProductTypeDTO", "variant": "declaration", "kind": 256, @@ -11074,7 +11074,7 @@ }, "children": [ { - "id": 10022, + "id": 10089, "name": "id", "variant": "declaration", "kind": 1024, @@ -11103,7 +11103,7 @@ } }, { - "id": 10023, + "id": 10090, "name": "value", "variant": "declaration", "kind": 1024, @@ -11125,12 +11125,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10026, + "target": 10093, "name": "UpdateProductTypeDTO.value" } }, { - "id": 10024, + "id": 10091, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -11148,13 +11148,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 10027, + "target": 10094, "name": "UpdateProductTypeDTO.metadata" } } @@ -11163,23 +11163,23 @@ { "title": "Properties", "children": [ - 10022, - 10023, - 10024 + 10089, + 10090, + 10091 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10025, + "target": 10092, "name": "UpdateProductTypeDTO", "package": "@medusajs/types" } ] }, { - "id": 10025, + "id": 10092, "name": "UpdateProductTypeDTO", "variant": "declaration", "kind": 256, @@ -11202,7 +11202,7 @@ }, "children": [ { - "id": 10026, + "id": 10093, "name": "value", "variant": "declaration", "kind": 1024, @@ -11223,7 +11223,7 @@ } }, { - "id": 10027, + "id": 10094, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -11240,7 +11240,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -11250,21 +11250,21 @@ { "title": "Properties", "children": [ - 10026, - 10027 + 10093, + 10094 ] } ], "extendedBy": [ { "type": "reference", - "target": 10021, + "target": 10088, "name": "UpsertProductTypeDTO" } ] }, { - "id": 10310, + "id": 10377, "name": "UpsertProductImageDTO", "variant": "declaration", "kind": 256, @@ -11279,7 +11279,7 @@ }, "children": [ { - "id": 10311, + "id": 10378, "name": "id", "variant": "declaration", "kind": 1024, @@ -11308,7 +11308,7 @@ } }, { - "id": 10312, + "id": 10379, "name": "url", "variant": "declaration", "kind": 1024, @@ -11330,12 +11330,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10371, + "target": 10438, "name": "UpdateProductImageDTO.url" } }, { - "id": 10313, + "id": 10380, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -11353,13 +11353,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 10372, + "target": 10439, "name": "UpdateProductImageDTO.metadata" } } @@ -11368,23 +11368,23 @@ { "title": "Properties", "children": [ - 10311, - 10312, - 10313 + 10378, + 10379, + 10380 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10370, + "target": 10437, "name": "UpdateProductImageDTO", "package": "@medusajs/types" } ] }, { - "id": 10370, + "id": 10437, "name": "UpdateProductImageDTO", "variant": "declaration", "kind": 256, @@ -11407,7 +11407,7 @@ }, "children": [ { - "id": 10371, + "id": 10438, "name": "url", "variant": "declaration", "kind": 1024, @@ -11428,7 +11428,7 @@ } }, { - "id": 10372, + "id": 10439, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -11445,7 +11445,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -11455,21 +11455,21 @@ { "title": "Properties", "children": [ - 10371, - 10372 + 10438, + 10439 ] } ], "extendedBy": [ { "type": "reference", - "target": 10310, + "target": 10377, "name": "UpsertProductImageDTO" } ] }, { - "id": 9998, + "id": 10065, "name": "CreateProductTagDTO", "variant": "declaration", "kind": 256, @@ -11484,7 +11484,7 @@ }, "children": [ { - "id": 9999, + "id": 10066, "name": "value", "variant": "declaration", "kind": 1024, @@ -11507,13 +11507,13 @@ { "title": "Properties", "children": [ - 9999 + 10066 ] } ] }, { - "id": 10000, + "id": 10067, "name": "UpsertProductTagDTO", "variant": "declaration", "kind": 256, @@ -11528,7 +11528,7 @@ }, "children": [ { - "id": 10001, + "id": 10068, "name": "id", "variant": "declaration", "kind": 1024, @@ -11557,7 +11557,7 @@ } }, { - "id": 10002, + "id": 10069, "name": "value", "variant": "declaration", "kind": 1024, @@ -11579,7 +11579,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 10004, + "target": 10071, "name": "UpdateProductTagDTO.value" } } @@ -11588,22 +11588,22 @@ { "title": "Properties", "children": [ - 10001, - 10002 + 10068, + 10069 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10003, + "target": 10070, "name": "UpdateProductTagDTO", "package": "@medusajs/types" } ] }, { - "id": 10003, + "id": 10070, "name": "UpdateProductTagDTO", "variant": "declaration", "kind": 256, @@ -11626,7 +11626,7 @@ }, "children": [ { - "id": 10004, + "id": 10071, "name": "value", "variant": "declaration", "kind": 1024, @@ -11651,20 +11651,20 @@ { "title": "Properties", "children": [ - 10004 + 10071 ] } ], "extendedBy": [ { "type": "reference", - "target": 10000, + "target": 10067, "name": "UpsertProductTagDTO" } ] }, { - "id": 10045, + "id": 10112, "name": "CreateProductOptionDTO", "variant": "declaration", "kind": 256, @@ -11679,7 +11679,7 @@ }, "children": [ { - "id": 10046, + "id": 10113, "name": "title", "variant": "declaration", "kind": 1024, @@ -11698,7 +11698,7 @@ } }, { - "id": 10047, + "id": 10114, "name": "values", "variant": "declaration", "kind": 1024, @@ -11720,7 +11720,7 @@ } }, { - "id": 10048, + "id": 10115, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -11745,15 +11745,15 @@ { "title": "Properties", "children": [ - 10046, - 10047, - 10048 + 10113, + 10114, + 10115 ] } ] }, { - "id": 10049, + "id": 10116, "name": "UpsertProductOptionDTO", "variant": "declaration", "kind": 256, @@ -11768,7 +11768,7 @@ }, "children": [ { - "id": 10050, + "id": 10117, "name": "id", "variant": "declaration", "kind": 1024, @@ -11805,7 +11805,7 @@ } }, { - "id": 10051, + "id": 10118, "name": "title", "variant": "declaration", "kind": 1024, @@ -11827,12 +11827,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10055, + "target": 10122, "name": "UpdateProductOptionDTO.title" } }, { - "id": 10052, + "id": 10119, "name": "values", "variant": "declaration", "kind": 1024, @@ -11857,12 +11857,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10056, + "target": 10123, "name": "UpdateProductOptionDTO.values" } }, { - "id": 10053, + "id": 10120, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -11884,7 +11884,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 10057, + "target": 10124, "name": "UpdateProductOptionDTO.product_id" } } @@ -11893,31 +11893,31 @@ { "title": "Properties", "children": [ - 10050, - 10051, - 10052, - 10053 + 10117, + 10118, + 10119, + 10120 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10054, + "target": 10121, "name": "UpdateProductOptionDTO", "package": "@medusajs/types" } ] }, { - "id": 10054, + "id": 10121, "name": "UpdateProductOptionDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10055, + "id": 10122, "name": "title", "variant": "declaration", "kind": 1024, @@ -11938,7 +11938,7 @@ } }, { - "id": 10056, + "id": 10123, "name": "values", "variant": "declaration", "kind": 1024, @@ -11962,7 +11962,7 @@ } }, { - "id": 10057, + "id": 10124, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -11987,22 +11987,22 @@ { "title": "Properties", "children": [ - 10055, - 10056, - 10057 + 10122, + 10123, + 10124 ] } ], "extendedBy": [ { "type": "reference", - "target": 10049, + "target": 10116, "name": "UpsertProductOptionDTO" } ] }, { - "id": 10091, + "id": 10158, "name": "CreateProductVariantDTO", "variant": "declaration", "kind": 256, @@ -12017,7 +12017,7 @@ }, "children": [ { - "id": 10092, + "id": 10159, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -12038,7 +12038,7 @@ } }, { - "id": 10093, + "id": 10160, "name": "title", "variant": "declaration", "kind": 1024, @@ -12057,7 +12057,7 @@ } }, { - "id": 10094, + "id": 10161, "name": "sku", "variant": "declaration", "kind": 1024, @@ -12078,7 +12078,7 @@ } }, { - "id": 10095, + "id": 10162, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -12099,7 +12099,7 @@ } }, { - "id": 10096, + "id": 10163, "name": "ean", "variant": "declaration", "kind": 1024, @@ -12120,7 +12120,7 @@ } }, { - "id": 10097, + "id": 10164, "name": "upc", "variant": "declaration", "kind": 1024, @@ -12141,7 +12141,7 @@ } }, { - "id": 10098, + "id": 10165, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -12162,7 +12162,7 @@ } }, { - "id": 10099, + "id": 10166, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -12183,7 +12183,7 @@ } }, { - "id": 10100, + "id": 10167, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -12204,7 +12204,7 @@ } }, { - "id": 10101, + "id": 10168, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -12225,7 +12225,7 @@ } }, { - "id": 10102, + "id": 10169, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -12246,7 +12246,7 @@ } }, { - "id": 10103, + "id": 10170, "name": "material", "variant": "declaration", "kind": 1024, @@ -12267,7 +12267,7 @@ } }, { - "id": 10104, + "id": 10171, "name": "weight", "variant": "declaration", "kind": 1024, @@ -12288,7 +12288,7 @@ } }, { - "id": 10105, + "id": 10172, "name": "length", "variant": "declaration", "kind": 1024, @@ -12309,7 +12309,7 @@ } }, { - "id": 10106, + "id": 10173, "name": "height", "variant": "declaration", "kind": 1024, @@ -12330,7 +12330,7 @@ } }, { - "id": 10107, + "id": 10174, "name": "width", "variant": "declaration", "kind": 1024, @@ -12351,7 +12351,7 @@ } }, { - "id": 10108, + "id": 10175, "name": "options", "variant": "declaration", "kind": 1024, @@ -12398,7 +12398,7 @@ } }, { - "id": 10109, + "id": 10176, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -12415,7 +12415,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -12425,30 +12425,30 @@ { "title": "Properties", "children": [ - 10092, - 10093, - 10094, - 10095, - 10096, - 10097, - 10098, - 10099, - 10100, - 10101, - 10102, - 10103, - 10104, - 10105, - 10106, - 10107, - 10108, - 10109 + 10159, + 10160, + 10161, + 10162, + 10163, + 10164, + 10165, + 10166, + 10167, + 10168, + 10169, + 10170, + 10171, + 10172, + 10173, + 10174, + 10175, + 10176 ] } ] }, { - "id": 10110, + "id": 10177, "name": "UpsertProductVariantDTO", "variant": "declaration", "kind": 256, @@ -12463,7 +12463,7 @@ }, "children": [ { - "id": 10111, + "id": 10178, "name": "id", "variant": "declaration", "kind": 1024, @@ -12484,7 +12484,7 @@ } }, { - "id": 10112, + "id": 10179, "name": "title", "variant": "declaration", "kind": 1024, @@ -12506,12 +12506,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10130, + "target": 10197, "name": "UpdateProductVariantDTO.title" } }, { - "id": 10113, + "id": 10180, "name": "sku", "variant": "declaration", "kind": 1024, @@ -12542,12 +12542,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10131, + "target": 10198, "name": "UpdateProductVariantDTO.sku" } }, { - "id": 10114, + "id": 10181, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -12578,12 +12578,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10132, + "target": 10199, "name": "UpdateProductVariantDTO.barcode" } }, { - "id": 10115, + "id": 10182, "name": "ean", "variant": "declaration", "kind": 1024, @@ -12614,12 +12614,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10133, + "target": 10200, "name": "UpdateProductVariantDTO.ean" } }, { - "id": 10116, + "id": 10183, "name": "upc", "variant": "declaration", "kind": 1024, @@ -12650,12 +12650,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10134, + "target": 10201, "name": "UpdateProductVariantDTO.upc" } }, { - "id": 10117, + "id": 10184, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -12677,12 +12677,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10135, + "target": 10202, "name": "UpdateProductVariantDTO.allow_backorder" } }, { - "id": 10118, + "id": 10185, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -12704,12 +12704,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10136, + "target": 10203, "name": "UpdateProductVariantDTO.manage_inventory" } }, { - "id": 10119, + "id": 10186, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -12740,12 +12740,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10137, + "target": 10204, "name": "UpdateProductVariantDTO.hs_code" } }, { - "id": 10120, + "id": 10187, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -12776,12 +12776,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10138, + "target": 10205, "name": "UpdateProductVariantDTO.origin_country" } }, { - "id": 10121, + "id": 10188, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -12812,12 +12812,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10139, + "target": 10206, "name": "UpdateProductVariantDTO.mid_code" } }, { - "id": 10122, + "id": 10189, "name": "material", "variant": "declaration", "kind": 1024, @@ -12848,12 +12848,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10140, + "target": 10207, "name": "UpdateProductVariantDTO.material" } }, { - "id": 10123, + "id": 10190, "name": "weight", "variant": "declaration", "kind": 1024, @@ -12884,12 +12884,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10141, + "target": 10208, "name": "UpdateProductVariantDTO.weight" } }, { - "id": 10124, + "id": 10191, "name": "length", "variant": "declaration", "kind": 1024, @@ -12920,12 +12920,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10142, + "target": 10209, "name": "UpdateProductVariantDTO.length" } }, { - "id": 10125, + "id": 10192, "name": "height", "variant": "declaration", "kind": 1024, @@ -12956,12 +12956,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10143, + "target": 10210, "name": "UpdateProductVariantDTO.height" } }, { - "id": 10126, + "id": 10193, "name": "width", "variant": "declaration", "kind": 1024, @@ -12992,12 +12992,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10144, + "target": 10211, "name": "UpdateProductVariantDTO.width" } }, { - "id": 10127, + "id": 10194, "name": "options", "variant": "declaration", "kind": 1024, @@ -13034,12 +13034,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10145, + "target": 10212, "name": "UpdateProductVariantDTO.options" } }, { - "id": 10128, + "id": 10195, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -13057,13 +13057,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 10146, + "target": 10213, "name": "UpdateProductVariantDTO.metadata" } } @@ -13072,38 +13072,38 @@ { "title": "Properties", "children": [ - 10111, - 10112, - 10113, - 10114, - 10115, - 10116, - 10117, - 10118, - 10119, - 10120, - 10121, - 10122, - 10123, - 10124, - 10125, - 10126, - 10127, - 10128 + 10178, + 10179, + 10180, + 10181, + 10182, + 10183, + 10184, + 10185, + 10186, + 10187, + 10188, + 10189, + 10190, + 10191, + 10192, + 10193, + 10194, + 10195 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10129, + "target": 10196, "name": "UpdateProductVariantDTO", "package": "@medusajs/types" } ] }, { - "id": 10129, + "id": 10196, "name": "UpdateProductVariantDTO", "variant": "declaration", "kind": 256, @@ -13126,7 +13126,7 @@ }, "children": [ { - "id": 10130, + "id": 10197, "name": "title", "variant": "declaration", "kind": 1024, @@ -13147,7 +13147,7 @@ } }, { - "id": 10131, + "id": 10198, "name": "sku", "variant": "declaration", "kind": 1024, @@ -13177,7 +13177,7 @@ } }, { - "id": 10132, + "id": 10199, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -13207,7 +13207,7 @@ } }, { - "id": 10133, + "id": 10200, "name": "ean", "variant": "declaration", "kind": 1024, @@ -13237,7 +13237,7 @@ } }, { - "id": 10134, + "id": 10201, "name": "upc", "variant": "declaration", "kind": 1024, @@ -13267,7 +13267,7 @@ } }, { - "id": 10135, + "id": 10202, "name": "allow_backorder", "variant": "declaration", "kind": 1024, @@ -13288,7 +13288,7 @@ } }, { - "id": 10136, + "id": 10203, "name": "manage_inventory", "variant": "declaration", "kind": 1024, @@ -13309,7 +13309,7 @@ } }, { - "id": 10137, + "id": 10204, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -13339,7 +13339,7 @@ } }, { - "id": 10138, + "id": 10205, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -13369,7 +13369,7 @@ } }, { - "id": 10139, + "id": 10206, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -13399,7 +13399,7 @@ } }, { - "id": 10140, + "id": 10207, "name": "material", "variant": "declaration", "kind": 1024, @@ -13429,7 +13429,7 @@ } }, { - "id": 10141, + "id": 10208, "name": "weight", "variant": "declaration", "kind": 1024, @@ -13459,7 +13459,7 @@ } }, { - "id": 10142, + "id": 10209, "name": "length", "variant": "declaration", "kind": 1024, @@ -13489,7 +13489,7 @@ } }, { - "id": 10143, + "id": 10210, "name": "height", "variant": "declaration", "kind": 1024, @@ -13519,7 +13519,7 @@ } }, { - "id": 10144, + "id": 10211, "name": "width", "variant": "declaration", "kind": 1024, @@ -13549,7 +13549,7 @@ } }, { - "id": 10145, + "id": 10212, "name": "options", "variant": "declaration", "kind": 1024, @@ -13585,7 +13585,7 @@ } }, { - "id": 10146, + "id": 10213, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -13602,7 +13602,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -13612,36 +13612,36 @@ { "title": "Properties", "children": [ - 10130, - 10131, - 10132, - 10133, - 10134, - 10135, - 10136, - 10137, - 10138, - 10139, - 10140, - 10141, - 10142, - 10143, - 10144, - 10145, - 10146 + 10197, + 10198, + 10199, + 10200, + 10201, + 10202, + 10203, + 10204, + 10205, + 10206, + 10207, + 10208, + 10209, + 10210, + 10211, + 10212, + 10213 ] } ], "extendedBy": [ { "type": "reference", - "target": 10110, + "target": 10177, "name": "UpsertProductVariantDTO" } ] }, { - "id": 9904, + "id": 9971, "name": "CreateProductDTO", "variant": "declaration", "kind": 256, @@ -13656,7 +13656,7 @@ }, "children": [ { - "id": 9905, + "id": 9972, "name": "id", "variant": "declaration", "kind": 1024, @@ -13677,7 +13677,7 @@ } }, { - "id": 9906, + "id": 9973, "name": "title", "variant": "declaration", "kind": 1024, @@ -13696,7 +13696,7 @@ } }, { - "id": 9907, + "id": 9974, "name": "subtitle", "variant": "declaration", "kind": 1024, @@ -13717,7 +13717,7 @@ } }, { - "id": 9908, + "id": 9975, "name": "description", "variant": "declaration", "kind": 1024, @@ -13738,7 +13738,7 @@ } }, { - "id": 9909, + "id": 9976, "name": "is_giftcard", "variant": "declaration", "kind": 1024, @@ -13759,7 +13759,7 @@ } }, { - "id": 9910, + "id": 9977, "name": "discountable", "variant": "declaration", "kind": 1024, @@ -13780,7 +13780,7 @@ } }, { - "id": 9911, + "id": 9978, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -13801,7 +13801,7 @@ } }, { - "id": 9912, + "id": 9979, "name": "handle", "variant": "declaration", "kind": 1024, @@ -13838,7 +13838,7 @@ } }, { - "id": 9913, + "id": 9980, "name": "status", "variant": "declaration", "kind": 1024, @@ -13855,13 +13855,13 @@ }, "type": { "type": "reference", - "target": 10261, + "target": 10328, "name": "ProductStatus", "package": "@medusajs/types" } }, { - "id": 9914, + "id": 9981, "name": "images", "variant": "declaration", "kind": 1024, @@ -13880,14 +13880,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10310, + "target": 10377, "name": "UpsertProductImageDTO", "package": "@medusajs/types" } } }, { - "id": 9915, + "id": 9982, "name": "type_id", "variant": "declaration", "kind": 1024, @@ -13908,7 +13908,7 @@ } }, { - "id": 9916, + "id": 9983, "name": "collection_id", "variant": "declaration", "kind": 1024, @@ -13929,7 +13929,7 @@ } }, { - "id": 9917, + "id": 9984, "name": "tags", "variant": "declaration", "kind": 1024, @@ -13948,14 +13948,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10000, + "target": 10067, "name": "UpsertProductTagDTO", "package": "@medusajs/types" } } }, { - "id": 9918, + "id": 9985, "name": "category_ids", "variant": "declaration", "kind": 1024, @@ -13979,7 +13979,7 @@ } }, { - "id": 9919, + "id": 9986, "name": "options", "variant": "declaration", "kind": 1024, @@ -13998,14 +13998,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10045, + "target": 10112, "name": "CreateProductOptionDTO", "package": "@medusajs/types" } } }, { - "id": 9920, + "id": 9987, "name": "variants", "variant": "declaration", "kind": 1024, @@ -14024,14 +14024,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10091, + "target": 10158, "name": "CreateProductVariantDTO", "package": "@medusajs/types" } } }, { - "id": 9921, + "id": 9988, "name": "width", "variant": "declaration", "kind": 1024, @@ -14052,7 +14052,7 @@ } }, { - "id": 9922, + "id": 9989, "name": "height", "variant": "declaration", "kind": 1024, @@ -14073,7 +14073,7 @@ } }, { - "id": 9923, + "id": 9990, "name": "length", "variant": "declaration", "kind": 1024, @@ -14094,7 +14094,7 @@ } }, { - "id": 9924, + "id": 9991, "name": "weight", "variant": "declaration", "kind": 1024, @@ -14115,7 +14115,7 @@ } }, { - "id": 9925, + "id": 9992, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -14136,7 +14136,7 @@ } }, { - "id": 9926, + "id": 9993, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -14157,7 +14157,7 @@ } }, { - "id": 9927, + "id": 9994, "name": "material", "variant": "declaration", "kind": 1024, @@ -14178,7 +14178,7 @@ } }, { - "id": 9928, + "id": 9995, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -14199,7 +14199,7 @@ } }, { - "id": 9929, + "id": 9996, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -14216,7 +14216,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -14226,37 +14226,37 @@ { "title": "Properties", "children": [ - 9905, - 9906, - 9907, - 9908, - 9909, - 9910, - 9911, - 9912, - 9913, - 9914, - 9915, - 9916, - 9917, - 9918, - 9919, - 9920, - 9921, - 9922, - 9923, - 9924, - 9925, - 9926, - 9927, - 9928, - 9929 + 9972, + 9973, + 9974, + 9975, + 9976, + 9977, + 9978, + 9979, + 9980, + 9981, + 9982, + 9983, + 9984, + 9985, + 9986, + 9987, + 9988, + 9989, + 9990, + 9991, + 9992, + 9993, + 9994, + 9995, + 9996 ] } ] }, { - "id": 9930, + "id": 9997, "name": "UpsertProductDTO", "variant": "declaration", "kind": 256, @@ -14271,7 +14271,7 @@ }, "children": [ { - "id": 9931, + "id": 9998, "name": "id", "variant": "declaration", "kind": 1024, @@ -14300,7 +14300,7 @@ } }, { - "id": 9932, + "id": 9999, "name": "title", "variant": "declaration", "kind": 1024, @@ -14322,12 +14322,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9957, + "target": 10024, "name": "UpdateProductDTO.title" } }, { - "id": 9933, + "id": 10000, "name": "subtitle", "variant": "declaration", "kind": 1024, @@ -14358,12 +14358,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9958, + "target": 10025, "name": "UpdateProductDTO.subtitle" } }, { - "id": 9934, + "id": 10001, "name": "description", "variant": "declaration", "kind": 1024, @@ -14394,12 +14394,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9959, + "target": 10026, "name": "UpdateProductDTO.description" } }, { - "id": 9935, + "id": 10002, "name": "is_giftcard", "variant": "declaration", "kind": 1024, @@ -14421,12 +14421,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9960, + "target": 10027, "name": "UpdateProductDTO.is_giftcard" } }, { - "id": 9936, + "id": 10003, "name": "discountable", "variant": "declaration", "kind": 1024, @@ -14448,12 +14448,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9961, + "target": 10028, "name": "UpdateProductDTO.discountable" } }, { - "id": 9937, + "id": 10004, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -14484,12 +14484,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9962, + "target": 10029, "name": "UpdateProductDTO.thumbnail" } }, { - "id": 9938, + "id": 10005, "name": "handle", "variant": "declaration", "kind": 1024, @@ -14527,12 +14527,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9963, + "target": 10030, "name": "UpdateProductDTO.handle" } }, { - "id": 9939, + "id": 10006, "name": "status", "variant": "declaration", "kind": 1024, @@ -14550,18 +14550,18 @@ }, "type": { "type": "reference", - "target": 10261, + "target": 10328, "name": "ProductStatus", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 9964, + "target": 10031, "name": "UpdateProductDTO.status" } }, { - "id": 9940, + "id": 10007, "name": "images", "variant": "declaration", "kind": 1024, @@ -14581,19 +14581,19 @@ "type": "array", "elementType": { "type": "reference", - "target": 10310, + "target": 10377, "name": "UpsertProductImageDTO", "package": "@medusajs/types" } }, "inheritedFrom": { "type": "reference", - "target": 9965, + "target": 10032, "name": "UpdateProductDTO.images" } }, { - "id": 9941, + "id": 10008, "name": "type_id", "variant": "declaration", "kind": 1024, @@ -14624,12 +14624,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9966, + "target": 10033, "name": "UpdateProductDTO.type_id" } }, { - "id": 9942, + "id": 10009, "name": "collection_id", "variant": "declaration", "kind": 1024, @@ -14660,12 +14660,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9967, + "target": 10034, "name": "UpdateProductDTO.collection_id" } }, { - "id": 9943, + "id": 10010, "name": "tags", "variant": "declaration", "kind": 1024, @@ -14685,19 +14685,19 @@ "type": "array", "elementType": { "type": "reference", - "target": 10000, + "target": 10067, "name": "UpsertProductTagDTO", "package": "@medusajs/types" } }, "inheritedFrom": { "type": "reference", - "target": 9968, + "target": 10035, "name": "UpdateProductDTO.tags" } }, { - "id": 9944, + "id": 10011, "name": "category_ids", "variant": "declaration", "kind": 1024, @@ -14722,12 +14722,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9969, + "target": 10036, "name": "UpdateProductDTO.category_ids" } }, { - "id": 9945, + "id": 10012, "name": "options", "variant": "declaration", "kind": 1024, @@ -14747,19 +14747,19 @@ "type": "array", "elementType": { "type": "reference", - "target": 10049, + "target": 10116, "name": "UpsertProductOptionDTO", "package": "@medusajs/types" } }, "inheritedFrom": { "type": "reference", - "target": 9970, + "target": 10037, "name": "UpdateProductDTO.options" } }, { - "id": 9946, + "id": 10013, "name": "variants", "variant": "declaration", "kind": 1024, @@ -14779,19 +14779,19 @@ "type": "array", "elementType": { "type": "reference", - "target": 10110, + "target": 10177, "name": "UpsertProductVariantDTO", "package": "@medusajs/types" } }, "inheritedFrom": { "type": "reference", - "target": 9971, + "target": 10038, "name": "UpdateProductDTO.variants" } }, { - "id": 9947, + "id": 10014, "name": "width", "variant": "declaration", "kind": 1024, @@ -14822,12 +14822,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9972, + "target": 10039, "name": "UpdateProductDTO.width" } }, { - "id": 9948, + "id": 10015, "name": "height", "variant": "declaration", "kind": 1024, @@ -14858,12 +14858,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9973, + "target": 10040, "name": "UpdateProductDTO.height" } }, { - "id": 9949, + "id": 10016, "name": "length", "variant": "declaration", "kind": 1024, @@ -14894,12 +14894,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9974, + "target": 10041, "name": "UpdateProductDTO.length" } }, { - "id": 9950, + "id": 10017, "name": "weight", "variant": "declaration", "kind": 1024, @@ -14930,12 +14930,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9975, + "target": 10042, "name": "UpdateProductDTO.weight" } }, { - "id": 9951, + "id": 10018, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -14966,12 +14966,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9976, + "target": 10043, "name": "UpdateProductDTO.origin_country" } }, { - "id": 9952, + "id": 10019, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -15002,12 +15002,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9977, + "target": 10044, "name": "UpdateProductDTO.hs_code" } }, { - "id": 9953, + "id": 10020, "name": "material", "variant": "declaration", "kind": 1024, @@ -15038,12 +15038,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9978, + "target": 10045, "name": "UpdateProductDTO.material" } }, { - "id": 9954, + "id": 10021, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -15074,12 +15074,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 9979, + "target": 10046, "name": "UpdateProductDTO.mid_code" } }, { - "id": 9955, + "id": 10022, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -15097,13 +15097,13 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" }, "inheritedFrom": { "type": "reference", - "target": 9980, + "target": 10047, "name": "UpdateProductDTO.metadata" } } @@ -15112,45 +15112,45 @@ { "title": "Properties", "children": [ - 9931, - 9932, - 9933, - 9934, - 9935, - 9936, - 9937, - 9938, - 9939, - 9940, - 9941, - 9942, - 9943, - 9944, - 9945, - 9946, - 9947, - 9948, - 9949, - 9950, - 9951, - 9952, - 9953, - 9954, - 9955 + 9998, + 9999, + 10000, + 10001, + 10002, + 10003, + 10004, + 10005, + 10006, + 10007, + 10008, + 10009, + 10010, + 10011, + 10012, + 10013, + 10014, + 10015, + 10016, + 10017, + 10018, + 10019, + 10020, + 10021, + 10022 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9956, + "target": 10023, "name": "UpdateProductDTO", "package": "@medusajs/types" } ] }, { - "id": 9956, + "id": 10023, "name": "UpdateProductDTO", "variant": "declaration", "kind": 256, @@ -15165,7 +15165,7 @@ }, "children": [ { - "id": 9957, + "id": 10024, "name": "title", "variant": "declaration", "kind": 1024, @@ -15186,7 +15186,7 @@ } }, { - "id": 9958, + "id": 10025, "name": "subtitle", "variant": "declaration", "kind": 1024, @@ -15216,7 +15216,7 @@ } }, { - "id": 9959, + "id": 10026, "name": "description", "variant": "declaration", "kind": 1024, @@ -15246,7 +15246,7 @@ } }, { - "id": 9960, + "id": 10027, "name": "is_giftcard", "variant": "declaration", "kind": 1024, @@ -15267,7 +15267,7 @@ } }, { - "id": 9961, + "id": 10028, "name": "discountable", "variant": "declaration", "kind": 1024, @@ -15288,7 +15288,7 @@ } }, { - "id": 9962, + "id": 10029, "name": "thumbnail", "variant": "declaration", "kind": 1024, @@ -15318,7 +15318,7 @@ } }, { - "id": 9963, + "id": 10030, "name": "handle", "variant": "declaration", "kind": 1024, @@ -15355,7 +15355,7 @@ } }, { - "id": 9964, + "id": 10031, "name": "status", "variant": "declaration", "kind": 1024, @@ -15372,13 +15372,13 @@ }, "type": { "type": "reference", - "target": 10261, + "target": 10328, "name": "ProductStatus", "package": "@medusajs/types" } }, { - "id": 9965, + "id": 10032, "name": "images", "variant": "declaration", "kind": 1024, @@ -15397,14 +15397,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10310, + "target": 10377, "name": "UpsertProductImageDTO", "package": "@medusajs/types" } } }, { - "id": 9966, + "id": 10033, "name": "type_id", "variant": "declaration", "kind": 1024, @@ -15434,7 +15434,7 @@ } }, { - "id": 9967, + "id": 10034, "name": "collection_id", "variant": "declaration", "kind": 1024, @@ -15464,7 +15464,7 @@ } }, { - "id": 9968, + "id": 10035, "name": "tags", "variant": "declaration", "kind": 1024, @@ -15483,14 +15483,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10000, + "target": 10067, "name": "UpsertProductTagDTO", "package": "@medusajs/types" } } }, { - "id": 9969, + "id": 10036, "name": "category_ids", "variant": "declaration", "kind": 1024, @@ -15514,7 +15514,7 @@ } }, { - "id": 9970, + "id": 10037, "name": "options", "variant": "declaration", "kind": 1024, @@ -15533,14 +15533,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10049, + "target": 10116, "name": "UpsertProductOptionDTO", "package": "@medusajs/types" } } }, { - "id": 9971, + "id": 10038, "name": "variants", "variant": "declaration", "kind": 1024, @@ -15559,14 +15559,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10110, + "target": 10177, "name": "UpsertProductVariantDTO", "package": "@medusajs/types" } } }, { - "id": 9972, + "id": 10039, "name": "width", "variant": "declaration", "kind": 1024, @@ -15596,7 +15596,7 @@ } }, { - "id": 9973, + "id": 10040, "name": "height", "variant": "declaration", "kind": 1024, @@ -15626,7 +15626,7 @@ } }, { - "id": 9974, + "id": 10041, "name": "length", "variant": "declaration", "kind": 1024, @@ -15656,7 +15656,7 @@ } }, { - "id": 9975, + "id": 10042, "name": "weight", "variant": "declaration", "kind": 1024, @@ -15686,7 +15686,7 @@ } }, { - "id": 9976, + "id": 10043, "name": "origin_country", "variant": "declaration", "kind": 1024, @@ -15716,7 +15716,7 @@ } }, { - "id": 9977, + "id": 10044, "name": "hs_code", "variant": "declaration", "kind": 1024, @@ -15746,7 +15746,7 @@ } }, { - "id": 9978, + "id": 10045, "name": "material", "variant": "declaration", "kind": 1024, @@ -15776,7 +15776,7 @@ } }, { - "id": 9979, + "id": 10046, "name": "mid_code", "variant": "declaration", "kind": 1024, @@ -15806,7 +15806,7 @@ } }, { - "id": 9980, + "id": 10047, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -15823,7 +15823,7 @@ }, "type": { "type": "reference", - "target": 10269, + "target": 10336, "name": "MetadataType", "package": "@medusajs/types" } @@ -15833,43 +15833,43 @@ { "title": "Properties", "children": [ - 9957, - 9958, - 9959, - 9960, - 9961, - 9962, - 9963, - 9964, - 9965, - 9966, - 9967, - 9968, - 9969, - 9970, - 9971, - 9972, - 9973, - 9974, - 9975, - 9976, - 9977, - 9978, - 9979, - 9980 + 10024, + 10025, + 10026, + 10027, + 10028, + 10029, + 10030, + 10031, + 10032, + 10033, + 10034, + 10035, + 10036, + 10037, + 10038, + 10039, + 10040, + 10041, + 10042, + 10043, + 10044, + 10045, + 10046, + 10047 ] } ], "extendedBy": [ { "type": "reference", - "target": 9930, + "target": 9997, "name": "UpsertProductDTO" } ] }, { - "id": 9412, + "id": 9479, "name": "IProductModuleService", "variant": "declaration", "kind": 256, @@ -15884,14 +15884,14 @@ }, "children": [ { - "id": 9413, + "id": 9480, "name": "retrieveProduct", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9414, + "id": 9481, "name": "retrieveProduct", "variant": "signature", "kind": 4096, @@ -15938,7 +15938,7 @@ }, "parameters": [ { - "id": 9415, + "id": 9482, "name": "productId", "variant": "param", "kind": 32768, @@ -15957,7 +15957,7 @@ } }, { - "id": 9416, + "id": 9483, "name": "config", "variant": "param", "kind": 32768, @@ -15990,11 +15990,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -16004,7 +16004,7 @@ } }, { - "id": 9417, + "id": 9484, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16021,7 +16021,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -16036,7 +16036,7 @@ "typeArguments": [ { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -16048,14 +16048,14 @@ ] }, { - "id": 9418, + "id": 9485, "name": "listProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9419, + "id": 9486, "name": "listProducts", "variant": "signature", "kind": 4096, @@ -16142,7 +16142,7 @@ }, "parameters": [ { - "id": 9420, + "id": 9487, "name": "filters", "variant": "param", "kind": 32768, @@ -16159,13 +16159,13 @@ }, "type": { "type": "reference", - "target": 9875, + "target": 9942, "name": "FilterableProductProps", "package": "@medusajs/types" } }, { - "id": 9421, + "id": 9488, "name": "config", "variant": "param", "kind": 32768, @@ -16198,11 +16198,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -16212,7 +16212,7 @@ } }, { - "id": 9422, + "id": 9489, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16229,7 +16229,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -16246,7 +16246,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -16259,14 +16259,14 @@ ] }, { - "id": 9423, + "id": 9490, "name": "listAndCountProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9424, + "id": 9491, "name": "listAndCountProducts", "variant": "signature", "kind": 4096, @@ -16353,7 +16353,7 @@ }, "parameters": [ { - "id": 9425, + "id": 9492, "name": "filters", "variant": "param", "kind": 32768, @@ -16370,13 +16370,13 @@ }, "type": { "type": "reference", - "target": 9875, + "target": 9942, "name": "FilterableProductProps", "package": "@medusajs/types" } }, { - "id": 9426, + "id": 9493, "name": "config", "variant": "param", "kind": 32768, @@ -16409,11 +16409,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -16423,7 +16423,7 @@ } }, { - "id": 9427, + "id": 9494, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16440,7 +16440,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -16460,7 +16460,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -16479,14 +16479,14 @@ ] }, { - "id": 9428, + "id": 9495, "name": "createProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9429, + "id": 9496, "name": "createProducts", "variant": "signature", "kind": 4096, @@ -16521,7 +16521,7 @@ }, "parameters": [ { - "id": 9430, + "id": 9497, "name": "data", "variant": "param", "kind": 32768, @@ -16538,14 +16538,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9904, + "target": 9971, "name": "CreateProductDTO", "package": "@medusajs/types" } } }, { - "id": 9431, + "id": 9498, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16562,7 +16562,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -16579,7 +16579,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -16590,7 +16590,7 @@ } }, { - "id": 9432, + "id": 9499, "name": "createProducts", "variant": "signature", "kind": 4096, @@ -16625,7 +16625,7 @@ }, "parameters": [ { - "id": 9433, + "id": 9500, "name": "data", "variant": "param", "kind": 32768, @@ -16640,13 +16640,13 @@ }, "type": { "type": "reference", - "target": 9904, + "target": 9971, "name": "CreateProductDTO", "package": "@medusajs/types" } }, { - "id": 9434, + "id": 9501, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16663,7 +16663,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -16678,7 +16678,7 @@ "typeArguments": [ { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -16690,14 +16690,14 @@ ] }, { - "id": 9435, + "id": 9502, "name": "upsertProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9436, + "id": 9503, "name": "upsertProducts", "variant": "signature", "kind": 4096, @@ -16732,7 +16732,7 @@ }, "parameters": [ { - "id": 9437, + "id": 9504, "name": "data", "variant": "param", "kind": 32768, @@ -16749,14 +16749,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9930, + "target": 9997, "name": "UpsertProductDTO", "package": "@medusajs/types" } } }, { - "id": 9438, + "id": 9505, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16773,7 +16773,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -16790,7 +16790,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -16801,7 +16801,7 @@ } }, { - "id": 9439, + "id": 9506, "name": "upsertProducts", "variant": "signature", "kind": 4096, @@ -16836,7 +16836,7 @@ }, "parameters": [ { - "id": 9440, + "id": 9507, "name": "data", "variant": "param", "kind": 32768, @@ -16851,13 +16851,13 @@ }, "type": { "type": "reference", - "target": 9930, + "target": 9997, "name": "UpsertProductDTO", "package": "@medusajs/types" } }, { - "id": 9441, + "id": 9508, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -16874,7 +16874,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -16889,7 +16889,7 @@ "typeArguments": [ { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -16901,14 +16901,14 @@ ] }, { - "id": 9442, + "id": 9509, "name": "updateProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9443, + "id": 9510, "name": "updateProducts", "variant": "signature", "kind": 4096, @@ -16943,7 +16943,7 @@ }, "parameters": [ { - "id": 9444, + "id": 9511, "name": "id", "variant": "param", "kind": 32768, @@ -16962,7 +16962,7 @@ } }, { - "id": 9445, + "id": 9512, "name": "data", "variant": "param", "kind": 32768, @@ -16977,13 +16977,13 @@ }, "type": { "type": "reference", - "target": 9956, + "target": 10023, "name": "UpdateProductDTO", "package": "@medusajs/types" } }, { - "id": 9446, + "id": 9513, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17000,7 +17000,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -17015,7 +17015,7 @@ "typeArguments": [ { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -17025,7 +17025,7 @@ } }, { - "id": 9447, + "id": 9514, "name": "updateProducts", "variant": "signature", "kind": 4096, @@ -17060,7 +17060,7 @@ }, "parameters": [ { - "id": 9448, + "id": 9515, "name": "selector", "variant": "param", "kind": 32768, @@ -17075,13 +17075,13 @@ }, "type": { "type": "reference", - "target": 9875, + "target": 9942, "name": "FilterableProductProps", "package": "@medusajs/types" } }, { - "id": 9449, + "id": 9516, "name": "data", "variant": "param", "kind": 32768, @@ -17096,13 +17096,13 @@ }, "type": { "type": "reference", - "target": 9956, + "target": 10023, "name": "UpdateProductDTO", "package": "@medusajs/types" } }, { - "id": 9450, + "id": 9517, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17119,7 +17119,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -17136,7 +17136,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9831, + "target": 9898, "name": "ProductDTO", "package": "@medusajs/types" } @@ -17149,14 +17149,14 @@ ] }, { - "id": 9451, + "id": 9518, "name": "deleteProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9452, + "id": 9519, "name": "deleteProducts", "variant": "signature", "kind": 4096, @@ -17200,7 +17200,7 @@ }, "parameters": [ { - "id": 9453, + "id": 9520, "name": "productIds", "variant": "param", "kind": 32768, @@ -17222,7 +17222,7 @@ } }, { - "id": 9454, + "id": 9521, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17239,7 +17239,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -17264,14 +17264,14 @@ ] }, { - "id": 9455, + "id": 9522, "name": "softDeleteProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9456, + "id": 9523, "name": "softDeleteProducts", "variant": "signature", "kind": 4096, @@ -17365,7 +17365,7 @@ }, "typeParameters": [ { - "id": 9457, + "id": 9524, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -17382,7 +17382,7 @@ ], "parameters": [ { - "id": 9458, + "id": 9525, "name": "productIds", "variant": "param", "kind": 32768, @@ -17404,7 +17404,7 @@ } }, { - "id": 9459, + "id": 9526, "name": "config", "variant": "param", "kind": 32768, @@ -17437,11 +17437,11 @@ }, "type": { "type": "reference", - "target": 9981, + "target": 10048, "typeArguments": [ { "type": "reference", - "target": 9457, + "target": 9524, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -17452,7 +17452,7 @@ } }, { - "id": 9460, + "id": 9527, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17469,7 +17469,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -17521,14 +17521,14 @@ ] }, { - "id": 9461, + "id": 9528, "name": "restoreProducts", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9462, + "id": 9529, "name": "restoreProducts", "variant": "signature", "kind": 4096, @@ -17588,7 +17588,7 @@ }, "typeParameters": [ { - "id": 9463, + "id": 9530, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -17605,7 +17605,7 @@ ], "parameters": [ { - "id": 9464, + "id": 9531, "name": "productIds", "variant": "param", "kind": 32768, @@ -17627,7 +17627,7 @@ } }, { - "id": 9465, + "id": 9532, "name": "config", "variant": "param", "kind": 32768, @@ -17660,11 +17660,11 @@ }, "type": { "type": "reference", - "target": 9984, + "target": 10051, "typeArguments": [ { "type": "reference", - "target": 9463, + "target": 9530, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -17675,7 +17675,7 @@ } }, { - "id": 9466, + "id": 9533, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17692,7 +17692,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -17744,14 +17744,14 @@ ] }, { - "id": 9467, + "id": 9534, "name": "retrieveProductTag", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9468, + "id": 9535, "name": "retrieveProductTag", "variant": "signature", "kind": 4096, @@ -17798,7 +17798,7 @@ }, "parameters": [ { - "id": 9469, + "id": 9536, "name": "tagId", "variant": "param", "kind": 32768, @@ -17817,7 +17817,7 @@ } }, { - "id": 9470, + "id": 9537, "name": "config", "variant": "param", "kind": 32768, @@ -17850,11 +17850,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -17864,7 +17864,7 @@ } }, { - "id": 9471, + "id": 9538, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -17881,7 +17881,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -17896,7 +17896,7 @@ "typeArguments": [ { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -17908,14 +17908,14 @@ ] }, { - "id": 9472, + "id": 9539, "name": "listProductTags", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9473, + "id": 9540, "name": "listProductTags", "variant": "signature", "kind": 4096, @@ -18002,7 +18002,7 @@ }, "parameters": [ { - "id": 9474, + "id": 9541, "name": "filters", "variant": "param", "kind": 32768, @@ -18019,13 +18019,13 @@ }, "type": { "type": "reference", - "target": 9992, + "target": 10059, "name": "FilterableProductTagProps", "package": "@medusajs/types" } }, { - "id": 9475, + "id": 9542, "name": "config", "variant": "param", "kind": 32768, @@ -18058,11 +18058,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -18072,7 +18072,7 @@ } }, { - "id": 9476, + "id": 9543, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18089,7 +18089,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -18106,7 +18106,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -18119,14 +18119,14 @@ ] }, { - "id": 9477, + "id": 9544, "name": "listAndCountProductTags", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9478, + "id": 9545, "name": "listAndCountProductTags", "variant": "signature", "kind": 4096, @@ -18213,7 +18213,7 @@ }, "parameters": [ { - "id": 9479, + "id": 9546, "name": "filters", "variant": "param", "kind": 32768, @@ -18230,13 +18230,13 @@ }, "type": { "type": "reference", - "target": 9992, + "target": 10059, "name": "FilterableProductTagProps", "package": "@medusajs/types" } }, { - "id": 9480, + "id": 9547, "name": "config", "variant": "param", "kind": 32768, @@ -18269,11 +18269,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -18283,7 +18283,7 @@ } }, { - "id": 9481, + "id": 9548, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18300,7 +18300,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -18320,7 +18320,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -18339,14 +18339,14 @@ ] }, { - "id": 9482, + "id": 9549, "name": "createProductTags", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9483, + "id": 9550, "name": "createProductTags", "variant": "signature", "kind": 4096, @@ -18381,7 +18381,7 @@ }, "parameters": [ { - "id": 9484, + "id": 9551, "name": "data", "variant": "param", "kind": 32768, @@ -18398,14 +18398,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 9998, + "target": 10065, "name": "CreateProductTagDTO", "package": "@medusajs/types" } } }, { - "id": 9485, + "id": 9552, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18422,7 +18422,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -18439,7 +18439,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -18450,7 +18450,7 @@ } }, { - "id": 9486, + "id": 9553, "name": "createProductTags", "variant": "signature", "kind": 4096, @@ -18485,7 +18485,7 @@ }, "parameters": [ { - "id": 9487, + "id": 9554, "name": "data", "variant": "param", "kind": 32768, @@ -18500,13 +18500,13 @@ }, "type": { "type": "reference", - "target": 9998, + "target": 10065, "name": "CreateProductTagDTO", "package": "@medusajs/types" } }, { - "id": 9488, + "id": 9555, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18523,7 +18523,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -18538,7 +18538,7 @@ "typeArguments": [ { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -18550,14 +18550,14 @@ ] }, { - "id": 9489, + "id": 9556, "name": "upsertProductTags", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9490, + "id": 9557, "name": "upsertProductTags", "variant": "signature", "kind": 4096, @@ -18592,7 +18592,7 @@ }, "parameters": [ { - "id": 9491, + "id": 9558, "name": "data", "variant": "param", "kind": 32768, @@ -18609,14 +18609,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10000, + "target": 10067, "name": "UpsertProductTagDTO", "package": "@medusajs/types" } } }, { - "id": 9492, + "id": 9559, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18633,7 +18633,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -18650,7 +18650,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -18661,7 +18661,7 @@ } }, { - "id": 9493, + "id": 9560, "name": "upsertProductTags", "variant": "signature", "kind": 4096, @@ -18696,7 +18696,7 @@ }, "parameters": [ { - "id": 9494, + "id": 9561, "name": "data", "variant": "param", "kind": 32768, @@ -18711,13 +18711,13 @@ }, "type": { "type": "reference", - "target": 10000, + "target": 10067, "name": "UpsertProductTagDTO", "package": "@medusajs/types" } }, { - "id": 9495, + "id": 9562, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18734,7 +18734,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -18749,7 +18749,7 @@ "typeArguments": [ { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -18761,14 +18761,14 @@ ] }, { - "id": 9496, + "id": 9563, "name": "updateProductTags", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9497, + "id": 9564, "name": "updateProductTags", "variant": "signature", "kind": 4096, @@ -18803,7 +18803,7 @@ }, "parameters": [ { - "id": 9498, + "id": 9565, "name": "id", "variant": "param", "kind": 32768, @@ -18822,7 +18822,7 @@ } }, { - "id": 9499, + "id": 9566, "name": "data", "variant": "param", "kind": 32768, @@ -18837,13 +18837,13 @@ }, "type": { "type": "reference", - "target": 10003, + "target": 10070, "name": "UpdateProductTagDTO", "package": "@medusajs/types" } }, { - "id": 9500, + "id": 9567, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18860,7 +18860,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -18875,7 +18875,7 @@ "typeArguments": [ { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -18885,7 +18885,7 @@ } }, { - "id": 9501, + "id": 9568, "name": "updateProductTags", "variant": "signature", "kind": 4096, @@ -18920,7 +18920,7 @@ }, "parameters": [ { - "id": 9502, + "id": 9569, "name": "selector", "variant": "param", "kind": 32768, @@ -18935,13 +18935,13 @@ }, "type": { "type": "reference", - "target": 9992, + "target": 10059, "name": "FilterableProductTagProps", "package": "@medusajs/types" } }, { - "id": 9503, + "id": 9570, "name": "data", "variant": "param", "kind": 32768, @@ -18956,13 +18956,13 @@ }, "type": { "type": "reference", - "target": 10003, + "target": 10070, "name": "UpdateProductTagDTO", "package": "@medusajs/types" } }, { - "id": 9504, + "id": 9571, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -18979,7 +18979,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -18996,7 +18996,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 9987, + "target": 10054, "name": "ProductTagDTO", "package": "@medusajs/types" } @@ -19009,14 +19009,14 @@ ] }, { - "id": 9505, + "id": 9572, "name": "deleteProductTags", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9506, + "id": 9573, "name": "deleteProductTags", "variant": "signature", "kind": 4096, @@ -19051,7 +19051,7 @@ }, "parameters": [ { - "id": 9507, + "id": 9574, "name": "productTagIds", "variant": "param", "kind": 32768, @@ -19073,7 +19073,7 @@ } }, { - "id": 9508, + "id": 9575, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -19090,7 +19090,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -19115,14 +19115,14 @@ ] }, { - "id": 9509, + "id": 9576, "name": "softDeleteProductTags", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9510, + "id": 9577, "name": "softDeleteProductTags", "variant": "signature", "kind": 4096, @@ -19208,7 +19208,7 @@ }, "typeParameters": [ { - "id": 9511, + "id": 9578, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -19225,7 +19225,7 @@ ], "parameters": [ { - "id": 9512, + "id": 9579, "name": "tagIds", "variant": "param", "kind": 32768, @@ -19247,7 +19247,7 @@ } }, { - "id": 9513, + "id": 9580, "name": "config", "variant": "param", "kind": 32768, @@ -19272,11 +19272,11 @@ }, "type": { "type": "reference", - "target": 9981, + "target": 10048, "typeArguments": [ { "type": "reference", - "target": 9511, + "target": 9578, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -19287,7 +19287,7 @@ } }, { - "id": 9514, + "id": 9581, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -19304,7 +19304,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -19356,14 +19356,14 @@ ] }, { - "id": 9515, + "id": 9582, "name": "restoreProductTags", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9516, + "id": 9583, "name": "restoreProductTags", "variant": "signature", "kind": 4096, @@ -19415,7 +19415,7 @@ }, "typeParameters": [ { - "id": 9517, + "id": 9584, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -19432,7 +19432,7 @@ ], "parameters": [ { - "id": 9518, + "id": 9585, "name": "tagIds", "variant": "param", "kind": 32768, @@ -19454,7 +19454,7 @@ } }, { - "id": 9519, + "id": 9586, "name": "config", "variant": "param", "kind": 32768, @@ -19479,11 +19479,11 @@ }, "type": { "type": "reference", - "target": 9984, + "target": 10051, "typeArguments": [ { "type": "reference", - "target": 9517, + "target": 9584, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -19494,7 +19494,7 @@ } }, { - "id": 9520, + "id": 9587, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -19511,7 +19511,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -19563,14 +19563,14 @@ ] }, { - "id": 9521, + "id": 9588, "name": "retrieveProductType", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9522, + "id": 9589, "name": "retrieveProductType", "variant": "signature", "kind": 4096, @@ -19605,7 +19605,7 @@ }, "parameters": [ { - "id": 9523, + "id": 9590, "name": "typeId", "variant": "param", "kind": 32768, @@ -19624,7 +19624,7 @@ } }, { - "id": 9524, + "id": 9591, "name": "config", "variant": "param", "kind": 32768, @@ -19657,11 +19657,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -19671,7 +19671,7 @@ } }, { - "id": 9525, + "id": 9592, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -19688,7 +19688,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -19703,7 +19703,7 @@ "typeArguments": [ { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -19715,14 +19715,14 @@ ] }, { - "id": 9526, + "id": 9593, "name": "listProductTypes", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9527, + "id": 9594, "name": "listProductTypes", "variant": "signature", "kind": 4096, @@ -19801,7 +19801,7 @@ }, "parameters": [ { - "id": 9528, + "id": 9595, "name": "filters", "variant": "param", "kind": 32768, @@ -19818,13 +19818,13 @@ }, "type": { "type": "reference", - "target": 10012, + "target": 10079, "name": "FilterableProductTypeProps", "package": "@medusajs/types" } }, { - "id": 9529, + "id": 9596, "name": "config", "variant": "param", "kind": 32768, @@ -19857,11 +19857,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -19871,7 +19871,7 @@ } }, { - "id": 9530, + "id": 9597, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -19888,7 +19888,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -19905,7 +19905,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -19918,14 +19918,14 @@ ] }, { - "id": 9531, + "id": 9598, "name": "listAndCountProductTypes", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9532, + "id": 9599, "name": "listAndCountProductTypes", "variant": "signature", "kind": 4096, @@ -20004,7 +20004,7 @@ }, "parameters": [ { - "id": 9533, + "id": 9600, "name": "filters", "variant": "param", "kind": 32768, @@ -20021,13 +20021,13 @@ }, "type": { "type": "reference", - "target": 10012, + "target": 10079, "name": "FilterableProductTypeProps", "package": "@medusajs/types" } }, { - "id": 9534, + "id": 9601, "name": "config", "variant": "param", "kind": 32768, @@ -20060,11 +20060,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -20074,7 +20074,7 @@ } }, { - "id": 9535, + "id": 9602, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -20091,7 +20091,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -20111,7 +20111,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -20130,14 +20130,14 @@ ] }, { - "id": 9536, + "id": 9603, "name": "createProductTypes", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9537, + "id": 9604, "name": "createProductTypes", "variant": "signature", "kind": 4096, @@ -20172,7 +20172,7 @@ }, "parameters": [ { - "id": 9538, + "id": 9605, "name": "data", "variant": "param", "kind": 32768, @@ -20189,14 +20189,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10018, + "target": 10085, "name": "CreateProductTypeDTO", "package": "@medusajs/types" } } }, { - "id": 9539, + "id": 9606, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -20213,7 +20213,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -20230,7 +20230,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -20241,7 +20241,7 @@ } }, { - "id": 9540, + "id": 9607, "name": "createProductTypes", "variant": "signature", "kind": 4096, @@ -20276,7 +20276,7 @@ }, "parameters": [ { - "id": 9541, + "id": 9608, "name": "data", "variant": "param", "kind": 32768, @@ -20291,13 +20291,13 @@ }, "type": { "type": "reference", - "target": 10018, + "target": 10085, "name": "CreateProductTypeDTO", "package": "@medusajs/types" } }, { - "id": 9542, + "id": 9609, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -20314,7 +20314,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -20329,7 +20329,7 @@ "typeArguments": [ { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -20341,14 +20341,14 @@ ] }, { - "id": 9543, + "id": 9610, "name": "upsertProductTypes", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9544, + "id": 9611, "name": "upsertProductTypes", "variant": "signature", "kind": 4096, @@ -20383,7 +20383,7 @@ }, "parameters": [ { - "id": 9545, + "id": 9612, "name": "data", "variant": "param", "kind": 32768, @@ -20400,14 +20400,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10021, + "target": 10088, "name": "UpsertProductTypeDTO", "package": "@medusajs/types" } } }, { - "id": 9546, + "id": 9613, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -20424,7 +20424,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -20441,7 +20441,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -20452,7 +20452,7 @@ } }, { - "id": 9547, + "id": 9614, "name": "upsertProductTypes", "variant": "signature", "kind": 4096, @@ -20487,7 +20487,7 @@ }, "parameters": [ { - "id": 9548, + "id": 9615, "name": "data", "variant": "param", "kind": 32768, @@ -20502,13 +20502,13 @@ }, "type": { "type": "reference", - "target": 10021, + "target": 10088, "name": "UpsertProductTypeDTO", "package": "@medusajs/types" } }, { - "id": 9549, + "id": 9616, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -20525,7 +20525,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -20540,7 +20540,7 @@ "typeArguments": [ { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -20552,14 +20552,14 @@ ] }, { - "id": 9550, + "id": 9617, "name": "updateProductTypes", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9551, + "id": 9618, "name": "updateProductTypes", "variant": "signature", "kind": 4096, @@ -20594,7 +20594,7 @@ }, "parameters": [ { - "id": 9552, + "id": 9619, "name": "id", "variant": "param", "kind": 32768, @@ -20613,7 +20613,7 @@ } }, { - "id": 9553, + "id": 9620, "name": "data", "variant": "param", "kind": 32768, @@ -20628,13 +20628,13 @@ }, "type": { "type": "reference", - "target": 10025, + "target": 10092, "name": "UpdateProductTypeDTO", "package": "@medusajs/types" } }, { - "id": 9554, + "id": 9621, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -20651,7 +20651,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -20666,7 +20666,7 @@ "typeArguments": [ { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -20676,7 +20676,7 @@ } }, { - "id": 9555, + "id": 9622, "name": "updateProductTypes", "variant": "signature", "kind": 4096, @@ -20711,7 +20711,7 @@ }, "parameters": [ { - "id": 9556, + "id": 9623, "name": "selector", "variant": "param", "kind": 32768, @@ -20726,13 +20726,13 @@ }, "type": { "type": "reference", - "target": 10012, + "target": 10079, "name": "FilterableProductTypeProps", "package": "@medusajs/types" } }, { - "id": 9557, + "id": 9624, "name": "data", "variant": "param", "kind": 32768, @@ -20747,13 +20747,13 @@ }, "type": { "type": "reference", - "target": 10025, + "target": 10092, "name": "UpdateProductTypeDTO", "package": "@medusajs/types" } }, { - "id": 9558, + "id": 9625, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -20770,7 +20770,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -20787,7 +20787,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10005, + "target": 10072, "name": "ProductTypeDTO", "package": "@medusajs/types" } @@ -20800,14 +20800,14 @@ ] }, { - "id": 9559, + "id": 9626, "name": "deleteProductTypes", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9560, + "id": 9627, "name": "deleteProductTypes", "variant": "signature", "kind": 4096, @@ -20842,7 +20842,7 @@ }, "parameters": [ { - "id": 9561, + "id": 9628, "name": "productTypeIds", "variant": "param", "kind": 32768, @@ -20864,7 +20864,7 @@ } }, { - "id": 9562, + "id": 9629, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -20881,7 +20881,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -20906,14 +20906,14 @@ ] }, { - "id": 9563, + "id": 9630, "name": "softDeleteProductTypes", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9564, + "id": 9631, "name": "softDeleteProductTypes", "variant": "signature", "kind": 4096, @@ -20999,7 +20999,7 @@ }, "typeParameters": [ { - "id": 9565, + "id": 9632, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -21016,7 +21016,7 @@ ], "parameters": [ { - "id": 9566, + "id": 9633, "name": "typeIds", "variant": "param", "kind": 32768, @@ -21038,7 +21038,7 @@ } }, { - "id": 9567, + "id": 9634, "name": "config", "variant": "param", "kind": 32768, @@ -21063,11 +21063,11 @@ }, "type": { "type": "reference", - "target": 9981, + "target": 10048, "typeArguments": [ { "type": "reference", - "target": 9565, + "target": 9632, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -21078,7 +21078,7 @@ } }, { - "id": 9568, + "id": 9635, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -21095,7 +21095,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -21147,14 +21147,14 @@ ] }, { - "id": 9569, + "id": 9636, "name": "restoreProductTypes", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9570, + "id": 9637, "name": "restoreProductTypes", "variant": "signature", "kind": 4096, @@ -21206,7 +21206,7 @@ }, "typeParameters": [ { - "id": 9571, + "id": 9638, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -21223,7 +21223,7 @@ ], "parameters": [ { - "id": 9572, + "id": 9639, "name": "typeIds", "variant": "param", "kind": 32768, @@ -21245,7 +21245,7 @@ } }, { - "id": 9573, + "id": 9640, "name": "config", "variant": "param", "kind": 32768, @@ -21270,11 +21270,11 @@ }, "type": { "type": "reference", - "target": 9984, + "target": 10051, "typeArguments": [ { "type": "reference", - "target": 9571, + "target": 9638, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -21285,7 +21285,7 @@ } }, { - "id": 9574, + "id": 9641, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -21302,7 +21302,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -21354,14 +21354,14 @@ ] }, { - "id": 9575, + "id": 9642, "name": "retrieveProductOption", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9576, + "id": 9643, "name": "retrieveProductOption", "variant": "signature", "kind": 4096, @@ -21408,7 +21408,7 @@ }, "parameters": [ { - "id": 9577, + "id": 9644, "name": "optionId", "variant": "param", "kind": 32768, @@ -21427,7 +21427,7 @@ } }, { - "id": 9578, + "id": 9645, "name": "config", "variant": "param", "kind": 32768, @@ -21460,11 +21460,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -21474,7 +21474,7 @@ } }, { - "id": 9579, + "id": 9646, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -21491,7 +21491,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -21506,7 +21506,7 @@ "typeArguments": [ { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -21518,14 +21518,14 @@ ] }, { - "id": 9580, + "id": 9647, "name": "listProductOptions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9581, + "id": 9648, "name": "listProductOptions", "variant": "signature", "kind": 4096, @@ -21612,7 +21612,7 @@ }, "parameters": [ { - "id": 9582, + "id": 9649, "name": "filters", "variant": "param", "kind": 32768, @@ -21629,13 +21629,13 @@ }, "type": { "type": "reference", - "target": 10038, + "target": 10105, "name": "FilterableProductOptionProps", "package": "@medusajs/types" } }, { - "id": 9583, + "id": 9650, "name": "config", "variant": "param", "kind": 32768, @@ -21668,11 +21668,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -21682,7 +21682,7 @@ } }, { - "id": 9584, + "id": 9651, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -21699,7 +21699,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -21716,7 +21716,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -21729,14 +21729,14 @@ ] }, { - "id": 9585, + "id": 9652, "name": "listAndCountProductOptions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9586, + "id": 9653, "name": "listAndCountProductOptions", "variant": "signature", "kind": 4096, @@ -21823,7 +21823,7 @@ }, "parameters": [ { - "id": 9587, + "id": 9654, "name": "filters", "variant": "param", "kind": 32768, @@ -21840,13 +21840,13 @@ }, "type": { "type": "reference", - "target": 10038, + "target": 10105, "name": "FilterableProductOptionProps", "package": "@medusajs/types" } }, { - "id": 9588, + "id": 9655, "name": "config", "variant": "param", "kind": 32768, @@ -21879,11 +21879,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -21893,7 +21893,7 @@ } }, { - "id": 9589, + "id": 9656, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -21910,7 +21910,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -21930,7 +21930,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -21949,14 +21949,14 @@ ] }, { - "id": 9590, + "id": 9657, "name": "createProductOptions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9591, + "id": 9658, "name": "createProductOptions", "variant": "signature", "kind": 4096, @@ -21991,7 +21991,7 @@ }, "parameters": [ { - "id": 9592, + "id": 9659, "name": "data", "variant": "param", "kind": 32768, @@ -22008,14 +22008,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10045, + "target": 10112, "name": "CreateProductOptionDTO", "package": "@medusajs/types" } } }, { - "id": 9593, + "id": 9660, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -22032,7 +22032,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -22049,7 +22049,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -22060,7 +22060,7 @@ } }, { - "id": 9594, + "id": 9661, "name": "createProductOptions", "variant": "signature", "kind": 4096, @@ -22095,7 +22095,7 @@ }, "parameters": [ { - "id": 9595, + "id": 9662, "name": "data", "variant": "param", "kind": 32768, @@ -22110,13 +22110,13 @@ }, "type": { "type": "reference", - "target": 10045, + "target": 10112, "name": "CreateProductOptionDTO", "package": "@medusajs/types" } }, { - "id": 9596, + "id": 9663, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -22133,7 +22133,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -22148,7 +22148,7 @@ "typeArguments": [ { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -22160,14 +22160,14 @@ ] }, { - "id": 9597, + "id": 9664, "name": "upsertProductOptions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9598, + "id": 9665, "name": "upsertProductOptions", "variant": "signature", "kind": 4096, @@ -22202,7 +22202,7 @@ }, "parameters": [ { - "id": 9599, + "id": 9666, "name": "data", "variant": "param", "kind": 32768, @@ -22219,14 +22219,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10049, + "target": 10116, "name": "UpsertProductOptionDTO", "package": "@medusajs/types" } } }, { - "id": 9600, + "id": 9667, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -22243,7 +22243,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -22260,7 +22260,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -22271,7 +22271,7 @@ } }, { - "id": 9601, + "id": 9668, "name": "upsertProductOptions", "variant": "signature", "kind": 4096, @@ -22306,7 +22306,7 @@ }, "parameters": [ { - "id": 9602, + "id": 9669, "name": "data", "variant": "param", "kind": 32768, @@ -22321,13 +22321,13 @@ }, "type": { "type": "reference", - "target": 10049, + "target": 10116, "name": "UpsertProductOptionDTO", "package": "@medusajs/types" } }, { - "id": 9603, + "id": 9670, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -22344,7 +22344,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -22359,7 +22359,7 @@ "typeArguments": [ { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -22371,14 +22371,14 @@ ] }, { - "id": 9604, + "id": 9671, "name": "updateProductOptions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9605, + "id": 9672, "name": "updateProductOptions", "variant": "signature", "kind": 4096, @@ -22413,7 +22413,7 @@ }, "parameters": [ { - "id": 9606, + "id": 9673, "name": "id", "variant": "param", "kind": 32768, @@ -22432,7 +22432,7 @@ } }, { - "id": 9607, + "id": 9674, "name": "data", "variant": "param", "kind": 32768, @@ -22447,13 +22447,13 @@ }, "type": { "type": "reference", - "target": 10054, + "target": 10121, "name": "UpdateProductOptionDTO", "package": "@medusajs/types" } }, { - "id": 9608, + "id": 9675, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -22470,7 +22470,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -22485,7 +22485,7 @@ "typeArguments": [ { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -22495,7 +22495,7 @@ } }, { - "id": 9609, + "id": 9676, "name": "updateProductOptions", "variant": "signature", "kind": 4096, @@ -22530,7 +22530,7 @@ }, "parameters": [ { - "id": 9610, + "id": 9677, "name": "selector", "variant": "param", "kind": 32768, @@ -22545,13 +22545,13 @@ }, "type": { "type": "reference", - "target": 10038, + "target": 10105, "name": "FilterableProductOptionProps", "package": "@medusajs/types" } }, { - "id": 9611, + "id": 9678, "name": "data", "variant": "param", "kind": 32768, @@ -22566,13 +22566,13 @@ }, "type": { "type": "reference", - "target": 10054, + "target": 10121, "name": "UpdateProductOptionDTO", "package": "@medusajs/types" } }, { - "id": 9612, + "id": 9679, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -22589,7 +22589,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -22606,7 +22606,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10028, + "target": 10095, "name": "ProductOptionDTO", "package": "@medusajs/types" } @@ -22619,14 +22619,14 @@ ] }, { - "id": 9613, + "id": 9680, "name": "deleteProductOptions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9614, + "id": 9681, "name": "deleteProductOptions", "variant": "signature", "kind": 4096, @@ -22661,7 +22661,7 @@ }, "parameters": [ { - "id": 9615, + "id": 9682, "name": "productOptionIds", "variant": "param", "kind": 32768, @@ -22683,7 +22683,7 @@ } }, { - "id": 9616, + "id": 9683, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -22700,7 +22700,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -22725,14 +22725,14 @@ ] }, { - "id": 9617, + "id": 9684, "name": "softDeleteProductOptions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9618, + "id": 9685, "name": "softDeleteProductOptions", "variant": "signature", "kind": 4096, @@ -22818,7 +22818,7 @@ }, "typeParameters": [ { - "id": 9619, + "id": 9686, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -22835,7 +22835,7 @@ ], "parameters": [ { - "id": 9620, + "id": 9687, "name": "optionIds", "variant": "param", "kind": 32768, @@ -22857,7 +22857,7 @@ } }, { - "id": 9621, + "id": 9688, "name": "config", "variant": "param", "kind": 32768, @@ -22890,11 +22890,11 @@ }, "type": { "type": "reference", - "target": 9981, + "target": 10048, "typeArguments": [ { "type": "reference", - "target": 9619, + "target": 9686, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -22905,7 +22905,7 @@ } }, { - "id": 9622, + "id": 9689, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -22922,7 +22922,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -22974,14 +22974,14 @@ ] }, { - "id": 9623, + "id": 9690, "name": "restoreProductOptions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9624, + "id": 9691, "name": "restoreProductOptions", "variant": "signature", "kind": 4096, @@ -23033,7 +23033,7 @@ }, "typeParameters": [ { - "id": 9625, + "id": 9692, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -23050,7 +23050,7 @@ ], "parameters": [ { - "id": 9626, + "id": 9693, "name": "optionIds", "variant": "param", "kind": 32768, @@ -23072,7 +23072,7 @@ } }, { - "id": 9627, + "id": 9694, "name": "config", "variant": "param", "kind": 32768, @@ -23097,11 +23097,11 @@ }, "type": { "type": "reference", - "target": 9984, + "target": 10051, "typeArguments": [ { "type": "reference", - "target": 9625, + "target": 9692, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -23112,7 +23112,7 @@ } }, { - "id": 9628, + "id": 9695, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -23129,7 +23129,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -23181,14 +23181,14 @@ ] }, { - "id": 9629, + "id": 9696, "name": "retrieveProductVariant", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9630, + "id": 9697, "name": "retrieveProductVariant", "variant": "signature", "kind": 4096, @@ -23235,7 +23235,7 @@ }, "parameters": [ { - "id": 9631, + "id": 9698, "name": "productVariantId", "variant": "param", "kind": 32768, @@ -23254,7 +23254,7 @@ } }, { - "id": 9632, + "id": 9699, "name": "config", "variant": "param", "kind": 32768, @@ -23287,11 +23287,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -23301,7 +23301,7 @@ } }, { - "id": 9633, + "id": 9700, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -23318,7 +23318,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -23333,7 +23333,7 @@ "typeArguments": [ { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -23345,14 +23345,14 @@ ] }, { - "id": 9634, + "id": 9701, "name": "listProductVariants", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9635, + "id": 9702, "name": "listProductVariants", "variant": "signature", "kind": 4096, @@ -23439,7 +23439,7 @@ }, "parameters": [ { - "id": 9636, + "id": 9703, "name": "filters", "variant": "param", "kind": 32768, @@ -23456,13 +23456,13 @@ }, "type": { "type": "reference", - "target": 10083, + "target": 10150, "name": "FilterableProductVariantProps", "package": "@medusajs/types" } }, { - "id": 9637, + "id": 9704, "name": "config", "variant": "param", "kind": 32768, @@ -23495,11 +23495,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -23509,7 +23509,7 @@ } }, { - "id": 9638, + "id": 9705, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -23526,7 +23526,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -23543,7 +23543,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -23556,14 +23556,14 @@ ] }, { - "id": 9639, + "id": 9706, "name": "listAndCountProductVariants", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9640, + "id": 9707, "name": "listAndCountProductVariants", "variant": "signature", "kind": 4096, @@ -23650,7 +23650,7 @@ }, "parameters": [ { - "id": 9641, + "id": 9708, "name": "filters", "variant": "param", "kind": 32768, @@ -23667,13 +23667,13 @@ }, "type": { "type": "reference", - "target": 10083, + "target": 10150, "name": "FilterableProductVariantProps", "package": "@medusajs/types" } }, { - "id": 9642, + "id": 9709, "name": "config", "variant": "param", "kind": 32768, @@ -23706,11 +23706,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -23720,7 +23720,7 @@ } }, { - "id": 9643, + "id": 9710, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -23737,7 +23737,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -23757,7 +23757,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -23776,14 +23776,14 @@ ] }, { - "id": 9644, + "id": 9711, "name": "createProductVariants", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9645, + "id": 9712, "name": "createProductVariants", "variant": "signature", "kind": 4096, @@ -23818,7 +23818,7 @@ }, "parameters": [ { - "id": 9646, + "id": 9713, "name": "data", "variant": "param", "kind": 32768, @@ -23835,14 +23835,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10091, + "target": 10158, "name": "CreateProductVariantDTO", "package": "@medusajs/types" } } }, { - "id": 9647, + "id": 9714, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -23859,7 +23859,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -23876,7 +23876,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -23887,7 +23887,7 @@ } }, { - "id": 9648, + "id": 9715, "name": "createProductVariants", "variant": "signature", "kind": 4096, @@ -23922,7 +23922,7 @@ }, "parameters": [ { - "id": 9649, + "id": 9716, "name": "data", "variant": "param", "kind": 32768, @@ -23937,13 +23937,13 @@ }, "type": { "type": "reference", - "target": 10091, + "target": 10158, "name": "CreateProductVariantDTO", "package": "@medusajs/types" } }, { - "id": 9650, + "id": 9717, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -23960,7 +23960,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -23975,7 +23975,7 @@ "typeArguments": [ { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -23987,14 +23987,14 @@ ] }, { - "id": 9651, + "id": 9718, "name": "upsertProductVariants", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9652, + "id": 9719, "name": "upsertProductVariants", "variant": "signature", "kind": 4096, @@ -24029,7 +24029,7 @@ }, "parameters": [ { - "id": 9653, + "id": 9720, "name": "data", "variant": "param", "kind": 32768, @@ -24046,14 +24046,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10110, + "target": 10177, "name": "UpsertProductVariantDTO", "package": "@medusajs/types" } } }, { - "id": 9654, + "id": 9721, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -24070,7 +24070,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -24087,7 +24087,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -24098,7 +24098,7 @@ } }, { - "id": 9655, + "id": 9722, "name": "upsertProductVariants", "variant": "signature", "kind": 4096, @@ -24133,7 +24133,7 @@ }, "parameters": [ { - "id": 9656, + "id": 9723, "name": "data", "variant": "param", "kind": 32768, @@ -24148,13 +24148,13 @@ }, "type": { "type": "reference", - "target": 10110, + "target": 10177, "name": "UpsertProductVariantDTO", "package": "@medusajs/types" } }, { - "id": 9657, + "id": 9724, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -24171,7 +24171,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -24186,7 +24186,7 @@ "typeArguments": [ { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -24198,14 +24198,14 @@ ] }, { - "id": 9658, + "id": 9725, "name": "updateProductVariants", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9659, + "id": 9726, "name": "updateProductVariants", "variant": "signature", "kind": 4096, @@ -24240,7 +24240,7 @@ }, "parameters": [ { - "id": 9660, + "id": 9727, "name": "id", "variant": "param", "kind": 32768, @@ -24259,7 +24259,7 @@ } }, { - "id": 9661, + "id": 9728, "name": "data", "variant": "param", "kind": 32768, @@ -24274,13 +24274,13 @@ }, "type": { "type": "reference", - "target": 10129, + "target": 10196, "name": "UpdateProductVariantDTO", "package": "@medusajs/types" } }, { - "id": 9662, + "id": 9729, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -24297,7 +24297,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -24312,7 +24312,7 @@ "typeArguments": [ { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -24322,7 +24322,7 @@ } }, { - "id": 9663, + "id": 9730, "name": "updateProductVariants", "variant": "signature", "kind": 4096, @@ -24357,7 +24357,7 @@ }, "parameters": [ { - "id": 9664, + "id": 9731, "name": "selector", "variant": "param", "kind": 32768, @@ -24372,13 +24372,13 @@ }, "type": { "type": "reference", - "target": 10083, + "target": 10150, "name": "FilterableProductVariantProps", "package": "@medusajs/types" } }, { - "id": 9665, + "id": 9732, "name": "data", "variant": "param", "kind": 32768, @@ -24393,13 +24393,13 @@ }, "type": { "type": "reference", - "target": 10129, + "target": 10196, "name": "UpdateProductVariantDTO", "package": "@medusajs/types" } }, { - "id": 9666, + "id": 9733, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -24416,7 +24416,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -24433,7 +24433,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10058, + "target": 10125, "name": "ProductVariantDTO", "package": "@medusajs/types" } @@ -24446,14 +24446,14 @@ ] }, { - "id": 9667, + "id": 9734, "name": "deleteProductVariants", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9668, + "id": 9735, "name": "deleteProductVariants", "variant": "signature", "kind": 4096, @@ -24488,7 +24488,7 @@ }, "parameters": [ { - "id": 9669, + "id": 9736, "name": "productVariantIds", "variant": "param", "kind": 32768, @@ -24510,7 +24510,7 @@ } }, { - "id": 9670, + "id": 9737, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -24527,7 +24527,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -24552,14 +24552,14 @@ ] }, { - "id": 9671, + "id": 9738, "name": "softDeleteProductVariants", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9672, + "id": 9739, "name": "softDeleteProductVariants", "variant": "signature", "kind": 4096, @@ -24645,7 +24645,7 @@ }, "typeParameters": [ { - "id": 9673, + "id": 9740, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -24662,7 +24662,7 @@ ], "parameters": [ { - "id": 9674, + "id": 9741, "name": "variantIds", "variant": "param", "kind": 32768, @@ -24684,7 +24684,7 @@ } }, { - "id": 9675, + "id": 9742, "name": "config", "variant": "param", "kind": 32768, @@ -24717,11 +24717,11 @@ }, "type": { "type": "reference", - "target": 9981, + "target": 10048, "typeArguments": [ { "type": "reference", - "target": 9673, + "target": 9740, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -24732,7 +24732,7 @@ } }, { - "id": 9676, + "id": 9743, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -24749,7 +24749,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -24801,14 +24801,14 @@ ] }, { - "id": 9677, + "id": 9744, "name": "restoreProductVariants", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9678, + "id": 9745, "name": "restoreProductVariants", "variant": "signature", "kind": 4096, @@ -24860,7 +24860,7 @@ }, "typeParameters": [ { - "id": 9679, + "id": 9746, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -24877,7 +24877,7 @@ ], "parameters": [ { - "id": 9680, + "id": 9747, "name": "variantIds", "variant": "param", "kind": 32768, @@ -24899,7 +24899,7 @@ } }, { - "id": 9681, + "id": 9748, "name": "config", "variant": "param", "kind": 32768, @@ -24924,11 +24924,11 @@ }, "type": { "type": "reference", - "target": 9984, + "target": 10051, "typeArguments": [ { "type": "reference", - "target": 9679, + "target": 9746, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -24939,7 +24939,7 @@ } }, { - "id": 9682, + "id": 9749, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -24956,7 +24956,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -25008,14 +25008,14 @@ ] }, { - "id": 9683, + "id": 9750, "name": "retrieveProductCollection", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9684, + "id": 9751, "name": "retrieveProductCollection", "variant": "signature", "kind": 4096, @@ -25062,7 +25062,7 @@ }, "parameters": [ { - "id": 9685, + "id": 9752, "name": "productCollectionId", "variant": "param", "kind": 32768, @@ -25081,7 +25081,7 @@ } }, { - "id": 9686, + "id": 9753, "name": "config", "variant": "param", "kind": 32768, @@ -25114,11 +25114,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -25128,7 +25128,7 @@ } }, { - "id": 9687, + "id": 9754, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -25145,7 +25145,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -25160,7 +25160,7 @@ "typeArguments": [ { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -25172,14 +25172,14 @@ ] }, { - "id": 9688, + "id": 9755, "name": "listProductCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9689, + "id": 9756, "name": "listProductCollections", "variant": "signature", "kind": 4096, @@ -25266,7 +25266,7 @@ }, "parameters": [ { - "id": 9690, + "id": 9757, "name": "filters", "variant": "param", "kind": 32768, @@ -25283,13 +25283,13 @@ }, "type": { "type": "reference", - "target": 10156, + "target": 10223, "name": "FilterableProductCollectionProps", "package": "@medusajs/types" } }, { - "id": 9691, + "id": 9758, "name": "config", "variant": "param", "kind": 32768, @@ -25322,11 +25322,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -25336,7 +25336,7 @@ } }, { - "id": 9692, + "id": 9759, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -25353,7 +25353,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -25370,7 +25370,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -25383,14 +25383,14 @@ ] }, { - "id": 9693, + "id": 9760, "name": "listAndCountProductCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9694, + "id": 9761, "name": "listAndCountProductCollections", "variant": "signature", "kind": 4096, @@ -25477,7 +25477,7 @@ }, "parameters": [ { - "id": 9695, + "id": 9762, "name": "filters", "variant": "param", "kind": 32768, @@ -25494,13 +25494,13 @@ }, "type": { "type": "reference", - "target": 10156, + "target": 10223, "name": "FilterableProductCollectionProps", "package": "@medusajs/types" } }, { - "id": 9696, + "id": 9763, "name": "config", "variant": "param", "kind": 32768, @@ -25533,11 +25533,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -25547,7 +25547,7 @@ } }, { - "id": 9697, + "id": 9764, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -25564,7 +25564,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -25584,7 +25584,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -25603,14 +25603,14 @@ ] }, { - "id": 9698, + "id": 9765, "name": "createProductCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9699, + "id": 9766, "name": "createProductCollections", "variant": "signature", "kind": 4096, @@ -25645,7 +25645,7 @@ }, "parameters": [ { - "id": 9700, + "id": 9767, "name": "data", "variant": "param", "kind": 32768, @@ -25662,14 +25662,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10163, + "target": 10230, "name": "CreateProductCollectionDTO", "package": "@medusajs/types" } } }, { - "id": 9701, + "id": 9768, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -25686,7 +25686,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -25703,7 +25703,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -25714,7 +25714,7 @@ } }, { - "id": 9702, + "id": 9769, "name": "createProductCollections", "variant": "signature", "kind": 4096, @@ -25749,7 +25749,7 @@ }, "parameters": [ { - "id": 9703, + "id": 9770, "name": "data", "variant": "param", "kind": 32768, @@ -25764,13 +25764,13 @@ }, "type": { "type": "reference", - "target": 10163, + "target": 10230, "name": "CreateProductCollectionDTO", "package": "@medusajs/types" } }, { - "id": 9704, + "id": 9771, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -25787,7 +25787,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -25802,7 +25802,7 @@ "typeArguments": [ { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -25814,14 +25814,14 @@ ] }, { - "id": 9705, + "id": 9772, "name": "upsertProductCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9706, + "id": 9773, "name": "upsertProductCollections", "variant": "signature", "kind": 4096, @@ -25856,7 +25856,7 @@ }, "parameters": [ { - "id": 9707, + "id": 9774, "name": "data", "variant": "param", "kind": 32768, @@ -25873,14 +25873,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10168, + "target": 10235, "name": "UpsertProductCollectionDTO", "package": "@medusajs/types" } } }, { - "id": 9708, + "id": 9775, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -25897,7 +25897,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -25914,7 +25914,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -25925,7 +25925,7 @@ } }, { - "id": 9709, + "id": 9776, "name": "upsertProductCollections", "variant": "signature", "kind": 4096, @@ -25960,7 +25960,7 @@ }, "parameters": [ { - "id": 9710, + "id": 9777, "name": "data", "variant": "param", "kind": 32768, @@ -25975,13 +25975,13 @@ }, "type": { "type": "reference", - "target": 10168, + "target": 10235, "name": "UpsertProductCollectionDTO", "package": "@medusajs/types" } }, { - "id": 9711, + "id": 9778, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -25998,7 +25998,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -26013,7 +26013,7 @@ "typeArguments": [ { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -26025,14 +26025,14 @@ ] }, { - "id": 9712, + "id": 9779, "name": "updateProductCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9713, + "id": 9780, "name": "updateProductCollections", "variant": "signature", "kind": 4096, @@ -26067,7 +26067,7 @@ }, "parameters": [ { - "id": 9714, + "id": 9781, "name": "id", "variant": "param", "kind": 32768, @@ -26086,7 +26086,7 @@ } }, { - "id": 9715, + "id": 9782, "name": "data", "variant": "param", "kind": 32768, @@ -26101,13 +26101,13 @@ }, "type": { "type": "reference", - "target": 10175, + "target": 10242, "name": "UpdateProductCollectionDTO", "package": "@medusajs/types" } }, { - "id": 9716, + "id": 9783, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -26124,7 +26124,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -26139,7 +26139,7 @@ "typeArguments": [ { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -26149,7 +26149,7 @@ } }, { - "id": 9717, + "id": 9784, "name": "updateProductCollections", "variant": "signature", "kind": 4096, @@ -26184,7 +26184,7 @@ }, "parameters": [ { - "id": 9718, + "id": 9785, "name": "selector", "variant": "param", "kind": 32768, @@ -26199,13 +26199,13 @@ }, "type": { "type": "reference", - "target": 10156, + "target": 10223, "name": "FilterableProductCollectionProps", "package": "@medusajs/types" } }, { - "id": 9719, + "id": 9786, "name": "data", "variant": "param", "kind": 32768, @@ -26220,13 +26220,13 @@ }, "type": { "type": "reference", - "target": 10175, + "target": 10242, "name": "UpdateProductCollectionDTO", "package": "@medusajs/types" } }, { - "id": 9720, + "id": 9787, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -26243,7 +26243,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -26260,7 +26260,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10147, + "target": 10214, "name": "ProductCollectionDTO", "package": "@medusajs/types" } @@ -26273,14 +26273,14 @@ ] }, { - "id": 9721, + "id": 9788, "name": "deleteProductCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9722, + "id": 9789, "name": "deleteProductCollections", "variant": "signature", "kind": 4096, @@ -26315,7 +26315,7 @@ }, "parameters": [ { - "id": 9723, + "id": 9790, "name": "productCollectionIds", "variant": "param", "kind": 32768, @@ -26337,7 +26337,7 @@ } }, { - "id": 9724, + "id": 9791, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -26354,7 +26354,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -26379,14 +26379,14 @@ ] }, { - "id": 9725, + "id": 9792, "name": "softDeleteProductCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9726, + "id": 9793, "name": "softDeleteProductCollections", "variant": "signature", "kind": 4096, @@ -26472,7 +26472,7 @@ }, "typeParameters": [ { - "id": 9727, + "id": 9794, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -26489,7 +26489,7 @@ ], "parameters": [ { - "id": 9728, + "id": 9795, "name": "collectionIds", "variant": "param", "kind": 32768, @@ -26511,7 +26511,7 @@ } }, { - "id": 9729, + "id": 9796, "name": "config", "variant": "param", "kind": 32768, @@ -26536,11 +26536,11 @@ }, "type": { "type": "reference", - "target": 9981, + "target": 10048, "typeArguments": [ { "type": "reference", - "target": 9727, + "target": 9794, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -26551,7 +26551,7 @@ } }, { - "id": 9730, + "id": 9797, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -26568,7 +26568,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -26620,14 +26620,14 @@ ] }, { - "id": 9731, + "id": 9798, "name": "restoreProductCollections", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9732, + "id": 9799, "name": "restoreProductCollections", "variant": "signature", "kind": 4096, @@ -26679,7 +26679,7 @@ }, "typeParameters": [ { - "id": 9733, + "id": 9800, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -26696,7 +26696,7 @@ ], "parameters": [ { - "id": 9734, + "id": 9801, "name": "collectionIds", "variant": "param", "kind": 32768, @@ -26718,7 +26718,7 @@ } }, { - "id": 9735, + "id": 9802, "name": "config", "variant": "param", "kind": 32768, @@ -26743,11 +26743,11 @@ }, "type": { "type": "reference", - "target": 9984, + "target": 10051, "typeArguments": [ { "type": "reference", - "target": 9733, + "target": 9800, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -26758,7 +26758,7 @@ } }, { - "id": 9736, + "id": 9803, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -26775,7 +26775,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -26827,14 +26827,14 @@ ] }, { - "id": 9737, + "id": 9804, "name": "retrieveProductCategory", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9738, + "id": 9805, "name": "retrieveProductCategory", "variant": "signature", "kind": 4096, @@ -26881,7 +26881,7 @@ }, "parameters": [ { - "id": 9739, + "id": 9806, "name": "productCategoryId", "variant": "param", "kind": 32768, @@ -26900,7 +26900,7 @@ } }, { - "id": 9740, + "id": 9807, "name": "config", "variant": "param", "kind": 32768, @@ -26933,11 +26933,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -26947,7 +26947,7 @@ } }, { - "id": 9741, + "id": 9808, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -26964,7 +26964,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -26979,7 +26979,7 @@ "typeArguments": [ { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -26991,14 +26991,14 @@ ] }, { - "id": 9742, + "id": 9809, "name": "listProductCategories", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9743, + "id": 9810, "name": "listProductCategories", "variant": "signature", "kind": 4096, @@ -27085,7 +27085,7 @@ }, "parameters": [ { - "id": 9744, + "id": 9811, "name": "filters", "variant": "param", "kind": 32768, @@ -27102,13 +27102,13 @@ }, "type": { "type": "reference", - "target": 10197, + "target": 10264, "name": "FilterableProductCategoryProps", "package": "@medusajs/types" } }, { - "id": 9745, + "id": 9812, "name": "config", "variant": "param", "kind": 32768, @@ -27141,11 +27141,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -27155,7 +27155,7 @@ } }, { - "id": 9746, + "id": 9813, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -27172,7 +27172,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -27189,7 +27189,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -27202,14 +27202,14 @@ ] }, { - "id": 9747, + "id": 9814, "name": "listAndCountProductCategories", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9748, + "id": 9815, "name": "listAndCountProductCategories", "variant": "signature", "kind": 4096, @@ -27296,7 +27296,7 @@ }, "parameters": [ { - "id": 9749, + "id": 9816, "name": "filters", "variant": "param", "kind": 32768, @@ -27313,13 +27313,13 @@ }, "type": { "type": "reference", - "target": 10197, + "target": 10264, "name": "FilterableProductCategoryProps", "package": "@medusajs/types" } }, { - "id": 9750, + "id": 9817, "name": "config", "variant": "param", "kind": 32768, @@ -27352,11 +27352,11 @@ }, "type": { "type": "reference", - "target": 9818, + "target": 9885, "typeArguments": [ { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -27366,7 +27366,7 @@ } }, { - "id": 9751, + "id": 9818, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -27383,7 +27383,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -27403,7 +27403,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -27422,14 +27422,14 @@ ] }, { - "id": 9752, + "id": 9819, "name": "createProductCategories", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9753, + "id": 9820, "name": "createProductCategories", "variant": "signature", "kind": 4096, @@ -27464,7 +27464,7 @@ }, "parameters": [ { - "id": 9754, + "id": 9821, "name": "data", "variant": "param", "kind": 32768, @@ -27481,14 +27481,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10209, + "target": 10276, "name": "CreateProductCategoryDTO", "package": "@medusajs/types" } } }, { - "id": 9755, + "id": 9822, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -27505,7 +27505,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -27522,7 +27522,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -27533,7 +27533,7 @@ } }, { - "id": 9756, + "id": 9823, "name": "createProductCategories", "variant": "signature", "kind": 4096, @@ -27568,7 +27568,7 @@ }, "parameters": [ { - "id": 9757, + "id": 9824, "name": "data", "variant": "param", "kind": 32768, @@ -27583,13 +27583,13 @@ }, "type": { "type": "reference", - "target": 10209, + "target": 10276, "name": "CreateProductCategoryDTO", "package": "@medusajs/types" } }, { - "id": 9758, + "id": 9825, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -27606,7 +27606,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -27621,7 +27621,7 @@ "typeArguments": [ { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -27633,14 +27633,14 @@ ] }, { - "id": 9759, + "id": 9826, "name": "upsertProductCategories", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9760, + "id": 9827, "name": "upsertProductCategories", "variant": "signature", "kind": 4096, @@ -27675,7 +27675,7 @@ }, "parameters": [ { - "id": 9761, + "id": 9828, "name": "data", "variant": "param", "kind": 32768, @@ -27692,14 +27692,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10218, + "target": 10285, "name": "UpsertProductCategoryDTO", "package": "@medusajs/types" } } }, { - "id": 9762, + "id": 9829, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -27716,7 +27716,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -27733,7 +27733,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -27744,7 +27744,7 @@ } }, { - "id": 9763, + "id": 9830, "name": "upsertProductCategories", "variant": "signature", "kind": 4096, @@ -27779,7 +27779,7 @@ }, "parameters": [ { - "id": 9764, + "id": 9831, "name": "data", "variant": "param", "kind": 32768, @@ -27794,13 +27794,13 @@ }, "type": { "type": "reference", - "target": 10218, + "target": 10285, "name": "UpsertProductCategoryDTO", "package": "@medusajs/types" } }, { - "id": 9765, + "id": 9832, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -27817,7 +27817,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -27832,7 +27832,7 @@ "typeArguments": [ { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -27844,14 +27844,14 @@ ] }, { - "id": 9766, + "id": 9833, "name": "updateProductCategories", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9767, + "id": 9834, "name": "updateProductCategories", "variant": "signature", "kind": 4096, @@ -27886,7 +27886,7 @@ }, "parameters": [ { - "id": 9768, + "id": 9835, "name": "id", "variant": "param", "kind": 32768, @@ -27905,7 +27905,7 @@ } }, { - "id": 9769, + "id": 9836, "name": "data", "variant": "param", "kind": 32768, @@ -27920,13 +27920,13 @@ }, "type": { "type": "reference", - "target": 10228, + "target": 10295, "name": "UpdateProductCategoryDTO", "package": "@medusajs/types" } }, { - "id": 9770, + "id": 9837, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -27943,7 +27943,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -27958,7 +27958,7 @@ "typeArguments": [ { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -27968,7 +27968,7 @@ } }, { - "id": 9771, + "id": 9838, "name": "updateProductCategories", "variant": "signature", "kind": 4096, @@ -28003,7 +28003,7 @@ }, "parameters": [ { - "id": 9772, + "id": 9839, "name": "selector", "variant": "param", "kind": 32768, @@ -28018,13 +28018,13 @@ }, "type": { "type": "reference", - "target": 10197, + "target": 10264, "name": "FilterableProductCategoryProps", "package": "@medusajs/types" } }, { - "id": 9773, + "id": 9840, "name": "data", "variant": "param", "kind": 32768, @@ -28039,13 +28039,13 @@ }, "type": { "type": "reference", - "target": 10228, + "target": 10295, "name": "UpdateProductCategoryDTO", "package": "@medusajs/types" } }, { - "id": 9774, + "id": 9841, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -28062,7 +28062,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -28079,7 +28079,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10181, + "target": 10248, "name": "ProductCategoryDTO", "package": "@medusajs/types" } @@ -28092,14 +28092,14 @@ ] }, { - "id": 9775, + "id": 9842, "name": "deleteProductCategories", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9776, + "id": 9843, "name": "deleteProductCategories", "variant": "signature", "kind": 4096, @@ -28134,7 +28134,7 @@ }, "parameters": [ { - "id": 9777, + "id": 9844, "name": "productCategoryIds", "variant": "param", "kind": 32768, @@ -28156,7 +28156,7 @@ } }, { - "id": 9778, + "id": 9845, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -28173,7 +28173,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -28198,14 +28198,14 @@ ] }, { - "id": 9779, + "id": 9846, "name": "softDeleteProductCategories", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9780, + "id": 9847, "name": "softDeleteProductCategories", "variant": "signature", "kind": 4096, @@ -28291,7 +28291,7 @@ }, "typeParameters": [ { - "id": 9781, + "id": 9848, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -28308,7 +28308,7 @@ ], "parameters": [ { - "id": 9782, + "id": 9849, "name": "categoryIds", "variant": "param", "kind": 32768, @@ -28330,7 +28330,7 @@ } }, { - "id": 9783, + "id": 9850, "name": "config", "variant": "param", "kind": 32768, @@ -28355,11 +28355,11 @@ }, "type": { "type": "reference", - "target": 9981, + "target": 10048, "typeArguments": [ { "type": "reference", - "target": 9781, + "target": 9848, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -28370,7 +28370,7 @@ } }, { - "id": 9784, + "id": 9851, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -28387,7 +28387,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -28439,14 +28439,14 @@ ] }, { - "id": 9785, + "id": 9852, "name": "restoreProductCategories", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 9786, + "id": 9853, "name": "restoreProductCategories", "variant": "signature", "kind": 4096, @@ -28498,7 +28498,7 @@ }, "typeParameters": [ { - "id": 9787, + "id": 9854, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -28515,7 +28515,7 @@ ], "parameters": [ { - "id": 9788, + "id": 9855, "name": "categoryIds", "variant": "param", "kind": 32768, @@ -28537,7 +28537,7 @@ } }, { - "id": 9789, + "id": 9856, "name": "config", "variant": "param", "kind": 32768, @@ -28562,11 +28562,11 @@ }, "type": { "type": "reference", - "target": 9984, + "target": 10051, "typeArguments": [ { "type": "reference", - "target": 9787, + "target": 9854, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -28577,7 +28577,7 @@ } }, { - "id": 9790, + "id": 9857, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -28594,7 +28594,7 @@ }, "type": { "type": "reference", - "target": 9863, + "target": 9930, "name": "Context", "package": "@medusajs/types" } @@ -28650,90 +28650,90 @@ { "title": "Methods", "children": [ - 9413, - 9418, - 9423, - 9428, - 9435, - 9442, - 9451, - 9455, - 9461, - 9467, - 9472, - 9477, - 9482, - 9489, - 9496, - 9505, + 9480, + 9485, + 9490, + 9495, + 9502, 9509, - 9515, - 9521, - 9526, - 9531, - 9536, - 9543, - 9550, - 9559, + 9518, + 9522, + 9528, + 9534, + 9539, + 9544, + 9549, + 9556, 9563, - 9569, - 9575, - 9580, - 9585, - 9590, - 9597, - 9604, - 9613, + 9572, + 9576, + 9582, + 9588, + 9593, + 9598, + 9603, + 9610, 9617, - 9623, - 9629, - 9634, - 9639, - 9644, - 9651, - 9658, - 9667, + 9626, + 9630, + 9636, + 9642, + 9647, + 9652, + 9657, + 9664, 9671, - 9677, - 9683, - 9688, - 9693, - 9698, - 9705, - 9712, - 9721, + 9680, + 9684, + 9690, + 9696, + 9701, + 9706, + 9711, + 9718, 9725, - 9731, - 9737, - 9742, - 9747, - 9752, - 9759, - 9766, - 9775, + 9734, + 9738, + 9744, + 9750, + 9755, + 9760, + 9765, + 9772, 9779, - 9785 + 9788, + 9792, + 9798, + 9804, + 9809, + 9814, + 9819, + 9826, + 9833, + 9842, + 9846, + 9852 ] } ], "extendedTypes": [ { "type": "reference", - "target": 9804, + "target": 9871, "name": "IModuleService", "package": "@medusajs/types" } ] }, { - "id": 10350, + "id": 10417, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10351, + "id": 10418, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -28749,7 +28749,7 @@ } }, { - "id": 10352, + "id": 10419, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -28759,21 +28759,21 @@ "type": { "type": "reflection", "declaration": { - "id": 10353, + "id": 10420, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 10354, + "id": 10421, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 10355, + "id": 10422, "name": "key", "variant": "param", "kind": 32768, @@ -28814,35 +28814,35 @@ { "title": "Properties", "children": [ - 10351, - 10352 + 10418, + 10419 ] } ] }, { - "id": 10270, + "id": 10337, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10271, + "id": 10338, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10272, + "id": 10339, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 10273, + "id": 10340, "name": "msg", "variant": "param", "kind": 32768, @@ -28852,7 +28852,7 @@ "types": [ { "type": "reference", - "target": 10346, + "target": 10413, "name": "Message", "package": "@medusajs/types" }, @@ -28860,7 +28860,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10346, + "target": 10413, "name": "Message", "package": "@medusajs/types" } @@ -28877,21 +28877,21 @@ ] }, { - "id": 10274, + "id": 10341, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10275, + "id": 10342, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 10276, + "id": 10343, "name": "format", "variant": "param", "kind": 32768, @@ -28900,7 +28900,7 @@ }, "type": { "type": "reference", - "target": 10350, + "target": 10417, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -28921,7 +28921,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10346, + "target": 10413, "name": "Message", "package": "@medusajs/types" } @@ -28934,14 +28934,14 @@ ] }, { - "id": 10277, + "id": 10344, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10278, + "id": 10345, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -28954,21 +28954,21 @@ ] }, { - "id": 10279, + "id": 10346, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10280, + "id": 10347, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 10281, + "id": 10348, "name": "T", "variant": "typeParam", "kind": 131072, @@ -28977,7 +28977,7 @@ ], "parameters": [ { - "id": 10282, + "id": 10349, "name": "messageData", "variant": "param", "kind": 32768, @@ -28987,11 +28987,11 @@ "types": [ { "type": "reference", - "target": 10356, + "target": 10423, "typeArguments": [ { "type": "reference", - "target": 10281, + "target": 10348, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -29004,11 +29004,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10356, + "target": 10423, "typeArguments": [ { "type": "reference", - "target": 10281, + "target": 10348, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -29022,7 +29022,7 @@ } }, { - "id": 10283, + "id": 10350, "name": "options", "variant": "param", "kind": 32768, @@ -29062,16 +29062,16 @@ { "title": "Methods", "children": [ - 10271, - 10274, - 10277, - 10279 + 10338, + 10341, + 10344, + 10346 ] } ] }, { - "id": 9863, + "id": 9930, "name": "Context", "variant": "declaration", "kind": 256, @@ -29086,7 +29086,7 @@ }, "children": [ { - "id": 9864, + "id": 9931, "name": "__type", "variant": "declaration", "kind": 1024, @@ -29099,7 +29099,7 @@ } }, { - "id": 9865, + "id": 9932, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -29132,14 +29132,14 @@ }, "type": { "type": "reference", - "target": 9874, + "target": 9941, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 9866, + "id": 9933, "name": "manager", "variant": "declaration", "kind": 1024, @@ -29172,14 +29172,14 @@ }, "type": { "type": "reference", - "target": 9874, + "target": 9941, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 9867, + "id": 9934, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -29232,7 +29232,7 @@ } }, { - "id": 9868, + "id": 9935, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -29253,7 +29253,7 @@ } }, { - "id": 9869, + "id": 9936, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -29274,7 +29274,7 @@ } }, { - "id": 9870, + "id": 9937, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -29295,7 +29295,7 @@ } }, { - "id": 9871, + "id": 9938, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -29312,13 +29312,13 @@ }, "type": { "type": "reference", - "target": 10270, + "target": 10337, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 9872, + "id": 9939, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -29339,7 +29339,7 @@ } }, { - "id": 9873, + "id": 9940, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -29364,22 +29364,22 @@ { "title": "Properties", "children": [ - 9864, - 9865, - 9866, - 9867, - 9868, - 9869, - 9870, - 9871, - 9872, - 9873 + 9931, + 9932, + 9933, + 9934, + 9935, + 9936, + 9937, + 9938, + 9939, + 9940 ] } ], "typeParameters": [ { - "id": 9874, + "id": 9941, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -29396,473 +29396,205 @@ { "title": "Interfaces", "children": [ - 9818, - 10284, - 9981, - 9984, - 10373, - 10323, - 9804, - 9831, - 10058, - 10181, - 10209, - 10218, - 10228, - 9987, - 10147, - 10005, - 10028, - 10262, - 10314, - 9875, - 9992, - 10012, - 10038, - 10156, - 10083, - 10197, - 10163, - 10168, - 10175, - 10018, - 10021, - 10025, - 10310, - 10370, - 9998, - 10000, - 10003, - 10045, - 10049, + 9885, + 10351, + 10048, + 10051, + 10440, + 10390, + 9871, + 9898, + 10125, + 10248, + 10276, + 10285, + 10295, 10054, - 10091, - 10110, - 10129, - 9904, - 9930, - 9956, - 9412, - 10350, - 10270, - 9863 + 10214, + 10072, + 10095, + 10329, + 10381, + 9942, + 10059, + 10079, + 10105, + 10223, + 10150, + 10264, + 10230, + 10235, + 10242, + 10085, + 10088, + 10092, + 10377, + 10437, + 10065, + 10067, + 10070, + 10112, + 10116, + 10121, + 10158, + 10177, + 10196, + 9971, + 9997, + 10023, + 9479, + 10417, + 10337, + 9930 ] }, { "title": "Type Aliases", "children": [ - 10269, - 10366, - 10368, - 10391, - 10419, - 10409, - 10288, + 10336, + 10433, + 10435, + 10458, + 10486, + 10476, + 10355, + 10474, + 10468, + 10473, + 10462, + 10470, + 10452, + 10413, + 10423, + 10443, 10407, - 10401, - 10406, - 10395, - 10403, - 10385, - 10346, - 10356, - 10376, - 10340, - 10237, - 10337, - 10261 + 10304, + 10404, + 10328 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "9411": { + "9478": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", "qualifiedName": "" }, - "9412": { + "9479": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", "qualifiedName": "IProductModuleService" }, - "9413": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProduct" - }, - "9414": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProduct" - }, - "9415": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productId" - }, - "9416": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" - }, - "9417": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9418": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProducts" - }, - "9419": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProducts" - }, - "9420": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" - }, - "9421": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" - }, - "9422": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9423": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProducts" - }, - "9424": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProducts" - }, - "9425": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" - }, - "9426": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" - }, - "9427": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9428": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProducts" - }, - "9429": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProducts" - }, - "9430": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" - }, - "9431": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9432": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProducts" - }, - "9433": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" - }, - "9434": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9435": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProducts" - }, - "9436": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProducts" - }, - "9437": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" - }, - "9438": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9439": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProducts" - }, - "9440": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" - }, - "9441": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9442": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProducts" - }, - "9443": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProducts" - }, - "9444": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "id" - }, - "9445": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" - }, - "9446": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9447": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProducts" - }, - "9448": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "selector" - }, - "9449": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" - }, - "9450": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9451": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProducts" - }, - "9452": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProducts" - }, - "9453": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productIds" - }, - "9454": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9455": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProducts" - }, - "9456": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProducts" - }, - "9457": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "9458": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productIds" - }, - "9459": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" - }, - "9460": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9461": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProducts" - }, - "9462": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProducts" - }, - "9463": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "9464": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productIds" - }, - "9465": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" - }, - "9466": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9467": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductTag" - }, - "9468": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductTag" - }, - "9469": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "tagId" - }, - "9470": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" - }, - "9471": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9472": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductTags" - }, - "9473": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductTags" - }, - "9474": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" - }, - "9475": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" - }, - "9476": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" - }, - "9477": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductTags" - }, - "9478": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductTags" - }, - "9479": { - "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" - }, "9480": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.retrieveProduct" }, "9481": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.retrieveProduct" }, "9482": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductTags" + "qualifiedName": "productId" }, "9483": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductTags" + "qualifiedName": "config" }, "9484": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9485": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.listProducts" }, "9486": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductTags" + "qualifiedName": "IProductModuleService.listProducts" }, "9487": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "filters" }, "9488": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "9489": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductTags" + "qualifiedName": "sharedContext" }, "9490": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductTags" + "qualifiedName": "IProductModuleService.listAndCountProducts" }, "9491": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.listAndCountProducts" }, "9492": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "filters" }, "9493": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductTags" + "qualifiedName": "config" }, "9494": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9495": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.createProducts" }, "9496": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductTags" + "qualifiedName": "IProductModuleService.createProducts" }, "9497": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductTags" + "qualifiedName": "data" }, "9498": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "id" + "qualifiedName": "sharedContext" }, "9499": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.createProducts" }, "9500": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9501": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductTags" + "qualifiedName": "sharedContext" }, "9502": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "selector" + "qualifiedName": "IProductModuleService.upsertProducts" }, "9503": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.upsertProducts" }, "9504": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9505": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductTags" + "qualifiedName": "sharedContext" }, "9506": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductTags" + "qualifiedName": "IProductModuleService.upsertProducts" }, "9507": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productTagIds" + "qualifiedName": "data" }, "9508": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", @@ -29870,215 +29602,215 @@ }, "9509": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductTags" + "qualifiedName": "IProductModuleService.updateProducts" }, "9510": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductTags" + "qualifiedName": "IProductModuleService.updateProducts" }, "9511": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "id" }, "9512": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "tagIds" + "qualifiedName": "data" }, "9513": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "9514": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.updateProducts" }, "9515": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductTags" + "qualifiedName": "selector" }, "9516": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductTags" + "qualifiedName": "data" }, "9517": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "9518": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "tagIds" + "qualifiedName": "IProductModuleService.deleteProducts" }, "9519": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.deleteProducts" }, "9520": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "productIds" }, "9521": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductType" + "qualifiedName": "sharedContext" }, "9522": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductType" + "qualifiedName": "IProductModuleService.softDeleteProducts" }, "9523": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "typeId" + "qualifiedName": "IProductModuleService.softDeleteProducts" }, "9524": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "TReturnableLinkableKeys" }, "9525": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "productIds" }, "9526": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductTypes" + "qualifiedName": "config" }, "9527": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductTypes" + "qualifiedName": "sharedContext" }, "9528": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IProductModuleService.restoreProducts" }, "9529": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.restoreProducts" }, "9530": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "9531": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductTypes" + "qualifiedName": "productIds" }, "9532": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductTypes" + "qualifiedName": "config" }, "9533": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "9534": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.retrieveProductTag" }, "9535": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.retrieveProductTag" }, "9536": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductTypes" + "qualifiedName": "tagId" }, "9537": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductTypes" + "qualifiedName": "config" }, "9538": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9539": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.listProductTags" }, "9540": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductTypes" + "qualifiedName": "IProductModuleService.listProductTags" }, "9541": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "filters" }, "9542": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "9543": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductTypes" + "qualifiedName": "sharedContext" }, "9544": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductTypes" + "qualifiedName": "IProductModuleService.listAndCountProductTags" }, "9545": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.listAndCountProductTags" }, "9546": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "filters" }, "9547": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductTypes" + "qualifiedName": "config" }, "9548": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9549": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.createProductTags" }, "9550": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductTypes" + "qualifiedName": "IProductModuleService.createProductTags" }, "9551": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductTypes" + "qualifiedName": "data" }, "9552": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "id" + "qualifiedName": "sharedContext" }, "9553": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.createProductTags" }, "9554": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9555": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductTypes" + "qualifiedName": "sharedContext" }, "9556": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "selector" + "qualifiedName": "IProductModuleService.upsertProductTags" }, "9557": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.upsertProductTags" }, "9558": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9559": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductTypes" + "qualifiedName": "sharedContext" }, "9560": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductTypes" + "qualifiedName": "IProductModuleService.upsertProductTags" }, "9561": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productTypeIds" + "qualifiedName": "data" }, "9562": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", @@ -30086,215 +29818,215 @@ }, "9563": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductTypes" + "qualifiedName": "IProductModuleService.updateProductTags" }, "9564": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductTypes" + "qualifiedName": "IProductModuleService.updateProductTags" }, "9565": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "id" }, "9566": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "typeIds" + "qualifiedName": "data" }, "9567": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "9568": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.updateProductTags" }, "9569": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductTypes" + "qualifiedName": "selector" }, "9570": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductTypes" + "qualifiedName": "data" }, "9571": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "9572": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "typeIds" + "qualifiedName": "IProductModuleService.deleteProductTags" }, "9573": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.deleteProductTags" }, "9574": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "productTagIds" }, "9575": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductOption" + "qualifiedName": "sharedContext" }, "9576": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductOption" + "qualifiedName": "IProductModuleService.softDeleteProductTags" }, "9577": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "optionId" + "qualifiedName": "IProductModuleService.softDeleteProductTags" }, "9578": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "TReturnableLinkableKeys" }, "9579": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "tagIds" }, "9580": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductOptions" + "qualifiedName": "config" }, "9581": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductOptions" + "qualifiedName": "sharedContext" }, "9582": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IProductModuleService.restoreProductTags" }, "9583": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.restoreProductTags" }, "9584": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "9585": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductOptions" + "qualifiedName": "tagIds" }, "9586": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductOptions" + "qualifiedName": "config" }, "9587": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "9588": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.retrieveProductType" }, "9589": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.retrieveProductType" }, "9590": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductOptions" + "qualifiedName": "typeId" }, "9591": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductOptions" + "qualifiedName": "config" }, "9592": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9593": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.listProductTypes" }, "9594": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductOptions" + "qualifiedName": "IProductModuleService.listProductTypes" }, "9595": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "filters" }, "9596": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "9597": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductOptions" + "qualifiedName": "sharedContext" }, "9598": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductOptions" + "qualifiedName": "IProductModuleService.listAndCountProductTypes" }, "9599": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.listAndCountProductTypes" }, "9600": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "filters" }, "9601": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductOptions" + "qualifiedName": "config" }, "9602": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9603": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.createProductTypes" }, "9604": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductOptions" + "qualifiedName": "IProductModuleService.createProductTypes" }, "9605": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductOptions" + "qualifiedName": "data" }, "9606": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "id" + "qualifiedName": "sharedContext" }, "9607": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.createProductTypes" }, "9608": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9609": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductOptions" + "qualifiedName": "sharedContext" }, "9610": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "selector" + "qualifiedName": "IProductModuleService.upsertProductTypes" }, "9611": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.upsertProductTypes" }, "9612": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9613": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductOptions" + "qualifiedName": "sharedContext" }, "9614": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductOptions" + "qualifiedName": "IProductModuleService.upsertProductTypes" }, "9615": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productOptionIds" + "qualifiedName": "data" }, "9616": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", @@ -30302,215 +30034,215 @@ }, "9617": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductOptions" + "qualifiedName": "IProductModuleService.updateProductTypes" }, "9618": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductOptions" + "qualifiedName": "IProductModuleService.updateProductTypes" }, "9619": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "id" }, "9620": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "optionIds" + "qualifiedName": "data" }, "9621": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "9622": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.updateProductTypes" }, "9623": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductOptions" + "qualifiedName": "selector" }, "9624": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductOptions" + "qualifiedName": "data" }, "9625": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "9626": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "optionIds" + "qualifiedName": "IProductModuleService.deleteProductTypes" }, "9627": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.deleteProductTypes" }, "9628": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "productTypeIds" }, "9629": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductVariant" + "qualifiedName": "sharedContext" }, "9630": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductVariant" + "qualifiedName": "IProductModuleService.softDeleteProductTypes" }, "9631": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productVariantId" + "qualifiedName": "IProductModuleService.softDeleteProductTypes" }, "9632": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "TReturnableLinkableKeys" }, "9633": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "typeIds" }, "9634": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductVariants" + "qualifiedName": "config" }, "9635": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductVariants" + "qualifiedName": "sharedContext" }, "9636": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IProductModuleService.restoreProductTypes" }, "9637": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.restoreProductTypes" }, "9638": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "9639": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductVariants" + "qualifiedName": "typeIds" }, "9640": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductVariants" + "qualifiedName": "config" }, "9641": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "9642": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.retrieveProductOption" }, "9643": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.retrieveProductOption" }, "9644": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductVariants" + "qualifiedName": "optionId" }, "9645": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductVariants" + "qualifiedName": "config" }, "9646": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9647": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.listProductOptions" }, "9648": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductVariants" + "qualifiedName": "IProductModuleService.listProductOptions" }, "9649": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "filters" }, "9650": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "9651": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductVariants" + "qualifiedName": "sharedContext" }, "9652": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductVariants" + "qualifiedName": "IProductModuleService.listAndCountProductOptions" }, "9653": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.listAndCountProductOptions" }, "9654": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "filters" }, "9655": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductVariants" + "qualifiedName": "config" }, "9656": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9657": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.createProductOptions" }, "9658": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductVariants" + "qualifiedName": "IProductModuleService.createProductOptions" }, "9659": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductVariants" + "qualifiedName": "data" }, "9660": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "id" + "qualifiedName": "sharedContext" }, "9661": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.createProductOptions" }, "9662": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9663": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductVariants" + "qualifiedName": "sharedContext" }, "9664": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "selector" + "qualifiedName": "IProductModuleService.upsertProductOptions" }, "9665": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.upsertProductOptions" }, "9666": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9667": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductVariants" + "qualifiedName": "sharedContext" }, "9668": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductVariants" + "qualifiedName": "IProductModuleService.upsertProductOptions" }, "9669": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productVariantIds" + "qualifiedName": "data" }, "9670": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", @@ -30518,215 +30250,215 @@ }, "9671": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductVariants" + "qualifiedName": "IProductModuleService.updateProductOptions" }, "9672": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductVariants" + "qualifiedName": "IProductModuleService.updateProductOptions" }, "9673": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "id" }, "9674": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "variantIds" + "qualifiedName": "data" }, "9675": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "9676": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.updateProductOptions" }, "9677": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductVariants" + "qualifiedName": "selector" }, "9678": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductVariants" + "qualifiedName": "data" }, "9679": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "9680": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "variantIds" + "qualifiedName": "IProductModuleService.deleteProductOptions" }, "9681": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.deleteProductOptions" }, "9682": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "productOptionIds" }, "9683": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductCollection" + "qualifiedName": "sharedContext" }, "9684": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductCollection" + "qualifiedName": "IProductModuleService.softDeleteProductOptions" }, "9685": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productCollectionId" + "qualifiedName": "IProductModuleService.softDeleteProductOptions" }, "9686": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "TReturnableLinkableKeys" }, "9687": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "optionIds" }, "9688": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductCollections" + "qualifiedName": "config" }, "9689": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductCollections" + "qualifiedName": "sharedContext" }, "9690": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IProductModuleService.restoreProductOptions" }, "9691": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.restoreProductOptions" }, "9692": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "9693": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductCollections" + "qualifiedName": "optionIds" }, "9694": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductCollections" + "qualifiedName": "config" }, "9695": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "9696": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.retrieveProductVariant" }, "9697": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.retrieveProductVariant" }, "9698": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductCollections" + "qualifiedName": "productVariantId" }, "9699": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductCollections" + "qualifiedName": "config" }, "9700": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9701": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.listProductVariants" }, "9702": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductCollections" + "qualifiedName": "IProductModuleService.listProductVariants" }, "9703": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "filters" }, "9704": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "9705": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductCollections" + "qualifiedName": "sharedContext" }, "9706": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductCollections" + "qualifiedName": "IProductModuleService.listAndCountProductVariants" }, "9707": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.listAndCountProductVariants" }, "9708": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "filters" }, "9709": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductCollections" + "qualifiedName": "config" }, "9710": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9711": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.createProductVariants" }, "9712": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductCollections" + "qualifiedName": "IProductModuleService.createProductVariants" }, "9713": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductCollections" + "qualifiedName": "data" }, "9714": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "id" + "qualifiedName": "sharedContext" }, "9715": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.createProductVariants" }, "9716": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9717": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductCollections" + "qualifiedName": "sharedContext" }, "9718": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "selector" + "qualifiedName": "IProductModuleService.upsertProductVariants" }, "9719": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.upsertProductVariants" }, "9720": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9721": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductCollections" + "qualifiedName": "sharedContext" }, "9722": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductCollections" + "qualifiedName": "IProductModuleService.upsertProductVariants" }, "9723": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productCollectionIds" + "qualifiedName": "data" }, "9724": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", @@ -30734,215 +30466,215 @@ }, "9725": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductCollections" + "qualifiedName": "IProductModuleService.updateProductVariants" }, "9726": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductCollections" + "qualifiedName": "IProductModuleService.updateProductVariants" }, "9727": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "id" }, "9728": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "collectionIds" + "qualifiedName": "data" }, "9729": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "9730": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.updateProductVariants" }, "9731": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductCollections" + "qualifiedName": "selector" }, "9732": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductCollections" + "qualifiedName": "data" }, "9733": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "9734": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "collectionIds" + "qualifiedName": "IProductModuleService.deleteProductVariants" }, "9735": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.deleteProductVariants" }, "9736": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "productVariantIds" }, "9737": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductCategory" + "qualifiedName": "sharedContext" }, "9738": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.retrieveProductCategory" + "qualifiedName": "IProductModuleService.softDeleteProductVariants" }, "9739": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productCategoryId" + "qualifiedName": "IProductModuleService.softDeleteProductVariants" }, "9740": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "TReturnableLinkableKeys" }, "9741": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "variantIds" }, "9742": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductCategories" + "qualifiedName": "config" }, "9743": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listProductCategories" + "qualifiedName": "sharedContext" }, "9744": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IProductModuleService.restoreProductVariants" }, "9745": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.restoreProductVariants" }, "9746": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "9747": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductCategories" + "qualifiedName": "variantIds" }, "9748": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.listAndCountProductCategories" + "qualifiedName": "config" }, "9749": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "9750": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.retrieveProductCollection" }, "9751": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.retrieveProductCollection" }, "9752": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductCategories" + "qualifiedName": "productCollectionId" }, "9753": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductCategories" + "qualifiedName": "config" }, "9754": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9755": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.listProductCollections" }, "9756": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.createProductCategories" + "qualifiedName": "IProductModuleService.listProductCollections" }, "9757": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "filters" }, "9758": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "9759": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductCategories" + "qualifiedName": "sharedContext" }, "9760": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductCategories" + "qualifiedName": "IProductModuleService.listAndCountProductCollections" }, "9761": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.listAndCountProductCollections" }, "9762": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "filters" }, "9763": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.upsertProductCategories" + "qualifiedName": "config" }, "9764": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "9765": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.createProductCollections" }, "9766": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductCategories" + "qualifiedName": "IProductModuleService.createProductCollections" }, "9767": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductCategories" + "qualifiedName": "data" }, "9768": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "id" + "qualifiedName": "sharedContext" }, "9769": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.createProductCollections" }, "9770": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9771": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.updateProductCategories" + "qualifiedName": "sharedContext" }, "9772": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "selector" + "qualifiedName": "IProductModuleService.upsertProductCollections" }, "9773": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "data" + "qualifiedName": "IProductModuleService.upsertProductCollections" }, "9774": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "9775": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductCategories" + "qualifiedName": "sharedContext" }, "9776": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.deleteProductCategories" + "qualifiedName": "IProductModuleService.upsertProductCollections" }, "9777": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "productCategoryIds" + "qualifiedName": "data" }, "9778": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", @@ -30950,2453 +30682,2721 @@ }, "9779": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductCategories" + "qualifiedName": "IProductModuleService.updateProductCollections" }, "9780": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.softDeleteProductCategories" + "qualifiedName": "IProductModuleService.updateProductCollections" }, "9781": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "id" }, "9782": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "categoryIds" + "qualifiedName": "data" }, "9783": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "9784": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IProductModuleService.updateProductCollections" }, "9785": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductCategories" + "qualifiedName": "selector" }, "9786": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "IProductModuleService.restoreProductCategories" + "qualifiedName": "data" }, "9787": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "9788": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "categoryIds" + "qualifiedName": "IProductModuleService.deleteProductCollections" }, "9789": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", - "qualifiedName": "config" + "qualifiedName": "IProductModuleService.deleteProductCollections" }, "9790": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "productCollectionIds" + }, + "9791": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9792": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.softDeleteProductCollections" + }, + "9793": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.softDeleteProductCollections" + }, + "9794": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "9795": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "collectionIds" + }, + "9796": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "config" + }, + "9797": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9798": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.restoreProductCollections" + }, + "9799": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.restoreProductCollections" + }, + "9800": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "9801": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "collectionIds" + }, + "9802": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "config" + }, + "9803": { "sourceFileName": "../../../../packages/core/types/src/product/service.ts", "qualifiedName": "sharedContext" }, "9804": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.retrieveProductCategory" + }, + "9805": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.retrieveProductCategory" + }, + "9806": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "productCategoryId" + }, + "9807": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "config" + }, + "9808": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9809": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.listProductCategories" + }, + "9810": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.listProductCategories" + }, + "9811": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "filters" + }, + "9812": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "config" + }, + "9813": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9814": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.listAndCountProductCategories" + }, + "9815": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.listAndCountProductCategories" + }, + "9816": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "filters" + }, + "9817": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "config" + }, + "9818": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9819": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.createProductCategories" + }, + "9820": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.createProductCategories" + }, + "9821": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "data" + }, + "9822": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9823": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.createProductCategories" + }, + "9824": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "data" + }, + "9825": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9826": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.upsertProductCategories" + }, + "9827": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.upsertProductCategories" + }, + "9828": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "data" + }, + "9829": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9830": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.upsertProductCategories" + }, + "9831": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "data" + }, + "9832": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9833": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.updateProductCategories" + }, + "9834": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.updateProductCategories" + }, + "9835": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "id" + }, + "9836": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "data" + }, + "9837": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9838": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.updateProductCategories" + }, + "9839": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "selector" + }, + "9840": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "data" + }, + "9841": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9842": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.deleteProductCategories" + }, + "9843": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.deleteProductCategories" + }, + "9844": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "productCategoryIds" + }, + "9845": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9846": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.softDeleteProductCategories" + }, + "9847": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.softDeleteProductCategories" + }, + "9848": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "9849": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "categoryIds" + }, + "9850": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "config" + }, + "9851": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9852": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.restoreProductCategories" + }, + "9853": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "IProductModuleService.restoreProductCategories" + }, + "9854": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "9855": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "categoryIds" + }, + "9856": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "config" + }, + "9857": { + "sourceFileName": "../../../../packages/core/types/src/product/service.ts", + "qualifiedName": "sharedContext" + }, + "9871": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "9818": { + "9885": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "9819": { + "9886": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "9820": { + "9887": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "9821": { + "9888": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "9822": { + "9889": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "9823": { + "9890": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "9824": { + "9891": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "9825": { + "9892": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "9827": { + "9894": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "9828": { + "9895": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "9829": { + "9896": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "9830": { + "9897": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "9831": { + "9898": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO" }, - "9832": { + "9899": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.id" }, - "9833": { + "9900": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.title" }, - "9834": { + "9901": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.handle" }, - "9835": { + "9902": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.subtitle" }, - "9836": { + "9903": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.description" }, - "9837": { + "9904": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.is_giftcard" }, - "9838": { + "9905": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.status" }, - "9839": { + "9906": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.thumbnail" }, - "9840": { + "9907": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.width" }, - "9841": { + "9908": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.weight" }, - "9842": { + "9909": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.length" }, - "9843": { + "9910": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.height" }, - "9844": { + "9911": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.origin_country" }, - "9845": { + "9912": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.hs_code" }, - "9846": { + "9913": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.mid_code" }, - "9847": { + "9914": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.material" }, - "9848": { + "9915": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.collection" }, - "9849": { + "9916": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.collection_id" }, - "9850": { + "9917": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.categories" }, - "9851": { + "9918": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.type" }, - "9852": { + "9919": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.type_id" }, - "9853": { + "9920": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.tags" }, - "9854": { + "9921": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.variants" }, - "9855": { + "9922": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.options" }, - "9856": { + "9923": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.images" }, - "9857": { + "9924": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.discountable" }, - "9858": { + "9925": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.external_id" }, - "9859": { + "9926": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.created_at" }, - "9860": { + "9927": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.updated_at" }, - "9861": { + "9928": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.deleted_at" }, - "9862": { + "9929": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "ProductDTO.metadata" }, - "9863": { + "9930": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "9864": { + "9931": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "9865": { + "9932": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "9866": { + "9933": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "9867": { + "9934": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "9868": { + "9935": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "9869": { + "9936": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "9870": { + "9937": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "9871": { + "9938": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "9872": { + "9939": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "9873": { + "9940": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "9874": { + "9941": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "9875": { + "9942": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "FilterableProductProps" }, - "9876": { + "9943": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "FilterableProductProps.q" }, - "9877": { + "9944": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "FilterableProductProps.status" }, - "9878": { + "9945": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "FilterableProductProps.title" }, - "9879": { + "9946": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "FilterableProductProps.handle" }, - "9880": { + "9947": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "FilterableProductProps.id" }, - "9881": { + "9948": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "FilterableProductProps.is_giftcard" }, - "9882": { + "9949": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "FilterableProductProps.tags" }, - "9883": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "__type" - }, - "9884": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "__type.value" - }, - "9885": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductProps.variants" - }, - "9886": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "__type" - }, - "9887": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "__type.options" - }, - "9888": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "__type" - }, - "9889": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "__type.value" - }, - "9890": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "__type.option_id" - }, - "9891": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductProps.type_id" - }, - "9892": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductProps.category_id" - }, - "9893": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductProps.categories" - }, - "9894": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "__type" - }, - "9895": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "__type.id" - }, - "9896": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "__type" - }, - "9897": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "__type.id" - }, - "9898": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductProps.collection_id" - }, - "9899": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductProps.created_at" - }, - "9900": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductProps.updated_at" - }, - "9901": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductProps.deleted_at" - }, - "9902": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "9903": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "9904": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO" - }, - "9905": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.id" - }, - "9906": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.title" - }, - "9907": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.subtitle" - }, - "9908": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.description" - }, - "9909": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.is_giftcard" - }, - "9910": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.discountable" - }, - "9911": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.thumbnail" - }, - "9912": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.handle" - }, - "9913": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.status" - }, - "9914": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.images" - }, - "9915": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.type_id" - }, - "9916": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.collection_id" - }, - "9917": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.tags" - }, - "9918": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.category_ids" - }, - "9919": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.options" - }, - "9920": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.variants" - }, - "9921": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.width" - }, - "9922": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.height" - }, - "9923": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.length" - }, - "9924": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.weight" - }, - "9925": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.origin_country" - }, - "9926": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.hs_code" - }, - "9927": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.material" - }, - "9928": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.mid_code" - }, - "9929": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductDTO.metadata" - }, - "9930": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductDTO" - }, - "9931": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductDTO.id" - }, - "9932": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.title" - }, - "9933": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.subtitle" - }, - "9934": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.description" - }, - "9935": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.is_giftcard" - }, - "9936": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.discountable" - }, - "9937": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.thumbnail" - }, - "9938": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.handle" - }, - "9939": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.status" - }, - "9940": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.images" - }, - "9941": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.type_id" - }, - "9942": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.collection_id" - }, - "9943": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.tags" - }, - "9944": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.category_ids" - }, - "9945": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.options" - }, - "9946": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.variants" - }, - "9947": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.width" - }, - "9948": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.height" - }, - "9949": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.length" - }, "9950": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.weight" + "qualifiedName": "__type" }, "9951": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.origin_country" + "qualifiedName": "__type.value" }, "9952": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.hs_code" + "qualifiedName": "FilterableProductProps.variants" }, "9953": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.material" + "qualifiedName": "__type" }, "9954": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.mid_code" + "qualifiedName": "__type.options" }, "9955": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.metadata" + "qualifiedName": "__type" }, "9956": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO" + "qualifiedName": "__type.value" }, "9957": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.title" + "qualifiedName": "__type.option_id" }, "9958": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.subtitle" + "qualifiedName": "FilterableProductProps.type_id" }, "9959": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.description" + "qualifiedName": "FilterableProductProps.category_id" }, "9960": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.is_giftcard" + "qualifiedName": "FilterableProductProps.categories" }, "9961": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.discountable" + "qualifiedName": "__type" }, "9962": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.thumbnail" + "qualifiedName": "__type.id" }, "9963": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.handle" + "qualifiedName": "__type" }, "9964": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.status" + "qualifiedName": "__type.id" }, "9965": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.images" + "qualifiedName": "FilterableProductProps.collection_id" }, "9966": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.type_id" + "qualifiedName": "FilterableProductProps.created_at" }, "9967": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.collection_id" + "qualifiedName": "FilterableProductProps.updated_at" }, "9968": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.tags" + "qualifiedName": "FilterableProductProps.deleted_at" }, "9969": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.category_ids" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "9970": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.options" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "9971": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.variants" + "qualifiedName": "CreateProductDTO" }, "9972": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.width" + "qualifiedName": "CreateProductDTO.id" }, "9973": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.height" + "qualifiedName": "CreateProductDTO.title" }, "9974": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.length" + "qualifiedName": "CreateProductDTO.subtitle" }, "9975": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.weight" + "qualifiedName": "CreateProductDTO.description" }, "9976": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.origin_country" + "qualifiedName": "CreateProductDTO.is_giftcard" }, "9977": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.hs_code" + "qualifiedName": "CreateProductDTO.discountable" }, "9978": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.material" + "qualifiedName": "CreateProductDTO.thumbnail" }, "9979": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.mid_code" + "qualifiedName": "CreateProductDTO.handle" }, "9980": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductDTO.metadata" + "qualifiedName": "CreateProductDTO.status" }, "9981": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "SoftDeleteReturn" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductDTO.images" }, "9982": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.returnLinkableKeys" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductDTO.type_id" }, "9983": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductDTO.collection_id" }, "9984": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RestoreReturn" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductDTO.tags" }, "9985": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.returnLinkableKeys" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductDTO.category_ids" }, "9986": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductDTO.options" }, "9987": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTagDTO" + "qualifiedName": "CreateProductDTO.variants" }, "9988": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTagDTO.id" + "qualifiedName": "CreateProductDTO.width" }, "9989": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTagDTO.value" + "qualifiedName": "CreateProductDTO.height" }, "9990": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTagDTO.metadata" + "qualifiedName": "CreateProductDTO.length" }, "9991": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTagDTO.products" + "qualifiedName": "CreateProductDTO.weight" }, "9992": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductTagProps" + "qualifiedName": "CreateProductDTO.origin_country" }, "9993": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductTagProps.q" + "qualifiedName": "CreateProductDTO.hs_code" }, "9994": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductTagProps.id" + "qualifiedName": "CreateProductDTO.material" }, "9995": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductTagProps.value" + "qualifiedName": "CreateProductDTO.mid_code" }, "9996": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductDTO.metadata" }, "9997": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpsertProductDTO" }, "9998": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductTagDTO" + "qualifiedName": "UpsertProductDTO.id" }, "9999": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductTagDTO.value" + "qualifiedName": "UpdateProductDTO.title" }, "10000": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductTagDTO" + "qualifiedName": "UpdateProductDTO.subtitle" }, "10001": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductTagDTO.id" + "qualifiedName": "UpdateProductDTO.description" }, "10002": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductTagDTO.value" + "qualifiedName": "UpdateProductDTO.is_giftcard" }, "10003": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductTagDTO" + "qualifiedName": "UpdateProductDTO.discountable" }, "10004": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductTagDTO.value" + "qualifiedName": "UpdateProductDTO.thumbnail" }, "10005": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTypeDTO" + "qualifiedName": "UpdateProductDTO.handle" }, "10006": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTypeDTO.id" + "qualifiedName": "UpdateProductDTO.status" }, "10007": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTypeDTO.value" + "qualifiedName": "UpdateProductDTO.images" }, "10008": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTypeDTO.metadata" + "qualifiedName": "UpdateProductDTO.type_id" }, "10009": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTypeDTO.created_at" + "qualifiedName": "UpdateProductDTO.collection_id" }, "10010": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTypeDTO.updated_at" + "qualifiedName": "UpdateProductDTO.tags" }, "10011": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductTypeDTO.deleted_at" + "qualifiedName": "UpdateProductDTO.category_ids" }, "10012": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductTypeProps" + "qualifiedName": "UpdateProductDTO.options" }, "10013": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductTypeProps.q" + "qualifiedName": "UpdateProductDTO.variants" }, "10014": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductTypeProps.id" + "qualifiedName": "UpdateProductDTO.width" }, "10015": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductTypeProps.value" + "qualifiedName": "UpdateProductDTO.height" }, "10016": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductDTO.length" }, "10017": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductDTO.weight" }, "10018": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductTypeDTO" + "qualifiedName": "UpdateProductDTO.origin_country" }, "10019": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductTypeDTO.value" + "qualifiedName": "UpdateProductDTO.hs_code" }, "10020": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductTypeDTO.metadata" + "qualifiedName": "UpdateProductDTO.material" }, "10021": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductTypeDTO" + "qualifiedName": "UpdateProductDTO.mid_code" }, "10022": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductTypeDTO.id" + "qualifiedName": "UpdateProductDTO.metadata" }, "10023": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductTypeDTO.value" + "qualifiedName": "UpdateProductDTO" }, "10024": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductTypeDTO.metadata" + "qualifiedName": "UpdateProductDTO.title" }, "10025": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductTypeDTO" + "qualifiedName": "UpdateProductDTO.subtitle" }, "10026": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductTypeDTO.value" + "qualifiedName": "UpdateProductDTO.description" }, "10027": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductTypeDTO.metadata" + "qualifiedName": "UpdateProductDTO.is_giftcard" }, "10028": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionDTO" + "qualifiedName": "UpdateProductDTO.discountable" }, "10029": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionDTO.id" + "qualifiedName": "UpdateProductDTO.thumbnail" }, "10030": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionDTO.title" + "qualifiedName": "UpdateProductDTO.handle" }, "10031": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionDTO.product" + "qualifiedName": "UpdateProductDTO.status" }, "10032": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionDTO.product_id" + "qualifiedName": "UpdateProductDTO.images" }, "10033": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionDTO.values" + "qualifiedName": "UpdateProductDTO.type_id" }, "10034": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionDTO.metadata" + "qualifiedName": "UpdateProductDTO.collection_id" }, "10035": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionDTO.created_at" + "qualifiedName": "UpdateProductDTO.tags" }, "10036": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionDTO.updated_at" + "qualifiedName": "UpdateProductDTO.category_ids" }, "10037": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionDTO.deleted_at" + "qualifiedName": "UpdateProductDTO.options" }, "10038": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductOptionProps" + "qualifiedName": "UpdateProductDTO.variants" }, "10039": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductOptionProps.q" + "qualifiedName": "UpdateProductDTO.width" }, "10040": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductOptionProps.id" + "qualifiedName": "UpdateProductDTO.height" }, "10041": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductOptionProps.title" + "qualifiedName": "UpdateProductDTO.length" }, "10042": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductOptionProps.product_id" + "qualifiedName": "UpdateProductDTO.weight" }, "10043": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductDTO.origin_country" }, "10044": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductDTO.hs_code" }, "10045": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductOptionDTO" + "qualifiedName": "UpdateProductDTO.material" }, "10046": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductOptionDTO.title" + "qualifiedName": "UpdateProductDTO.mid_code" }, "10047": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductOptionDTO.values" + "qualifiedName": "UpdateProductDTO.metadata" }, "10048": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductOptionDTO.product_id" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "SoftDeleteReturn" }, "10049": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductOptionDTO" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.returnLinkableKeys" }, "10050": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductOptionDTO.id" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TReturnableLinkableKeys" }, "10051": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductOptionDTO.title" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "RestoreReturn" }, "10052": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductOptionDTO.values" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.returnLinkableKeys" }, "10053": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductOptionDTO.product_id" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TReturnableLinkableKeys" }, "10054": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductOptionDTO" + "qualifiedName": "ProductTagDTO" }, "10055": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductOptionDTO.title" + "qualifiedName": "ProductTagDTO.id" }, "10056": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductOptionDTO.values" + "qualifiedName": "ProductTagDTO.value" }, "10057": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductOptionDTO.product_id" + "qualifiedName": "ProductTagDTO.metadata" }, "10058": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO" + "qualifiedName": "ProductTagDTO.products" }, "10059": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.id" + "qualifiedName": "FilterableProductTagProps" }, "10060": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.title" + "qualifiedName": "FilterableProductTagProps.q" }, "10061": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.sku" + "qualifiedName": "FilterableProductTagProps.id" }, "10062": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.barcode" + "qualifiedName": "FilterableProductTagProps.value" }, "10063": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.ean" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "10064": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.upc" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "10065": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.allow_backorder" + "qualifiedName": "CreateProductTagDTO" }, "10066": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.manage_inventory" + "qualifiedName": "CreateProductTagDTO.value" }, "10067": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.hs_code" + "qualifiedName": "UpsertProductTagDTO" }, "10068": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.origin_country" + "qualifiedName": "UpsertProductTagDTO.id" }, "10069": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.mid_code" + "qualifiedName": "UpdateProductTagDTO.value" }, "10070": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.material" + "qualifiedName": "UpdateProductTagDTO" }, "10071": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.weight" + "qualifiedName": "UpdateProductTagDTO.value" }, "10072": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.length" + "qualifiedName": "ProductTypeDTO" }, "10073": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.height" + "qualifiedName": "ProductTypeDTO.id" }, "10074": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.width" + "qualifiedName": "ProductTypeDTO.value" }, "10075": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.options" + "qualifiedName": "ProductTypeDTO.metadata" }, "10076": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.metadata" + "qualifiedName": "ProductTypeDTO.created_at" }, "10077": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product" + "qualifiedName": "ProductTypeDTO.updated_at" }, "10078": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.product_id" + "qualifiedName": "ProductTypeDTO.deleted_at" }, "10079": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.variant_rank" + "qualifiedName": "FilterableProductTypeProps" }, "10080": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.created_at" + "qualifiedName": "FilterableProductTypeProps.q" }, "10081": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.updated_at" + "qualifiedName": "FilterableProductTypeProps.id" }, "10082": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductVariantDTO.deleted_at" + "qualifiedName": "FilterableProductTypeProps.value" }, "10083": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductVariantProps" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "10084": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductVariantProps.q" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "10085": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductVariantProps.id" + "qualifiedName": "CreateProductTypeDTO" }, "10086": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductVariantProps.sku" + "qualifiedName": "CreateProductTypeDTO.value" }, "10087": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductVariantProps.product_id" + "qualifiedName": "CreateProductTypeDTO.metadata" }, "10088": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductVariantProps.options" + "qualifiedName": "UpsertProductTypeDTO" }, "10089": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpsertProductTypeDTO.id" }, "10090": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductTypeDTO.value" }, "10091": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO" + "qualifiedName": "UpdateProductTypeDTO.metadata" }, "10092": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.product_id" + "qualifiedName": "UpdateProductTypeDTO" }, "10093": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.title" + "qualifiedName": "UpdateProductTypeDTO.value" }, "10094": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.sku" + "qualifiedName": "UpdateProductTypeDTO.metadata" }, "10095": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.barcode" + "qualifiedName": "ProductOptionDTO" }, "10096": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.ean" + "qualifiedName": "ProductOptionDTO.id" }, "10097": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.upc" + "qualifiedName": "ProductOptionDTO.title" }, "10098": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.allow_backorder" + "qualifiedName": "ProductOptionDTO.product" }, "10099": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.manage_inventory" + "qualifiedName": "ProductOptionDTO.product_id" }, "10100": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.hs_code" + "qualifiedName": "ProductOptionDTO.values" }, "10101": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.origin_country" + "qualifiedName": "ProductOptionDTO.metadata" }, "10102": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.mid_code" + "qualifiedName": "ProductOptionDTO.created_at" }, "10103": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.material" + "qualifiedName": "ProductOptionDTO.updated_at" }, "10104": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.weight" + "qualifiedName": "ProductOptionDTO.deleted_at" }, "10105": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.length" + "qualifiedName": "FilterableProductOptionProps" }, "10106": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.height" + "qualifiedName": "FilterableProductOptionProps.q" }, "10107": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.width" + "qualifiedName": "FilterableProductOptionProps.id" }, "10108": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.options" + "qualifiedName": "FilterableProductOptionProps.title" }, "10109": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductVariantDTO.metadata" + "qualifiedName": "FilterableProductOptionProps.product_id" }, "10110": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductVariantDTO" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "10111": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductVariantDTO.id" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "10112": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.title" + "qualifiedName": "CreateProductOptionDTO" }, "10113": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.sku" + "qualifiedName": "CreateProductOptionDTO.title" }, "10114": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.barcode" + "qualifiedName": "CreateProductOptionDTO.values" }, "10115": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.ean" + "qualifiedName": "CreateProductOptionDTO.product_id" }, "10116": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.upc" + "qualifiedName": "UpsertProductOptionDTO" }, "10117": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.allow_backorder" + "qualifiedName": "UpsertProductOptionDTO.id" }, "10118": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.manage_inventory" + "qualifiedName": "UpdateProductOptionDTO.title" }, "10119": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.hs_code" + "qualifiedName": "UpdateProductOptionDTO.values" }, "10120": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.origin_country" + "qualifiedName": "UpdateProductOptionDTO.product_id" }, "10121": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.mid_code" + "qualifiedName": "UpdateProductOptionDTO" }, "10122": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.material" + "qualifiedName": "UpdateProductOptionDTO.title" }, "10123": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.weight" + "qualifiedName": "UpdateProductOptionDTO.values" }, "10124": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.length" + "qualifiedName": "UpdateProductOptionDTO.product_id" }, "10125": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.height" + "qualifiedName": "ProductVariantDTO" }, "10126": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.width" + "qualifiedName": "ProductVariantDTO.id" }, "10127": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.options" + "qualifiedName": "ProductVariantDTO.title" }, "10128": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.metadata" + "qualifiedName": "ProductVariantDTO.sku" }, "10129": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO" + "qualifiedName": "ProductVariantDTO.barcode" }, "10130": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.title" + "qualifiedName": "ProductVariantDTO.ean" }, "10131": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.sku" + "qualifiedName": "ProductVariantDTO.upc" }, "10132": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.barcode" + "qualifiedName": "ProductVariantDTO.allow_backorder" }, "10133": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.ean" + "qualifiedName": "ProductVariantDTO.manage_inventory" }, "10134": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.upc" + "qualifiedName": "ProductVariantDTO.hs_code" }, "10135": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.allow_backorder" + "qualifiedName": "ProductVariantDTO.origin_country" }, "10136": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.manage_inventory" + "qualifiedName": "ProductVariantDTO.mid_code" }, "10137": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.hs_code" + "qualifiedName": "ProductVariantDTO.material" }, "10138": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.origin_country" + "qualifiedName": "ProductVariantDTO.weight" }, "10139": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.mid_code" + "qualifiedName": "ProductVariantDTO.length" }, "10140": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.material" + "qualifiedName": "ProductVariantDTO.height" }, "10141": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.weight" + "qualifiedName": "ProductVariantDTO.width" }, "10142": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.length" + "qualifiedName": "ProductVariantDTO.options" }, "10143": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.height" + "qualifiedName": "ProductVariantDTO.metadata" }, "10144": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.width" + "qualifiedName": "ProductVariantDTO.product" }, "10145": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.options" + "qualifiedName": "ProductVariantDTO.product_id" }, "10146": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductVariantDTO.metadata" + "qualifiedName": "ProductVariantDTO.variant_rank" }, "10147": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCollectionDTO" + "qualifiedName": "ProductVariantDTO.created_at" }, "10148": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCollectionDTO.id" + "qualifiedName": "ProductVariantDTO.updated_at" }, "10149": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCollectionDTO.title" + "qualifiedName": "ProductVariantDTO.deleted_at" }, "10150": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCollectionDTO.handle" + "qualifiedName": "FilterableProductVariantProps" }, "10151": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCollectionDTO.metadata" + "qualifiedName": "FilterableProductVariantProps.q" }, "10152": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCollectionDTO.created_at" + "qualifiedName": "FilterableProductVariantProps.id" }, "10153": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCollectionDTO.updated_at" + "qualifiedName": "FilterableProductVariantProps.sku" }, "10154": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCollectionDTO.deleted_at" + "qualifiedName": "FilterableProductVariantProps.product_id" }, "10155": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCollectionDTO.products" + "qualifiedName": "FilterableProductVariantProps.options" }, "10156": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCollectionProps" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "10157": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCollectionProps.q" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "10158": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCollectionProps.id" + "qualifiedName": "CreateProductVariantDTO" }, "10159": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCollectionProps.handle" + "qualifiedName": "CreateProductVariantDTO.product_id" }, "10160": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCollectionProps.title" + "qualifiedName": "CreateProductVariantDTO.title" }, "10161": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductVariantDTO.sku" }, "10162": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductVariantDTO.barcode" }, "10163": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCollectionDTO" + "qualifiedName": "CreateProductVariantDTO.ean" }, "10164": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCollectionDTO.title" + "qualifiedName": "CreateProductVariantDTO.upc" }, "10165": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCollectionDTO.handle" + "qualifiedName": "CreateProductVariantDTO.allow_backorder" }, "10166": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCollectionDTO.product_ids" + "qualifiedName": "CreateProductVariantDTO.manage_inventory" }, "10167": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCollectionDTO.metadata" + "qualifiedName": "CreateProductVariantDTO.hs_code" }, "10168": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductCollectionDTO" + "qualifiedName": "CreateProductVariantDTO.origin_country" }, "10169": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductCollectionDTO.id" + "qualifiedName": "CreateProductVariantDTO.mid_code" }, "10170": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCollectionDTO.value" + "qualifiedName": "CreateProductVariantDTO.material" }, "10171": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCollectionDTO.title" + "qualifiedName": "CreateProductVariantDTO.weight" }, "10172": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCollectionDTO.handle" + "qualifiedName": "CreateProductVariantDTO.length" }, "10173": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCollectionDTO.product_ids" + "qualifiedName": "CreateProductVariantDTO.height" }, "10174": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCollectionDTO.metadata" + "qualifiedName": "CreateProductVariantDTO.width" }, "10175": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCollectionDTO" + "qualifiedName": "CreateProductVariantDTO.options" }, "10176": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCollectionDTO.value" + "qualifiedName": "CreateProductVariantDTO.metadata" }, "10177": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCollectionDTO.title" + "qualifiedName": "UpsertProductVariantDTO" }, "10178": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCollectionDTO.handle" + "qualifiedName": "UpsertProductVariantDTO.id" }, "10179": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCollectionDTO.product_ids" + "qualifiedName": "UpdateProductVariantDTO.title" }, "10180": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCollectionDTO.metadata" + "qualifiedName": "UpdateProductVariantDTO.sku" }, "10181": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO" + "qualifiedName": "UpdateProductVariantDTO.barcode" }, "10182": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.id" + "qualifiedName": "UpdateProductVariantDTO.ean" }, "10183": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.name" + "qualifiedName": "UpdateProductVariantDTO.upc" }, "10184": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.description" + "qualifiedName": "UpdateProductVariantDTO.allow_backorder" }, "10185": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.handle" + "qualifiedName": "UpdateProductVariantDTO.manage_inventory" }, "10186": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.is_active" + "qualifiedName": "UpdateProductVariantDTO.hs_code" }, "10187": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.is_internal" + "qualifiedName": "UpdateProductVariantDTO.origin_country" }, "10188": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.rank" + "qualifiedName": "UpdateProductVariantDTO.mid_code" }, "10189": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.metadata" + "qualifiedName": "UpdateProductVariantDTO.material" }, "10190": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.parent_category" + "qualifiedName": "UpdateProductVariantDTO.weight" }, "10191": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.parent_category_id" + "qualifiedName": "UpdateProductVariantDTO.length" }, "10192": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.category_children" + "qualifiedName": "UpdateProductVariantDTO.height" }, "10193": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.products" + "qualifiedName": "UpdateProductVariantDTO.width" }, "10194": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.created_at" + "qualifiedName": "UpdateProductVariantDTO.options" }, "10195": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.updated_at" + "qualifiedName": "UpdateProductVariantDTO.metadata" }, "10196": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductCategoryDTO.deleted_at" + "qualifiedName": "UpdateProductVariantDTO" }, "10197": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCategoryProps" + "qualifiedName": "UpdateProductVariantDTO.title" }, "10198": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCategoryProps.q" + "qualifiedName": "UpdateProductVariantDTO.sku" }, "10199": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCategoryProps.id" + "qualifiedName": "UpdateProductVariantDTO.barcode" }, "10200": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCategoryProps.name" + "qualifiedName": "UpdateProductVariantDTO.ean" }, "10201": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCategoryProps.parent_category_id" + "qualifiedName": "UpdateProductVariantDTO.upc" }, "10202": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCategoryProps.handle" + "qualifiedName": "UpdateProductVariantDTO.allow_backorder" }, "10203": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCategoryProps.is_active" + "qualifiedName": "UpdateProductVariantDTO.manage_inventory" }, "10204": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCategoryProps.is_internal" + "qualifiedName": "UpdateProductVariantDTO.hs_code" }, "10205": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCategoryProps.include_descendants_tree" + "qualifiedName": "UpdateProductVariantDTO.origin_country" }, "10206": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "FilterableProductCategoryProps.include_ancestors_tree" + "qualifiedName": "UpdateProductVariantDTO.mid_code" }, "10207": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductVariantDTO.material" }, "10208": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductVariantDTO.weight" }, "10209": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCategoryDTO" + "qualifiedName": "UpdateProductVariantDTO.length" }, "10210": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCategoryDTO.name" + "qualifiedName": "UpdateProductVariantDTO.height" }, "10211": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCategoryDTO.description" + "qualifiedName": "UpdateProductVariantDTO.width" }, "10212": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCategoryDTO.handle" + "qualifiedName": "UpdateProductVariantDTO.options" }, "10213": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCategoryDTO.is_active" + "qualifiedName": "UpdateProductVariantDTO.metadata" }, "10214": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCategoryDTO.is_internal" + "qualifiedName": "ProductCollectionDTO" }, "10215": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCategoryDTO.rank" + "qualifiedName": "ProductCollectionDTO.id" }, "10216": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCategoryDTO.parent_category_id" + "qualifiedName": "ProductCollectionDTO.title" }, "10217": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "CreateProductCategoryDTO.metadata" + "qualifiedName": "ProductCollectionDTO.handle" }, "10218": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductCategoryDTO" + "qualifiedName": "ProductCollectionDTO.metadata" }, "10219": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductCategoryDTO.id" + "qualifiedName": "ProductCollectionDTO.created_at" }, "10220": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.name" + "qualifiedName": "ProductCollectionDTO.updated_at" }, "10221": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.description" + "qualifiedName": "ProductCollectionDTO.deleted_at" }, "10222": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.handle" + "qualifiedName": "ProductCollectionDTO.products" }, "10223": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.is_active" + "qualifiedName": "FilterableProductCollectionProps" }, "10224": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.is_internal" + "qualifiedName": "FilterableProductCollectionProps.q" }, "10225": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.rank" + "qualifiedName": "FilterableProductCollectionProps.id" }, "10226": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.parent_category_id" + "qualifiedName": "FilterableProductCollectionProps.handle" }, "10227": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.metadata" + "qualifiedName": "FilterableProductCollectionProps.title" }, "10228": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO" - }, - "10229": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.name" - }, - "10230": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.description" - }, - "10231": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.handle" - }, - "10232": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.is_active" - }, - "10233": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.is_internal" - }, - "10234": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.rank" - }, - "10235": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.parent_category_id" - }, - "10236": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductCategoryDTO.metadata" - }, - "10237": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerConfig" - }, - "10238": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "10239": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.schema" - }, - "10240": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationships" - }, - "10241": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extends" - }, - "10242": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "10243": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "10244": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.fieldAlias" - }, - "10245": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "10246": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" - }, - "10247": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "10248": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" - }, - "10249": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" - }, - "10250": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "10251": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" - }, - "10252": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" - }, - "10253": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" - }, - "10254": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" - }, - "10255": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" - }, - "10256": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" - }, - "10257": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "10258": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" - }, - "10259": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" - }, - "10260": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" - }, - "10261": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductStatus" - }, - "10262": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductImageDTO" - }, - "10263": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductImageDTO.id" - }, - "10264": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductImageDTO.url" - }, - "10265": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductImageDTO.metadata" - }, - "10266": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductImageDTO.created_at" - }, - "10267": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductImageDTO.updated_at" - }, - "10268": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductImageDTO.deleted_at" - }, - "10269": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "MetadataType" - }, - "10270": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator" - }, - "10271": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "10272": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "10273": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "msg" - }, - "10274": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "10275": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "10276": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "format" - }, - "10277": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "10278": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "10279": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "10280": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "10281": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "T" - }, - "10282": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "messageData" - }, - "10283": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "options" - }, - "10284": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable" - }, - "10285": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "10286": { + "10229": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "10287": { + "10230": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCollectionDTO" + }, + "10231": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCollectionDTO.title" + }, + "10232": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCollectionDTO.handle" + }, + "10233": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCollectionDTO.product_ids" + }, + "10234": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCollectionDTO.metadata" + }, + "10235": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpsertProductCollectionDTO" + }, + "10236": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpsertProductCollectionDTO.id" + }, + "10237": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCollectionDTO.value" + }, + "10238": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCollectionDTO.title" + }, + "10239": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCollectionDTO.handle" + }, + "10240": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCollectionDTO.product_ids" + }, + "10241": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCollectionDTO.metadata" + }, + "10242": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCollectionDTO" + }, + "10243": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCollectionDTO.value" + }, + "10244": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCollectionDTO.title" + }, + "10245": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCollectionDTO.handle" + }, + "10246": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCollectionDTO.product_ids" + }, + "10247": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCollectionDTO.metadata" + }, + "10248": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO" + }, + "10249": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.id" + }, + "10250": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.name" + }, + "10251": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.description" + }, + "10252": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.handle" + }, + "10253": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.is_active" + }, + "10254": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.is_internal" + }, + "10255": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.rank" + }, + "10256": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.metadata" + }, + "10257": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.parent_category" + }, + "10258": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.parent_category_id" + }, + "10259": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.category_children" + }, + "10260": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.products" + }, + "10261": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.created_at" + }, + "10262": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.updated_at" + }, + "10263": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductCategoryDTO.deleted_at" + }, + "10264": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "FilterableProductCategoryProps" + }, + "10265": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "FilterableProductCategoryProps.q" + }, + "10266": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "FilterableProductCategoryProps.id" + }, + "10267": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "FilterableProductCategoryProps.name" + }, + "10268": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "FilterableProductCategoryProps.parent_category_id" + }, + "10269": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "FilterableProductCategoryProps.handle" + }, + "10270": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "FilterableProductCategoryProps.is_active" + }, + "10271": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "FilterableProductCategoryProps.is_internal" + }, + "10272": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "FilterableProductCategoryProps.include_descendants_tree" + }, + "10273": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "FilterableProductCategoryProps.include_ancestors_tree" + }, + "10274": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.T" + "qualifiedName": "BaseFilterable.$and" + }, + "10275": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "10276": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCategoryDTO" + }, + "10277": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCategoryDTO.name" + }, + "10278": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCategoryDTO.description" + }, + "10279": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCategoryDTO.handle" + }, + "10280": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCategoryDTO.is_active" + }, + "10281": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCategoryDTO.is_internal" + }, + "10282": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCategoryDTO.rank" + }, + "10283": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCategoryDTO.parent_category_id" + }, + "10284": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "CreateProductCategoryDTO.metadata" + }, + "10285": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpsertProductCategoryDTO" + }, + "10286": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpsertProductCategoryDTO.id" + }, + "10287": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.name" }, "10288": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "OperatorMap" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.description" }, "10289": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.handle" }, "10290": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$and" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.is_active" }, "10291": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$or" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.is_internal" }, "10292": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$eq" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.rank" }, "10293": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ne" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.parent_category_id" }, "10294": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$in" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.metadata" }, "10295": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$nin" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO" }, "10296": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$not" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.name" }, "10297": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gt" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.description" }, "10298": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gte" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.handle" }, "10299": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lt" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.is_active" }, "10300": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lte" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.is_internal" }, "10301": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$like" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.rank" }, "10302": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$re" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.parent_category_id" }, "10303": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ilike" + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductCategoryDTO.metadata" }, "10304": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$fulltext" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerConfig" }, "10305": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$overlap" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "10306": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contains" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.schema" }, "10307": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contained" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationships" }, "10308": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$exists" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extends" }, "10309": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "10310": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductImageDTO" - }, - "10311": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpsertProductImageDTO.id" - }, - "10312": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductImageDTO.url" - }, - "10313": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductImageDTO.metadata" - }, - "10314": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionValueDTO" - }, - "10315": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionValueDTO.id" - }, - "10316": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionValueDTO.value" - }, - "10317": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionValueDTO.option" - }, - "10318": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionValueDTO.option_id" - }, - "10319": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionValueDTO.metadata" - }, - "10320": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionValueDTO.created_at" - }, - "10321": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionValueDTO.updated_at" - }, - "10322": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "ProductOptionValueDTO.deleted_at" - }, - "10323": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig" - }, - "10324": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.serviceName" - }, - "10325": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.alias" - }, - "10326": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.fieldAlias" - }, - "10327": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "10328": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.path" - }, - "10329": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "10330": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.primaryKeys" - }, - "10331": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.relationships" - }, - "10332": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.extends" - }, - "10333": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "10334": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.serviceName" }, - "10335": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "10311": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.fieldAlias" + }, + "10312": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "10313": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.path" + }, + "10314": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" + }, + "10315": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isList" + }, + "10316": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.relationship" }, + "10317": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" + }, + "10318": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.primaryKeys" + }, + "10319": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isLink" + }, + "10320": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.linkableKeys" + }, + "10321": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isReadOnlyLink" + }, + "10322": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraDataFields" + }, + "10323": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.databaseConfig" + }, + "10324": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "10325": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.tableName" + }, + "10326": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.idPrefix" + }, + "10327": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraFields" + }, + "10328": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductStatus" + }, + "10329": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductImageDTO" + }, + "10330": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductImageDTO.id" + }, + "10331": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductImageDTO.url" + }, + "10332": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductImageDTO.metadata" + }, + "10333": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductImageDTO.created_at" + }, + "10334": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductImageDTO.updated_at" + }, + "10335": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductImageDTO.deleted_at" + }, "10336": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.args" + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "MetadataType" }, "10337": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerRelationship" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator" }, "10338": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "10339": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.deleteCascade" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "10340": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModulesExtraFields" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "msg" }, "10341": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" }, "10342": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" }, "10343": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultValue" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "format" }, "10344": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.nullable" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" }, "10345": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" }, "10346": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Message" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "10347": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "10348": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "T" }, "10349": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "messageData" }, "10350": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat" + "qualifiedName": "options" }, "10351": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.groupBy" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable" }, "10352": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.sortBy" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "10353": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "10354": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.T" + }, + "10355": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "OperatorMap" }, "10356": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" - }, - "10357": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, + "10357": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$and" + }, "10358": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$or" }, "10359": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$eq" }, "10360": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ne" }, "10361": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$in" }, "10362": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$nin" }, "10363": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$not" }, "10364": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gt" }, "10365": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gte" }, "10366": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Query" + "qualifiedName": "__type.$lt" }, "10367": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "qualifiedName": "__type.$lte" }, "10368": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "ExpandScalar" + "qualifiedName": "__type.$like" }, "10369": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "qualifiedName": "__type.$re" }, "10370": { - "sourceFileName": "../../../../packages/core/types/src/product/common.ts", - "qualifiedName": "UpdateProductImageDTO" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ilike" }, "10371": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$fulltext" + }, + "10372": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$overlap" + }, + "10373": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contains" + }, + "10374": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contained" + }, + "10375": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$exists" + }, + "10376": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "10377": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpsertProductImageDTO" + }, + "10378": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpsertProductImageDTO.id" + }, + "10379": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "UpdateProductImageDTO.url" }, - "10372": { + "10380": { "sourceFileName": "../../../../packages/core/types/src/product/common.ts", "qualifiedName": "UpdateProductImageDTO.metadata" }, - "10373": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" + "10381": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductOptionValueDTO" }, - "10374": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" + "10382": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductOptionValueDTO.id" }, - "10375": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" + "10383": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductOptionValueDTO.value" }, - "10376": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" + "10384": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductOptionValueDTO.option" }, - "10377": { + "10385": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductOptionValueDTO.option_id" + }, + "10386": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductOptionValueDTO.metadata" + }, + "10387": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductOptionValueDTO.created_at" + }, + "10388": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductOptionValueDTO.updated_at" + }, + "10389": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "ProductOptionValueDTO.deleted_at" + }, + "10390": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig" + }, + "10391": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.serviceName" + }, + "10392": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.alias" + }, + "10393": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.fieldAlias" + }, + "10394": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type" }, - "10378": { + "10395": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" + "qualifiedName": "__type.path" }, - "10379": { + "10396": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" + "qualifiedName": "__type.forwardArgumentsOnPath" }, - "10380": { + "10397": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" + "qualifiedName": "JoinerServiceConfig.primaryKeys" }, - "10381": { + "10398": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.relationships" + }, + "10399": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.extends" + }, + "10400": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "10401": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.serviceName" }, - "10382": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" - }, - "10383": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" - }, - "10384": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" - }, - "10385": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" - }, - "10386": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" - }, - "10387": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" - }, - "10388": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" - }, - "10389": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "10390": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" - }, - "10391": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Scalar" - }, - "10392": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "10393": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" - }, - "10394": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" - }, - "10395": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterQuery" - }, - "10396": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "10397": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.__index" - }, - "10399": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "10400": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Prev" - }, - "10401": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue" - }, "10402": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.relationship" }, "10403": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "EventMetadata" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.args" }, "10404": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerRelationship" }, "10405": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventGroupId" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "10406": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "PrevLimit" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.deleteCascade" }, "10407": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue2" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "LinkModulesExtraFields" }, "10408": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "10409": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Primary" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.type" }, "10410": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.defaultValue" }, "10411": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.[PrimaryKeyType]" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.nullable" }, "10412": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.options" }, "10413": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type._id" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Message" }, "10414": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, "10415": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.uuid" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" }, "10416": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" }, "10417": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat" }, "10418": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.groupBy" + }, + "10419": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.sortBy" + }, + "10420": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type" + }, + "10421": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type.__index" + }, + "10423": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "RawMessageFormat" + }, + "10424": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "10425": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventName" + }, + "10426": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "10427": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" + }, + "10428": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" + }, + "10429": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "10430": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" + }, + "10431": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "10432": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "10433": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Query" + }, + "10434": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "10419": { + "10435": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "ExpandScalar" + }, + "10436": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "10437": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductImageDTO" + }, + "10438": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductImageDTO.url" + }, + "10439": { + "sourceFileName": "../../../../packages/core/types/src/product/common.ts", + "qualifiedName": "UpdateProductImageDTO.metadata" + }, + "10440": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "10441": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "10442": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "10443": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerRelationship" + }, + "10444": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "10445": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.alias" + }, + "10446": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.foreignKey" + }, + "10447": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "10448": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "10449": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "10450": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "10451": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "10452": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" + }, + "10453": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "10454": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" + }, + "10455": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" + }, + "10456": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "10457": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "10458": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Scalar" + }, + "10459": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "10460": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "10461": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "10462": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterQuery" + }, + "10463": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "10464": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.__index" + }, + "10466": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "10467": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Prev" + }, + "10468": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterValue" + }, + "10469": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "10470": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "EventMetadata" + }, + "10471": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "10472": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventGroupId" + }, + "10473": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "PrevLimit" + }, + "10474": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterValue2" + }, + "10475": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "10476": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Primary" + }, + "10477": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "10478": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.[PrimaryKeyType]" + }, + "10479": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "10480": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type._id" + }, + "10481": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "10482": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.uuid" + }, + "10483": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "10484": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.id" + }, + "10485": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "10486": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "ReadonlyPrimary" }, - "10420": { + "10487": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" } @@ -33406,7 +33406,7 @@ "1": "../../../../packages/core/types/src/product/service.ts" }, "reflections": { - "1": 9411 + "1": 9478 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/promotion-models.json b/www/utils/generated/typedoc-json-output/promotion-models.json index a1386be8a0..624451b0dc 100644 --- a/www/utils/generated/typedoc-json-output/promotion-models.json +++ b/www/utils/generated/typedoc-json-output/promotion-models.json @@ -1,5 +1,5 @@ { - "id": 11002, + "id": 11069, "name": "promotion-models", "variant": "project", "kind": 1, @@ -18,28 +18,28 @@ }, "children": [ { - "id": 11003, + "id": 11070, "name": "ApplicationMethod", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 11004, + "id": 11071, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 11005, + "id": 11072, "name": "new ApplicationMethod", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 11003, + "target": 11070, "name": "ApplicationMethod", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -48,7 +48,7 @@ ] }, { - "id": 11006, + "id": 11073, "name": "id", "variant": "declaration", "kind": 1024, @@ -59,7 +59,7 @@ } }, { - "id": 11007, + "id": 11074, "name": "value", "variant": "declaration", "kind": 1024, @@ -88,7 +88,7 @@ } }, { - "id": 11008, + "id": 11075, "name": "raw_value", "variant": "declaration", "kind": 1024, @@ -113,7 +113,7 @@ } }, { - "id": 11009, + "id": 11076, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -134,7 +134,7 @@ "defaultValue": "null" }, { - "id": 11010, + "id": 11077, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -157,7 +157,7 @@ "defaultValue": "null" }, { - "id": 11011, + "id": 11078, "name": "apply_to_quantity", "variant": "declaration", "kind": 1024, @@ -180,7 +180,7 @@ "defaultValue": "null" }, { - "id": 11012, + "id": 11079, "name": "buy_rules_min_quantity", "variant": "declaration", "kind": 1024, @@ -203,7 +203,7 @@ "defaultValue": "null" }, { - "id": 11013, + "id": 11080, "name": "type", "variant": "declaration", "kind": 1024, @@ -219,7 +219,7 @@ } }, { - "id": 11014, + "id": 11081, "name": "target_type", "variant": "declaration", "kind": 1024, @@ -235,7 +235,7 @@ } }, { - "id": 11015, + "id": 11082, "name": "allocation", "variant": "declaration", "kind": 1024, @@ -253,21 +253,21 @@ } }, { - "id": 11016, + "id": 11083, "name": "promotion", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 11064, + "target": 11131, "name": "Promotion", "package": "@medusajs/promotion", "qualifiedName": "default" } }, { - "id": 11017, + "id": 11084, "name": "target_rules", "variant": "declaration", "kind": 1024, @@ -281,7 +281,7 @@ "typeArguments": [ { "type": "reference", - "target": 11083, + "target": 11150, "name": "PromotionRule", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -297,7 +297,7 @@ "defaultValue": "..." }, { - "id": 11018, + "id": 11085, "name": "buy_rules", "variant": "declaration", "kind": 1024, @@ -311,7 +311,7 @@ "typeArguments": [ { "type": "reference", - "target": 11083, + "target": 11150, "name": "PromotionRule", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -327,7 +327,7 @@ "defaultValue": "..." }, { - "id": 11019, + "id": 11086, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -343,7 +343,7 @@ } }, { - "id": 11020, + "id": 11087, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -359,7 +359,7 @@ } }, { - "id": 11021, + "id": 11088, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -385,14 +385,14 @@ "defaultValue": "null" }, { - "id": 11022, + "id": 11089, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11023, + "id": 11090, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -405,14 +405,14 @@ ] }, { - "id": 11024, + "id": 11091, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11025, + "id": 11092, "name": "onInit", "variant": "signature", "kind": 4096, @@ -429,62 +429,62 @@ { "title": "Constructors", "children": [ - 11004 + 11071 ] }, { "title": "Properties", "children": [ - 11006, - 11007, - 11008, - 11009, - 11010, - 11011, - 11012, - 11013, - 11014, - 11015, - 11016, - 11017, - 11018, - 11019, - 11020, - 11021 + 11073, + 11074, + 11075, + 11076, + 11077, + 11078, + 11079, + 11080, + 11081, + 11082, + 11083, + 11084, + 11085, + 11086, + 11087, + 11088 ] }, { "title": "Methods", "children": [ - 11022, - 11024 + 11089, + 11091 ] } ] }, { - "id": 11045, + "id": 11112, "name": "CampaignBudget", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 11046, + "id": 11113, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 11047, + "id": 11114, "name": "new CampaignBudget", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 11045, + "target": 11112, "name": "CampaignBudget", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -493,7 +493,7 @@ ] }, { - "id": 11063, + "id": 11130, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -511,7 +511,7 @@ } }, { - "id": 11048, + "id": 11115, "name": "id", "variant": "declaration", "kind": 1024, @@ -522,7 +522,7 @@ } }, { - "id": 11049, + "id": 11116, "name": "type", "variant": "declaration", "kind": 1024, @@ -538,7 +538,7 @@ } }, { - "id": 11050, + "id": 11117, "name": "campaign", "variant": "declaration", "kind": 1024, @@ -552,7 +552,7 @@ }, { "type": "reference", - "target": 11026, + "target": 11093, "name": "Campaign", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -562,7 +562,7 @@ "defaultValue": "null" }, { - "id": 11051, + "id": 11118, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -583,7 +583,7 @@ "defaultValue": "null" }, { - "id": 11052, + "id": 11119, "name": "limit", "variant": "declaration", "kind": 1024, @@ -613,7 +613,7 @@ "defaultValue": "null" }, { - "id": 11053, + "id": 11120, "name": "raw_limit", "variant": "declaration", "kind": 1024, @@ -639,7 +639,7 @@ "defaultValue": "null" }, { - "id": 11054, + "id": 11121, "name": "used", "variant": "declaration", "kind": 1024, @@ -665,7 +665,7 @@ "defaultValue": "0" }, { - "id": 11055, + "id": 11122, "name": "raw_used", "variant": "declaration", "kind": 1024, @@ -681,7 +681,7 @@ } }, { - "id": 11056, + "id": 11123, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -697,7 +697,7 @@ } }, { - "id": 11057, + "id": 11124, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -713,7 +713,7 @@ } }, { - "id": 11058, + "id": 11125, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -739,14 +739,14 @@ "defaultValue": "null" }, { - "id": 11059, + "id": 11126, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11060, + "id": 11127, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -759,14 +759,14 @@ ] }, { - "id": 11061, + "id": 11128, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11062, + "id": 11129, "name": "onInit", "variant": "signature", "kind": 4096, @@ -783,58 +783,58 @@ { "title": "Constructors", "children": [ - 11046 + 11113 ] }, { "title": "Properties", "children": [ - 11063, - 11048, - 11049, - 11050, - 11051, - 11052, - 11053, - 11054, - 11055, - 11056, - 11057, - 11058 + 11130, + 11115, + 11116, + 11117, + 11118, + 11119, + 11120, + 11121, + 11122, + 11123, + 11124, + 11125 ] }, { "title": "Methods", "children": [ - 11059, - 11061 + 11126, + 11128 ] } ] }, { - "id": 11026, + "id": 11093, "name": "Campaign", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 11027, + "id": 11094, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 11028, + "id": 11095, "name": "new Campaign", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 11026, + "target": 11093, "name": "Campaign", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -843,7 +843,7 @@ ] }, { - "id": 11044, + "id": 11111, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -870,7 +870,7 @@ } }, { - "id": 11029, + "id": 11096, "name": "id", "variant": "declaration", "kind": 1024, @@ -881,7 +881,7 @@ } }, { - "id": 11030, + "id": 11097, "name": "name", "variant": "declaration", "kind": 1024, @@ -892,7 +892,7 @@ } }, { - "id": 11031, + "id": 11098, "name": "description", "variant": "declaration", "kind": 1024, @@ -913,7 +913,7 @@ "defaultValue": "null" }, { - "id": 11032, + "id": 11099, "name": "campaign_identifier", "variant": "declaration", "kind": 1024, @@ -924,7 +924,7 @@ } }, { - "id": 11033, + "id": 11100, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -950,7 +950,7 @@ "defaultValue": "null" }, { - "id": 11034, + "id": 11101, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -976,7 +976,7 @@ "defaultValue": "null" }, { - "id": 11035, + "id": 11102, "name": "budget", "variant": "declaration", "kind": 1024, @@ -990,7 +990,7 @@ }, { "type": "reference", - "target": 11045, + "target": 11112, "name": "CampaignBudget", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -1000,7 +1000,7 @@ "defaultValue": "null" }, { - "id": 11036, + "id": 11103, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -1014,7 +1014,7 @@ "typeArguments": [ { "type": "reference", - "target": 11064, + "target": 11131, "name": "Promotion", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -1030,7 +1030,7 @@ "defaultValue": "..." }, { - "id": 11037, + "id": 11104, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -1046,7 +1046,7 @@ } }, { - "id": 11038, + "id": 11105, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -1062,7 +1062,7 @@ } }, { - "id": 11039, + "id": 11106, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -1088,14 +1088,14 @@ "defaultValue": "null" }, { - "id": 11040, + "id": 11107, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11041, + "id": 11108, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -1108,14 +1108,14 @@ ] }, { - "id": 11042, + "id": 11109, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11043, + "id": 11110, "name": "onInit", "variant": "signature", "kind": 4096, @@ -1132,58 +1132,58 @@ { "title": "Constructors", "children": [ - 11027 + 11094 ] }, { "title": "Properties", "children": [ - 11044, - 11029, - 11030, - 11031, - 11032, - 11033, - 11034, - 11035, - 11036, - 11037, - 11038, - 11039 + 11111, + 11096, + 11097, + 11098, + 11099, + 11100, + 11101, + 11102, + 11103, + 11104, + 11105, + 11106 ] }, { "title": "Methods", "children": [ - 11040, - 11042 + 11107, + 11109 ] } ] }, { - "id": 11102, + "id": 11169, "name": "PromotionRuleValue", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 11103, + "id": 11170, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 11104, + "id": 11171, "name": "new PromotionRuleValue", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 11102, + "target": 11169, "name": "PromotionRuleValue", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -1192,7 +1192,7 @@ ] }, { - "id": 11105, + "id": 11172, "name": "id", "variant": "declaration", "kind": 1024, @@ -1203,21 +1203,21 @@ } }, { - "id": 11106, + "id": 11173, "name": "promotion_rule", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 11083, + "target": 11150, "name": "PromotionRule", "package": "@medusajs/promotion", "qualifiedName": "default" } }, { - "id": 11107, + "id": 11174, "name": "value", "variant": "declaration", "kind": 1024, @@ -1228,7 +1228,7 @@ } }, { - "id": 11108, + "id": 11175, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -1244,7 +1244,7 @@ } }, { - "id": 11109, + "id": 11176, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -1260,7 +1260,7 @@ } }, { - "id": 11110, + "id": 11177, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -1286,14 +1286,14 @@ "defaultValue": "null" }, { - "id": 11111, + "id": 11178, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11112, + "id": 11179, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -1306,14 +1306,14 @@ ] }, { - "id": 11113, + "id": 11180, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11114, + "id": 11181, "name": "onInit", "variant": "signature", "kind": 4096, @@ -1330,52 +1330,52 @@ { "title": "Constructors", "children": [ - 11103 + 11170 ] }, { "title": "Properties", "children": [ - 11105, - 11106, - 11107, - 11108, - 11109, - 11110 + 11172, + 11173, + 11174, + 11175, + 11176, + 11177 ] }, { "title": "Methods", "children": [ - 11111, - 11113 + 11178, + 11180 ] } ] }, { - "id": 11083, + "id": 11150, "name": "PromotionRule", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 11084, + "id": 11151, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 11085, + "id": 11152, "name": "new PromotionRule", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 11083, + "target": 11150, "name": "PromotionRule", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -1384,7 +1384,7 @@ ] }, { - "id": 11101, + "id": 11168, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -1416,7 +1416,7 @@ } }, { - "id": 11086, + "id": 11153, "name": "id", "variant": "declaration", "kind": 1024, @@ -1427,7 +1427,7 @@ } }, { - "id": 11087, + "id": 11154, "name": "description", "variant": "declaration", "kind": 1024, @@ -1448,7 +1448,7 @@ "defaultValue": "null" }, { - "id": 11088, + "id": 11155, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -1459,7 +1459,7 @@ } }, { - "id": 11089, + "id": 11156, "name": "operator", "variant": "declaration", "kind": 1024, @@ -1475,7 +1475,7 @@ } }, { - "id": 11090, + "id": 11157, "name": "values", "variant": "declaration", "kind": 1024, @@ -1489,7 +1489,7 @@ "typeArguments": [ { "type": "reference", - "target": 11102, + "target": 11169, "name": "PromotionRuleValue", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -1505,7 +1505,7 @@ "defaultValue": "..." }, { - "id": 11091, + "id": 11158, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -1519,7 +1519,7 @@ "typeArguments": [ { "type": "reference", - "target": 11064, + "target": 11131, "name": "Promotion", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -1535,7 +1535,7 @@ "defaultValue": "..." }, { - "id": 11092, + "id": 11159, "name": "method_target_rules", "variant": "declaration", "kind": 1024, @@ -1549,7 +1549,7 @@ "typeArguments": [ { "type": "reference", - "target": 11003, + "target": 11070, "name": "ApplicationMethod", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -1565,7 +1565,7 @@ "defaultValue": "..." }, { - "id": 11093, + "id": 11160, "name": "method_buy_rules", "variant": "declaration", "kind": 1024, @@ -1579,7 +1579,7 @@ "typeArguments": [ { "type": "reference", - "target": 11003, + "target": 11070, "name": "ApplicationMethod", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -1595,7 +1595,7 @@ "defaultValue": "..." }, { - "id": 11094, + "id": 11161, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -1611,7 +1611,7 @@ } }, { - "id": 11095, + "id": 11162, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -1627,7 +1627,7 @@ } }, { - "id": 11096, + "id": 11163, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -1653,14 +1653,14 @@ "defaultValue": "null" }, { - "id": 11097, + "id": 11164, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11098, + "id": 11165, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -1673,14 +1673,14 @@ ] }, { - "id": 11099, + "id": 11166, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11100, + "id": 11167, "name": "onInit", "variant": "signature", "kind": 4096, @@ -1697,58 +1697,58 @@ { "title": "Constructors", "children": [ - 11084 + 11151 ] }, { "title": "Properties", "children": [ - 11101, - 11086, - 11087, - 11088, - 11089, - 11090, - 11091, - 11092, - 11093, - 11094, - 11095, - 11096 + 11168, + 11153, + 11154, + 11155, + 11156, + 11157, + 11158, + 11159, + 11160, + 11161, + 11162, + 11163 ] }, { "title": "Methods", "children": [ - 11097, - 11099 + 11164, + 11166 ] } ] }, { - "id": 11064, + "id": 11131, "name": "Promotion", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 11065, + "id": 11132, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 11066, + "id": 11133, "name": "new Promotion", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 11064, + "target": 11131, "name": "Promotion", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -1757,7 +1757,7 @@ ] }, { - "id": 11082, + "id": 11149, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -1789,7 +1789,7 @@ } }, { - "id": 11067, + "id": 11134, "name": "id", "variant": "declaration", "kind": 1024, @@ -1800,7 +1800,7 @@ } }, { - "id": 11068, + "id": 11135, "name": "code", "variant": "declaration", "kind": 1024, @@ -1811,7 +1811,7 @@ } }, { - "id": 11069, + "id": 11136, "name": "campaign_id", "variant": "declaration", "kind": 1024, @@ -1832,7 +1832,7 @@ "defaultValue": "null" }, { - "id": 11070, + "id": 11137, "name": "campaign", "variant": "declaration", "kind": 1024, @@ -1846,7 +1846,7 @@ }, { "type": "reference", - "target": 11026, + "target": 11093, "name": "Campaign", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -1855,7 +1855,7 @@ } }, { - "id": 11071, + "id": 11138, "name": "is_automatic", "variant": "declaration", "kind": 1024, @@ -1867,7 +1867,7 @@ "defaultValue": "false" }, { - "id": 11072, + "id": 11139, "name": "type", "variant": "declaration", "kind": 1024, @@ -1883,21 +1883,21 @@ } }, { - "id": 11073, + "id": 11140, "name": "application_method", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 11003, + "target": 11070, "name": "ApplicationMethod", "package": "@medusajs/promotion", "qualifiedName": "default" } }, { - "id": 11074, + "id": 11141, "name": "rules", "variant": "declaration", "kind": 1024, @@ -1911,7 +1911,7 @@ "typeArguments": [ { "type": "reference", - "target": 11083, + "target": 11150, "name": "PromotionRule", "package": "@medusajs/promotion", "qualifiedName": "default" @@ -1927,7 +1927,7 @@ "defaultValue": "..." }, { - "id": 11075, + "id": 11142, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -1943,7 +1943,7 @@ } }, { - "id": 11076, + "id": 11143, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -1959,7 +1959,7 @@ } }, { - "id": 11077, + "id": 11144, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -1985,14 +1985,14 @@ "defaultValue": "null" }, { - "id": 11078, + "id": 11145, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11079, + "id": 11146, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -2005,14 +2005,14 @@ ] }, { - "id": 11080, + "id": 11147, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11081, + "id": 11148, "name": "onInit", "variant": "signature", "kind": 4096, @@ -2029,31 +2029,31 @@ { "title": "Constructors", "children": [ - 11065 + 11132 ] }, { "title": "Properties", "children": [ - 11082, - 11067, - 11068, - 11069, - 11070, - 11071, - 11072, - 11073, - 11074, - 11075, - 11076, - 11077 + 11149, + 11134, + 11135, + 11136, + 11137, + 11138, + 11139, + 11140, + 11141, + 11142, + 11143, + 11144 ] }, { "title": "Methods", "children": [ - 11078, - 11080 + 11145, + 11147 ] } ] @@ -2063,418 +2063,418 @@ { "title": "Classes", "children": [ - 11003, - 11045, - 11026, - 11102, - 11083, - 11064 + 11070, + 11112, + 11093, + 11169, + 11150, + 11131 ] } ], "packageName": "@medusajs/promotion", "symbolIdMap": { - "11002": { + "11069": { "sourceFileName": "../../../../packages/modules/promotion/src/models/index.ts", "qualifiedName": "" }, - "11003": { + "11070": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default" }, - "11006": { + "11073": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.id" }, - "11007": { + "11074": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.value" }, - "11008": { + "11075": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.raw_value" }, - "11009": { + "11076": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.currency_code" }, - "11010": { + "11077": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.max_quantity" }, - "11011": { + "11078": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.apply_to_quantity" }, - "11012": { + "11079": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.buy_rules_min_quantity" }, - "11013": { + "11080": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.type" }, - "11014": { + "11081": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.target_type" }, - "11015": { + "11082": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.allocation" }, - "11016": { + "11083": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.promotion" }, - "11017": { + "11084": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.target_rules" }, - "11018": { + "11085": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.buy_rules" }, - "11019": { + "11086": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.created_at" }, - "11020": { + "11087": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.updated_at" }, - "11021": { + "11088": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.deleted_at" }, - "11022": { + "11089": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.onCreate" }, - "11023": { + "11090": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.onCreate" }, - "11024": { + "11091": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.onInit" }, - "11025": { + "11092": { "sourceFileName": "../../../../packages/modules/promotion/src/models/application-method.ts", "qualifiedName": "default.onInit" }, - "11026": { + "11093": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default" }, - "11029": { + "11096": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.id" }, - "11030": { + "11097": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.name" }, - "11031": { + "11098": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.description" }, - "11032": { + "11099": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.campaign_identifier" }, - "11033": { + "11100": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.starts_at" }, - "11034": { + "11101": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.ends_at" }, - "11035": { + "11102": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.budget" }, - "11036": { + "11103": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.promotions" }, - "11037": { + "11104": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.created_at" }, - "11038": { + "11105": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.updated_at" }, - "11039": { + "11106": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.deleted_at" }, - "11040": { + "11107": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.onCreate" }, - "11041": { + "11108": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.onCreate" }, - "11042": { + "11109": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.onInit" }, - "11043": { + "11110": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.onInit" }, - "11044": { + "11111": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign.ts", "qualifiedName": "default.[OptionalProps]" }, - "11045": { + "11112": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default" }, - "11048": { + "11115": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.id" }, - "11049": { + "11116": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.type" }, - "11050": { + "11117": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.campaign" }, - "11051": { + "11118": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.currency_code" }, - "11052": { + "11119": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.limit" }, - "11053": { + "11120": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.raw_limit" }, - "11054": { + "11121": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.used" }, - "11055": { + "11122": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.raw_used" }, - "11056": { + "11123": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.created_at" }, - "11057": { + "11124": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.updated_at" }, - "11058": { + "11125": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.deleted_at" }, - "11059": { + "11126": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.onCreate" }, - "11060": { + "11127": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.onCreate" }, - "11061": { + "11128": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.onInit" }, - "11062": { + "11129": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.onInit" }, - "11063": { + "11130": { "sourceFileName": "../../../../packages/modules/promotion/src/models/campaign-budget.ts", "qualifiedName": "default.[OptionalProps]" }, - "11064": { + "11131": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default" }, - "11067": { + "11134": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.id" }, - "11068": { + "11135": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.code" }, - "11069": { + "11136": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.campaign_id" }, - "11070": { + "11137": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.campaign" }, - "11071": { + "11138": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.is_automatic" }, - "11072": { + "11139": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.type" }, - "11073": { + "11140": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.application_method" }, - "11074": { + "11141": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.rules" }, - "11075": { + "11142": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.created_at" }, - "11076": { + "11143": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.updated_at" }, - "11077": { + "11144": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.deleted_at" }, - "11078": { + "11145": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.onCreate" }, - "11079": { + "11146": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.onCreate" }, - "11080": { + "11147": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.onInit" }, - "11081": { + "11148": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.onInit" }, - "11082": { + "11149": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion.ts", "qualifiedName": "default.[OptionalProps]" }, - "11083": { + "11150": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default" }, - "11086": { + "11153": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.id" }, - "11087": { + "11154": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.description" }, - "11088": { + "11155": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.attribute" }, - "11089": { + "11156": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.operator" }, - "11090": { + "11157": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.values" }, - "11091": { + "11158": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.promotions" }, - "11092": { + "11159": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.method_target_rules" }, - "11093": { + "11160": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.method_buy_rules" }, - "11094": { + "11161": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.created_at" }, - "11095": { + "11162": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.updated_at" }, - "11096": { + "11163": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.deleted_at" }, - "11097": { + "11164": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.onCreate" }, - "11098": { + "11165": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.onCreate" }, - "11099": { + "11166": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.onInit" }, - "11100": { + "11167": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.onInit" }, - "11101": { + "11168": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule.ts", "qualifiedName": "default.[OptionalProps]" }, - "11102": { + "11169": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule-value.ts", "qualifiedName": "default" }, - "11105": { + "11172": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule-value.ts", "qualifiedName": "default.id" }, - "11106": { + "11173": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule-value.ts", "qualifiedName": "default.promotion_rule" }, - "11107": { + "11174": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule-value.ts", "qualifiedName": "default.value" }, - "11108": { + "11175": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule-value.ts", "qualifiedName": "default.created_at" }, - "11109": { + "11176": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule-value.ts", "qualifiedName": "default.updated_at" }, - "11110": { + "11177": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule-value.ts", "qualifiedName": "default.deleted_at" }, - "11111": { + "11178": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule-value.ts", "qualifiedName": "default.onCreate" }, - "11112": { + "11179": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule-value.ts", "qualifiedName": "default.onCreate" }, - "11113": { + "11180": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule-value.ts", "qualifiedName": "default.onInit" }, - "11114": { + "11181": { "sourceFileName": "../../../../packages/modules/promotion/src/models/promotion-rule-value.ts", "qualifiedName": "default.onInit" } @@ -2484,7 +2484,7 @@ "1": "../../../../packages/modules/promotion/src/models/index.ts" }, "reflections": { - "1": 11002 + "1": 11069 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/promotion.json b/www/utils/generated/typedoc-json-output/promotion.json index 57efcfed8f..0c84d45333 100644 --- a/www/utils/generated/typedoc-json-output/promotion.json +++ b/www/utils/generated/typedoc-json-output/promotion.json @@ -1,12 +1,12 @@ { - "id": 10421, + "id": 10488, "name": "promotion", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 10655, + "id": 10722, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -29,7 +29,7 @@ }, "children": [ { - "id": 10656, + "id": 10723, "name": "select", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 10667, + "target": 10734, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -70,7 +70,7 @@ } }, { - "id": 10657, + "id": 10724, "name": "skip", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 10658, + "id": 10725, "name": "take", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 10659, + "id": 10726, "name": "relations", "variant": "declaration", "kind": 1024, @@ -154,7 +154,7 @@ } }, { - "id": 10660, + "id": 10727, "name": "order", "variant": "declaration", "kind": 1024, @@ -188,21 +188,21 @@ "type": { "type": "reflection", "declaration": { - "id": 10661, + "id": 10728, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 10662, + "id": 10729, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 10663, + "id": 10730, "name": "K", "variant": "param", "kind": 32768, @@ -232,7 +232,7 @@ } }, { - "id": 10664, + "id": 10731, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -261,7 +261,7 @@ } }, { - "id": 10665, + "id": 10732, "name": "filters", "variant": "declaration", "kind": 1024, @@ -297,7 +297,7 @@ } }, { - "id": 10666, + "id": 10733, "name": "options", "variant": "declaration", "kind": 1024, @@ -337,20 +337,20 @@ { "title": "Properties", "children": [ - 10656, - 10657, - 10658, - 10659, - 10660, - 10664, - 10665, - 10666 + 10723, + 10724, + 10725, + 10726, + 10727, + 10731, + 10732, + 10733 ] } ], "typeParameters": [ { - "id": 10667, + "id": 10734, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -359,7 +359,7 @@ ] }, { - "id": 10839, + "id": 10906, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -374,7 +374,7 @@ }, "children": [ { - "id": 10840, + "id": 10907, "name": "$and", "variant": "declaration", "kind": 1024, @@ -396,11 +396,11 @@ "types": [ { "type": "reference", - "target": 10839, + "target": 10906, "typeArguments": [ { "type": "reference", - "target": 10842, + "target": 10909, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -412,7 +412,7 @@ }, { "type": "reference", - "target": 10842, + "target": 10909, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -423,7 +423,7 @@ } }, { - "id": 10841, + "id": 10908, "name": "$or", "variant": "declaration", "kind": 1024, @@ -445,11 +445,11 @@ "types": [ { "type": "reference", - "target": 10839, + "target": 10906, "typeArguments": [ { "type": "reference", - "target": 10842, + "target": 10909, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -461,7 +461,7 @@ }, { "type": "reference", - "target": 10842, + "target": 10909, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -476,14 +476,14 @@ { "title": "Properties", "children": [ - 10840, - 10841 + 10907, + 10908 ] } ], "typeParameters": [ { - "id": 10842, + "id": 10909, "name": "T", "variant": "typeParam", "kind": 131072, @@ -493,23 +493,23 @@ "extendedBy": [ { "type": "reference", - "target": 10646, + "target": 10713, "name": "FilterablePromotionProps" }, { "type": "reference", - "target": 10709, + "target": 10776, "name": "FilterablePromotionRuleProps" }, { "type": "reference", - "target": 10719, + "target": 10786, "name": "FilterableCampaignProps" } ] }, { - "id": 10668, + "id": 10735, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -524,7 +524,7 @@ }, "children": [ { - "id": 10669, + "id": 10736, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -543,7 +543,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10670, + "target": 10737, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -555,13 +555,13 @@ { "title": "Properties", "children": [ - 10669 + 10736 ] } ], "typeParameters": [ { - "id": 10670, + "id": 10737, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -574,7 +574,7 @@ ] }, { - "id": 10671, + "id": 10738, "name": "RestoreReturn", "variant": "declaration", "kind": 256, @@ -589,7 +589,7 @@ }, "children": [ { - "id": 10672, + "id": 10739, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -608,7 +608,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10673, + "target": 10740, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -620,13 +620,13 @@ { "title": "Properties", "children": [ - 10672 + 10739 ] } ], "typeParameters": [ { - "id": 10673, + "id": 10740, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -639,14 +639,14 @@ ] }, { - "id": 10936, + "id": 11003, "name": "Query", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10937, + "id": 11004, "name": "T", "variant": "typeParam", "kind": 131072, @@ -657,7 +657,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10937, + "target": 11004, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -670,14 +670,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10937, + "target": 11004, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 10972, + "target": 11039, "name": "Scalar", "package": "@medusajs/types" }, @@ -687,11 +687,11 @@ }, "falseType": { "type": "reference", - "target": 10976, + "target": 11043, "typeArguments": [ { "type": "reference", - "target": 10937, + "target": 11004, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -703,11 +703,11 @@ }, "falseType": { "type": "reference", - "target": 10982, + "target": 11049, "typeArguments": [ { "type": "reference", - "target": 10937, + "target": 11004, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -719,14 +719,14 @@ } }, { - "id": 10938, + "id": 11005, "name": "ExpandScalar", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10939, + "id": 11006, "name": "T", "variant": "typeParam", "kind": 131072, @@ -744,7 +744,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10939, + "target": 11006, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -775,7 +775,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10939, + "target": 11006, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -809,7 +809,7 @@ }, "falseType": { "type": "reference", - "target": 10939, + "target": 11006, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -820,7 +820,7 @@ } }, { - "id": 10972, + "id": 11039, "name": "Scalar", "variant": "declaration", "kind": 2097152, @@ -879,21 +879,21 @@ { "type": "reflection", "declaration": { - "id": 10973, + "id": 11040, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10974, + "id": 11041, "name": "toHexString", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10975, + "id": 11042, "name": "toHexString", "variant": "signature", "kind": 4096, @@ -910,7 +910,7 @@ { "title": "Methods", "children": [ - 10974 + 11041 ] } ] @@ -920,14 +920,14 @@ } }, { - "id": 11000, + "id": 11067, "name": "ReadonlyPrimary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11001, + "id": 11068, "name": "T", "variant": "typeParam", "kind": 131072, @@ -938,7 +938,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 11001, + "target": 11068, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -959,7 +959,7 @@ "typeArguments": [ { "type": "reference", - "target": 11001, + "target": 11068, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -970,7 +970,7 @@ }, "falseType": { "type": "reference", - "target": 11001, + "target": 11068, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -978,14 +978,14 @@ } }, { - "id": 10990, + "id": 11057, "name": "Primary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10999, + "id": 11066, "name": "T", "variant": "typeParam", "kind": 131072, @@ -996,7 +996,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10999, + "target": 11066, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1004,14 +1004,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 10991, + "id": 11058, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10992, + "id": 11059, "name": "[PrimaryKeyType]", "variant": "declaration", "kind": 1024, @@ -1028,7 +1028,7 @@ { "title": "Properties", "children": [ - 10992 + 11059 ] } ] @@ -1036,7 +1036,7 @@ }, "trueType": { "type": "reference", - "target": 11000, + "target": 11067, "typeArguments": [ { "type": "reference", @@ -1056,7 +1056,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10999, + "target": 11066, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1064,14 +1064,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 10993, + "id": 11060, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10994, + "id": 11061, "name": "_id", "variant": "declaration", "kind": 1024, @@ -1088,7 +1088,7 @@ { "title": "Properties", "children": [ - 10994 + 11061 ] } ] @@ -1099,7 +1099,7 @@ "types": [ { "type": "reference", - "target": 11000, + "target": 11067, "typeArguments": [ { "type": "reference", @@ -1125,7 +1125,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10999, + "target": 11066, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1133,14 +1133,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 10995, + "id": 11062, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10996, + "id": 11063, "name": "uuid", "variant": "declaration", "kind": 1024, @@ -1157,7 +1157,7 @@ { "title": "Properties", "children": [ - 10996 + 11063 ] } ] @@ -1165,7 +1165,7 @@ }, "trueType": { "type": "reference", - "target": 11000, + "target": 11067, "typeArguments": [ { "type": "reference", @@ -1185,7 +1185,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10999, + "target": 11066, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1193,14 +1193,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 10997, + "id": 11064, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10998, + "id": 11065, "name": "id", "variant": "declaration", "kind": 1024, @@ -1217,7 +1217,7 @@ { "title": "Properties", "children": [ - 10998 + 11065 ] } ] @@ -1225,7 +1225,7 @@ }, "trueType": { "type": "reference", - "target": 11000, + "target": 11067, "typeArguments": [ { "type": "reference", @@ -1251,14 +1251,14 @@ } }, { - "id": 10843, + "id": 10910, "name": "OperatorMap", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10864, + "id": 10931, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1268,14 +1268,14 @@ "type": { "type": "reflection", "declaration": { - "id": 10844, + "id": 10911, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10845, + "id": 10912, "name": "$and", "variant": "declaration", "kind": 1024, @@ -1286,11 +1286,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10936, + "target": 11003, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1302,7 +1302,7 @@ } }, { - "id": 10846, + "id": 10913, "name": "$or", "variant": "declaration", "kind": 1024, @@ -1313,11 +1313,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10936, + "target": 11003, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1329,7 +1329,7 @@ } }, { - "id": 10847, + "id": 10914, "name": "$eq", "variant": "declaration", "kind": 1024, @@ -1341,11 +1341,11 @@ "types": [ { "type": "reference", - "target": 10938, + "target": 11005, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1358,11 +1358,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10938, + "target": 11005, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1376,7 +1376,7 @@ } }, { - "id": 10848, + "id": 10915, "name": "$ne", "variant": "declaration", "kind": 1024, @@ -1385,11 +1385,11 @@ }, "type": { "type": "reference", - "target": 10938, + "target": 11005, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1400,7 +1400,7 @@ } }, { - "id": 10849, + "id": 10916, "name": "$in", "variant": "declaration", "kind": 1024, @@ -1411,11 +1411,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10938, + "target": 11005, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1427,7 +1427,7 @@ } }, { - "id": 10850, + "id": 10917, "name": "$nin", "variant": "declaration", "kind": 1024, @@ -1438,11 +1438,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10938, + "target": 11005, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1454,7 +1454,7 @@ } }, { - "id": 10851, + "id": 10918, "name": "$not", "variant": "declaration", "kind": 1024, @@ -1463,11 +1463,11 @@ }, "type": { "type": "reference", - "target": 10936, + "target": 11003, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1478,7 +1478,7 @@ } }, { - "id": 10852, + "id": 10919, "name": "$gt", "variant": "declaration", "kind": 1024, @@ -1487,11 +1487,11 @@ }, "type": { "type": "reference", - "target": 10938, + "target": 11005, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1502,7 +1502,7 @@ } }, { - "id": 10853, + "id": 10920, "name": "$gte", "variant": "declaration", "kind": 1024, @@ -1511,11 +1511,11 @@ }, "type": { "type": "reference", - "target": 10938, + "target": 11005, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1526,7 +1526,7 @@ } }, { - "id": 10854, + "id": 10921, "name": "$lt", "variant": "declaration", "kind": 1024, @@ -1535,11 +1535,11 @@ }, "type": { "type": "reference", - "target": 10938, + "target": 11005, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1550,7 +1550,7 @@ } }, { - "id": 10855, + "id": 10922, "name": "$lte", "variant": "declaration", "kind": 1024, @@ -1559,11 +1559,11 @@ }, "type": { "type": "reference", - "target": 10938, + "target": 11005, "typeArguments": [ { "type": "reference", - "target": 10864, + "target": 10931, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1574,7 +1574,7 @@ } }, { - "id": 10856, + "id": 10923, "name": "$like", "variant": "declaration", "kind": 1024, @@ -1587,7 +1587,7 @@ } }, { - "id": 10857, + "id": 10924, "name": "$re", "variant": "declaration", "kind": 1024, @@ -1600,7 +1600,7 @@ } }, { - "id": 10858, + "id": 10925, "name": "$ilike", "variant": "declaration", "kind": 1024, @@ -1613,7 +1613,7 @@ } }, { - "id": 10859, + "id": 10926, "name": "$fulltext", "variant": "declaration", "kind": 1024, @@ -1626,7 +1626,7 @@ } }, { - "id": 10860, + "id": 10927, "name": "$overlap", "variant": "declaration", "kind": 1024, @@ -1642,7 +1642,7 @@ } }, { - "id": 10861, + "id": 10928, "name": "$contains", "variant": "declaration", "kind": 1024, @@ -1658,7 +1658,7 @@ } }, { - "id": 10862, + "id": 10929, "name": "$contained", "variant": "declaration", "kind": 1024, @@ -1674,7 +1674,7 @@ } }, { - "id": 10863, + "id": 10930, "name": "$exists", "variant": "declaration", "kind": 1024, @@ -1691,25 +1691,25 @@ { "title": "Properties", "children": [ - 10845, - 10846, - 10847, - 10848, - 10849, - 10850, - 10851, - 10852, - 10853, - 10854, - 10855, - 10856, - 10857, - 10858, - 10859, - 10860, - 10861, - 10862, - 10863 + 10912, + 10913, + 10914, + 10915, + 10916, + 10917, + 10918, + 10919, + 10920, + 10921, + 10922, + 10923, + 10924, + 10925, + 10926, + 10927, + 10928, + 10929, + 10930 ] } ] @@ -1717,14 +1717,14 @@ } }, { - "id": 10988, + "id": 11055, "name": "FilterValue2", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10989, + "id": 11056, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1736,18 +1736,18 @@ "types": [ { "type": "reference", - "target": 10989, + "target": 11056, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 10938, + "target": 11005, "typeArguments": [ { "type": "reference", - "target": 10989, + "target": 11056, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1758,11 +1758,11 @@ }, { "type": "reference", - "target": 10990, + "target": 11057, "typeArguments": [ { "type": "reference", - "target": 10989, + "target": 11056, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1775,14 +1775,14 @@ } }, { - "id": 10982, + "id": 11049, "name": "FilterValue", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10983, + "id": 11050, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1794,15 +1794,15 @@ "types": [ { "type": "reference", - "target": 10843, + "target": 10910, "typeArguments": [ { "type": "reference", - "target": 10988, + "target": 11055, "typeArguments": [ { "type": "reference", - "target": 10983, + "target": 11050, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1817,11 +1817,11 @@ }, { "type": "reference", - "target": 10988, + "target": 11055, "typeArguments": [ { "type": "reference", - "target": 10983, + "target": 11050, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1834,11 +1834,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10988, + "target": 11055, "typeArguments": [ { "type": "reference", - "target": 10983, + "target": 11050, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1856,7 +1856,7 @@ } }, { - "id": 10987, + "id": 11054, "name": "PrevLimit", "variant": "declaration", "kind": 2097152, @@ -1884,14 +1884,14 @@ } }, { - "id": 10976, + "id": 11043, "name": "FilterQuery", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10980, + "id": 11047, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1902,7 +1902,7 @@ } }, { - "id": 10981, + "id": 11048, "name": "Prev", "variant": "typeParam", "kind": 131072, @@ -1921,7 +1921,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 10981, + "target": 11048, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1942,7 +1942,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 10980, + "target": 11047, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1964,7 +1964,7 @@ }, "objectType": { "type": "reference", - "target": 10980, + "target": 11047, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2021,7 +2021,7 @@ }, "objectType": { "type": "reference", - "target": 10980, + "target": 11047, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2029,7 +2029,7 @@ }, { "type": "reference", - "target": 10843, + "target": 10910, "typeArguments": [ { "type": "indexedAccess", @@ -2045,7 +2045,7 @@ }, "objectType": { "type": "reference", - "target": 10980, + "target": 11047, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2073,7 +2073,7 @@ }, "objectType": { "type": "reference", - "target": 10980, + "target": 11047, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2098,21 +2098,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 10977, + "id": 11044, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 10978, + "id": 11045, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 10979, + "id": 11046, "name": "x", "variant": "param", "kind": 32768, @@ -2149,7 +2149,7 @@ }, "trueType": { "type": "reference", - "target": 10976, + "target": 11043, "typeArguments": [ { "type": "reference", @@ -2176,14 +2176,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 10981, + "target": 11048, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 10987, + "target": 11054, "name": "PrevLimit", "package": "@medusajs/types" } @@ -2213,7 +2213,7 @@ } }, { - "id": 10984, + "id": 11051, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -2243,14 +2243,14 @@ { "type": "reflection", "declaration": { - "id": 10985, + "id": 11052, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10986, + "id": 11053, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -2267,7 +2267,7 @@ { "title": "Properties", "children": [ - 10986 + 11053 ] } ] @@ -2277,14 +2277,14 @@ } }, { - "id": 10966, + "id": 11033, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10971, + "id": 11038, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2298,14 +2298,14 @@ "type": { "type": "reflection", "declaration": { - "id": 10967, + "id": 11034, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10968, + "id": 11035, "name": "name", "variant": "declaration", "kind": 1024, @@ -2316,7 +2316,7 @@ } }, { - "id": 10969, + "id": 11036, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2325,20 +2325,20 @@ }, "type": { "type": "reference", - "target": 10984, + "target": 11051, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 10970, + "id": 11037, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 10971, + "target": 11038, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2349,9 +2349,9 @@ { "title": "Properties", "children": [ - 10968, - 10969, - 10970 + 11035, + 11036, + 11037 ] } ] @@ -2359,14 +2359,14 @@ } }, { - "id": 10916, + "id": 10983, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10919, + "id": 10986, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2382,11 +2382,11 @@ "types": [ { "type": "reference", - "target": 10966, + "target": 11033, "typeArguments": [ { "type": "reference", - "target": 10919, + "target": 10986, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2398,14 +2398,14 @@ { "type": "reflection", "declaration": { - "id": 10917, + "id": 10984, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10918, + "id": 10985, "name": "options", "variant": "declaration", "kind": 1024, @@ -2437,7 +2437,7 @@ { "title": "Properties", "children": [ - 10918 + 10985 ] } ] @@ -2447,14 +2447,14 @@ } }, { - "id": 10926, + "id": 10993, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 10935, + "id": 11002, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2468,14 +2468,14 @@ "type": { "type": "reflection", "declaration": { - "id": 10927, + "id": 10994, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10928, + "id": 10995, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -2486,21 +2486,21 @@ } }, { - "id": 10929, + "id": 10996, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 10935, + "target": 11002, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 10930, + "id": 10997, "name": "source", "variant": "declaration", "kind": 1024, @@ -2511,7 +2511,7 @@ } }, { - "id": 10931, + "id": 10998, "name": "object", "variant": "declaration", "kind": 1024, @@ -2522,7 +2522,7 @@ } }, { - "id": 10932, + "id": 10999, "name": "action", "variant": "declaration", "kind": 1024, @@ -2535,7 +2535,7 @@ } }, { - "id": 10933, + "id": 11000, "name": "context", "variant": "declaration", "kind": 1024, @@ -2551,7 +2551,7 @@ "typeArguments": [ { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" }, @@ -2565,7 +2565,7 @@ } }, { - "id": 10934, + "id": 11001, "name": "options", "variant": "declaration", "kind": 1024, @@ -2597,13 +2597,13 @@ { "title": "Properties", "children": [ - 10928, - 10929, - 10930, - 10931, - 10932, - 10933, - 10934 + 10995, + 10996, + 10997, + 10998, + 10999, + 11000, + 11001 ] } ] @@ -2611,7 +2611,7 @@ } }, { - "id": 10944, + "id": 11011, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -2619,14 +2619,14 @@ "type": { "type": "reflection", "declaration": { - "id": 10945, + "id": 11012, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10946, + "id": 11013, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2637,7 +2637,7 @@ } }, { - "id": 10947, + "id": 11014, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -2648,7 +2648,7 @@ } }, { - "id": 10948, + "id": 11015, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -2659,7 +2659,7 @@ } }, { - "id": 10949, + "id": 11016, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2670,7 +2670,7 @@ } }, { - "id": 10950, + "id": 11017, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -2691,7 +2691,7 @@ } }, { - "id": 10951, + "id": 11018, "name": "isList", "variant": "declaration", "kind": 1024, @@ -2712,7 +2712,7 @@ } }, { - "id": 10952, + "id": 11019, "name": "args", "variant": "declaration", "kind": 1024, @@ -2752,13 +2752,13 @@ { "title": "Properties", "children": [ - 10946, - 10947, - 10948, - 10949, - 10950, - 10951, - 10952 + 11013, + 11014, + 11015, + 11016, + 11017, + 11018, + 11019 ] } ] @@ -2766,14 +2766,14 @@ } }, { - "id": 10941, + "id": 11008, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10942, + "id": 11009, "name": "name", "variant": "declaration", "kind": 1024, @@ -2796,7 +2796,7 @@ } }, { - "id": 10943, + "id": 11010, "name": "args", "variant": "declaration", "kind": 1024, @@ -2836,21 +2836,21 @@ { "title": "Properties", "children": [ - 10942, - 10943 + 11009, + 11010 ] } ] }, { - "id": 10886, + "id": 10953, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10887, + "id": 10954, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2861,7 +2861,7 @@ } }, { - "id": 10888, + "id": 10955, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2881,7 +2881,7 @@ "types": [ { "type": "reference", - "target": 10941, + "target": 11008, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -2889,7 +2889,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10941, + "target": 11008, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -2898,7 +2898,7 @@ } }, { - "id": 10889, + "id": 10956, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -2934,14 +2934,14 @@ { "type": "reflection", "declaration": { - "id": 10890, + "id": 10957, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10891, + "id": 10958, "name": "path", "variant": "declaration", "kind": 1024, @@ -2952,7 +2952,7 @@ } }, { - "id": 10892, + "id": 10959, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -2970,8 +2970,8 @@ { "title": "Properties", "children": [ - 10891, - 10892 + 10958, + 10959 ] } ] @@ -2985,7 +2985,7 @@ } }, { - "id": 10893, + "id": 10960, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -2999,7 +2999,7 @@ } }, { - "id": 10894, + "id": 10961, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3010,14 +3010,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10944, + "target": 11011, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 10895, + "id": 10962, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3029,14 +3029,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 10896, + "id": 10963, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10897, + "id": 10964, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3047,14 +3047,14 @@ } }, { - "id": 10898, + "id": 10965, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 10944, + "target": 11011, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -3064,8 +3064,8 @@ { "title": "Properties", "children": [ - 10897, - 10898 + 10964, + 10965 ] } ] @@ -3074,7 +3074,7 @@ } }, { - "id": 10899, + "id": 10966, "name": "args", "variant": "declaration", "kind": 1024, @@ -3114,19 +3114,19 @@ { "title": "Properties", "children": [ - 10887, - 10888, - 10889, - 10893, - 10894, - 10895, - 10899 + 10954, + 10955, + 10956, + 10960, + 10961, + 10962, + 10966 ] } ] }, { - "id": 10903, + "id": 10970, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -3145,14 +3145,14 @@ { "type": "reflection", "declaration": { - "id": 10904, + "id": 10971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10905, + "id": 10972, "name": "type", "variant": "declaration", "kind": 1024, @@ -3248,7 +3248,7 @@ } }, { - "id": 10906, + "id": 10973, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -3261,7 +3261,7 @@ } }, { - "id": 10907, + "id": 10974, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -3274,7 +3274,7 @@ } }, { - "id": 10908, + "id": 10975, "name": "options", "variant": "declaration", "kind": 1024, @@ -3314,10 +3314,10 @@ { "title": "Properties", "children": [ - 10905, - 10906, - 10907, - 10908 + 10972, + 10973, + 10974, + 10975 ] } ] @@ -3329,7 +3329,7 @@ } }, { - "id": 10731, + "id": 10798, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -3346,7 +3346,7 @@ "typeArguments": [ { "type": "reference", - "target": 10886, + "target": 10953, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -3378,14 +3378,14 @@ { "type": "reflection", "declaration": { - "id": 10732, + "id": 10799, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10733, + "id": 10800, "name": "schema", "variant": "declaration", "kind": 1024, @@ -3406,7 +3406,7 @@ } }, { - "id": 10734, + "id": 10801, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3417,14 +3417,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10900, + "target": 10967, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 10735, + "id": 10802, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3436,14 +3436,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 10736, + "id": 10803, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10737, + "id": 10804, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3454,7 +3454,7 @@ } }, { - "id": 10738, + "id": 10805, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -3482,14 +3482,14 @@ { "type": "reflection", "declaration": { - "id": 10739, + "id": 10806, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10740, + "id": 10807, "name": "path", "variant": "declaration", "kind": 1024, @@ -3500,7 +3500,7 @@ } }, { - "id": 10741, + "id": 10808, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -3516,7 +3516,7 @@ } }, { - "id": 10742, + "id": 10809, "name": "isList", "variant": "declaration", "kind": 1024, @@ -3533,9 +3533,9 @@ { "title": "Properties", "children": [ - 10740, - 10741, - 10742 + 10807, + 10808, + 10809 ] } ] @@ -3549,14 +3549,14 @@ } }, { - "id": 10743, + "id": 10810, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 10900, + "target": 10967, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -3566,9 +3566,9 @@ { "title": "Properties", "children": [ - 10737, - 10738, - 10743 + 10804, + 10805, + 10810 ] } ] @@ -3577,7 +3577,7 @@ } }, { - "id": 10744, + "id": 10811, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3590,7 +3590,7 @@ } }, { - "id": 10745, + "id": 10812, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -3606,7 +3606,7 @@ } }, { - "id": 10746, + "id": 10813, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -3627,7 +3627,7 @@ } }, { - "id": 10747, + "id": 10814, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -3663,7 +3663,7 @@ } }, { - "id": 10748, + "id": 10815, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -3684,7 +3684,7 @@ } }, { - "id": 10749, + "id": 10816, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -3708,7 +3708,7 @@ } }, { - "id": 10750, + "id": 10817, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -3718,14 +3718,14 @@ "type": { "type": "reflection", "declaration": { - "id": 10751, + "id": 10818, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10752, + "id": 10819, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -3746,7 +3746,7 @@ } }, { - "id": 10753, + "id": 10820, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -3767,7 +3767,7 @@ } }, { - "id": 10754, + "id": 10821, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -3776,7 +3776,7 @@ }, "type": { "type": "reference", - "target": 10903, + "target": 10970, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -3786,9 +3786,9 @@ { "title": "Properties", "children": [ - 10752, - 10753, - 10754 + 10819, + 10820, + 10821 ] } ] @@ -3800,16 +3800,16 @@ { "title": "Properties", "children": [ - 10733, - 10734, - 10735, - 10744, - 10745, - 10746, - 10747, - 10748, - 10749, - 10750 + 10800, + 10801, + 10802, + 10811, + 10812, + 10813, + 10814, + 10815, + 10816, + 10817 ] } ] @@ -3819,7 +3819,7 @@ } }, { - "id": 10900, + "id": 10967, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -3829,21 +3829,21 @@ "types": [ { "type": "reference", - "target": 10944, + "target": 11011, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 10901, + "id": 10968, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10902, + "id": 10969, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -3868,7 +3868,7 @@ { "title": "Properties", "children": [ - 10902 + 10969 ] } ] @@ -3878,7 +3878,7 @@ } }, { - "id": 10591, + "id": 10658, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -3886,13 +3886,13 @@ "extendedBy": [ { "type": "reference", - "target": 10422, + "target": 10489, "name": "IPromotionModuleService" } ] }, { - "id": 10913, + "id": 10980, "name": "ApplicationMethodTypeValues", "variant": "declaration", "kind": 2097152, @@ -3920,7 +3920,7 @@ } }, { - "id": 10914, + "id": 10981, "name": "ApplicationMethodTargetTypeValues", "variant": "declaration", "kind": 2097152, @@ -3952,7 +3952,7 @@ } }, { - "id": 10915, + "id": 10982, "name": "ApplicationMethodAllocationValues", "variant": "declaration", "kind": 2097152, @@ -3980,7 +3980,7 @@ } }, { - "id": 10815, + "id": 10882, "name": "ApplicationMethodDTO", "variant": "declaration", "kind": 256, @@ -3995,7 +3995,7 @@ }, "children": [ { - "id": 10816, + "id": 10883, "name": "id", "variant": "declaration", "kind": 1024, @@ -4014,7 +4014,7 @@ } }, { - "id": 10817, + "id": 10884, "name": "type", "variant": "declaration", "kind": 1024, @@ -4031,13 +4031,13 @@ }, "type": { "type": "reference", - "target": 10913, + "target": 10980, "name": "ApplicationMethodTypeValues", "package": "@medusajs/types" } }, { - "id": 10818, + "id": 10885, "name": "target_type", "variant": "declaration", "kind": 1024, @@ -4054,13 +4054,13 @@ }, "type": { "type": "reference", - "target": 10914, + "target": 10981, "name": "ApplicationMethodTargetTypeValues", "package": "@medusajs/types" } }, { - "id": 10819, + "id": 10886, "name": "allocation", "variant": "declaration", "kind": 1024, @@ -4077,13 +4077,13 @@ }, "type": { "type": "reference", - "target": 10915, + "target": 10982, "name": "ApplicationMethodAllocationValues", "package": "@medusajs/types" } }, { - "id": 10820, + "id": 10887, "name": "value", "variant": "declaration", "kind": 1024, @@ -4112,7 +4112,7 @@ } }, { - "id": 10821, + "id": 10888, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -4133,7 +4133,7 @@ } }, { - "id": 10822, + "id": 10889, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -4163,7 +4163,7 @@ } }, { - "id": 10823, + "id": 10890, "name": "buy_rules_min_quantity", "variant": "declaration", "kind": 1024, @@ -4209,7 +4209,7 @@ } }, { - "id": 10824, + "id": 10891, "name": "apply_to_quantity", "variant": "declaration", "kind": 1024, @@ -4255,7 +4255,7 @@ } }, { - "id": 10825, + "id": 10892, "name": "promotion", "variant": "declaration", "kind": 1024, @@ -4279,7 +4279,7 @@ }, { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -4287,7 +4287,7 @@ } }, { - "id": 10826, + "id": 10893, "name": "target_rules", "variant": "declaration", "kind": 1024, @@ -4306,14 +4306,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10679, + "target": 10746, "name": "PromotionRuleDTO", "package": "@medusajs/types" } } }, { - "id": 10827, + "id": 10894, "name": "buy_rules", "variant": "declaration", "kind": 1024, @@ -4332,7 +4332,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10679, + "target": 10746, "name": "PromotionRuleDTO", "package": "@medusajs/types" } @@ -4343,24 +4343,24 @@ { "title": "Properties", "children": [ - 10816, - 10817, - 10818, - 10819, - 10820, - 10821, - 10822, - 10823, - 10824, - 10825, - 10826, - 10827 + 10883, + 10884, + 10885, + 10886, + 10887, + 10888, + 10889, + 10890, + 10891, + 10892, + 10893, + 10894 ] } ] }, { - "id": 10789, + "id": 10856, "name": "CreateApplicationMethodDTO", "variant": "declaration", "kind": 256, @@ -4375,7 +4375,7 @@ }, "children": [ { - "id": 10790, + "id": 10857, "name": "type", "variant": "declaration", "kind": 1024, @@ -4390,13 +4390,13 @@ }, "type": { "type": "reference", - "target": 10913, + "target": 10980, "name": "ApplicationMethodTypeValues", "package": "@medusajs/types" } }, { - "id": 10791, + "id": 10858, "name": "target_type", "variant": "declaration", "kind": 1024, @@ -4411,13 +4411,13 @@ }, "type": { "type": "reference", - "target": 10914, + "target": 10981, "name": "ApplicationMethodTargetTypeValues", "package": "@medusajs/types" } }, { - "id": 10792, + "id": 10859, "name": "allocation", "variant": "declaration", "kind": 1024, @@ -4434,13 +4434,13 @@ }, "type": { "type": "reference", - "target": 10915, + "target": 10982, "name": "ApplicationMethodAllocationValues", "package": "@medusajs/types" } }, { - "id": 10793, + "id": 10860, "name": "value", "variant": "declaration", "kind": 1024, @@ -4469,7 +4469,7 @@ } }, { - "id": 10794, + "id": 10861, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -4490,7 +4490,7 @@ } }, { - "id": 10795, + "id": 10862, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -4520,7 +4520,7 @@ } }, { - "id": 10796, + "id": 10863, "name": "buy_rules_min_quantity", "variant": "declaration", "kind": 1024, @@ -4566,7 +4566,7 @@ } }, { - "id": 10797, + "id": 10864, "name": "apply_to_quantity", "variant": "declaration", "kind": 1024, @@ -4612,7 +4612,7 @@ } }, { - "id": 10798, + "id": 10865, "name": "promotion", "variant": "declaration", "kind": 1024, @@ -4636,7 +4636,7 @@ }, { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -4644,7 +4644,7 @@ } }, { - "id": 10799, + "id": 10866, "name": "target_rules", "variant": "declaration", "kind": 1024, @@ -4663,14 +4663,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10674, + "target": 10741, "name": "CreatePromotionRuleDTO", "package": "@medusajs/types" } } }, { - "id": 10800, + "id": 10867, "name": "buy_rules", "variant": "declaration", "kind": 1024, @@ -4689,7 +4689,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10674, + "target": 10741, "name": "CreatePromotionRuleDTO", "package": "@medusajs/types" } @@ -4700,23 +4700,23 @@ { "title": "Properties", "children": [ - 10790, - 10791, - 10792, - 10793, - 10794, - 10795, - 10796, - 10797, - 10798, - 10799, - 10800 + 10857, + 10858, + 10859, + 10860, + 10861, + 10862, + 10863, + 10864, + 10865, + 10866, + 10867 ] } ] }, { - "id": 10828, + "id": 10895, "name": "UpdateApplicationMethodDTO", "variant": "declaration", "kind": 256, @@ -4731,7 +4731,7 @@ }, "children": [ { - "id": 10829, + "id": 10896, "name": "id", "variant": "declaration", "kind": 1024, @@ -4752,7 +4752,7 @@ } }, { - "id": 10830, + "id": 10897, "name": "type", "variant": "declaration", "kind": 1024, @@ -4769,13 +4769,13 @@ }, "type": { "type": "reference", - "target": 10913, + "target": 10980, "name": "ApplicationMethodTypeValues", "package": "@medusajs/types" } }, { - "id": 10831, + "id": 10898, "name": "target_type", "variant": "declaration", "kind": 1024, @@ -4792,13 +4792,13 @@ }, "type": { "type": "reference", - "target": 10914, + "target": 10981, "name": "ApplicationMethodTargetTypeValues", "package": "@medusajs/types" } }, { - "id": 10832, + "id": 10899, "name": "allocation", "variant": "declaration", "kind": 1024, @@ -4815,13 +4815,13 @@ }, "type": { "type": "reference", - "target": 10915, + "target": 10982, "name": "ApplicationMethodAllocationValues", "package": "@medusajs/types" } }, { - "id": 10833, + "id": 10900, "name": "value", "variant": "declaration", "kind": 1024, @@ -4850,7 +4850,7 @@ } }, { - "id": 10834, + "id": 10901, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -4871,7 +4871,7 @@ } }, { - "id": 10835, + "id": 10902, "name": "max_quantity", "variant": "declaration", "kind": 1024, @@ -4901,7 +4901,7 @@ } }, { - "id": 10836, + "id": 10903, "name": "buy_rules_min_quantity", "variant": "declaration", "kind": 1024, @@ -4947,7 +4947,7 @@ } }, { - "id": 10837, + "id": 10904, "name": "apply_to_quantity", "variant": "declaration", "kind": 1024, @@ -4993,7 +4993,7 @@ } }, { - "id": 10838, + "id": 10905, "name": "promotion", "variant": "declaration", "kind": 1024, @@ -5017,7 +5017,7 @@ }, { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -5029,22 +5029,22 @@ { "title": "Properties", "children": [ - 10829, - 10830, - 10831, - 10832, - 10833, - 10834, - 10835, - 10836, - 10837, - 10838 + 10896, + 10897, + 10898, + 10899, + 10900, + 10901, + 10902, + 10903, + 10904, + 10905 ] } ] }, { - "id": 10940, + "id": 11007, "name": "CampaignBudgetTypeValues", "variant": "declaration", "kind": 2097152, @@ -5072,7 +5072,7 @@ } }, { - "id": 10874, + "id": 10941, "name": "CampaignBudgetDTO", "variant": "declaration", "kind": 256, @@ -5087,7 +5087,7 @@ }, "children": [ { - "id": 10875, + "id": 10942, "name": "id", "variant": "declaration", "kind": 1024, @@ -5106,7 +5106,7 @@ } }, { - "id": 10876, + "id": 10943, "name": "type", "variant": "declaration", "kind": 1024, @@ -5139,13 +5139,13 @@ }, "type": { "type": "reference", - "target": 10940, + "target": 11007, "name": "CampaignBudgetTypeValues", "package": "@medusajs/types" } }, { - "id": 10877, + "id": 10944, "name": "limit", "variant": "declaration", "kind": 1024, @@ -5175,7 +5175,7 @@ } }, { - "id": 10878, + "id": 10945, "name": "used", "variant": "declaration", "kind": 1024, @@ -5212,7 +5212,7 @@ } }, { - "id": 10879, + "id": 10946, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -5237,17 +5237,17 @@ { "title": "Properties", "children": [ - 10875, - 10876, - 10877, - 10878, - 10879 + 10942, + 10943, + 10944, + 10945, + 10946 ] } ] }, { - "id": 10692, + "id": 10759, "name": "CampaignDTO", "variant": "declaration", "kind": 256, @@ -5262,7 +5262,7 @@ }, "children": [ { - "id": 10693, + "id": 10760, "name": "id", "variant": "declaration", "kind": 1024, @@ -5281,7 +5281,7 @@ } }, { - "id": 10694, + "id": 10761, "name": "name", "variant": "declaration", "kind": 1024, @@ -5302,7 +5302,7 @@ } }, { - "id": 10695, + "id": 10762, "name": "description", "variant": "declaration", "kind": 1024, @@ -5323,7 +5323,7 @@ } }, { - "id": 10696, + "id": 10763, "name": "campaign_identifier", "variant": "declaration", "kind": 1024, @@ -5344,7 +5344,7 @@ } }, { - "id": 10697, + "id": 10764, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -5370,7 +5370,7 @@ } }, { - "id": 10698, + "id": 10765, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -5396,7 +5396,7 @@ } }, { - "id": 10699, + "id": 10766, "name": "budget", "variant": "declaration", "kind": 1024, @@ -5413,13 +5413,13 @@ }, "type": { "type": "reference", - "target": 10874, + "target": 10941, "name": "CampaignBudgetDTO", "package": "@medusajs/types" } }, { - "id": 10700, + "id": 10767, "name": "promotions", "variant": "declaration", "kind": 1024, @@ -5438,7 +5438,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -5449,20 +5449,20 @@ { "title": "Properties", "children": [ - 10693, - 10694, - 10695, - 10696, - 10697, - 10698, - 10699, - 10700 + 10760, + 10761, + 10762, + 10763, + 10764, + 10765, + 10766, + 10767 ] } ] }, { - "id": 10719, + "id": 10786, "name": "FilterableCampaignProps", "variant": "declaration", "kind": 256, @@ -5477,7 +5477,7 @@ }, "children": [ { - "id": 10723, + "id": 10790, "name": "$and", "variant": "declaration", "kind": 1024, @@ -5500,17 +5500,17 @@ "types": [ { "type": "reference", - "target": 10719, + "target": 10786, "name": "FilterableCampaignProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10839, + "target": 10906, "typeArguments": [ { "type": "reference", - "target": 10719, + "target": 10786, "name": "FilterableCampaignProps", "package": "@medusajs/types" } @@ -5523,12 +5523,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10840, + "target": 10907, "name": "BaseFilterable.$and" } }, { - "id": 10724, + "id": 10791, "name": "$or", "variant": "declaration", "kind": 1024, @@ -5551,17 +5551,17 @@ "types": [ { "type": "reference", - "target": 10719, + "target": 10786, "name": "FilterableCampaignProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10839, + "target": 10906, "typeArguments": [ { "type": "reference", - "target": 10719, + "target": 10786, "name": "FilterableCampaignProps", "package": "@medusajs/types" } @@ -5574,12 +5574,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10841, + "target": 10908, "name": "BaseFilterable.$or" } }, { - "id": 10720, + "id": 10787, "name": "q", "variant": "declaration", "kind": 1024, @@ -5600,7 +5600,7 @@ } }, { - "id": 10721, + "id": 10788, "name": "id", "variant": "declaration", "kind": 1024, @@ -5624,7 +5624,7 @@ } }, { - "id": 10722, + "id": 10789, "name": "campaign_identifier", "variant": "declaration", "kind": 1024, @@ -5652,22 +5652,22 @@ { "title": "Properties", "children": [ - 10723, - 10724, - 10720, - 10721, - 10722 + 10790, + 10791, + 10787, + 10788, + 10789 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10839, + "target": 10906, "typeArguments": [ { "type": "reference", - "target": 10719, + "target": 10786, "name": "FilterableCampaignProps", "package": "@medusajs/types" } @@ -5678,7 +5678,7 @@ ] }, { - "id": 10605, + "id": 10672, "name": "ComputeActions", "variant": "declaration", "kind": 2097152, @@ -5696,31 +5696,31 @@ "types": [ { "type": "reference", - "target": 10755, + "target": 10822, "name": "AddItemAdjustmentAction", "package": "@medusajs/types" }, { "type": "reference", - "target": 10761, + "target": 10828, "name": "RemoveItemAdjustmentAction", "package": "@medusajs/types" }, { "type": "reference", - "target": 10766, + "target": 10833, "name": "AddShippingMethodAdjustment", "package": "@medusajs/types" }, { "type": "reference", - "target": 10772, + "target": 10839, "name": "RemoveShippingMethodAdjustment", "package": "@medusajs/types" }, { "type": "reference", - "target": 10776, + "target": 10843, "name": "CampaignBudgetExceededAction", "package": "@medusajs/types" } @@ -5728,7 +5728,7 @@ } }, { - "id": 10776, + "id": 10843, "name": "CampaignBudgetExceededAction", "variant": "declaration", "kind": 256, @@ -5743,7 +5743,7 @@ }, "children": [ { - "id": 10777, + "id": 10844, "name": "action", "variant": "declaration", "kind": 1024, @@ -5762,7 +5762,7 @@ } }, { - "id": 10778, + "id": 10845, "name": "code", "variant": "declaration", "kind": 1024, @@ -5785,14 +5785,14 @@ { "title": "Properties", "children": [ - 10777, - 10778 + 10844, + 10845 ] } ] }, { - "id": 10755, + "id": 10822, "name": "AddItemAdjustmentAction", "variant": "declaration", "kind": 256, @@ -5807,7 +5807,7 @@ }, "children": [ { - "id": 10756, + "id": 10823, "name": "action", "variant": "declaration", "kind": 1024, @@ -5826,7 +5826,7 @@ } }, { - "id": 10757, + "id": 10824, "name": "item_id", "variant": "declaration", "kind": 1024, @@ -5845,7 +5845,7 @@ } }, { - "id": 10758, + "id": 10825, "name": "amount", "variant": "declaration", "kind": 1024, @@ -5860,13 +5860,13 @@ }, "type": { "type": "reference", - "target": 10909, + "target": 10976, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 10759, + "id": 10826, "name": "code", "variant": "declaration", "kind": 1024, @@ -5885,7 +5885,7 @@ } }, { - "id": 10760, + "id": 10827, "name": "description", "variant": "declaration", "kind": 1024, @@ -5910,17 +5910,17 @@ { "title": "Properties", "children": [ - 10756, - 10757, - 10758, - 10759, - 10760 + 10823, + 10824, + 10825, + 10826, + 10827 ] } ] }, { - "id": 10761, + "id": 10828, "name": "RemoveItemAdjustmentAction", "variant": "declaration", "kind": 256, @@ -5935,7 +5935,7 @@ }, "children": [ { - "id": 10762, + "id": 10829, "name": "action", "variant": "declaration", "kind": 1024, @@ -5954,7 +5954,7 @@ } }, { - "id": 10763, + "id": 10830, "name": "adjustment_id", "variant": "declaration", "kind": 1024, @@ -5973,7 +5973,7 @@ } }, { - "id": 10764, + "id": 10831, "name": "description", "variant": "declaration", "kind": 1024, @@ -5994,7 +5994,7 @@ } }, { - "id": 10765, + "id": 10832, "name": "code", "variant": "declaration", "kind": 1024, @@ -6017,16 +6017,16 @@ { "title": "Properties", "children": [ - 10762, - 10763, - 10764, - 10765 + 10829, + 10830, + 10831, + 10832 ] } ] }, { - "id": 10766, + "id": 10833, "name": "AddShippingMethodAdjustment", "variant": "declaration", "kind": 256, @@ -6041,7 +6041,7 @@ }, "children": [ { - "id": 10767, + "id": 10834, "name": "action", "variant": "declaration", "kind": 1024, @@ -6060,7 +6060,7 @@ } }, { - "id": 10768, + "id": 10835, "name": "shipping_method_id", "variant": "declaration", "kind": 1024, @@ -6079,7 +6079,7 @@ } }, { - "id": 10769, + "id": 10836, "name": "amount", "variant": "declaration", "kind": 1024, @@ -6094,13 +6094,13 @@ }, "type": { "type": "reference", - "target": 10909, + "target": 10976, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 10770, + "id": 10837, "name": "code", "variant": "declaration", "kind": 1024, @@ -6119,7 +6119,7 @@ } }, { - "id": 10771, + "id": 10838, "name": "description", "variant": "declaration", "kind": 1024, @@ -6144,17 +6144,17 @@ { "title": "Properties", "children": [ - 10767, - 10768, - 10769, - 10770, - 10771 + 10834, + 10835, + 10836, + 10837, + 10838 ] } ] }, { - "id": 10772, + "id": 10839, "name": "RemoveShippingMethodAdjustment", "variant": "declaration", "kind": 256, @@ -6169,7 +6169,7 @@ }, "children": [ { - "id": 10773, + "id": 10840, "name": "action", "variant": "declaration", "kind": 1024, @@ -6188,7 +6188,7 @@ } }, { - "id": 10774, + "id": 10841, "name": "adjustment_id", "variant": "declaration", "kind": 1024, @@ -6207,7 +6207,7 @@ } }, { - "id": 10775, + "id": 10842, "name": "code", "variant": "declaration", "kind": 1024, @@ -6230,15 +6230,15 @@ { "title": "Properties", "children": [ - 10773, - 10774, - 10775 + 10840, + 10841, + 10842 ] } ] }, { - "id": 10910, + "id": 10977, "name": "ComputeActionAdjustmentLine", "variant": "declaration", "kind": 256, @@ -6253,7 +6253,7 @@ }, "children": [ { - "id": 10911, + "id": 10978, "name": "id", "variant": "declaration", "kind": 1024, @@ -6272,7 +6272,7 @@ } }, { - "id": 10912, + "id": 10979, "name": "code", "variant": "declaration", "kind": 1024, @@ -6295,8 +6295,8 @@ { "title": "Properties", "children": [ - 10911, - 10912 + 10978, + 10979 ] } ], @@ -6323,7 +6323,7 @@ ] }, { - "id": 10779, + "id": 10846, "name": "ComputeActionItemLine", "variant": "declaration", "kind": 256, @@ -6338,7 +6338,7 @@ }, "children": [ { - "id": 10780, + "id": 10847, "name": "id", "variant": "declaration", "kind": 1024, @@ -6357,7 +6357,7 @@ } }, { - "id": 10781, + "id": 10848, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -6372,13 +6372,13 @@ }, "type": { "type": "reference", - "target": 10909, + "target": 10976, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 10782, + "id": 10849, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -6393,13 +6393,13 @@ }, "type": { "type": "reference", - "target": 10909, + "target": 10976, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 10783, + "id": 10850, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -6418,7 +6418,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10910, + "target": 10977, "name": "ComputeActionAdjustmentLine", "package": "@medusajs/types" } @@ -6429,10 +6429,10 @@ { "title": "Properties", "children": [ - 10780, - 10781, - 10782, - 10783 + 10847, + 10848, + 10849, + 10850 ] } ], @@ -6459,7 +6459,7 @@ ] }, { - "id": 10784, + "id": 10851, "name": "ComputeActionShippingLine", "variant": "declaration", "kind": 256, @@ -6474,7 +6474,7 @@ }, "children": [ { - "id": 10785, + "id": 10852, "name": "id", "variant": "declaration", "kind": 1024, @@ -6493,7 +6493,7 @@ } }, { - "id": 10786, + "id": 10853, "name": "subtotal", "variant": "declaration", "kind": 1024, @@ -6508,13 +6508,13 @@ }, "type": { "type": "reference", - "target": 10909, + "target": 10976, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 10787, + "id": 10854, "name": "adjustments", "variant": "declaration", "kind": 1024, @@ -6533,7 +6533,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10910, + "target": 10977, "name": "ComputeActionAdjustmentLine", "package": "@medusajs/types" } @@ -6544,9 +6544,9 @@ { "title": "Properties", "children": [ - 10785, - 10786, - 10787 + 10852, + 10853, + 10854 ] } ], @@ -6573,7 +6573,7 @@ ] }, { - "id": 10606, + "id": 10673, "name": "ComputeActionContext", "variant": "declaration", "kind": 256, @@ -6588,7 +6588,7 @@ }, "children": [ { - "id": 10607, + "id": 10674, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -6607,7 +6607,7 @@ } }, { - "id": 10608, + "id": 10675, "name": "items", "variant": "declaration", "kind": 1024, @@ -6626,14 +6626,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10779, + "target": 10846, "name": "ComputeActionItemLine", "package": "@medusajs/types" } } }, { - "id": 10609, + "id": 10676, "name": "shipping_methods", "variant": "declaration", "kind": 1024, @@ -6652,7 +6652,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10784, + "target": 10851, "name": "ComputeActionShippingLine", "package": "@medusajs/types" } @@ -6663,9 +6663,9 @@ { "title": "Properties", "children": [ - 10607, - 10608, - 10609 + 10674, + 10675, + 10676 ] } ], @@ -6692,7 +6692,7 @@ ] }, { - "id": 10866, + "id": 10933, "name": "PromotionRuleValueDTO", "variant": "declaration", "kind": 256, @@ -6707,7 +6707,7 @@ }, "children": [ { - "id": 10867, + "id": 10934, "name": "id", "variant": "declaration", "kind": 1024, @@ -6726,7 +6726,7 @@ } }, { - "id": 10868, + "id": 10935, "name": "value", "variant": "declaration", "kind": 1024, @@ -6751,14 +6751,14 @@ { "title": "Properties", "children": [ - 10867, - 10868 + 10934, + 10935 ] } ] }, { - "id": 10865, + "id": 10932, "name": "PromotionRuleOperatorValues", "variant": "declaration", "kind": 2097152, @@ -6806,7 +6806,7 @@ } }, { - "id": 10679, + "id": 10746, "name": "PromotionRuleDTO", "variant": "declaration", "kind": 256, @@ -6821,7 +6821,7 @@ }, "children": [ { - "id": 10680, + "id": 10747, "name": "id", "variant": "declaration", "kind": 1024, @@ -6840,7 +6840,7 @@ } }, { - "id": 10681, + "id": 10748, "name": "description", "variant": "declaration", "kind": 1024, @@ -6870,7 +6870,7 @@ } }, { - "id": 10682, + "id": 10749, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -6891,7 +6891,7 @@ } }, { - "id": 10683, + "id": 10750, "name": "operator", "variant": "declaration", "kind": 1024, @@ -6908,13 +6908,13 @@ }, "type": { "type": "reference", - "target": 10865, + "target": 10932, "name": "PromotionRuleOperatorValues", "package": "@medusajs/types" } }, { - "id": 10684, + "id": 10751, "name": "values", "variant": "declaration", "kind": 1024, @@ -6931,7 +6931,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10866, + "target": 10933, "name": "PromotionRuleValueDTO", "package": "@medusajs/types" } @@ -6942,17 +6942,17 @@ { "title": "Properties", "children": [ - 10680, - 10681, - 10682, - 10683, - 10684 + 10747, + 10748, + 10749, + 10750, + 10751 ] } ] }, { - "id": 10674, + "id": 10741, "name": "CreatePromotionRuleDTO", "variant": "declaration", "kind": 256, @@ -6967,7 +6967,7 @@ }, "children": [ { - "id": 10675, + "id": 10742, "name": "description", "variant": "declaration", "kind": 1024, @@ -6997,7 +6997,7 @@ } }, { - "id": 10676, + "id": 10743, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -7016,7 +7016,7 @@ } }, { - "id": 10677, + "id": 10744, "name": "operator", "variant": "declaration", "kind": 1024, @@ -7031,13 +7031,13 @@ }, "type": { "type": "reference", - "target": 10865, + "target": 10932, "name": "PromotionRuleOperatorValues", "package": "@medusajs/types" } }, { - "id": 10678, + "id": 10745, "name": "values", "variant": "declaration", "kind": 1024, @@ -7080,16 +7080,16 @@ { "title": "Properties", "children": [ - 10675, - 10676, - 10677, - 10678 + 10742, + 10743, + 10744, + 10745 ] } ] }, { - "id": 10713, + "id": 10780, "name": "UpdatePromotionRuleDTO", "variant": "declaration", "kind": 256, @@ -7104,7 +7104,7 @@ }, "children": [ { - "id": 10714, + "id": 10781, "name": "id", "variant": "declaration", "kind": 1024, @@ -7123,7 +7123,7 @@ } }, { - "id": 10715, + "id": 10782, "name": "description", "variant": "declaration", "kind": 1024, @@ -7153,7 +7153,7 @@ } }, { - "id": 10716, + "id": 10783, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -7174,7 +7174,7 @@ } }, { - "id": 10717, + "id": 10784, "name": "operator", "variant": "declaration", "kind": 1024, @@ -7191,13 +7191,13 @@ }, "type": { "type": "reference", - "target": 10865, + "target": 10932, "name": "PromotionRuleOperatorValues", "package": "@medusajs/types" } }, { - "id": 10718, + "id": 10785, "name": "values", "variant": "declaration", "kind": 1024, @@ -7242,17 +7242,17 @@ { "title": "Properties", "children": [ - 10714, - 10715, - 10716, - 10717, - 10718 + 10781, + 10782, + 10783, + 10784, + 10785 ] } ] }, { - "id": 10709, + "id": 10776, "name": "FilterablePromotionRuleProps", "variant": "declaration", "kind": 256, @@ -7267,7 +7267,7 @@ }, "children": [ { - "id": 10711, + "id": 10778, "name": "$and", "variant": "declaration", "kind": 1024, @@ -7290,17 +7290,17 @@ "types": [ { "type": "reference", - "target": 10709, + "target": 10776, "name": "FilterablePromotionRuleProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10839, + "target": 10906, "typeArguments": [ { "type": "reference", - "target": 10709, + "target": 10776, "name": "FilterablePromotionRuleProps", "package": "@medusajs/types" } @@ -7313,12 +7313,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10840, + "target": 10907, "name": "BaseFilterable.$and" } }, { - "id": 10712, + "id": 10779, "name": "$or", "variant": "declaration", "kind": 1024, @@ -7341,17 +7341,17 @@ "types": [ { "type": "reference", - "target": 10709, + "target": 10776, "name": "FilterablePromotionRuleProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10839, + "target": 10906, "typeArguments": [ { "type": "reference", - "target": 10709, + "target": 10776, "name": "FilterablePromotionRuleProps", "package": "@medusajs/types" } @@ -7364,12 +7364,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10841, + "target": 10908, "name": "BaseFilterable.$or" } }, { - "id": 10710, + "id": 10777, "name": "id", "variant": "declaration", "kind": 1024, @@ -7397,20 +7397,20 @@ { "title": "Properties", "children": [ - 10711, - 10712, - 10710 + 10778, + 10779, + 10777 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10839, + "target": 10906, "typeArguments": [ { "type": "reference", - "target": 10709, + "target": 10776, "name": "FilterablePromotionRuleProps", "package": "@medusajs/types" } @@ -7421,7 +7421,7 @@ ] }, { - "id": 10788, + "id": 10855, "name": "PromotionTypeValues", "variant": "declaration", "kind": 2097152, @@ -7449,7 +7449,7 @@ } }, { - "id": 10630, + "id": 10697, "name": "PromotionDTO", "variant": "declaration", "kind": 256, @@ -7464,7 +7464,7 @@ }, "children": [ { - "id": 10631, + "id": 10698, "name": "id", "variant": "declaration", "kind": 1024, @@ -7483,7 +7483,7 @@ } }, { - "id": 10632, + "id": 10699, "name": "code", "variant": "declaration", "kind": 1024, @@ -7504,7 +7504,7 @@ } }, { - "id": 10633, + "id": 10700, "name": "type", "variant": "declaration", "kind": 1024, @@ -7537,13 +7537,13 @@ }, "type": { "type": "reference", - "target": 10788, + "target": 10855, "name": "PromotionTypeValues", "package": "@medusajs/types" } }, { - "id": 10634, + "id": 10701, "name": "is_automatic", "variant": "declaration", "kind": 1024, @@ -7564,7 +7564,7 @@ } }, { - "id": 10635, + "id": 10702, "name": "application_method", "variant": "declaration", "kind": 1024, @@ -7581,13 +7581,13 @@ }, "type": { "type": "reference", - "target": 10815, + "target": 10882, "name": "ApplicationMethodDTO", "package": "@medusajs/types" } }, { - "id": 10636, + "id": 10703, "name": "rules", "variant": "declaration", "kind": 1024, @@ -7606,14 +7606,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10679, + "target": 10746, "name": "PromotionRuleDTO", "package": "@medusajs/types" } } }, { - "id": 10637, + "id": 10704, "name": "campaign_id", "variant": "declaration", "kind": 1024, @@ -7643,7 +7643,7 @@ } }, { - "id": 10638, + "id": 10705, "name": "campaign", "variant": "declaration", "kind": 1024, @@ -7660,7 +7660,7 @@ }, "type": { "type": "reference", - "target": 10692, + "target": 10759, "name": "CampaignDTO", "package": "@medusajs/types" } @@ -7670,20 +7670,20 @@ { "title": "Properties", "children": [ - 10631, - 10632, - 10633, - 10634, - 10635, - 10636, - 10637, - 10638 + 10698, + 10699, + 10700, + 10701, + 10702, + 10703, + 10704, + 10705 ] } ] }, { - "id": 10610, + "id": 10677, "name": "CreatePromotionDTO", "variant": "declaration", "kind": 256, @@ -7698,7 +7698,7 @@ }, "children": [ { - "id": 10611, + "id": 10678, "name": "code", "variant": "declaration", "kind": 1024, @@ -7717,7 +7717,7 @@ } }, { - "id": 10612, + "id": 10679, "name": "type", "variant": "declaration", "kind": 1024, @@ -7748,13 +7748,13 @@ }, "type": { "type": "reference", - "target": 10788, + "target": 10855, "name": "PromotionTypeValues", "package": "@medusajs/types" } }, { - "id": 10613, + "id": 10680, "name": "is_automatic", "variant": "declaration", "kind": 1024, @@ -7775,7 +7775,7 @@ } }, { - "id": 10614, + "id": 10681, "name": "application_method", "variant": "declaration", "kind": 1024, @@ -7790,13 +7790,13 @@ }, "type": { "type": "reference", - "target": 10789, + "target": 10856, "name": "CreateApplicationMethodDTO", "package": "@medusajs/types" } }, { - "id": 10615, + "id": 10682, "name": "rules", "variant": "declaration", "kind": 1024, @@ -7815,14 +7815,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10674, + "target": 10741, "name": "CreatePromotionRuleDTO", "package": "@medusajs/types" } } }, { - "id": 10616, + "id": 10683, "name": "campaign", "variant": "declaration", "kind": 1024, @@ -7839,13 +7839,13 @@ }, "type": { "type": "reference", - "target": 10685, + "target": 10752, "name": "CreateCampaignDTO", "package": "@medusajs/types" } }, { - "id": 10617, + "id": 10684, "name": "campaign_id", "variant": "declaration", "kind": 1024, @@ -7870,19 +7870,19 @@ { "title": "Properties", "children": [ - 10611, - 10612, - 10613, - 10614, - 10615, - 10616, - 10617 + 10678, + 10679, + 10680, + 10681, + 10682, + 10683, + 10684 ] } ] }, { - "id": 10639, + "id": 10706, "name": "UpdatePromotionDTO", "variant": "declaration", "kind": 256, @@ -7897,7 +7897,7 @@ }, "children": [ { - "id": 10640, + "id": 10707, "name": "id", "variant": "declaration", "kind": 1024, @@ -7916,7 +7916,7 @@ } }, { - "id": 10641, + "id": 10708, "name": "is_automatic", "variant": "declaration", "kind": 1024, @@ -7937,7 +7937,7 @@ } }, { - "id": 10642, + "id": 10709, "name": "code", "variant": "declaration", "kind": 1024, @@ -7958,7 +7958,7 @@ } }, { - "id": 10643, + "id": 10710, "name": "type", "variant": "declaration", "kind": 1024, @@ -7975,13 +7975,13 @@ }, "type": { "type": "reference", - "target": 10788, + "target": 10855, "name": "PromotionTypeValues", "package": "@medusajs/types" } }, { - "id": 10644, + "id": 10711, "name": "application_method", "variant": "declaration", "kind": 1024, @@ -7998,13 +7998,13 @@ }, "type": { "type": "reference", - "target": 10828, + "target": 10895, "name": "UpdateApplicationMethodDTO", "package": "@medusajs/types" } }, { - "id": 10645, + "id": 10712, "name": "campaign_id", "variant": "declaration", "kind": 1024, @@ -8038,18 +8038,18 @@ { "title": "Properties", "children": [ - 10640, - 10641, - 10642, - 10643, - 10644, - 10645 + 10707, + 10708, + 10709, + 10710, + 10711, + 10712 ] } ] }, { - "id": 10646, + "id": 10713, "name": "FilterablePromotionProps", "variant": "declaration", "kind": 256, @@ -8064,7 +8064,7 @@ }, "children": [ { - "id": 10653, + "id": 10720, "name": "$and", "variant": "declaration", "kind": 1024, @@ -8087,17 +8087,17 @@ "types": [ { "type": "reference", - "target": 10646, + "target": 10713, "name": "FilterablePromotionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10839, + "target": 10906, "typeArguments": [ { "type": "reference", - "target": 10646, + "target": 10713, "name": "FilterablePromotionProps", "package": "@medusajs/types" } @@ -8110,12 +8110,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10840, + "target": 10907, "name": "BaseFilterable.$and" } }, { - "id": 10654, + "id": 10721, "name": "$or", "variant": "declaration", "kind": 1024, @@ -8138,17 +8138,17 @@ "types": [ { "type": "reference", - "target": 10646, + "target": 10713, "name": "FilterablePromotionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 10839, + "target": 10906, "typeArguments": [ { "type": "reference", - "target": 10646, + "target": 10713, "name": "FilterablePromotionProps", "package": "@medusajs/types" } @@ -8161,12 +8161,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 10841, + "target": 10908, "name": "BaseFilterable.$or" } }, { - "id": 10647, + "id": 10714, "name": "q", "variant": "declaration", "kind": 1024, @@ -8187,7 +8187,7 @@ } }, { - "id": 10648, + "id": 10715, "name": "id", "variant": "declaration", "kind": 1024, @@ -8220,7 +8220,7 @@ } }, { - "id": 10649, + "id": 10716, "name": "code", "variant": "declaration", "kind": 1024, @@ -8251,7 +8251,7 @@ }, { "type": "reference", - "target": 10843, + "target": 10910, "typeArguments": [ { "type": "intrinsic", @@ -8265,7 +8265,7 @@ } }, { - "id": 10650, + "id": 10717, "name": "budget_id", "variant": "declaration", "kind": 1024, @@ -8292,7 +8292,7 @@ }, { "type": "reference", - "target": 10843, + "target": 10910, "typeArguments": [ { "type": "intrinsic", @@ -8306,7 +8306,7 @@ } }, { - "id": 10651, + "id": 10718, "name": "is_automatic", "variant": "declaration", "kind": 1024, @@ -8327,7 +8327,7 @@ } }, { - "id": 10652, + "id": 10719, "name": "type", "variant": "declaration", "kind": 1024, @@ -8346,7 +8346,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10788, + "target": 10855, "name": "PromotionTypeValues", "package": "@medusajs/types" } @@ -8357,25 +8357,25 @@ { "title": "Properties", "children": [ - 10653, - 10654, - 10647, - 10648, - 10649, - 10650, - 10651, - 10652 + 10720, + 10721, + 10714, + 10715, + 10716, + 10717, + 10718, + 10719 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10839, + "target": 10906, "typeArguments": [ { "type": "reference", - "target": 10646, + "target": 10713, "name": "FilterablePromotionProps", "package": "@medusajs/types" } @@ -8386,7 +8386,7 @@ ] }, { - "id": 10869, + "id": 10936, "name": "CreateCampaignBudgetDTO", "variant": "declaration", "kind": 256, @@ -8401,7 +8401,7 @@ }, "children": [ { - "id": 10870, + "id": 10937, "name": "type", "variant": "declaration", "kind": 1024, @@ -8418,13 +8418,13 @@ }, "type": { "type": "reference", - "target": 10940, + "target": 11007, "name": "CampaignBudgetTypeValues", "package": "@medusajs/types" } }, { - "id": 10871, + "id": 10938, "name": "limit", "variant": "declaration", "kind": 1024, @@ -8454,7 +8454,7 @@ } }, { - "id": 10872, + "id": 10939, "name": "used", "variant": "declaration", "kind": 1024, @@ -8475,7 +8475,7 @@ } }, { - "id": 10873, + "id": 10940, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -8509,16 +8509,16 @@ { "title": "Properties", "children": [ - 10870, - 10871, - 10872, - 10873 + 10937, + 10938, + 10939, + 10940 ] } ] }, { - "id": 10880, + "id": 10947, "name": "UpdateCampaignBudgetDTO", "variant": "declaration", "kind": 256, @@ -8533,7 +8533,7 @@ }, "children": [ { - "id": 10881, + "id": 10948, "name": "id", "variant": "declaration", "kind": 1024, @@ -8552,7 +8552,7 @@ } }, { - "id": 10882, + "id": 10949, "name": "type", "variant": "declaration", "kind": 1024, @@ -8569,13 +8569,13 @@ }, "type": { "type": "reference", - "target": 10940, + "target": 11007, "name": "CampaignBudgetTypeValues", "package": "@medusajs/types" } }, { - "id": 10883, + "id": 10950, "name": "limit", "variant": "declaration", "kind": 1024, @@ -8605,7 +8605,7 @@ } }, { - "id": 10884, + "id": 10951, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -8635,7 +8635,7 @@ } }, { - "id": 10885, + "id": 10952, "name": "used", "variant": "declaration", "kind": 1024, @@ -8660,17 +8660,17 @@ { "title": "Properties", "children": [ - 10881, - 10882, - 10883, - 10884, - 10885 + 10948, + 10949, + 10950, + 10951, + 10952 ] } ] }, { - "id": 10685, + "id": 10752, "name": "CreateCampaignDTO", "variant": "declaration", "kind": 256, @@ -8685,7 +8685,7 @@ }, "children": [ { - "id": 10686, + "id": 10753, "name": "name", "variant": "declaration", "kind": 1024, @@ -8704,7 +8704,7 @@ } }, { - "id": 10687, + "id": 10754, "name": "description", "variant": "declaration", "kind": 1024, @@ -8734,7 +8734,7 @@ } }, { - "id": 10688, + "id": 10755, "name": "campaign_identifier", "variant": "declaration", "kind": 1024, @@ -8753,7 +8753,7 @@ } }, { - "id": 10689, + "id": 10756, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -8788,7 +8788,7 @@ } }, { - "id": 10690, + "id": 10757, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -8823,7 +8823,7 @@ } }, { - "id": 10691, + "id": 10758, "name": "budget", "variant": "declaration", "kind": 1024, @@ -8847,7 +8847,7 @@ }, { "type": "reference", - "target": 10869, + "target": 10936, "name": "CreateCampaignBudgetDTO", "package": "@medusajs/types" } @@ -8859,18 +8859,18 @@ { "title": "Properties", "children": [ - 10686, - 10687, - 10688, - 10689, - 10690, - 10691 + 10753, + 10754, + 10755, + 10756, + 10757, + 10758 ] } ] }, { - "id": 10701, + "id": 10768, "name": "UpdateCampaignDTO", "variant": "declaration", "kind": 256, @@ -8885,7 +8885,7 @@ }, "children": [ { - "id": 10702, + "id": 10769, "name": "id", "variant": "declaration", "kind": 1024, @@ -8904,7 +8904,7 @@ } }, { - "id": 10703, + "id": 10770, "name": "name", "variant": "declaration", "kind": 1024, @@ -8925,7 +8925,7 @@ } }, { - "id": 10704, + "id": 10771, "name": "description", "variant": "declaration", "kind": 1024, @@ -8955,7 +8955,7 @@ } }, { - "id": 10705, + "id": 10772, "name": "campaign_identifier", "variant": "declaration", "kind": 1024, @@ -8976,7 +8976,7 @@ } }, { - "id": 10706, + "id": 10773, "name": "starts_at", "variant": "declaration", "kind": 1024, @@ -9011,7 +9011,7 @@ } }, { - "id": 10707, + "id": 10774, "name": "ends_at", "variant": "declaration", "kind": 1024, @@ -9046,7 +9046,7 @@ } }, { - "id": 10708, + "id": 10775, "name": "budget", "variant": "declaration", "kind": 1024, @@ -9070,7 +9070,7 @@ "typeArguments": [ { "type": "reference", - "target": 10880, + "target": 10947, "name": "UpdateCampaignBudgetDTO", "package": "@medusajs/types" }, @@ -9088,26 +9088,26 @@ { "title": "Properties", "children": [ - 10702, - 10703, - 10704, - 10705, - 10706, - 10707, - 10708 + 10769, + 10770, + 10771, + 10772, + 10773, + 10774, + 10775 ] } ] }, { - "id": 10725, + "id": 10792, "name": "AddPromotionsToCampaignDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10726, + "id": 10793, "name": "id", "variant": "declaration", "kind": 1024, @@ -9126,7 +9126,7 @@ } }, { - "id": 10727, + "id": 10794, "name": "promotion_ids", "variant": "declaration", "kind": 1024, @@ -9152,21 +9152,21 @@ { "title": "Properties", "children": [ - 10726, - 10727 + 10793, + 10794 ] } ] }, { - "id": 10728, + "id": 10795, "name": "RemovePromotionsFromCampaignDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10729, + "id": 10796, "name": "id", "variant": "declaration", "kind": 1024, @@ -9185,7 +9185,7 @@ } }, { - "id": 10730, + "id": 10797, "name": "promotion_ids", "variant": "declaration", "kind": 1024, @@ -9211,14 +9211,14 @@ { "title": "Properties", "children": [ - 10729, - 10730 + 10796, + 10797 ] } ] }, { - "id": 10422, + "id": 10489, "name": "IPromotionModuleService", "variant": "declaration", "kind": 256, @@ -9233,14 +9233,14 @@ }, "children": [ { - "id": 10423, + "id": 10490, "name": "registerUsage", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10424, + "id": 10491, "name": "registerUsage", "variant": "signature", "kind": 4096, @@ -9291,7 +9291,7 @@ }, "parameters": [ { - "id": 10425, + "id": 10492, "name": "computedActions", "variant": "param", "kind": 32768, @@ -9308,7 +9308,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10605, + "target": 10672, "name": "ComputeActions", "package": "@medusajs/types" } @@ -9334,14 +9334,14 @@ ] }, { - "id": 10426, + "id": 10493, "name": "computeActions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10427, + "id": 10494, "name": "computeActions", "variant": "signature", "kind": 4096, @@ -9376,7 +9376,7 @@ }, "parameters": [ { - "id": 10428, + "id": 10495, "name": "promotionCodesToApply", "variant": "param", "kind": 32768, @@ -9398,7 +9398,7 @@ } }, { - "id": 10429, + "id": 10496, "name": "applicationContext", "variant": "param", "kind": 32768, @@ -9413,13 +9413,13 @@ }, "type": { "type": "reference", - "target": 10606, + "target": 10673, "name": "ComputeActionContext", "package": "@medusajs/types" } }, { - "id": 10430, + "id": 10497, "name": "options", "variant": "param", "kind": 32768, @@ -9466,7 +9466,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10605, + "target": 10672, "name": "ComputeActions", "package": "@medusajs/types" } @@ -9479,14 +9479,14 @@ ] }, { - "id": 10431, + "id": 10498, "name": "createPromotions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10432, + "id": 10499, "name": "createPromotions", "variant": "signature", "kind": 4096, @@ -9521,7 +9521,7 @@ }, "parameters": [ { - "id": 10433, + "id": 10500, "name": "data", "variant": "param", "kind": 32768, @@ -9538,14 +9538,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10610, + "target": 10677, "name": "CreatePromotionDTO", "package": "@medusajs/types" } } }, { - "id": 10434, + "id": 10501, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -9562,7 +9562,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -9579,7 +9579,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -9590,7 +9590,7 @@ } }, { - "id": 10435, + "id": 10502, "name": "createPromotions", "variant": "signature", "kind": 4096, @@ -9625,7 +9625,7 @@ }, "parameters": [ { - "id": 10436, + "id": 10503, "name": "data", "variant": "param", "kind": 32768, @@ -9640,13 +9640,13 @@ }, "type": { "type": "reference", - "target": 10610, + "target": 10677, "name": "CreatePromotionDTO", "package": "@medusajs/types" } }, { - "id": 10437, + "id": 10504, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -9663,7 +9663,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -9678,7 +9678,7 @@ "typeArguments": [ { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -9690,14 +9690,14 @@ ] }, { - "id": 10438, + "id": 10505, "name": "updatePromotions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10439, + "id": 10506, "name": "updatePromotions", "variant": "signature", "kind": 4096, @@ -9732,7 +9732,7 @@ }, "parameters": [ { - "id": 10440, + "id": 10507, "name": "data", "variant": "param", "kind": 32768, @@ -9749,14 +9749,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10639, + "target": 10706, "name": "UpdatePromotionDTO", "package": "@medusajs/types" } } }, { - "id": 10441, + "id": 10508, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -9773,7 +9773,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -9790,7 +9790,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -9801,7 +9801,7 @@ } }, { - "id": 10442, + "id": 10509, "name": "updatePromotions", "variant": "signature", "kind": 4096, @@ -9836,7 +9836,7 @@ }, "parameters": [ { - "id": 10443, + "id": 10510, "name": "data", "variant": "param", "kind": 32768, @@ -9851,13 +9851,13 @@ }, "type": { "type": "reference", - "target": 10639, + "target": 10706, "name": "UpdatePromotionDTO", "package": "@medusajs/types" } }, { - "id": 10444, + "id": 10511, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -9874,7 +9874,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -9889,7 +9889,7 @@ "typeArguments": [ { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -9901,14 +9901,14 @@ ] }, { - "id": 10445, + "id": 10512, "name": "listPromotions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10446, + "id": 10513, "name": "listPromotions", "variant": "signature", "kind": 4096, @@ -9995,7 +9995,7 @@ }, "parameters": [ { - "id": 10447, + "id": 10514, "name": "filters", "variant": "param", "kind": 32768, @@ -10012,13 +10012,13 @@ }, "type": { "type": "reference", - "target": 10646, + "target": 10713, "name": "FilterablePromotionProps", "package": "@medusajs/types" } }, { - "id": 10448, + "id": 10515, "name": "config", "variant": "param", "kind": 32768, @@ -10051,11 +10051,11 @@ }, "type": { "type": "reference", - "target": 10655, + "target": 10722, "typeArguments": [ { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -10065,7 +10065,7 @@ } }, { - "id": 10449, + "id": 10516, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10082,7 +10082,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -10099,7 +10099,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -10112,14 +10112,14 @@ ] }, { - "id": 10450, + "id": 10517, "name": "listAndCountPromotions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10451, + "id": 10518, "name": "listAndCountPromotions", "variant": "signature", "kind": 4096, @@ -10206,7 +10206,7 @@ }, "parameters": [ { - "id": 10452, + "id": 10519, "name": "filters", "variant": "param", "kind": 32768, @@ -10223,13 +10223,13 @@ }, "type": { "type": "reference", - "target": 10646, + "target": 10713, "name": "FilterablePromotionProps", "package": "@medusajs/types" } }, { - "id": 10453, + "id": 10520, "name": "config", "variant": "param", "kind": 32768, @@ -10262,11 +10262,11 @@ }, "type": { "type": "reference", - "target": 10655, + "target": 10722, "typeArguments": [ { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -10276,7 +10276,7 @@ } }, { - "id": 10454, + "id": 10521, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10293,7 +10293,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -10313,7 +10313,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -10332,14 +10332,14 @@ ] }, { - "id": 10455, + "id": 10522, "name": "retrievePromotion", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10456, + "id": 10523, "name": "retrievePromotion", "variant": "signature", "kind": 4096, @@ -10386,7 +10386,7 @@ }, "parameters": [ { - "id": 10457, + "id": 10524, "name": "id", "variant": "param", "kind": 32768, @@ -10405,7 +10405,7 @@ } }, { - "id": 10458, + "id": 10525, "name": "config", "variant": "param", "kind": 32768, @@ -10438,11 +10438,11 @@ }, "type": { "type": "reference", - "target": 10655, + "target": 10722, "typeArguments": [ { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -10452,7 +10452,7 @@ } }, { - "id": 10459, + "id": 10526, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10469,7 +10469,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -10484,7 +10484,7 @@ "typeArguments": [ { "type": "reference", - "target": 10630, + "target": 10697, "name": "PromotionDTO", "package": "@medusajs/types" } @@ -10496,14 +10496,14 @@ ] }, { - "id": 10460, + "id": 10527, "name": "deletePromotions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10461, + "id": 10528, "name": "deletePromotions", "variant": "signature", "kind": 4096, @@ -10538,7 +10538,7 @@ }, "parameters": [ { - "id": 10462, + "id": 10529, "name": "ids", "variant": "param", "kind": 32768, @@ -10560,7 +10560,7 @@ } }, { - "id": 10463, + "id": 10530, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10577,7 +10577,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -10600,7 +10600,7 @@ } }, { - "id": 10464, + "id": 10531, "name": "deletePromotions", "variant": "signature", "kind": 4096, @@ -10635,7 +10635,7 @@ }, "parameters": [ { - "id": 10465, + "id": 10532, "name": "ids", "variant": "param", "kind": 32768, @@ -10654,7 +10654,7 @@ } }, { - "id": 10466, + "id": 10533, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10671,7 +10671,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -10696,14 +10696,14 @@ ] }, { - "id": 10467, + "id": 10534, "name": "softDeletePromotions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10468, + "id": 10535, "name": "softDeletePromotions", "variant": "signature", "kind": 4096, @@ -10754,7 +10754,7 @@ }, "typeParameters": [ { - "id": 10469, + "id": 10536, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -10771,7 +10771,7 @@ ], "parameters": [ { - "id": 10470, + "id": 10537, "name": "promotionIds", "variant": "param", "kind": 32768, @@ -10802,7 +10802,7 @@ } }, { - "id": 10471, + "id": 10538, "name": "config", "variant": "param", "kind": 32768, @@ -10819,11 +10819,11 @@ }, "type": { "type": "reference", - "target": 10668, + "target": 10735, "typeArguments": [ { "type": "reference", - "target": 10469, + "target": 10536, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -10834,7 +10834,7 @@ } }, { - "id": 10472, + "id": 10539, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10851,7 +10851,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -10903,14 +10903,14 @@ ] }, { - "id": 10473, + "id": 10540, "name": "restorePromotions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10474, + "id": 10541, "name": "restorePromotions", "variant": "signature", "kind": 4096, @@ -10961,7 +10961,7 @@ }, "typeParameters": [ { - "id": 10475, + "id": 10542, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -10978,7 +10978,7 @@ ], "parameters": [ { - "id": 10476, + "id": 10543, "name": "promotionIds", "variant": "param", "kind": 32768, @@ -11009,7 +11009,7 @@ } }, { - "id": 10477, + "id": 10544, "name": "config", "variant": "param", "kind": 32768, @@ -11042,11 +11042,11 @@ }, "type": { "type": "reference", - "target": 10671, + "target": 10738, "typeArguments": [ { "type": "reference", - "target": 10475, + "target": 10542, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -11057,7 +11057,7 @@ } }, { - "id": 10478, + "id": 10545, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11074,7 +11074,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -11126,14 +11126,14 @@ ] }, { - "id": 10479, + "id": 10546, "name": "addPromotionRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10480, + "id": 10547, "name": "addPromotionRules", "variant": "signature", "kind": 4096, @@ -11168,7 +11168,7 @@ }, "parameters": [ { - "id": 10481, + "id": 10548, "name": "promotionId", "variant": "param", "kind": 32768, @@ -11187,7 +11187,7 @@ } }, { - "id": 10482, + "id": 10549, "name": "rulesData", "variant": "param", "kind": 32768, @@ -11204,14 +11204,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10674, + "target": 10741, "name": "CreatePromotionRuleDTO", "package": "@medusajs/types" } } }, { - "id": 10483, + "id": 10550, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11228,7 +11228,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -11245,7 +11245,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10679, + "target": 10746, "name": "PromotionRuleDTO", "package": "@medusajs/types" } @@ -11258,14 +11258,14 @@ ] }, { - "id": 10484, + "id": 10551, "name": "addPromotionTargetRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10485, + "id": 10552, "name": "addPromotionTargetRules", "variant": "signature", "kind": 4096, @@ -11300,7 +11300,7 @@ }, "parameters": [ { - "id": 10486, + "id": 10553, "name": "promotionId", "variant": "param", "kind": 32768, @@ -11319,7 +11319,7 @@ } }, { - "id": 10487, + "id": 10554, "name": "rulesData", "variant": "param", "kind": 32768, @@ -11336,14 +11336,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10674, + "target": 10741, "name": "CreatePromotionRuleDTO", "package": "@medusajs/types" } } }, { - "id": 10488, + "id": 10555, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11360,7 +11360,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -11377,7 +11377,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10679, + "target": 10746, "name": "PromotionRuleDTO", "package": "@medusajs/types" } @@ -11390,14 +11390,14 @@ ] }, { - "id": 10489, + "id": 10556, "name": "addPromotionBuyRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10490, + "id": 10557, "name": "addPromotionBuyRules", "variant": "signature", "kind": 4096, @@ -11432,7 +11432,7 @@ }, "parameters": [ { - "id": 10491, + "id": 10558, "name": "promotionId", "variant": "param", "kind": 32768, @@ -11451,7 +11451,7 @@ } }, { - "id": 10492, + "id": 10559, "name": "rulesData", "variant": "param", "kind": 32768, @@ -11468,14 +11468,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10674, + "target": 10741, "name": "CreatePromotionRuleDTO", "package": "@medusajs/types" } } }, { - "id": 10493, + "id": 10560, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11492,7 +11492,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -11509,7 +11509,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10679, + "target": 10746, "name": "PromotionRuleDTO", "package": "@medusajs/types" } @@ -11522,14 +11522,14 @@ ] }, { - "id": 10494, + "id": 10561, "name": "removePromotionRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10495, + "id": 10562, "name": "removePromotionRules", "variant": "signature", "kind": 4096, @@ -11564,7 +11564,7 @@ }, "parameters": [ { - "id": 10496, + "id": 10563, "name": "promotionId", "variant": "param", "kind": 32768, @@ -11583,7 +11583,7 @@ } }, { - "id": 10497, + "id": 10564, "name": "ruleIds", "variant": "param", "kind": 32768, @@ -11605,7 +11605,7 @@ } }, { - "id": 10498, + "id": 10565, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11622,7 +11622,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -11647,14 +11647,14 @@ ] }, { - "id": 10499, + "id": 10566, "name": "removePromotionTargetRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10500, + "id": 10567, "name": "removePromotionTargetRules", "variant": "signature", "kind": 4096, @@ -11689,7 +11689,7 @@ }, "parameters": [ { - "id": 10501, + "id": 10568, "name": "promotionId", "variant": "param", "kind": 32768, @@ -11708,7 +11708,7 @@ } }, { - "id": 10502, + "id": 10569, "name": "ruleIds", "variant": "param", "kind": 32768, @@ -11730,7 +11730,7 @@ } }, { - "id": 10503, + "id": 10570, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11747,7 +11747,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -11772,14 +11772,14 @@ ] }, { - "id": 10504, + "id": 10571, "name": "removePromotionBuyRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10505, + "id": 10572, "name": "removePromotionBuyRules", "variant": "signature", "kind": 4096, @@ -11814,7 +11814,7 @@ }, "parameters": [ { - "id": 10506, + "id": 10573, "name": "promotionId", "variant": "param", "kind": 32768, @@ -11833,7 +11833,7 @@ } }, { - "id": 10507, + "id": 10574, "name": "ruleIds", "variant": "param", "kind": 32768, @@ -11855,7 +11855,7 @@ } }, { - "id": 10508, + "id": 10575, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11872,7 +11872,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -11897,14 +11897,14 @@ ] }, { - "id": 10509, + "id": 10576, "name": "createCampaigns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10510, + "id": 10577, "name": "createCampaigns", "variant": "signature", "kind": 4096, @@ -11939,7 +11939,7 @@ }, "parameters": [ { - "id": 10511, + "id": 10578, "name": "data", "variant": "param", "kind": 32768, @@ -11954,13 +11954,13 @@ }, "type": { "type": "reference", - "target": 10685, + "target": 10752, "name": "CreateCampaignDTO", "package": "@medusajs/types" } }, { - "id": 10512, + "id": 10579, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11977,7 +11977,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -11992,7 +11992,7 @@ "typeArguments": [ { "type": "reference", - "target": 10692, + "target": 10759, "name": "CampaignDTO", "package": "@medusajs/types" } @@ -12002,7 +12002,7 @@ } }, { - "id": 10513, + "id": 10580, "name": "createCampaigns", "variant": "signature", "kind": 4096, @@ -12037,7 +12037,7 @@ }, "parameters": [ { - "id": 10514, + "id": 10581, "name": "data", "variant": "param", "kind": 32768, @@ -12054,14 +12054,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10685, + "target": 10752, "name": "CreateCampaignDTO", "package": "@medusajs/types" } } }, { - "id": 10515, + "id": 10582, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12078,7 +12078,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -12095,7 +12095,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10692, + "target": 10759, "name": "CampaignDTO", "package": "@medusajs/types" } @@ -12108,14 +12108,14 @@ ] }, { - "id": 10516, + "id": 10583, "name": "updateCampaigns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10517, + "id": 10584, "name": "updateCampaigns", "variant": "signature", "kind": 4096, @@ -12150,7 +12150,7 @@ }, "parameters": [ { - "id": 10518, + "id": 10585, "name": "data", "variant": "param", "kind": 32768, @@ -12167,14 +12167,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10701, + "target": 10768, "name": "UpdateCampaignDTO", "package": "@medusajs/types" } } }, { - "id": 10519, + "id": 10586, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12191,7 +12191,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -12208,7 +12208,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10692, + "target": 10759, "name": "CampaignDTO", "package": "@medusajs/types" } @@ -12219,7 +12219,7 @@ } }, { - "id": 10520, + "id": 10587, "name": "updateCampaigns", "variant": "signature", "kind": 4096, @@ -12254,7 +12254,7 @@ }, "parameters": [ { - "id": 10521, + "id": 10588, "name": "data", "variant": "param", "kind": 32768, @@ -12269,13 +12269,13 @@ }, "type": { "type": "reference", - "target": 10701, + "target": 10768, "name": "UpdateCampaignDTO", "package": "@medusajs/types" } }, { - "id": 10522, + "id": 10589, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12292,7 +12292,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -12307,7 +12307,7 @@ "typeArguments": [ { "type": "reference", - "target": 10692, + "target": 10759, "name": "CampaignDTO", "package": "@medusajs/types" } @@ -12319,14 +12319,14 @@ ] }, { - "id": 10523, + "id": 10590, "name": "listPromotionRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10524, + "id": 10591, "name": "listPromotionRules", "variant": "signature", "kind": 4096, @@ -12413,7 +12413,7 @@ }, "parameters": [ { - "id": 10525, + "id": 10592, "name": "filters", "variant": "param", "kind": 32768, @@ -12430,13 +12430,13 @@ }, "type": { "type": "reference", - "target": 10709, + "target": 10776, "name": "FilterablePromotionRuleProps", "package": "@medusajs/types" } }, { - "id": 10526, + "id": 10593, "name": "config", "variant": "param", "kind": 32768, @@ -12469,11 +12469,11 @@ }, "type": { "type": "reference", - "target": 10655, + "target": 10722, "typeArguments": [ { "type": "reference", - "target": 10679, + "target": 10746, "name": "PromotionRuleDTO", "package": "@medusajs/types" } @@ -12483,7 +12483,7 @@ } }, { - "id": 10527, + "id": 10594, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12500,7 +12500,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -12517,7 +12517,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10679, + "target": 10746, "name": "PromotionRuleDTO", "package": "@medusajs/types" } @@ -12530,14 +12530,14 @@ ] }, { - "id": 10528, + "id": 10595, "name": "updatePromotionRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10529, + "id": 10596, "name": "updatePromotionRules", "variant": "signature", "kind": 4096, @@ -12572,7 +12572,7 @@ }, "parameters": [ { - "id": 10530, + "id": 10597, "name": "data", "variant": "param", "kind": 32768, @@ -12589,14 +12589,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 10713, + "target": 10780, "name": "UpdatePromotionRuleDTO", "package": "@medusajs/types" } } }, { - "id": 10531, + "id": 10598, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12613,7 +12613,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -12630,7 +12630,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10679, + "target": 10746, "name": "PromotionRuleDTO", "package": "@medusajs/types" } @@ -12643,14 +12643,14 @@ ] }, { - "id": 10532, + "id": 10599, "name": "listCampaigns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10533, + "id": 10600, "name": "listCampaigns", "variant": "signature", "kind": 4096, @@ -12737,7 +12737,7 @@ }, "parameters": [ { - "id": 10534, + "id": 10601, "name": "filters", "variant": "param", "kind": 32768, @@ -12754,13 +12754,13 @@ }, "type": { "type": "reference", - "target": 10719, + "target": 10786, "name": "FilterableCampaignProps", "package": "@medusajs/types" } }, { - "id": 10535, + "id": 10602, "name": "config", "variant": "param", "kind": 32768, @@ -12793,11 +12793,11 @@ }, "type": { "type": "reference", - "target": 10655, + "target": 10722, "typeArguments": [ { "type": "reference", - "target": 10692, + "target": 10759, "name": "CampaignDTO", "package": "@medusajs/types" } @@ -12807,7 +12807,7 @@ } }, { - "id": 10536, + "id": 10603, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12824,7 +12824,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -12841,7 +12841,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10692, + "target": 10759, "name": "CampaignDTO", "package": "@medusajs/types" } @@ -12854,14 +12854,14 @@ ] }, { - "id": 10537, + "id": 10604, "name": "listAndCountCampaigns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10538, + "id": 10605, "name": "listAndCountCampaigns", "variant": "signature", "kind": 4096, @@ -12948,7 +12948,7 @@ }, "parameters": [ { - "id": 10539, + "id": 10606, "name": "filters", "variant": "param", "kind": 32768, @@ -12965,13 +12965,13 @@ }, "type": { "type": "reference", - "target": 10719, + "target": 10786, "name": "FilterableCampaignProps", "package": "@medusajs/types" } }, { - "id": 10540, + "id": 10607, "name": "config", "variant": "param", "kind": 32768, @@ -13004,11 +13004,11 @@ }, "type": { "type": "reference", - "target": 10655, + "target": 10722, "typeArguments": [ { "type": "reference", - "target": 10692, + "target": 10759, "name": "CampaignDTO", "package": "@medusajs/types" } @@ -13018,7 +13018,7 @@ } }, { - "id": 10541, + "id": 10608, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13035,7 +13035,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -13055,7 +13055,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10692, + "target": 10759, "name": "CampaignDTO", "package": "@medusajs/types" } @@ -13074,14 +13074,14 @@ ] }, { - "id": 10542, + "id": 10609, "name": "retrieveCampaign", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10543, + "id": 10610, "name": "retrieveCampaign", "variant": "signature", "kind": 4096, @@ -13128,7 +13128,7 @@ }, "parameters": [ { - "id": 10544, + "id": 10611, "name": "id", "variant": "param", "kind": 32768, @@ -13147,7 +13147,7 @@ } }, { - "id": 10545, + "id": 10612, "name": "config", "variant": "param", "kind": 32768, @@ -13180,11 +13180,11 @@ }, "type": { "type": "reference", - "target": 10655, + "target": 10722, "typeArguments": [ { "type": "reference", - "target": 10692, + "target": 10759, "name": "CampaignDTO", "package": "@medusajs/types" } @@ -13194,7 +13194,7 @@ } }, { - "id": 10546, + "id": 10613, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13211,7 +13211,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -13226,7 +13226,7 @@ "typeArguments": [ { "type": "reference", - "target": 10692, + "target": 10759, "name": "CampaignDTO", "package": "@medusajs/types" } @@ -13238,14 +13238,14 @@ ] }, { - "id": 10547, + "id": 10614, "name": "deleteCampaigns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10548, + "id": 10615, "name": "deleteCampaigns", "variant": "signature", "kind": 4096, @@ -13280,7 +13280,7 @@ }, "parameters": [ { - "id": 10549, + "id": 10616, "name": "ids", "variant": "param", "kind": 32768, @@ -13302,7 +13302,7 @@ } }, { - "id": 10550, + "id": 10617, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13319,7 +13319,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -13342,7 +13342,7 @@ } }, { - "id": 10551, + "id": 10618, "name": "deleteCampaigns", "variant": "signature", "kind": 4096, @@ -13377,7 +13377,7 @@ }, "parameters": [ { - "id": 10552, + "id": 10619, "name": "ids", "variant": "param", "kind": 32768, @@ -13396,7 +13396,7 @@ } }, { - "id": 10553, + "id": 10620, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13413,7 +13413,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -13438,14 +13438,14 @@ ] }, { - "id": 10554, + "id": 10621, "name": "softDeleteCampaigns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10555, + "id": 10622, "name": "softDeleteCampaigns", "variant": "signature", "kind": 4096, @@ -13496,7 +13496,7 @@ }, "typeParameters": [ { - "id": 10556, + "id": 10623, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -13513,7 +13513,7 @@ ], "parameters": [ { - "id": 10557, + "id": 10624, "name": "campaignIds", "variant": "param", "kind": 32768, @@ -13544,7 +13544,7 @@ } }, { - "id": 10558, + "id": 10625, "name": "config", "variant": "param", "kind": 32768, @@ -13561,11 +13561,11 @@ }, "type": { "type": "reference", - "target": 10668, + "target": 10735, "typeArguments": [ { "type": "reference", - "target": 10556, + "target": 10623, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13576,7 +13576,7 @@ } }, { - "id": 10559, + "id": 10626, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13593,7 +13593,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -13645,14 +13645,14 @@ ] }, { - "id": 10560, + "id": 10627, "name": "restoreCampaigns", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10561, + "id": 10628, "name": "restoreCampaigns", "variant": "signature", "kind": 4096, @@ -13703,7 +13703,7 @@ }, "typeParameters": [ { - "id": 10562, + "id": 10629, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -13720,7 +13720,7 @@ ], "parameters": [ { - "id": 10563, + "id": 10630, "name": "campaignIds", "variant": "param", "kind": 32768, @@ -13751,7 +13751,7 @@ } }, { - "id": 10564, + "id": 10631, "name": "config", "variant": "param", "kind": 32768, @@ -13784,11 +13784,11 @@ }, "type": { "type": "reference", - "target": 10671, + "target": 10738, "typeArguments": [ { "type": "reference", - "target": 10562, + "target": 10629, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13799,7 +13799,7 @@ } }, { - "id": 10565, + "id": 10632, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13816,7 +13816,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -13868,34 +13868,34 @@ ] }, { - "id": 10566, + "id": 10633, "name": "addPromotionsToCampaign", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10567, + "id": 10634, "name": "addPromotionsToCampaign", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 10568, + "id": 10635, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 10725, + "target": 10792, "name": "AddPromotionsToCampaignDTO", "package": "@medusajs/types" } }, { - "id": 10569, + "id": 10636, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13904,7 +13904,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -13920,14 +13920,14 @@ { "type": "reflection", "declaration": { - "id": 10570, + "id": 10637, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10571, + "id": 10638, "name": "ids", "variant": "declaration", "kind": 1024, @@ -13945,7 +13945,7 @@ { "title": "Properties", "children": [ - 10571 + 10638 ] } ] @@ -13959,34 +13959,34 @@ ] }, { - "id": 10572, + "id": 10639, "name": "removePromotionsFromCampaign", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10573, + "id": 10640, "name": "removePromotionsFromCampaign", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 10574, + "id": 10641, "name": "data", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 10728, + "target": 10795, "name": "RemovePromotionsFromCampaignDTO", "package": "@medusajs/types" } }, { - "id": 10575, + "id": 10642, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13995,7 +13995,7 @@ }, "type": { "type": "reference", - "target": 10618, + "target": 10685, "name": "Context", "package": "@medusajs/types" } @@ -14011,14 +14011,14 @@ { "type": "reflection", "declaration": { - "id": 10576, + "id": 10643, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10577, + "id": 10644, "name": "ids", "variant": "declaration", "kind": 1024, @@ -14036,7 +14036,7 @@ { "title": "Properties", "children": [ - 10577 + 10644 ] } ] @@ -14054,55 +14054,55 @@ { "title": "Methods", "children": [ - 10423, - 10426, - 10431, - 10438, - 10445, - 10450, - 10455, - 10460, - 10467, - 10473, - 10479, - 10484, - 10489, - 10494, - 10499, - 10504, - 10509, - 10516, - 10523, - 10528, - 10532, - 10537, - 10542, - 10547, - 10554, - 10560, + 10490, + 10493, + 10498, + 10505, + 10512, + 10517, + 10522, + 10527, + 10534, + 10540, + 10546, + 10551, + 10556, + 10561, 10566, - 10572 + 10571, + 10576, + 10583, + 10590, + 10595, + 10599, + 10604, + 10609, + 10614, + 10621, + 10627, + 10633, + 10639 ] } ], "extendedTypes": [ { "type": "reference", - "target": 10591, + "target": 10658, "name": "IModuleService", "package": "@medusajs/types" } ] }, { - "id": 10920, + "id": 10987, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10921, + "id": 10988, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -14118,7 +14118,7 @@ } }, { - "id": 10922, + "id": 10989, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -14128,21 +14128,21 @@ "type": { "type": "reflection", "declaration": { - "id": 10923, + "id": 10990, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 10924, + "id": 10991, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 10925, + "id": 10992, "name": "key", "variant": "param", "kind": 32768, @@ -14183,35 +14183,35 @@ { "title": "Properties", "children": [ - 10921, - 10922 + 10988, + 10989 ] } ] }, { - "id": 10801, + "id": 10868, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10802, + "id": 10869, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10803, + "id": 10870, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 10804, + "id": 10871, "name": "msg", "variant": "param", "kind": 32768, @@ -14221,7 +14221,7 @@ "types": [ { "type": "reference", - "target": 10916, + "target": 10983, "name": "Message", "package": "@medusajs/types" }, @@ -14229,7 +14229,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10916, + "target": 10983, "name": "Message", "package": "@medusajs/types" } @@ -14246,21 +14246,21 @@ ] }, { - "id": 10805, + "id": 10872, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10806, + "id": 10873, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 10807, + "id": 10874, "name": "format", "variant": "param", "kind": 32768, @@ -14269,7 +14269,7 @@ }, "type": { "type": "reference", - "target": 10920, + "target": 10987, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -14290,7 +14290,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 10916, + "target": 10983, "name": "Message", "package": "@medusajs/types" } @@ -14303,14 +14303,14 @@ ] }, { - "id": 10808, + "id": 10875, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10809, + "id": 10876, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -14323,21 +14323,21 @@ ] }, { - "id": 10810, + "id": 10877, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10811, + "id": 10878, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 10812, + "id": 10879, "name": "T", "variant": "typeParam", "kind": 131072, @@ -14346,7 +14346,7 @@ ], "parameters": [ { - "id": 10813, + "id": 10880, "name": "messageData", "variant": "param", "kind": 32768, @@ -14356,11 +14356,11 @@ "types": [ { "type": "reference", - "target": 10926, + "target": 10993, "typeArguments": [ { "type": "reference", - "target": 10812, + "target": 10879, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14373,11 +14373,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 10926, + "target": 10993, "typeArguments": [ { "type": "reference", - "target": 10812, + "target": 10879, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -14391,7 +14391,7 @@ } }, { - "id": 10814, + "id": 10881, "name": "options", "variant": "param", "kind": 32768, @@ -14431,16 +14431,16 @@ { "title": "Methods", "children": [ - 10802, - 10805, - 10808, - 10810 + 10869, + 10872, + 10875, + 10877 ] } ] }, { - "id": 10618, + "id": 10685, "name": "Context", "variant": "declaration", "kind": 256, @@ -14455,7 +14455,7 @@ }, "children": [ { - "id": 10619, + "id": 10686, "name": "__type", "variant": "declaration", "kind": 1024, @@ -14468,7 +14468,7 @@ } }, { - "id": 10620, + "id": 10687, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -14501,14 +14501,14 @@ }, "type": { "type": "reference", - "target": 10629, + "target": 10696, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 10621, + "id": 10688, "name": "manager", "variant": "declaration", "kind": 1024, @@ -14541,14 +14541,14 @@ }, "type": { "type": "reference", - "target": 10629, + "target": 10696, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 10622, + "id": 10689, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -14601,7 +14601,7 @@ } }, { - "id": 10623, + "id": 10690, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -14622,7 +14622,7 @@ } }, { - "id": 10624, + "id": 10691, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -14643,7 +14643,7 @@ } }, { - "id": 10625, + "id": 10692, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -14664,7 +14664,7 @@ } }, { - "id": 10626, + "id": 10693, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -14681,13 +14681,13 @@ }, "type": { "type": "reference", - "target": 10801, + "target": 10868, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 10627, + "id": 10694, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -14708,7 +14708,7 @@ } }, { - "id": 10628, + "id": 10695, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -14733,22 +14733,22 @@ { "title": "Properties", "children": [ - 10619, - 10620, - 10621, - 10622, - 10623, - 10624, - 10625, - 10626, - 10627, - 10628 + 10686, + 10687, + 10688, + 10689, + 10690, + 10691, + 10692, + 10693, + 10694, + 10695 ] } ], "typeParameters": [ { - "id": 10629, + "id": 10696, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -14761,14 +14761,14 @@ ] }, { - "id": 10958, + "id": 11025, "name": "IBigNumber", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 10959, + "id": 11026, "name": "numeric", "variant": "declaration", "kind": 1024, @@ -14779,7 +14779,7 @@ } }, { - "id": 10960, + "id": 11027, "name": "raw", "variant": "declaration", "kind": 1024, @@ -14788,13 +14788,13 @@ }, "type": { "type": "reference", - "target": 10953, + "target": 11020, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 10961, + "id": 11028, "name": "bigNumber", "variant": "declaration", "kind": 1024, @@ -14812,14 +14812,14 @@ } }, { - "id": 10962, + "id": 11029, "name": "toJSON", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10963, + "id": 11030, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -14832,14 +14832,14 @@ ] }, { - "id": 10964, + "id": 11031, "name": "valueOf", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 10965, + "id": 11032, "name": "valueOf", "variant": "signature", "kind": 4096, @@ -14856,22 +14856,22 @@ { "title": "Properties", "children": [ - 10959, - 10960, - 10961 + 11026, + 11027, + 11028 ] }, { "title": "Methods", "children": [ - 10962, - 10964 + 11029, + 11031 ] } ] }, { - "id": 10953, + "id": 11020, "name": "BigNumberRawValue", "variant": "declaration", "kind": 2097152, @@ -14879,14 +14879,14 @@ "type": { "type": "reflection", "declaration": { - "id": 10954, + "id": 11021, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 10955, + "id": 11022, "name": "value", "variant": "declaration", "kind": 1024, @@ -14910,20 +14910,20 @@ { "title": "Properties", "children": [ - 10955 + 11022 ] } ], "indexSignatures": [ { - "id": 10956, + "id": 11023, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 10957, + "id": 11024, "name": "key", "variant": "param", "kind": 32768, @@ -14944,7 +14944,7 @@ } }, { - "id": 10909, + "id": 10976, "name": "BigNumberInput", "variant": "declaration", "kind": 2097152, @@ -14954,7 +14954,7 @@ "types": [ { "type": "reference", - "target": 10953, + "target": 11020, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -14978,7 +14978,7 @@ }, { "type": "reference", - "target": 10958, + "target": 11025, "name": "IBigNumber", "package": "@medusajs/types" } @@ -14990,432 +14990,164 @@ { "title": "Interfaces", "children": [ - 10655, - 10839, - 10668, - 10671, + 10722, + 10906, + 10735, + 10738, + 11008, + 10953, + 10658, + 10882, + 10856, + 10895, 10941, - 10886, - 10591, - 10815, - 10789, + 10759, + 10786, + 10843, + 10822, 10828, - 10874, - 10692, - 10719, + 10833, + 10839, + 10977, + 10846, + 10851, + 10673, + 10933, + 10746, + 10741, + 10780, 10776, - 10755, - 10761, - 10766, - 10772, - 10910, - 10779, - 10784, - 10606, - 10866, - 10679, - 10674, + 10697, + 10677, + 10706, 10713, - 10709, - 10630, - 10610, - 10639, - 10646, - 10869, - 10880, + 10936, + 10947, + 10752, + 10768, + 10792, + 10795, + 10489, + 10987, + 10868, 10685, - 10701, - 10725, - 10728, - 10422, - 10920, - 10801, - 10618, - 10958 + 11025 ] }, { "title": "Type Aliases", "children": [ - 10936, - 10938, - 10972, - 11000, - 10990, - 10843, - 10988, + 11003, + 11005, + 11039, + 11067, + 11057, + 10910, + 11055, + 11049, + 11054, + 11043, + 11051, + 11033, + 10983, + 10993, + 11011, + 10970, + 10798, + 10967, + 10980, + 10981, 10982, - 10987, - 10976, - 10984, - 10966, - 10916, - 10926, - 10944, - 10903, - 10731, - 10900, - 10913, - 10914, - 10915, - 10940, - 10605, - 10865, - 10788, - 10953, - 10909 + 11007, + 10672, + 10932, + 10855, + 11020, + 10976 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "10421": { + "10488": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", "qualifiedName": "" }, - "10422": { + "10489": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", "qualifiedName": "IPromotionModuleService" }, - "10423": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.registerUsage" - }, - "10424": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.registerUsage" - }, - "10425": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "computedActions" - }, - "10426": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.computeActions" - }, - "10427": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.computeActions" - }, - "10428": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "promotionCodesToApply" - }, - "10429": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "applicationContext" - }, - "10430": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "options" - }, - "10431": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.createPromotions" - }, - "10432": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.createPromotions" - }, - "10433": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "data" - }, - "10434": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10435": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.createPromotions" - }, - "10436": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "data" - }, - "10437": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10438": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.updatePromotions" - }, - "10439": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.updatePromotions" - }, - "10440": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "data" - }, - "10441": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10442": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.updatePromotions" - }, - "10443": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "data" - }, - "10444": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10445": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.listPromotions" - }, - "10446": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.listPromotions" - }, - "10447": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "filters" - }, - "10448": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "config" - }, - "10449": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10450": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.listAndCountPromotions" - }, - "10451": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.listAndCountPromotions" - }, - "10452": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "filters" - }, - "10453": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "config" - }, - "10454": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10455": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.retrievePromotion" - }, - "10456": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.retrievePromotion" - }, - "10457": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "id" - }, - "10458": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "config" - }, - "10459": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10460": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.deletePromotions" - }, - "10461": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.deletePromotions" - }, - "10462": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "ids" - }, - "10463": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10464": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.deletePromotions" - }, - "10465": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "ids" - }, - "10466": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10467": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.softDeletePromotions" - }, - "10468": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.softDeletePromotions" - }, - "10469": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "10470": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "promotionIds" - }, - "10471": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "config" - }, - "10472": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10473": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.restorePromotions" - }, - "10474": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.restorePromotions" - }, - "10475": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "10476": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "promotionIds" - }, - "10477": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "config" - }, - "10478": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10479": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.addPromotionRules" - }, - "10480": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.addPromotionRules" - }, - "10481": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "promotionId" - }, - "10482": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "rulesData" - }, - "10483": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10484": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.addPromotionTargetRules" - }, - "10485": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.addPromotionTargetRules" - }, - "10486": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "promotionId" - }, - "10487": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "rulesData" - }, - "10488": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" - }, - "10489": { - "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.addPromotionBuyRules" - }, "10490": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.addPromotionBuyRules" + "qualifiedName": "IPromotionModuleService.registerUsage" }, "10491": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "promotionId" + "qualifiedName": "IPromotionModuleService.registerUsage" }, "10492": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "rulesData" + "qualifiedName": "computedActions" }, "10493": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPromotionModuleService.computeActions" }, "10494": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.removePromotionRules" + "qualifiedName": "IPromotionModuleService.computeActions" }, "10495": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.removePromotionRules" + "qualifiedName": "promotionCodesToApply" }, "10496": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "promotionId" + "qualifiedName": "applicationContext" }, "10497": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "ruleIds" + "qualifiedName": "options" }, "10498": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPromotionModuleService.createPromotions" }, "10499": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.removePromotionTargetRules" + "qualifiedName": "IPromotionModuleService.createPromotions" }, "10500": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.removePromotionTargetRules" + "qualifiedName": "data" }, "10501": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "promotionId" + "qualifiedName": "sharedContext" }, "10502": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "ruleIds" + "qualifiedName": "IPromotionModuleService.createPromotions" }, "10503": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "10504": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.removePromotionBuyRules" + "qualifiedName": "sharedContext" }, "10505": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.removePromotionBuyRules" + "qualifiedName": "IPromotionModuleService.updatePromotions" }, "10506": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "promotionId" + "qualifiedName": "IPromotionModuleService.updatePromotions" }, "10507": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "ruleIds" + "qualifiedName": "data" }, "10508": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", @@ -15423,167 +15155,167 @@ }, "10509": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.createCampaigns" + "qualifiedName": "IPromotionModuleService.updatePromotions" }, "10510": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.createCampaigns" + "qualifiedName": "data" }, "10511": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "10512": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPromotionModuleService.listPromotions" }, "10513": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.createCampaigns" + "qualifiedName": "IPromotionModuleService.listPromotions" }, "10514": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "data" + "qualifiedName": "filters" }, "10515": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "10516": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.updateCampaigns" + "qualifiedName": "sharedContext" }, "10517": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.updateCampaigns" + "qualifiedName": "IPromotionModuleService.listAndCountPromotions" }, "10518": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "data" + "qualifiedName": "IPromotionModuleService.listAndCountPromotions" }, "10519": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "filters" }, "10520": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.updateCampaigns" + "qualifiedName": "config" }, "10521": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "10522": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPromotionModuleService.retrievePromotion" }, "10523": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.listPromotionRules" + "qualifiedName": "IPromotionModuleService.retrievePromotion" }, "10524": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.listPromotionRules" + "qualifiedName": "id" }, "10525": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "filters" + "qualifiedName": "config" }, "10526": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "10527": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPromotionModuleService.deletePromotions" }, "10528": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.updatePromotionRules" + "qualifiedName": "IPromotionModuleService.deletePromotions" }, "10529": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.updatePromotionRules" + "qualifiedName": "ids" }, "10530": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "10531": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPromotionModuleService.deletePromotions" }, "10532": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.listCampaigns" + "qualifiedName": "ids" }, "10533": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.listCampaigns" + "qualifiedName": "sharedContext" }, "10534": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "filters" + "qualifiedName": "IPromotionModuleService.softDeletePromotions" }, "10535": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "config" + "qualifiedName": "IPromotionModuleService.softDeletePromotions" }, "10536": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "TReturnableLinkableKeys" }, "10537": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.listAndCountCampaigns" + "qualifiedName": "promotionIds" }, "10538": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.listAndCountCampaigns" + "qualifiedName": "config" }, "10539": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "10540": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "config" + "qualifiedName": "IPromotionModuleService.restorePromotions" }, "10541": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPromotionModuleService.restorePromotions" }, "10542": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.retrieveCampaign" + "qualifiedName": "TReturnableLinkableKeys" }, "10543": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.retrieveCampaign" + "qualifiedName": "promotionIds" }, "10544": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "id" + "qualifiedName": "config" }, "10545": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "10546": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IPromotionModuleService.addPromotionRules" }, "10547": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.deleteCampaigns" + "qualifiedName": "IPromotionModuleService.addPromotionRules" }, "10548": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.deleteCampaigns" + "qualifiedName": "promotionId" }, "10549": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "ids" + "qualifiedName": "rulesData" }, "10550": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", @@ -15591,59 +15323,59 @@ }, "10551": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.deleteCampaigns" + "qualifiedName": "IPromotionModuleService.addPromotionTargetRules" }, "10552": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "ids" + "qualifiedName": "IPromotionModuleService.addPromotionTargetRules" }, "10553": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "promotionId" }, "10554": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.softDeleteCampaigns" + "qualifiedName": "rulesData" }, "10555": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.softDeleteCampaigns" + "qualifiedName": "sharedContext" }, "10556": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "IPromotionModuleService.addPromotionBuyRules" }, "10557": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "campaignIds" + "qualifiedName": "IPromotionModuleService.addPromotionBuyRules" }, "10558": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "config" + "qualifiedName": "promotionId" }, "10559": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "rulesData" }, "10560": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.restoreCampaigns" + "qualifiedName": "sharedContext" }, "10561": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.restoreCampaigns" + "qualifiedName": "IPromotionModuleService.removePromotionRules" }, "10562": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "IPromotionModuleService.removePromotionRules" }, "10563": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "campaignIds" + "qualifiedName": "promotionId" }, "10564": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "config" + "qualifiedName": "ruleIds" }, "10565": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", @@ -15651,39 +15383,39 @@ }, "10566": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.addPromotionsToCampaign" + "qualifiedName": "IPromotionModuleService.removePromotionTargetRules" }, "10567": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.addPromotionsToCampaign" + "qualifiedName": "IPromotionModuleService.removePromotionTargetRules" }, "10568": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "data" + "qualifiedName": "promotionId" }, "10569": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ruleIds" }, "10570": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "__type" + "qualifiedName": "sharedContext" }, "10571": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "__type.ids" + "qualifiedName": "IPromotionModuleService.removePromotionBuyRules" }, "10572": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.removePromotionsFromCampaign" + "qualifiedName": "IPromotionModuleService.removePromotionBuyRules" }, "10573": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "IPromotionModuleService.removePromotionsFromCampaign" + "qualifiedName": "promotionId" }, "10574": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "data" + "qualifiedName": "ruleIds" }, "10575": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", @@ -15691,1585 +15423,1853 @@ }, "10576": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "__type" + "qualifiedName": "IPromotionModuleService.createCampaigns" }, "10577": { "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", - "qualifiedName": "__type.ids" + "qualifiedName": "IPromotionModuleService.createCampaigns" + }, + "10578": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "data" + }, + "10579": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10580": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.createCampaigns" + }, + "10581": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "data" + }, + "10582": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10583": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.updateCampaigns" + }, + "10584": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.updateCampaigns" + }, + "10585": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "data" + }, + "10586": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10587": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.updateCampaigns" + }, + "10588": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "data" + }, + "10589": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10590": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.listPromotionRules" }, "10591": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.listPromotionRules" + }, + "10592": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "filters" + }, + "10593": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "config" + }, + "10594": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10595": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.updatePromotionRules" + }, + "10596": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.updatePromotionRules" + }, + "10597": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "data" + }, + "10598": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10599": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.listCampaigns" + }, + "10600": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.listCampaigns" + }, + "10601": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "filters" + }, + "10602": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "config" + }, + "10603": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10604": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.listAndCountCampaigns" + }, + "10605": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.listAndCountCampaigns" + }, + "10606": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "filters" + }, + "10607": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "config" + }, + "10608": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10609": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.retrieveCampaign" + }, + "10610": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.retrieveCampaign" + }, + "10611": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "id" + }, + "10612": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "config" + }, + "10613": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10614": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.deleteCampaigns" + }, + "10615": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.deleteCampaigns" + }, + "10616": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "ids" + }, + "10617": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10618": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.deleteCampaigns" + }, + "10619": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "ids" + }, + "10620": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10621": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.softDeleteCampaigns" + }, + "10622": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.softDeleteCampaigns" + }, + "10623": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "10624": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "campaignIds" + }, + "10625": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "config" + }, + "10626": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10627": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.restoreCampaigns" + }, + "10628": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.restoreCampaigns" + }, + "10629": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "10630": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "campaignIds" + }, + "10631": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "config" + }, + "10632": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10633": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.addPromotionsToCampaign" + }, + "10634": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.addPromotionsToCampaign" + }, + "10635": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "data" + }, + "10636": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10637": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "__type" + }, + "10638": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "__type.ids" + }, + "10639": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.removePromotionsFromCampaign" + }, + "10640": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "IPromotionModuleService.removePromotionsFromCampaign" + }, + "10641": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "data" + }, + "10642": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "sharedContext" + }, + "10643": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "__type" + }, + "10644": { + "sourceFileName": "../../../../packages/core/types/src/promotion/service.ts", + "qualifiedName": "__type.ids" + }, + "10658": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "10605": { + "10672": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActions" }, - "10606": { + "10673": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionContext" }, - "10607": { + "10674": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionContext.currency_code" }, - "10608": { + "10675": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionContext.items" }, - "10609": { + "10676": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionContext.shipping_methods" }, - "10610": { + "10677": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "CreatePromotionDTO" }, - "10611": { + "10678": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "CreatePromotionDTO.code" }, - "10612": { + "10679": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "CreatePromotionDTO.type" }, - "10613": { + "10680": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "CreatePromotionDTO.is_automatic" }, - "10614": { + "10681": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "CreatePromotionDTO.application_method" }, - "10615": { + "10682": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "CreatePromotionDTO.rules" }, - "10616": { + "10683": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "CreatePromotionDTO.campaign" }, - "10617": { + "10684": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "CreatePromotionDTO.campaign_id" }, - "10618": { + "10685": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "10619": { + "10686": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "10620": { + "10687": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "10621": { + "10688": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "10622": { + "10689": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "10623": { + "10690": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "10624": { + "10691": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "10625": { + "10692": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "10626": { + "10693": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "10627": { + "10694": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "10628": { + "10695": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "10629": { + "10696": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "10630": { + "10697": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "PromotionDTO" }, - "10631": { + "10698": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "PromotionDTO.id" }, - "10632": { + "10699": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "PromotionDTO.code" }, - "10633": { + "10700": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "PromotionDTO.type" }, - "10634": { + "10701": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "PromotionDTO.is_automatic" }, - "10635": { + "10702": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "PromotionDTO.application_method" }, - "10636": { + "10703": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "PromotionDTO.rules" }, - "10637": { + "10704": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "PromotionDTO.campaign_id" }, - "10638": { + "10705": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "PromotionDTO.campaign" }, - "10639": { + "10706": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "UpdatePromotionDTO" }, - "10640": { + "10707": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "UpdatePromotionDTO.id" }, - "10641": { + "10708": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "UpdatePromotionDTO.is_automatic" }, - "10642": { + "10709": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "UpdatePromotionDTO.code" }, - "10643": { + "10710": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "UpdatePromotionDTO.type" }, - "10644": { + "10711": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "UpdatePromotionDTO.application_method" }, - "10645": { + "10712": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "UpdatePromotionDTO.campaign_id" }, - "10646": { + "10713": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "FilterablePromotionProps" }, - "10647": { + "10714": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "FilterablePromotionProps.q" }, - "10648": { + "10715": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "FilterablePromotionProps.id" }, - "10649": { + "10716": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "FilterablePromotionProps.code" }, - "10650": { + "10717": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "FilterablePromotionProps.budget_id" }, - "10651": { + "10718": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "FilterablePromotionProps.is_automatic" }, - "10652": { + "10719": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "FilterablePromotionProps.type" }, - "10653": { + "10720": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "10654": { + "10721": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "10655": { + "10722": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "10656": { + "10723": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "10657": { + "10724": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "10658": { + "10725": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "10659": { + "10726": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "10660": { + "10727": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "10661": { + "10728": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "10662": { + "10729": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "10664": { + "10731": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "10665": { + "10732": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "10666": { + "10733": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "10667": { + "10734": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "10668": { + "10735": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "SoftDeleteReturn" }, - "10669": { + "10736": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "10670": { + "10737": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "10671": { + "10738": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "RestoreReturn" }, - "10672": { + "10739": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "10673": { + "10740": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "10674": { + "10741": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "CreatePromotionRuleDTO" }, - "10675": { + "10742": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "CreatePromotionRuleDTO.description" }, - "10676": { + "10743": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "CreatePromotionRuleDTO.attribute" }, - "10677": { + "10744": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "CreatePromotionRuleDTO.operator" }, - "10678": { + "10745": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "CreatePromotionRuleDTO.values" }, - "10679": { + "10746": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "PromotionRuleDTO" }, - "10680": { + "10747": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "PromotionRuleDTO.id" }, - "10681": { + "10748": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "PromotionRuleDTO.description" }, - "10682": { + "10749": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "PromotionRuleDTO.attribute" }, - "10683": { + "10750": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "PromotionRuleDTO.operator" }, - "10684": { + "10751": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "PromotionRuleDTO.values" }, - "10685": { + "10752": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignDTO" }, - "10686": { + "10753": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignDTO.name" }, - "10687": { + "10754": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignDTO.description" }, - "10688": { + "10755": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignDTO.campaign_identifier" }, - "10689": { + "10756": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignDTO.starts_at" }, - "10690": { + "10757": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignDTO.ends_at" }, - "10691": { + "10758": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignDTO.budget" }, - "10692": { + "10759": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "CampaignDTO" }, - "10693": { + "10760": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "CampaignDTO.id" }, - "10694": { + "10761": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "CampaignDTO.name" }, - "10695": { + "10762": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "CampaignDTO.description" }, - "10696": { + "10763": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "CampaignDTO.campaign_identifier" }, - "10697": { + "10764": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "CampaignDTO.starts_at" }, - "10698": { + "10765": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "CampaignDTO.ends_at" }, - "10699": { + "10766": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "CampaignDTO.budget" }, - "10700": { + "10767": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "CampaignDTO.promotions" }, - "10701": { + "10768": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignDTO" }, - "10702": { + "10769": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignDTO.id" }, - "10703": { + "10770": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignDTO.name" }, - "10704": { + "10771": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignDTO.description" }, - "10705": { + "10772": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignDTO.campaign_identifier" }, - "10706": { + "10773": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignDTO.starts_at" }, - "10707": { + "10774": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignDTO.ends_at" }, - "10708": { + "10775": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignDTO.budget" }, - "10709": { + "10776": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "FilterablePromotionRuleProps" }, - "10710": { + "10777": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "FilterablePromotionRuleProps.id" }, - "10711": { + "10778": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "10712": { + "10779": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "10713": { + "10780": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "UpdatePromotionRuleDTO" }, - "10714": { + "10781": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "UpdatePromotionRuleDTO.id" }, - "10715": { + "10782": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "UpdatePromotionRuleDTO.description" }, - "10716": { + "10783": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "UpdatePromotionRuleDTO.attribute" }, - "10717": { + "10784": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "UpdatePromotionRuleDTO.operator" }, - "10718": { + "10785": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "UpdatePromotionRuleDTO.values" }, - "10719": { + "10786": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "FilterableCampaignProps" }, - "10720": { + "10787": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "FilterableCampaignProps.q" }, - "10721": { + "10788": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "FilterableCampaignProps.id" }, - "10722": { + "10789": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign.ts", "qualifiedName": "FilterableCampaignProps.campaign_identifier" }, - "10723": { + "10790": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "10724": { + "10791": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "10725": { + "10792": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "AddPromotionsToCampaignDTO" }, - "10726": { + "10793": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "AddPromotionsToCampaignDTO.id" }, - "10727": { + "10794": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "AddPromotionsToCampaignDTO.promotion_ids" }, - "10728": { + "10795": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "RemovePromotionsFromCampaignDTO" }, - "10729": { + "10796": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "RemovePromotionsFromCampaignDTO.id" }, - "10730": { + "10797": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "RemovePromotionsFromCampaignDTO.promotion_ids" }, - "10731": { + "10798": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "ModuleJoinerConfig" }, - "10732": { + "10799": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "10733": { + "10800": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.schema" }, - "10734": { + "10801": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.relationships" }, - "10735": { + "10802": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.extends" }, - "10736": { + "10803": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "10737": { + "10804": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.serviceName" }, - "10738": { + "10805": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.fieldAlias" }, - "10739": { + "10806": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "10740": { + "10807": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.path" }, - "10741": { + "10808": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.forwardArgumentsOnPath" }, - "10742": { + "10809": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.isList" }, - "10743": { + "10810": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.relationship" }, - "10744": { + "10811": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.serviceName" }, - "10745": { + "10812": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.primaryKeys" }, - "10746": { + "10813": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.isLink" }, - "10747": { + "10814": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.linkableKeys" }, - "10748": { + "10815": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.isReadOnlyLink" }, - "10749": { + "10816": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.extraDataFields" }, - "10750": { + "10817": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.databaseConfig" }, - "10751": { + "10818": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "10752": { + "10819": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.tableName" }, - "10753": { + "10820": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.idPrefix" }, - "10754": { + "10821": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.extraFields" }, - "10755": { + "10822": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddItemAdjustmentAction" }, - "10756": { + "10823": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddItemAdjustmentAction.action" }, - "10757": { + "10824": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddItemAdjustmentAction.item_id" }, - "10758": { + "10825": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddItemAdjustmentAction.amount" }, - "10759": { + "10826": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddItemAdjustmentAction.code" }, - "10760": { + "10827": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddItemAdjustmentAction.description" }, - "10761": { + "10828": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "RemoveItemAdjustmentAction" }, - "10762": { + "10829": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "RemoveItemAdjustmentAction.action" }, - "10763": { + "10830": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "RemoveItemAdjustmentAction.adjustment_id" }, - "10764": { + "10831": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "RemoveItemAdjustmentAction.description" }, - "10765": { + "10832": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "RemoveItemAdjustmentAction.code" }, - "10766": { + "10833": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddShippingMethodAdjustment" }, - "10767": { + "10834": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddShippingMethodAdjustment.action" }, - "10768": { + "10835": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddShippingMethodAdjustment.shipping_method_id" }, - "10769": { + "10836": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddShippingMethodAdjustment.amount" }, - "10770": { + "10837": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddShippingMethodAdjustment.code" }, - "10771": { + "10838": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "AddShippingMethodAdjustment.description" }, - "10772": { + "10839": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "RemoveShippingMethodAdjustment" }, - "10773": { + "10840": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "RemoveShippingMethodAdjustment.action" }, - "10774": { + "10841": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "RemoveShippingMethodAdjustment.adjustment_id" }, - "10775": { + "10842": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "RemoveShippingMethodAdjustment.code" }, - "10776": { + "10843": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "CampaignBudgetExceededAction" }, - "10777": { + "10844": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "CampaignBudgetExceededAction.action" }, - "10778": { + "10845": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "CampaignBudgetExceededAction.code" }, - "10779": { + "10846": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionItemLine" }, - "10780": { + "10847": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionItemLine.id" }, - "10781": { + "10848": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionItemLine.quantity" }, - "10782": { + "10849": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionItemLine.subtotal" }, - "10783": { + "10850": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionItemLine.adjustments" }, - "10784": { + "10851": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionShippingLine" }, - "10785": { + "10852": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionShippingLine.id" }, - "10786": { + "10853": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionShippingLine.subtotal" }, - "10787": { + "10854": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionShippingLine.adjustments" }, - "10788": { + "10855": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion.ts", "qualifiedName": "PromotionTypeValues" }, - "10789": { + "10856": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO" }, - "10790": { + "10857": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO.type" }, - "10791": { + "10858": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO.target_type" }, - "10792": { + "10859": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO.allocation" }, - "10793": { + "10860": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO.value" }, - "10794": { + "10861": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO.currency_code" }, - "10795": { + "10862": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO.max_quantity" }, - "10796": { + "10863": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO.buy_rules_min_quantity" }, - "10797": { + "10864": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO.apply_to_quantity" }, - "10798": { + "10865": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO.promotion" }, - "10799": { + "10866": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO.target_rules" }, - "10800": { + "10867": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "CreateApplicationMethodDTO.buy_rules" }, - "10801": { + "10868": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator" }, - "10802": { + "10869": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.save" }, - "10803": { + "10870": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.save" }, - "10804": { + "10871": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "msg" }, - "10805": { + "10872": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.getMessages" }, - "10806": { + "10873": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.getMessages" }, - "10807": { + "10874": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "format" }, - "10808": { + "10875": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.clearMessages" }, - "10809": { + "10876": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.clearMessages" }, - "10810": { + "10877": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.saveRawMessageData" }, - "10811": { + "10878": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "IMessageAggregator.saveRawMessageData" }, - "10812": { + "10879": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "T" }, - "10813": { + "10880": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "messageData" }, - "10814": { + "10881": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "options" }, - "10815": { + "10882": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO" }, - "10816": { + "10883": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.id" }, - "10817": { + "10884": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.type" }, - "10818": { + "10885": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.target_type" }, - "10819": { + "10886": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.allocation" }, - "10820": { + "10887": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.value" }, - "10821": { + "10888": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.currency_code" }, - "10822": { + "10889": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.max_quantity" }, - "10823": { + "10890": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.buy_rules_min_quantity" }, - "10824": { + "10891": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.apply_to_quantity" }, - "10825": { + "10892": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.promotion" }, - "10826": { + "10893": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.target_rules" }, - "10827": { + "10894": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodDTO.buy_rules" }, - "10828": { + "10895": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "UpdateApplicationMethodDTO" }, - "10829": { + "10896": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "UpdateApplicationMethodDTO.id" }, - "10830": { + "10897": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "UpdateApplicationMethodDTO.type" }, - "10831": { + "10898": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "UpdateApplicationMethodDTO.target_type" }, - "10832": { + "10899": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "UpdateApplicationMethodDTO.allocation" }, - "10833": { + "10900": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "UpdateApplicationMethodDTO.value" }, - "10834": { + "10901": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "UpdateApplicationMethodDTO.currency_code" }, - "10835": { + "10902": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "UpdateApplicationMethodDTO.max_quantity" }, - "10836": { + "10903": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "UpdateApplicationMethodDTO.buy_rules_min_quantity" }, - "10837": { + "10904": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "UpdateApplicationMethodDTO.apply_to_quantity" }, - "10838": { + "10905": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "UpdateApplicationMethodDTO.promotion" }, - "10839": { + "10906": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable" }, - "10840": { + "10907": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "10841": { + "10908": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "10842": { + "10909": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.T" }, - "10843": { + "10910": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "OperatorMap" }, - "10844": { + "10911": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "10845": { + "10912": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$and" }, - "10846": { + "10913": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$or" }, - "10847": { + "10914": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$eq" }, - "10848": { + "10915": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$ne" }, - "10849": { + "10916": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$in" }, - "10850": { + "10917": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$nin" }, - "10851": { + "10918": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$not" }, - "10852": { + "10919": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$gt" }, - "10853": { + "10920": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$gte" }, - "10854": { + "10921": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$lt" }, - "10855": { + "10922": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$lte" }, - "10856": { + "10923": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$like" }, - "10857": { + "10924": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$re" }, - "10858": { + "10925": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$ilike" }, - "10859": { + "10926": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$fulltext" }, - "10860": { + "10927": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$overlap" }, - "10861": { + "10928": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$contains" }, - "10862": { + "10929": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$contained" }, - "10863": { + "10930": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.$exists" }, - "10864": { + "10931": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "10865": { + "10932": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule.ts", "qualifiedName": "PromotionRuleOperatorValues" }, - "10866": { + "10933": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule-value.ts", "qualifiedName": "PromotionRuleValueDTO" }, - "10867": { + "10934": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule-value.ts", "qualifiedName": "PromotionRuleValueDTO.id" }, - "10868": { + "10935": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/promotion-rule-value.ts", "qualifiedName": "PromotionRuleValueDTO.value" }, - "10869": { + "10936": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignBudgetDTO" }, - "10870": { + "10937": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignBudgetDTO.type" }, - "10871": { + "10938": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignBudgetDTO.limit" }, - "10872": { + "10939": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignBudgetDTO.used" }, - "10873": { + "10940": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "CreateCampaignBudgetDTO.currency_code" }, - "10874": { + "10941": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign-budget.ts", "qualifiedName": "CampaignBudgetDTO" }, - "10875": { + "10942": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign-budget.ts", "qualifiedName": "CampaignBudgetDTO.id" }, - "10876": { + "10943": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign-budget.ts", "qualifiedName": "CampaignBudgetDTO.type" }, - "10877": { + "10944": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign-budget.ts", "qualifiedName": "CampaignBudgetDTO.limit" }, - "10878": { + "10945": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign-budget.ts", "qualifiedName": "CampaignBudgetDTO.used" }, - "10879": { + "10946": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign-budget.ts", "qualifiedName": "CampaignBudgetDTO.currency_code" }, - "10880": { + "10947": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignBudgetDTO" }, - "10881": { + "10948": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignBudgetDTO.id" }, - "10882": { + "10949": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignBudgetDTO.type" }, - "10883": { + "10950": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignBudgetDTO.limit" }, - "10884": { + "10951": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignBudgetDTO.currency_code" }, - "10885": { + "10952": { "sourceFileName": "../../../../packages/core/types/src/promotion/mutations.ts", "qualifiedName": "UpdateCampaignBudgetDTO.used" }, - "10886": { + "10953": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig" }, - "10887": { + "10954": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.serviceName" }, - "10888": { + "10955": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.alias" }, - "10889": { + "10956": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.fieldAlias" }, - "10890": { + "10957": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type" }, - "10891": { + "10958": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.path" }, - "10892": { + "10959": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.forwardArgumentsOnPath" }, - "10893": { + "10960": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.primaryKeys" }, - "10894": { + "10961": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.relationships" }, - "10895": { + "10962": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.extends" }, - "10896": { + "10963": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type" }, - "10897": { + "10964": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.serviceName" }, - "10898": { + "10965": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.relationship" }, - "10899": { + "10966": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "JoinerServiceConfig.args" }, - "10900": { + "10967": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "ModuleJoinerRelationship" }, - "10901": { + "10968": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "10902": { + "10969": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.deleteCascade" }, - "10903": { + "10970": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "LinkModulesExtraFields" }, - "10904": { + "10971": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "10905": { + "10972": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.type" }, - "10906": { + "10973": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.defaultValue" }, - "10907": { + "10974": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.nullable" }, - "10908": { + "10975": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.options" }, - "10909": { + "10976": { "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", "qualifiedName": "BigNumberInput" }, - "10910": { + "10977": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionAdjustmentLine" }, - "10911": { + "10978": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionAdjustmentLine.id" }, - "10912": { + "10979": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/compute-actions.ts", "qualifiedName": "ComputeActionAdjustmentLine.code" }, - "10913": { + "10980": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodTypeValues" }, - "10914": { + "10981": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodTargetTypeValues" }, - "10915": { + "10982": { "sourceFileName": "../../../../packages/core/types/src/promotion/common/application-method.ts", "qualifiedName": "ApplicationMethodAllocationValues" }, - "10916": { + "10983": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "Message" }, - "10917": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" - }, - "10918": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" - }, - "10919": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" - }, - "10920": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat" - }, - "10921": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.groupBy" - }, - "10922": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.sortBy" - }, - "10923": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type" - }, - "10924": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type.__index" - }, - "10926": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" - }, - "10927": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" - }, - "10928": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" - }, - "10929": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "10930": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" - }, - "10931": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" - }, - "10932": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" - }, - "10933": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" - }, - "10934": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" - }, - "10935": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" - }, - "10936": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Query" - }, - "10937": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "10938": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "ExpandScalar" - }, - "10939": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "10940": { - "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign-budget.ts", - "qualifiedName": "CampaignBudgetTypeValues" - }, - "10941": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" - }, - "10942": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" - }, - "10943": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" - }, - "10944": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" - }, - "10945": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "10946": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" - }, - "10947": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" - }, - "10948": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" - }, - "10949": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" - }, - "10950": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" - }, - "10951": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" - }, - "10952": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" - }, - "10953": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" - }, - "10954": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type" - }, - "10955": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.value" - }, - "10956": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.__index" - }, - "10958": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber" - }, - "10959": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.numeric" - }, - "10960": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.raw" - }, - "10961": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.bigNumber" - }, - "10962": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" - }, - "10963": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" - }, - "10964": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" - }, - "10965": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" - }, - "10966": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" - }, - "10967": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" - }, - "10968": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" - }, - "10969": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" - }, - "10970": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "10971": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" - }, - "10972": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Scalar" - }, - "10973": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "10974": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" - }, - "10975": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" - }, - "10976": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterQuery" - }, - "10977": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "10978": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.__index" - }, - "10980": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "10981": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Prev" - }, - "10982": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue" - }, - "10983": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, "10984": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "EventMetadata" + "qualifiedName": "__type" }, "10985": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.options" }, "10986": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventGroupId" + "qualifiedName": "TData" }, "10987": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat" + }, + "10988": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.groupBy" + }, + "10989": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.sortBy" + }, + "10990": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type" + }, + "10991": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type.__index" + }, + "10993": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "RawMessageFormat" + }, + "10994": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "10995": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventName" + }, + "10996": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "10997": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" + }, + "10998": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" + }, + "10999": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "11000": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" + }, + "11001": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "11002": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "11003": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Query" + }, + "11004": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "11005": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "ExpandScalar" + }, + "11006": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "11007": { + "sourceFileName": "../../../../packages/core/types/src/promotion/common/campaign-budget.ts", + "qualifiedName": "CampaignBudgetTypeValues" + }, + "11008": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "11009": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "11010": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "11011": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerRelationship" + }, + "11012": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "11013": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.alias" + }, + "11014": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.foreignKey" + }, + "11015": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "11016": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "11017": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "11018": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "11019": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "11020": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "11021": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type" + }, + "11022": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.value" + }, + "11023": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.__index" + }, + "11025": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber" + }, + "11026": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.numeric" + }, + "11027": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.raw" + }, + "11028": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.bigNumber" + }, + "11029": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.toJSON" + }, + "11030": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.toJSON" + }, + "11031": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" + }, + "11032": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" + }, + "11033": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" + }, + "11034": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "11035": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" + }, + "11036": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" + }, + "11037": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "11038": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "11039": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Scalar" + }, + "11040": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "11041": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "11042": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "11043": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterQuery" + }, + "11044": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "11045": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.__index" + }, + "11047": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "11048": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Prev" + }, + "11049": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterValue" + }, + "11050": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "11051": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "EventMetadata" + }, + "11052": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "11053": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventGroupId" + }, + "11054": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "PrevLimit" }, - "10988": { + "11055": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "FilterValue2" }, - "10989": { + "11056": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "10990": { + "11057": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "Primary" }, - "10991": { + "11058": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "10992": { + "11059": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.[PrimaryKeyType]" }, - "10993": { + "11060": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "10994": { + "11061": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type._id" }, - "10995": { + "11062": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "10996": { + "11063": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.uuid" }, - "10997": { + "11064": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "10998": { + "11065": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.id" }, - "10999": { + "11066": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "11000": { + "11067": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "ReadonlyPrimary" }, - "11001": { + "11068": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" } @@ -17279,7 +17279,7 @@ "1": "../../../../packages/core/types/src/promotion/service.ts" }, "reflections": { - "1": 10421 + "1": 10488 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/region-models.json b/www/utils/generated/typedoc-json-output/region-models.json index 7008fff417..e8b79c3888 100644 --- a/www/utils/generated/typedoc-json-output/region-models.json +++ b/www/utils/generated/typedoc-json-output/region-models.json @@ -1,5 +1,5 @@ { - "id": 11466, + "id": 11533, "name": "region-models", "variant": "project", "kind": 1, @@ -18,7 +18,7 @@ }, "children": [ { - "id": 11467, + "id": 11534, "name": "Country", "variant": "declaration", "kind": 32, @@ -36,14 +36,14 @@ { "type": "reflection", "declaration": { - "id": 11468, + "id": 11535, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11469, + "id": 11536, "name": "iso_2", "variant": "declaration", "kind": 1024, @@ -71,7 +71,7 @@ "defaultValue": "..." }, { - "id": 11470, + "id": 11537, "name": "iso_3", "variant": "declaration", "kind": 1024, @@ -88,7 +88,7 @@ "defaultValue": "..." }, { - "id": 11471, + "id": 11538, "name": "num_code", "variant": "declaration", "kind": 1024, @@ -105,7 +105,7 @@ "defaultValue": "..." }, { - "id": 11472, + "id": 11539, "name": "name", "variant": "declaration", "kind": 1024, @@ -122,7 +122,7 @@ "defaultValue": "..." }, { - "id": 11473, + "id": 11540, "name": "display_name", "variant": "declaration", "kind": 1024, @@ -139,7 +139,7 @@ "defaultValue": "..." }, { - "id": 11474, + "id": 11541, "name": "region", "variant": "declaration", "kind": 1024, @@ -155,7 +155,7 @@ "typeArguments": [ { "type": "reference", - "target": 11572, + "target": 11639, "name": "Region" } ], @@ -165,7 +165,7 @@ "defaultValue": "..." }, { - "id": 11517, + "id": 11584, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -188,13 +188,13 @@ { "title": "Properties", "children": [ - 11469, - 11470, - 11471, - 11472, - 11473, - 11474, - 11517 + 11536, + 11537, + 11538, + 11539, + 11540, + 11541, + 11584 ] } ] @@ -203,14 +203,14 @@ { "type": "reflection", "declaration": { - "id": 11518, + "id": 11585, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11519, + "id": 11586, "name": "iso_2", "variant": "declaration", "kind": 1024, @@ -238,7 +238,7 @@ "defaultValue": "..." }, { - "id": 11520, + "id": 11587, "name": "iso_3", "variant": "declaration", "kind": 1024, @@ -255,7 +255,7 @@ "defaultValue": "..." }, { - "id": 11521, + "id": 11588, "name": "num_code", "variant": "declaration", "kind": 1024, @@ -272,7 +272,7 @@ "defaultValue": "..." }, { - "id": 11522, + "id": 11589, "name": "name", "variant": "declaration", "kind": 1024, @@ -289,7 +289,7 @@ "defaultValue": "..." }, { - "id": 11523, + "id": 11590, "name": "display_name", "variant": "declaration", "kind": 1024, @@ -306,7 +306,7 @@ "defaultValue": "..." }, { - "id": 11524, + "id": 11591, "name": "region", "variant": "declaration", "kind": 1024, @@ -323,14 +323,14 @@ { "type": "reflection", "declaration": { - "id": 11546, + "id": 11613, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 11547, + "id": 11614, "name": "__type", "variant": "signature", "kind": 4096, @@ -348,14 +348,14 @@ { "type": "reflection", "declaration": { - "id": 11548, + "id": 11615, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11549, + "id": 11616, "name": "id", "variant": "declaration", "kind": 1024, @@ -383,7 +383,7 @@ "defaultValue": "..." }, { - "id": 11550, + "id": 11617, "name": "name", "variant": "declaration", "kind": 1024, @@ -400,7 +400,7 @@ "defaultValue": "..." }, { - "id": 11551, + "id": 11618, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -417,7 +417,7 @@ "defaultValue": "..." }, { - "id": 11552, + "id": 11619, "name": "automatic_taxes", "variant": "declaration", "kind": 1024, @@ -434,7 +434,7 @@ "defaultValue": "..." }, { - "id": 11553, + "id": 11620, "name": "countries", "variant": "declaration", "kind": 1024, @@ -449,14 +449,14 @@ { "type": "reflection", "declaration": { - "id": 11554, + "id": 11621, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 11555, + "id": 11622, "name": "__type", "variant": "signature", "kind": 4096, @@ -476,7 +476,7 @@ "defaultValue": "..." }, { - "id": 11556, + "id": 11623, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -499,12 +499,12 @@ { "title": "Properties", "children": [ - 11549, - 11550, - 11551, - 11552, - 11553, - 11556 + 11616, + 11617, + 11618, + 11619, + 11620, + 11623 ] } ] @@ -513,14 +513,14 @@ { "type": "reflection", "declaration": { - "id": 11557, + "id": 11624, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11558, + "id": 11625, "name": "id", "variant": "declaration", "kind": 1024, @@ -548,7 +548,7 @@ "defaultValue": "..." }, { - "id": 11559, + "id": 11626, "name": "name", "variant": "declaration", "kind": 1024, @@ -565,7 +565,7 @@ "defaultValue": "..." }, { - "id": 11560, + "id": 11627, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -582,7 +582,7 @@ "defaultValue": "..." }, { - "id": 11561, + "id": 11628, "name": "automatic_taxes", "variant": "declaration", "kind": 1024, @@ -599,7 +599,7 @@ "defaultValue": "..." }, { - "id": 11562, + "id": 11629, "name": "countries", "variant": "declaration", "kind": 1024, @@ -614,14 +614,14 @@ { "type": "reflection", "declaration": { - "id": 11563, + "id": 11630, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 11564, + "id": 11631, "name": "__type", "variant": "signature", "kind": 4096, @@ -641,7 +641,7 @@ "defaultValue": "..." }, { - "id": 11565, + "id": 11632, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -664,12 +664,12 @@ { "title": "Properties", "children": [ - 11558, - 11559, - 11560, - 11561, - 11562, - 11565 + 11625, + 11626, + 11627, + 11628, + 11629, + 11632 ] } ] @@ -678,7 +678,7 @@ { "type": "reflection", "declaration": { - "id": 11566, + "id": 11633, "name": "__type", "variant": "declaration", "kind": 65536, @@ -715,7 +715,7 @@ "defaultValue": "..." }, { - "id": 11567, + "id": 11634, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -738,13 +738,13 @@ { "title": "Properties", "children": [ - 11519, - 11520, - 11521, - 11522, - 11523, - 11524, - 11567 + 11586, + 11587, + 11588, + 11589, + 11590, + 11591, + 11634 ] } ] @@ -753,7 +753,7 @@ { "type": "reflection", "declaration": { - "id": 11568, + "id": 11635, "name": "__type", "variant": "declaration", "kind": 65536, @@ -774,14 +774,14 @@ { "type": "reflection", "declaration": { - "id": 11569, + "id": 11636, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11570, + "id": 11637, "name": "name", "variant": "declaration", "kind": 1024, @@ -795,7 +795,7 @@ "defaultValue": "\"Country\"" }, { - "id": 11571, + "id": 11638, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -813,8 +813,8 @@ { "title": "Properties", "children": [ - 11570, - 11571 + 11637, + 11638 ] } ] @@ -826,7 +826,7 @@ } }, { - "id": 11572, + "id": 11639, "name": "Region", "variant": "declaration", "kind": 32, @@ -844,14 +844,14 @@ { "type": "reflection", "declaration": { - "id": 11573, + "id": 11640, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11574, + "id": 11641, "name": "id", "variant": "declaration", "kind": 1024, @@ -879,7 +879,7 @@ "defaultValue": "..." }, { - "id": 11575, + "id": 11642, "name": "name", "variant": "declaration", "kind": 1024, @@ -896,7 +896,7 @@ "defaultValue": "..." }, { - "id": 11576, + "id": 11643, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -913,7 +913,7 @@ "defaultValue": "..." }, { - "id": 11577, + "id": 11644, "name": "automatic_taxes", "variant": "declaration", "kind": 1024, @@ -930,7 +930,7 @@ "defaultValue": "..." }, { - "id": 11578, + "id": 11645, "name": "countries", "variant": "declaration", "kind": 1024, @@ -944,7 +944,7 @@ "typeArguments": [ { "type": "reference", - "target": 11467, + "target": 11534, "name": "Country" } ], @@ -954,7 +954,7 @@ "defaultValue": "..." }, { - "id": 11609, + "id": 11676, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -977,12 +977,12 @@ { "title": "Properties", "children": [ - 11574, - 11575, - 11576, - 11577, - 11578, - 11609 + 11641, + 11642, + 11643, + 11644, + 11645, + 11676 ] } ] @@ -991,14 +991,14 @@ { "type": "reflection", "declaration": { - "id": 11610, + "id": 11677, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11611, + "id": 11678, "name": "id", "variant": "declaration", "kind": 1024, @@ -1026,7 +1026,7 @@ "defaultValue": "..." }, { - "id": 11612, + "id": 11679, "name": "name", "variant": "declaration", "kind": 1024, @@ -1043,7 +1043,7 @@ "defaultValue": "..." }, { - "id": 11613, + "id": 11680, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -1060,7 +1060,7 @@ "defaultValue": "..." }, { - "id": 11614, + "id": 11681, "name": "automatic_taxes", "variant": "declaration", "kind": 1024, @@ -1077,7 +1077,7 @@ "defaultValue": "..." }, { - "id": 11615, + "id": 11682, "name": "countries", "variant": "declaration", "kind": 1024, @@ -1092,14 +1092,14 @@ { "type": "reflection", "declaration": { - "id": 11616, + "id": 11683, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 11617, + "id": 11684, "name": "__type", "variant": "signature", "kind": 4096, @@ -1117,14 +1117,14 @@ { "type": "reflection", "declaration": { - "id": 11618, + "id": 11685, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11619, + "id": 11686, "name": "iso_2", "variant": "declaration", "kind": 1024, @@ -1152,7 +1152,7 @@ "defaultValue": "..." }, { - "id": 11620, + "id": 11687, "name": "iso_3", "variant": "declaration", "kind": 1024, @@ -1169,7 +1169,7 @@ "defaultValue": "..." }, { - "id": 11621, + "id": 11688, "name": "num_code", "variant": "declaration", "kind": 1024, @@ -1186,7 +1186,7 @@ "defaultValue": "..." }, { - "id": 11622, + "id": 11689, "name": "name", "variant": "declaration", "kind": 1024, @@ -1203,7 +1203,7 @@ "defaultValue": "..." }, { - "id": 11623, + "id": 11690, "name": "display_name", "variant": "declaration", "kind": 1024, @@ -1220,7 +1220,7 @@ "defaultValue": "..." }, { - "id": 11624, + "id": 11691, "name": "region", "variant": "declaration", "kind": 1024, @@ -1237,14 +1237,14 @@ { "type": "reflection", "declaration": { - "id": 11627, + "id": 11694, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 11628, + "id": 11695, "name": "__type", "variant": "signature", "kind": 4096, @@ -1264,7 +1264,7 @@ "defaultValue": "..." }, { - "id": 11629, + "id": 11696, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -1287,13 +1287,13 @@ { "title": "Properties", "children": [ - 11619, - 11620, - 11621, - 11622, - 11623, - 11624, - 11629 + 11686, + 11687, + 11688, + 11689, + 11690, + 11691, + 11696 ] } ] @@ -1302,14 +1302,14 @@ { "type": "reflection", "declaration": { - "id": 11630, + "id": 11697, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11631, + "id": 11698, "name": "iso_2", "variant": "declaration", "kind": 1024, @@ -1337,7 +1337,7 @@ "defaultValue": "..." }, { - "id": 11632, + "id": 11699, "name": "iso_3", "variant": "declaration", "kind": 1024, @@ -1354,7 +1354,7 @@ "defaultValue": "..." }, { - "id": 11633, + "id": 11700, "name": "num_code", "variant": "declaration", "kind": 1024, @@ -1371,7 +1371,7 @@ "defaultValue": "..." }, { - "id": 11634, + "id": 11701, "name": "name", "variant": "declaration", "kind": 1024, @@ -1388,7 +1388,7 @@ "defaultValue": "..." }, { - "id": 11635, + "id": 11702, "name": "display_name", "variant": "declaration", "kind": 1024, @@ -1405,7 +1405,7 @@ "defaultValue": "..." }, { - "id": 11636, + "id": 11703, "name": "region", "variant": "declaration", "kind": 1024, @@ -1422,14 +1422,14 @@ { "type": "reflection", "declaration": { - "id": 11639, + "id": 11706, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 11640, + "id": 11707, "name": "__type", "variant": "signature", "kind": 4096, @@ -1449,7 +1449,7 @@ "defaultValue": "..." }, { - "id": 11641, + "id": 11708, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -1472,13 +1472,13 @@ { "title": "Properties", "children": [ - 11631, - 11632, - 11633, - 11634, - 11635, - 11636, - 11641 + 11698, + 11699, + 11700, + 11701, + 11702, + 11703, + 11708 ] } ] @@ -1487,7 +1487,7 @@ { "type": "reflection", "declaration": { - "id": 11642, + "id": 11709, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1508,14 +1508,14 @@ { "type": "reflection", "declaration": { - "id": 11643, + "id": 11710, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11644, + "id": 11711, "name": "name", "variant": "declaration", "kind": 1024, @@ -1529,7 +1529,7 @@ "defaultValue": "\"Country\"" }, { - "id": 11645, + "id": 11712, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -1547,8 +1547,8 @@ { "title": "Properties", "children": [ - 11644, - 11645 + 11711, + 11712 ] } ] @@ -1569,7 +1569,7 @@ "defaultValue": "..." }, { - "id": 11646, + "id": 11713, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -1592,12 +1592,12 @@ { "title": "Properties", "children": [ - 11611, - 11612, - 11613, - 11614, - 11615, - 11646 + 11678, + 11679, + 11680, + 11681, + 11682, + 11713 ] } ] @@ -1606,7 +1606,7 @@ { "type": "reflection", "declaration": { - "id": 11647, + "id": 11714, "name": "__type", "variant": "declaration", "kind": 65536, @@ -1638,738 +1638,738 @@ { "title": "Variables", "children": [ - 11467, - 11572 + 11534, + 11639 ] } ], "packageName": "@medusajs/region", "symbolIdMap": { - "11466": { + "11533": { "sourceFileName": "../../../../packages/modules/region/src/models/index.ts", "qualifiedName": "" }, - "11467": { + "11534": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", "qualifiedName": "default" }, - "11468": { + "11535": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", "qualifiedName": "__object" }, - "11469": { + "11536": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", "qualifiedName": "__object.iso_2" }, - "11470": { + "11537": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", "qualifiedName": "__object.iso_3" }, - "11471": { + "11538": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", "qualifiedName": "__object.num_code" }, - "11472": { + "11539": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", "qualifiedName": "__object.name" }, - "11473": { + "11540": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", "qualifiedName": "__object.display_name" }, - "11474": { + "11541": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", "qualifiedName": "__object.region" }, - "11475": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11476": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11477": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object" - }, - "11478": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.id" - }, - "11479": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.name" - }, - "11480": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.currency_code" - }, - "11481": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.automatic_taxes" - }, - "11482": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.countries" - }, - "11483": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__function" - }, - "11484": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__function" - }, - "11485": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.metadata" - }, - "11486": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" - }, - "11487": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "id" - }, - "11488": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "name" - }, - "11489": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "currency_code" - }, - "11490": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "automatic_taxes" - }, - "11491": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "countries" - }, - "11492": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__function" - }, - "11493": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__function" - }, - "11494": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "metadata" - }, - "11495": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" - }, - "11496": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11497": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11498": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object" - }, - "11499": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.id" - }, - "11500": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.name" - }, - "11501": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.currency_code" - }, - "11502": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.automatic_taxes" - }, - "11503": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.countries" - }, - "11504": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__function" - }, - "11505": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__function" - }, - "11506": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.metadata" - }, - "11507": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" - }, - "11508": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "id" - }, - "11509": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "name" - }, - "11510": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "currency_code" - }, - "11511": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "automatic_taxes" - }, - "11512": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "countries" - }, - "11513": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__function" - }, - "11514": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__function" - }, - "11515": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "metadata" - }, - "11516": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" - }, - "11517": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.metadata" - }, - "11518": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" - }, - "11519": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "iso_2" - }, - "11520": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "iso_3" - }, - "11521": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "num_code" - }, - "11522": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "name" - }, - "11523": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "display_name" - }, - "11524": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "region" - }, - "11525": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11526": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11527": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object" - }, - "11528": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.id" - }, - "11529": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.name" - }, - "11530": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.currency_code" - }, - "11531": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.automatic_taxes" - }, - "11532": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.countries" - }, - "11533": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__function" - }, - "11534": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__function" - }, - "11535": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object.metadata" - }, - "11536": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" - }, - "11537": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "id" - }, - "11538": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "name" - }, - "11539": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "currency_code" - }, - "11540": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "automatic_taxes" - }, - "11541": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "countries" - }, "11542": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", "qualifiedName": "__function" }, "11543": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", "qualifiedName": "__function" }, "11544": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "metadata" - }, - "11545": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" - }, - "11546": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11547": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11548": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object" }, - "11549": { + "11545": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.id" }, - "11550": { + "11546": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.name" }, - "11551": { + "11547": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.currency_code" }, - "11552": { + "11548": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.automatic_taxes" }, - "11553": { + "11549": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.countries" }, - "11554": { + "11550": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__function" }, - "11555": { + "11551": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__function" }, - "11556": { + "11552": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.metadata" }, - "11557": { + "11553": { "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", "qualifiedName": "__type" }, - "11558": { + "11554": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "id" }, - "11559": { + "11555": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "name" }, - "11560": { + "11556": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "currency_code" }, - "11561": { + "11557": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "automatic_taxes" }, - "11562": { + "11558": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "countries" }, - "11563": { + "11559": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__function" }, - "11564": { + "11560": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__function" }, + "11561": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "metadata" + }, + "11562": { + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" + }, + "11563": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11564": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, "11565": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "metadata" + "qualifiedName": "__object" }, "11566": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" - }, - "11567": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "metadata" - }, - "11568": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" - }, - "11569": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object" - }, - "11570": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.name" - }, - "11571": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.tableName" - }, - "11572": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "default" - }, - "11573": { - "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__object" - }, - "11574": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.id" }, - "11575": { + "11567": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.name" }, - "11576": { + "11568": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.currency_code" }, - "11577": { + "11569": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.automatic_taxes" }, - "11578": { + "11570": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.countries" }, - "11579": { + "11571": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__function" }, + "11572": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__function" + }, + "11573": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.metadata" + }, + "11574": { + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" + }, + "11575": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "id" + }, + "11576": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "name" + }, + "11577": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "currency_code" + }, + "11578": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "automatic_taxes" + }, + "11579": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "countries" + }, "11580": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__function" }, "11581": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__function" }, "11582": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.iso_2" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "metadata" }, "11583": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.iso_3" + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" }, "11584": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.num_code" + "qualifiedName": "__object.metadata" }, "11585": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.name" + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" }, "11586": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.display_name" + "qualifiedName": "iso_2" }, "11587": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.region" + "qualifiedName": "iso_3" }, "11588": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" + "qualifiedName": "num_code" }, "11589": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" + "qualifiedName": "name" }, "11590": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" + "qualifiedName": "display_name" }, "11591": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" + "qualifiedName": "region" }, "11592": { "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.metadata" + "qualifiedName": "__function" }, "11593": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" }, "11594": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "iso_2" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object" }, "11595": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "iso_3" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.id" }, "11596": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "num_code" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.name" }, "11597": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "name" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.currency_code" }, "11598": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "display_name" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.automatic_taxes" }, "11599": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "region" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.countries" }, "11600": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__function" }, "11601": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__function" }, "11602": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11603": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11604": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "metadata" - }, - "11605": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" - }, - "11606": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object" - }, - "11607": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.name" - }, - "11608": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.tableName" - }, - "11609": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.metadata" }, - "11610": { + "11603": { "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", "qualifiedName": "__type" }, - "11611": { + "11604": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "id" }, - "11612": { + "11605": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "name" }, - "11613": { + "11606": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "currency_code" }, - "11614": { + "11607": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "automatic_taxes" }, - "11615": { + "11608": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "countries" }, - "11616": { + "11609": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__function" }, + "11610": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__function" + }, + "11611": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "metadata" + }, + "11612": { + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" + }, + "11613": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11614": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11615": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object" + }, + "11616": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.id" + }, "11617": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", - "qualifiedName": "__function" + "qualifiedName": "__object.name" }, "11618": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.currency_code" }, "11619": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.iso_2" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.automatic_taxes" }, "11620": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.iso_3" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.countries" }, "11621": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.num_code" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__function" }, "11622": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.name" + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__function" }, "11623": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.display_name" - }, - "11624": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.region" - }, - "11625": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11626": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11627": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11628": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11629": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__object.metadata" }, - "11630": { + "11624": { "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", "qualifiedName": "__type" }, - "11631": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "iso_2" + "11625": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "id" }, - "11632": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "iso_3" - }, - "11633": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "num_code" - }, - "11634": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "11626": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "name" }, - "11635": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "display_name" + "11627": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "currency_code" }, - "11636": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "region" + "11628": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "automatic_taxes" }, - "11637": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "11629": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "countries" + }, + "11630": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__function" }, - "11638": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "11631": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "__function" }, - "11639": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11640": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__function" - }, - "11641": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "metadata" - }, - "11642": { - "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", - "qualifiedName": "__type" - }, - "11643": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object" - }, - "11644": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.name" - }, - "11645": { - "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", - "qualifiedName": "__object.tableName" - }, - "11646": { + "11632": { "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", "qualifiedName": "metadata" }, + "11633": { + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" + }, + "11634": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "metadata" + }, + "11635": { + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" + }, + "11636": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object" + }, + "11637": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.name" + }, + "11638": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.tableName" + }, + "11639": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "default" + }, + "11640": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object" + }, + "11641": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.id" + }, + "11642": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.name" + }, + "11643": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.currency_code" + }, + "11644": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.automatic_taxes" + }, + "11645": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.countries" + }, + "11646": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__function" + }, "11647": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__function" + }, + "11648": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object" + }, + "11649": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.iso_2" + }, + "11650": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.iso_3" + }, + "11651": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.num_code" + }, + "11652": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.name" + }, + "11653": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.display_name" + }, + "11654": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.region" + }, + "11655": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11656": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11657": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11658": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11659": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.metadata" + }, + "11660": { + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" + }, + "11661": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "iso_2" + }, + "11662": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "iso_3" + }, + "11663": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "num_code" + }, + "11664": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "name" + }, + "11665": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "display_name" + }, + "11666": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "region" + }, + "11667": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11668": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11669": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11670": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11671": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "metadata" + }, + "11672": { + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" + }, + "11673": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object" + }, + "11674": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.name" + }, + "11675": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.tableName" + }, + "11676": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__object.metadata" + }, + "11677": { + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" + }, + "11678": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "id" + }, + "11679": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "name" + }, + "11680": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "currency_code" + }, + "11681": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "automatic_taxes" + }, + "11682": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "countries" + }, + "11683": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__function" + }, + "11684": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "__function" + }, + "11685": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object" + }, + "11686": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.iso_2" + }, + "11687": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.iso_3" + }, + "11688": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.num_code" + }, + "11689": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.name" + }, + "11690": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.display_name" + }, + "11691": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.region" + }, + "11692": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11693": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11694": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11695": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11696": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.metadata" + }, + "11697": { + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" + }, + "11698": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "iso_2" + }, + "11699": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "iso_3" + }, + "11700": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "num_code" + }, + "11701": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "name" + }, + "11702": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "display_name" + }, + "11703": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "region" + }, + "11704": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11705": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11706": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11707": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__function" + }, + "11708": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "metadata" + }, + "11709": { + "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", + "qualifiedName": "__type" + }, + "11710": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object" + }, + "11711": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.name" + }, + "11712": { + "sourceFileName": "../../../../packages/modules/region/src/models/country.ts", + "qualifiedName": "__object.tableName" + }, + "11713": { + "sourceFileName": "../../../../packages/modules/region/src/models/region.ts", + "qualifiedName": "metadata" + }, + "11714": { "sourceFileName": "../../../../packages/core/utils/src/dml/helpers/entity-builder/create-big-number-properties.ts", "qualifiedName": "__type" } @@ -2379,7 +2379,7 @@ "1": "../../../../packages/modules/region/src/models/index.ts" }, "reflections": { - "1": 11466 + "1": 11533 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/region.json b/www/utils/generated/typedoc-json-output/region.json index 1d349151c6..df520a8894 100644 --- a/www/utils/generated/typedoc-json-output/region.json +++ b/www/utils/generated/typedoc-json-output/region.json @@ -1,12 +1,12 @@ { - "id": 11115, + "id": 11182, "name": "region", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 11268, + "id": 11335, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -29,7 +29,7 @@ }, "children": [ { - "id": 11269, + "id": 11336, "name": "select", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 11280, + "target": 11347, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -70,7 +70,7 @@ } }, { - "id": 11270, + "id": 11337, "name": "skip", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 11271, + "id": 11338, "name": "take", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 11272, + "id": 11339, "name": "relations", "variant": "declaration", "kind": 1024, @@ -154,7 +154,7 @@ } }, { - "id": 11273, + "id": 11340, "name": "order", "variant": "declaration", "kind": 1024, @@ -188,21 +188,21 @@ "type": { "type": "reflection", "declaration": { - "id": 11274, + "id": 11341, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 11275, + "id": 11342, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 11276, + "id": 11343, "name": "K", "variant": "param", "kind": 32768, @@ -232,7 +232,7 @@ } }, { - "id": 11277, + "id": 11344, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -261,7 +261,7 @@ } }, { - "id": 11278, + "id": 11345, "name": "filters", "variant": "declaration", "kind": 1024, @@ -297,7 +297,7 @@ } }, { - "id": 11279, + "id": 11346, "name": "options", "variant": "declaration", "kind": 1024, @@ -337,20 +337,20 @@ { "title": "Properties", "children": [ - 11269, - 11270, - 11271, - 11272, - 11273, - 11277, - 11278, - 11279 + 11336, + 11337, + 11338, + 11339, + 11340, + 11344, + 11345, + 11346 ] } ], "typeParameters": [ { - "id": 11280, + "id": 11347, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -359,7 +359,7 @@ ] }, { - "id": 11327, + "id": 11394, "name": "MetadataType", "variant": "declaration", "kind": 2097152, @@ -394,7 +394,7 @@ } }, { - "id": 11345, + "id": 11412, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -409,7 +409,7 @@ }, "children": [ { - "id": 11346, + "id": 11413, "name": "$and", "variant": "declaration", "kind": 1024, @@ -431,11 +431,11 @@ "types": [ { "type": "reference", - "target": 11345, + "target": 11412, "typeArguments": [ { "type": "reference", - "target": 11348, + "target": 11415, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -447,7 +447,7 @@ }, { "type": "reference", - "target": 11348, + "target": 11415, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -458,7 +458,7 @@ } }, { - "id": 11347, + "id": 11414, "name": "$or", "variant": "declaration", "kind": 1024, @@ -480,11 +480,11 @@ "types": [ { "type": "reference", - "target": 11345, + "target": 11412, "typeArguments": [ { "type": "reference", - "target": 11348, + "target": 11415, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -496,7 +496,7 @@ }, { "type": "reference", - "target": 11348, + "target": 11415, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -511,14 +511,14 @@ { "title": "Properties", "children": [ - 11346, - 11347 + 11413, + 11414 ] } ], "typeParameters": [ { - "id": 11348, + "id": 11415, "name": "T", "variant": "typeParam", "kind": 131072, @@ -528,18 +528,18 @@ "extendedBy": [ { "type": "reference", - "target": 11258, + "target": 11325, "name": "FilterableRegionProps" }, { "type": "reference", - "target": 11288, + "target": 11355, "name": "FilterableRegionCountryProps" } ] }, { - "id": 11297, + "id": 11364, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -554,7 +554,7 @@ }, "children": [ { - "id": 11298, + "id": 11365, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -573,7 +573,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11299, + "target": 11366, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -585,13 +585,13 @@ { "title": "Properties", "children": [ - 11298 + 11365 ] } ], "typeParameters": [ { - "id": 11299, + "id": 11366, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -604,7 +604,7 @@ ] }, { - "id": 11300, + "id": 11367, "name": "RestoreReturn", "variant": "declaration", "kind": 256, @@ -619,7 +619,7 @@ }, "children": [ { - "id": 11301, + "id": 11368, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -638,7 +638,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11302, + "target": 11369, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -650,13 +650,13 @@ { "title": "Properties", "children": [ - 11301 + 11368 ] } ], "typeParameters": [ { - "id": 11302, + "id": 11369, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -669,14 +669,14 @@ ] }, { - "id": 11414, + "id": 11481, "name": "Query", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11415, + "id": 11482, "name": "T", "variant": "typeParam", "kind": 131072, @@ -687,7 +687,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 11415, + "target": 11482, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -700,14 +700,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 11415, + "target": 11482, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 11436, + "target": 11503, "name": "Scalar", "package": "@medusajs/types" }, @@ -717,11 +717,11 @@ }, "falseType": { "type": "reference", - "target": 11440, + "target": 11507, "typeArguments": [ { "type": "reference", - "target": 11415, + "target": 11482, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -733,11 +733,11 @@ }, "falseType": { "type": "reference", - "target": 11446, + "target": 11513, "typeArguments": [ { "type": "reference", - "target": 11415, + "target": 11482, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -749,14 +749,14 @@ } }, { - "id": 11416, + "id": 11483, "name": "ExpandScalar", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11417, + "id": 11484, "name": "T", "variant": "typeParam", "kind": 131072, @@ -774,7 +774,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 11417, + "target": 11484, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -805,7 +805,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 11417, + "target": 11484, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -839,7 +839,7 @@ }, "falseType": { "type": "reference", - "target": 11417, + "target": 11484, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -850,7 +850,7 @@ } }, { - "id": 11436, + "id": 11503, "name": "Scalar", "variant": "declaration", "kind": 2097152, @@ -909,21 +909,21 @@ { "type": "reflection", "declaration": { - "id": 11437, + "id": 11504, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11438, + "id": 11505, "name": "toHexString", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11439, + "id": 11506, "name": "toHexString", "variant": "signature", "kind": 4096, @@ -940,7 +940,7 @@ { "title": "Methods", "children": [ - 11438 + 11505 ] } ] @@ -950,14 +950,14 @@ } }, { - "id": 11464, + "id": 11531, "name": "ReadonlyPrimary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11465, + "id": 11532, "name": "T", "variant": "typeParam", "kind": 131072, @@ -968,7 +968,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 11465, + "target": 11532, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -989,7 +989,7 @@ "typeArguments": [ { "type": "reference", - "target": 11465, + "target": 11532, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1000,7 +1000,7 @@ }, "falseType": { "type": "reference", - "target": 11465, + "target": 11532, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1008,14 +1008,14 @@ } }, { - "id": 11454, + "id": 11521, "name": "Primary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11463, + "id": 11530, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1026,7 +1026,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 11463, + "target": 11530, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1034,14 +1034,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 11455, + "id": 11522, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11456, + "id": 11523, "name": "[PrimaryKeyType]", "variant": "declaration", "kind": 1024, @@ -1058,7 +1058,7 @@ { "title": "Properties", "children": [ - 11456 + 11523 ] } ] @@ -1066,7 +1066,7 @@ }, "trueType": { "type": "reference", - "target": 11464, + "target": 11531, "typeArguments": [ { "type": "reference", @@ -1086,7 +1086,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 11463, + "target": 11530, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1094,14 +1094,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 11457, + "id": 11524, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11458, + "id": 11525, "name": "_id", "variant": "declaration", "kind": 1024, @@ -1118,7 +1118,7 @@ { "title": "Properties", "children": [ - 11458 + 11525 ] } ] @@ -1129,7 +1129,7 @@ "types": [ { "type": "reference", - "target": 11464, + "target": 11531, "typeArguments": [ { "type": "reference", @@ -1155,7 +1155,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 11463, + "target": 11530, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1163,14 +1163,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 11459, + "id": 11526, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11460, + "id": 11527, "name": "uuid", "variant": "declaration", "kind": 1024, @@ -1187,7 +1187,7 @@ { "title": "Properties", "children": [ - 11460 + 11527 ] } ] @@ -1195,7 +1195,7 @@ }, "trueType": { "type": "reference", - "target": 11464, + "target": 11531, "typeArguments": [ { "type": "reference", @@ -1215,7 +1215,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 11463, + "target": 11530, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1223,14 +1223,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 11461, + "id": 11528, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11462, + "id": 11529, "name": "id", "variant": "declaration", "kind": 1024, @@ -1247,7 +1247,7 @@ { "title": "Properties", "children": [ - 11462 + 11529 ] } ] @@ -1255,7 +1255,7 @@ }, "trueType": { "type": "reference", - "target": 11464, + "target": 11531, "typeArguments": [ { "type": "reference", @@ -1281,14 +1281,14 @@ } }, { - "id": 11349, + "id": 11416, "name": "OperatorMap", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11370, + "id": 11437, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1298,14 +1298,14 @@ "type": { "type": "reflection", "declaration": { - "id": 11350, + "id": 11417, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11351, + "id": 11418, "name": "$and", "variant": "declaration", "kind": 1024, @@ -1316,11 +1316,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 11414, + "target": 11481, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1332,7 +1332,7 @@ } }, { - "id": 11352, + "id": 11419, "name": "$or", "variant": "declaration", "kind": 1024, @@ -1343,11 +1343,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 11414, + "target": 11481, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1359,7 +1359,7 @@ } }, { - "id": 11353, + "id": 11420, "name": "$eq", "variant": "declaration", "kind": 1024, @@ -1371,11 +1371,11 @@ "types": [ { "type": "reference", - "target": 11416, + "target": 11483, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1388,11 +1388,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 11416, + "target": 11483, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1406,7 +1406,7 @@ } }, { - "id": 11354, + "id": 11421, "name": "$ne", "variant": "declaration", "kind": 1024, @@ -1415,11 +1415,11 @@ }, "type": { "type": "reference", - "target": 11416, + "target": 11483, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1430,7 +1430,7 @@ } }, { - "id": 11355, + "id": 11422, "name": "$in", "variant": "declaration", "kind": 1024, @@ -1441,11 +1441,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 11416, + "target": 11483, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1457,7 +1457,7 @@ } }, { - "id": 11356, + "id": 11423, "name": "$nin", "variant": "declaration", "kind": 1024, @@ -1468,11 +1468,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 11416, + "target": 11483, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1484,7 +1484,7 @@ } }, { - "id": 11357, + "id": 11424, "name": "$not", "variant": "declaration", "kind": 1024, @@ -1493,11 +1493,11 @@ }, "type": { "type": "reference", - "target": 11414, + "target": 11481, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1508,7 +1508,7 @@ } }, { - "id": 11358, + "id": 11425, "name": "$gt", "variant": "declaration", "kind": 1024, @@ -1517,11 +1517,11 @@ }, "type": { "type": "reference", - "target": 11416, + "target": 11483, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1532,7 +1532,7 @@ } }, { - "id": 11359, + "id": 11426, "name": "$gte", "variant": "declaration", "kind": 1024, @@ -1541,11 +1541,11 @@ }, "type": { "type": "reference", - "target": 11416, + "target": 11483, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1556,7 +1556,7 @@ } }, { - "id": 11360, + "id": 11427, "name": "$lt", "variant": "declaration", "kind": 1024, @@ -1565,11 +1565,11 @@ }, "type": { "type": "reference", - "target": 11416, + "target": 11483, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1580,7 +1580,7 @@ } }, { - "id": 11361, + "id": 11428, "name": "$lte", "variant": "declaration", "kind": 1024, @@ -1589,11 +1589,11 @@ }, "type": { "type": "reference", - "target": 11416, + "target": 11483, "typeArguments": [ { "type": "reference", - "target": 11370, + "target": 11437, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1604,7 +1604,7 @@ } }, { - "id": 11362, + "id": 11429, "name": "$like", "variant": "declaration", "kind": 1024, @@ -1617,7 +1617,7 @@ } }, { - "id": 11363, + "id": 11430, "name": "$re", "variant": "declaration", "kind": 1024, @@ -1630,7 +1630,7 @@ } }, { - "id": 11364, + "id": 11431, "name": "$ilike", "variant": "declaration", "kind": 1024, @@ -1643,7 +1643,7 @@ } }, { - "id": 11365, + "id": 11432, "name": "$fulltext", "variant": "declaration", "kind": 1024, @@ -1656,7 +1656,7 @@ } }, { - "id": 11366, + "id": 11433, "name": "$overlap", "variant": "declaration", "kind": 1024, @@ -1672,7 +1672,7 @@ } }, { - "id": 11367, + "id": 11434, "name": "$contains", "variant": "declaration", "kind": 1024, @@ -1688,7 +1688,7 @@ } }, { - "id": 11368, + "id": 11435, "name": "$contained", "variant": "declaration", "kind": 1024, @@ -1704,7 +1704,7 @@ } }, { - "id": 11369, + "id": 11436, "name": "$exists", "variant": "declaration", "kind": 1024, @@ -1721,25 +1721,25 @@ { "title": "Properties", "children": [ - 11351, - 11352, - 11353, - 11354, - 11355, - 11356, - 11357, - 11358, - 11359, - 11360, - 11361, - 11362, - 11363, - 11364, - 11365, - 11366, - 11367, - 11368, - 11369 + 11418, + 11419, + 11420, + 11421, + 11422, + 11423, + 11424, + 11425, + 11426, + 11427, + 11428, + 11429, + 11430, + 11431, + 11432, + 11433, + 11434, + 11435, + 11436 ] } ] @@ -1747,14 +1747,14 @@ } }, { - "id": 11452, + "id": 11519, "name": "FilterValue2", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11453, + "id": 11520, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1766,18 +1766,18 @@ "types": [ { "type": "reference", - "target": 11453, + "target": 11520, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 11416, + "target": 11483, "typeArguments": [ { "type": "reference", - "target": 11453, + "target": 11520, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1788,11 +1788,11 @@ }, { "type": "reference", - "target": 11454, + "target": 11521, "typeArguments": [ { "type": "reference", - "target": 11453, + "target": 11520, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1805,14 +1805,14 @@ } }, { - "id": 11446, + "id": 11513, "name": "FilterValue", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11447, + "id": 11514, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1824,15 +1824,15 @@ "types": [ { "type": "reference", - "target": 11349, + "target": 11416, "typeArguments": [ { "type": "reference", - "target": 11452, + "target": 11519, "typeArguments": [ { "type": "reference", - "target": 11447, + "target": 11514, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1847,11 +1847,11 @@ }, { "type": "reference", - "target": 11452, + "target": 11519, "typeArguments": [ { "type": "reference", - "target": 11447, + "target": 11514, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1864,11 +1864,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 11452, + "target": 11519, "typeArguments": [ { "type": "reference", - "target": 11447, + "target": 11514, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1886,7 +1886,7 @@ } }, { - "id": 11451, + "id": 11518, "name": "PrevLimit", "variant": "declaration", "kind": 2097152, @@ -1914,14 +1914,14 @@ } }, { - "id": 11440, + "id": 11507, "name": "FilterQuery", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11444, + "id": 11511, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1932,7 +1932,7 @@ } }, { - "id": 11445, + "id": 11512, "name": "Prev", "variant": "typeParam", "kind": 131072, @@ -1951,7 +1951,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 11445, + "target": 11512, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1972,7 +1972,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 11444, + "target": 11511, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1994,7 +1994,7 @@ }, "objectType": { "type": "reference", - "target": 11444, + "target": 11511, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2051,7 +2051,7 @@ }, "objectType": { "type": "reference", - "target": 11444, + "target": 11511, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2059,7 +2059,7 @@ }, { "type": "reference", - "target": 11349, + "target": 11416, "typeArguments": [ { "type": "indexedAccess", @@ -2075,7 +2075,7 @@ }, "objectType": { "type": "reference", - "target": 11444, + "target": 11511, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2103,7 +2103,7 @@ }, "objectType": { "type": "reference", - "target": 11444, + "target": 11511, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2128,21 +2128,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 11441, + "id": 11508, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 11442, + "id": 11509, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 11443, + "id": 11510, "name": "x", "variant": "param", "kind": 32768, @@ -2179,7 +2179,7 @@ }, "trueType": { "type": "reference", - "target": 11440, + "target": 11507, "typeArguments": [ { "type": "reference", @@ -2206,14 +2206,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 11445, + "target": 11512, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 11451, + "target": 11518, "name": "PrevLimit", "package": "@medusajs/types" } @@ -2243,7 +2243,7 @@ } }, { - "id": 11448, + "id": 11515, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -2273,14 +2273,14 @@ { "type": "reflection", "declaration": { - "id": 11449, + "id": 11516, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11450, + "id": 11517, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -2297,7 +2297,7 @@ { "title": "Properties", "children": [ - 11450 + 11517 ] } ] @@ -2307,14 +2307,14 @@ } }, { - "id": 11430, + "id": 11497, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11435, + "id": 11502, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2328,14 +2328,14 @@ "type": { "type": "reflection", "declaration": { - "id": 11431, + "id": 11498, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11432, + "id": 11499, "name": "name", "variant": "declaration", "kind": 1024, @@ -2346,7 +2346,7 @@ } }, { - "id": 11433, + "id": 11500, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2355,20 +2355,20 @@ }, "type": { "type": "reference", - "target": 11448, + "target": 11515, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 11434, + "id": 11501, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 11435, + "target": 11502, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2379,9 +2379,9 @@ { "title": "Properties", "children": [ - 11432, - 11433, - 11434 + 11499, + 11500, + 11501 ] } ] @@ -2389,14 +2389,14 @@ } }, { - "id": 11394, + "id": 11461, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11397, + "id": 11464, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2412,11 +2412,11 @@ "types": [ { "type": "reference", - "target": 11430, + "target": 11497, "typeArguments": [ { "type": "reference", - "target": 11397, + "target": 11464, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2428,14 +2428,14 @@ { "type": "reflection", "declaration": { - "id": 11395, + "id": 11462, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11396, + "id": 11463, "name": "options", "variant": "declaration", "kind": 1024, @@ -2467,7 +2467,7 @@ { "title": "Properties", "children": [ - 11396 + 11463 ] } ] @@ -2477,14 +2477,14 @@ } }, { - "id": 11404, + "id": 11471, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11413, + "id": 11480, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2498,14 +2498,14 @@ "type": { "type": "reflection", "declaration": { - "id": 11405, + "id": 11472, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11406, + "id": 11473, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -2516,21 +2516,21 @@ } }, { - "id": 11407, + "id": 11474, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 11413, + "target": 11480, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 11408, + "id": 11475, "name": "source", "variant": "declaration", "kind": 1024, @@ -2541,7 +2541,7 @@ } }, { - "id": 11409, + "id": 11476, "name": "object", "variant": "declaration", "kind": 1024, @@ -2552,7 +2552,7 @@ } }, { - "id": 11410, + "id": 11477, "name": "action", "variant": "declaration", "kind": 1024, @@ -2565,7 +2565,7 @@ } }, { - "id": 11411, + "id": 11478, "name": "context", "variant": "declaration", "kind": 1024, @@ -2581,7 +2581,7 @@ "typeArguments": [ { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" }, @@ -2595,7 +2595,7 @@ } }, { - "id": 11412, + "id": 11479, "name": "options", "variant": "declaration", "kind": 1024, @@ -2627,13 +2627,13 @@ { "title": "Properties", "children": [ - 11406, - 11407, - 11408, - 11409, - 11410, - 11411, - 11412 + 11473, + 11474, + 11475, + 11476, + 11477, + 11478, + 11479 ] } ] @@ -2641,7 +2641,7 @@ } }, { - "id": 11421, + "id": 11488, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -2649,14 +2649,14 @@ "type": { "type": "reflection", "declaration": { - "id": 11422, + "id": 11489, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11423, + "id": 11490, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2667,7 +2667,7 @@ } }, { - "id": 11424, + "id": 11491, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -2678,7 +2678,7 @@ } }, { - "id": 11425, + "id": 11492, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -2689,7 +2689,7 @@ } }, { - "id": 11426, + "id": 11493, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2700,7 +2700,7 @@ } }, { - "id": 11427, + "id": 11494, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -2721,7 +2721,7 @@ } }, { - "id": 11428, + "id": 11495, "name": "isList", "variant": "declaration", "kind": 1024, @@ -2742,7 +2742,7 @@ } }, { - "id": 11429, + "id": 11496, "name": "args", "variant": "declaration", "kind": 1024, @@ -2782,13 +2782,13 @@ { "title": "Properties", "children": [ - 11423, - 11424, - 11425, - 11426, - 11427, - 11428, - 11429 + 11490, + 11491, + 11492, + 11493, + 11494, + 11495, + 11496 ] } ] @@ -2796,14 +2796,14 @@ } }, { - "id": 11418, + "id": 11485, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 11419, + "id": 11486, "name": "name", "variant": "declaration", "kind": 1024, @@ -2826,7 +2826,7 @@ } }, { - "id": 11420, + "id": 11487, "name": "args", "variant": "declaration", "kind": 1024, @@ -2866,21 +2866,21 @@ { "title": "Properties", "children": [ - 11419, - 11420 + 11486, + 11487 ] } ] }, { - "id": 11371, + "id": 11438, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 11372, + "id": 11439, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2891,7 +2891,7 @@ } }, { - "id": 11373, + "id": 11440, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2911,7 +2911,7 @@ "types": [ { "type": "reference", - "target": 11418, + "target": 11485, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -2919,7 +2919,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11418, + "target": 11485, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -2928,7 +2928,7 @@ } }, { - "id": 11374, + "id": 11441, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -2964,14 +2964,14 @@ { "type": "reflection", "declaration": { - "id": 11375, + "id": 11442, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11376, + "id": 11443, "name": "path", "variant": "declaration", "kind": 1024, @@ -2982,7 +2982,7 @@ } }, { - "id": 11377, + "id": 11444, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -3000,8 +3000,8 @@ { "title": "Properties", "children": [ - 11376, - 11377 + 11443, + 11444 ] } ] @@ -3015,7 +3015,7 @@ } }, { - "id": 11378, + "id": 11445, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -3029,7 +3029,7 @@ } }, { - "id": 11379, + "id": 11446, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3040,14 +3040,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 11421, + "target": 11488, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 11380, + "id": 11447, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3059,14 +3059,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 11381, + "id": 11448, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11382, + "id": 11449, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3077,14 +3077,14 @@ } }, { - "id": 11383, + "id": 11450, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 11421, + "target": 11488, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -3094,8 +3094,8 @@ { "title": "Properties", "children": [ - 11382, - 11383 + 11449, + 11450 ] } ] @@ -3104,7 +3104,7 @@ } }, { - "id": 11384, + "id": 11451, "name": "args", "variant": "declaration", "kind": 1024, @@ -3144,19 +3144,19 @@ { "title": "Properties", "children": [ - 11372, - 11373, - 11374, - 11378, - 11379, - 11380, - 11384 + 11439, + 11440, + 11441, + 11445, + 11446, + 11447, + 11451 ] } ] }, { - "id": 11388, + "id": 11455, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -3175,14 +3175,14 @@ { "type": "reflection", "declaration": { - "id": 11389, + "id": 11456, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11390, + "id": 11457, "name": "type", "variant": "declaration", "kind": 1024, @@ -3278,7 +3278,7 @@ } }, { - "id": 11391, + "id": 11458, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -3291,7 +3291,7 @@ } }, { - "id": 11392, + "id": 11459, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -3304,7 +3304,7 @@ } }, { - "id": 11393, + "id": 11460, "name": "options", "variant": "declaration", "kind": 1024, @@ -3344,10 +3344,10 @@ { "title": "Properties", "children": [ - 11390, - 11391, - 11392, - 11393 + 11457, + 11458, + 11459, + 11460 ] } ] @@ -3359,7 +3359,7 @@ } }, { - "id": 11303, + "id": 11370, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -3376,7 +3376,7 @@ "typeArguments": [ { "type": "reference", - "target": 11371, + "target": 11438, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -3408,14 +3408,14 @@ { "type": "reflection", "declaration": { - "id": 11304, + "id": 11371, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11305, + "id": 11372, "name": "schema", "variant": "declaration", "kind": 1024, @@ -3436,7 +3436,7 @@ } }, { - "id": 11306, + "id": 11373, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3447,14 +3447,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 11385, + "target": 11452, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 11307, + "id": 11374, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3466,14 +3466,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 11308, + "id": 11375, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11309, + "id": 11376, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3484,7 +3484,7 @@ } }, { - "id": 11310, + "id": 11377, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -3512,14 +3512,14 @@ { "type": "reflection", "declaration": { - "id": 11311, + "id": 11378, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11312, + "id": 11379, "name": "path", "variant": "declaration", "kind": 1024, @@ -3530,7 +3530,7 @@ } }, { - "id": 11313, + "id": 11380, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -3546,7 +3546,7 @@ } }, { - "id": 11314, + "id": 11381, "name": "isList", "variant": "declaration", "kind": 1024, @@ -3563,9 +3563,9 @@ { "title": "Properties", "children": [ - 11312, - 11313, - 11314 + 11379, + 11380, + 11381 ] } ] @@ -3579,14 +3579,14 @@ } }, { - "id": 11315, + "id": 11382, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 11385, + "target": 11452, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -3596,9 +3596,9 @@ { "title": "Properties", "children": [ - 11309, - 11310, - 11315 + 11376, + 11377, + 11382 ] } ] @@ -3607,7 +3607,7 @@ } }, { - "id": 11316, + "id": 11383, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3620,7 +3620,7 @@ } }, { - "id": 11317, + "id": 11384, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -3636,7 +3636,7 @@ } }, { - "id": 11318, + "id": 11385, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -3657,7 +3657,7 @@ } }, { - "id": 11319, + "id": 11386, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -3693,7 +3693,7 @@ } }, { - "id": 11320, + "id": 11387, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -3714,7 +3714,7 @@ } }, { - "id": 11321, + "id": 11388, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -3738,7 +3738,7 @@ } }, { - "id": 11322, + "id": 11389, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -3748,14 +3748,14 @@ "type": { "type": "reflection", "declaration": { - "id": 11323, + "id": 11390, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11324, + "id": 11391, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -3776,7 +3776,7 @@ } }, { - "id": 11325, + "id": 11392, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -3797,7 +3797,7 @@ } }, { - "id": 11326, + "id": 11393, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -3806,7 +3806,7 @@ }, "type": { "type": "reference", - "target": 11388, + "target": 11455, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -3816,9 +3816,9 @@ { "title": "Properties", "children": [ - 11324, - 11325, - 11326 + 11391, + 11392, + 11393 ] } ] @@ -3830,16 +3830,16 @@ { "title": "Properties", "children": [ - 11305, - 11306, - 11307, - 11316, - 11317, - 11318, - 11319, - 11320, - 11321, - 11322 + 11372, + 11373, + 11374, + 11383, + 11384, + 11385, + 11386, + 11387, + 11388, + 11389 ] } ] @@ -3849,7 +3849,7 @@ } }, { - "id": 11385, + "id": 11452, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -3859,21 +3859,21 @@ "types": [ { "type": "reference", - "target": 11421, + "target": 11488, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 11386, + "id": 11453, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11387, + "id": 11454, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -3898,7 +3898,7 @@ { "title": "Properties", "children": [ - 11387 + 11454 ] } ] @@ -3908,7 +3908,7 @@ } }, { - "id": 11202, + "id": 11269, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -3916,13 +3916,13 @@ "extendedBy": [ { "type": "reference", - "target": 11116, + "target": 11183, "name": "IRegionModuleService" } ] }, { - "id": 11342, + "id": 11409, "name": "PaymentProviderDTO", "variant": "declaration", "kind": 256, @@ -3937,7 +3937,7 @@ }, "children": [ { - "id": 11343, + "id": 11410, "name": "id", "variant": "declaration", "kind": 1024, @@ -3956,7 +3956,7 @@ } }, { - "id": 11344, + "id": 11411, "name": "is_enabled", "variant": "declaration", "kind": 1024, @@ -3979,14 +3979,14 @@ { "title": "Properties", "children": [ - 11343, - 11344 + 11410, + 11411 ] } ] }, { - "id": 11235, + "id": 11302, "name": "RegionDTO", "variant": "declaration", "kind": 256, @@ -4001,7 +4001,7 @@ }, "children": [ { - "id": 11236, + "id": 11303, "name": "id", "variant": "declaration", "kind": 1024, @@ -4020,7 +4020,7 @@ } }, { - "id": 11237, + "id": 11304, "name": "name", "variant": "declaration", "kind": 1024, @@ -4039,7 +4039,7 @@ } }, { - "id": 11238, + "id": 11305, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -4058,7 +4058,7 @@ } }, { - "id": 11239, + "id": 11306, "name": "automatic_taxes", "variant": "declaration", "kind": 1024, @@ -4077,7 +4077,7 @@ } }, { - "id": 11240, + "id": 11307, "name": "countries", "variant": "declaration", "kind": 1024, @@ -4094,14 +4094,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 11281, + "target": 11348, "name": "RegionCountryDTO", "package": "@medusajs/types" } } }, { - "id": 11241, + "id": 11308, "name": "payment_providers", "variant": "declaration", "kind": 1024, @@ -4118,14 +4118,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 11342, + "target": 11409, "name": "PaymentProviderDTO", "package": "@medusajs/types" } } }, { - "id": 11242, + "id": 11309, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4161,7 +4161,7 @@ } }, { - "id": 11243, + "id": 11310, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -4180,7 +4180,7 @@ } }, { - "id": 11244, + "id": 11311, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -4203,21 +4203,21 @@ { "title": "Properties", "children": [ - 11236, - 11237, - 11238, - 11239, - 11240, - 11241, - 11242, - 11243, - 11244 + 11303, + 11304, + 11305, + 11306, + 11307, + 11308, + 11309, + 11310, + 11311 ] } ] }, { - "id": 11281, + "id": 11348, "name": "RegionCountryDTO", "variant": "declaration", "kind": 256, @@ -4232,7 +4232,7 @@ }, "children": [ { - "id": 11282, + "id": 11349, "name": "id", "variant": "declaration", "kind": 1024, @@ -4251,7 +4251,7 @@ } }, { - "id": 11283, + "id": 11350, "name": "iso_2", "variant": "declaration", "kind": 1024, @@ -4270,7 +4270,7 @@ } }, { - "id": 11284, + "id": 11351, "name": "iso_3", "variant": "declaration", "kind": 1024, @@ -4289,7 +4289,7 @@ } }, { - "id": 11285, + "id": 11352, "name": "num_code", "variant": "declaration", "kind": 1024, @@ -4308,7 +4308,7 @@ } }, { - "id": 11286, + "id": 11353, "name": "name", "variant": "declaration", "kind": 1024, @@ -4327,7 +4327,7 @@ } }, { - "id": 11287, + "id": 11354, "name": "display_name", "variant": "declaration", "kind": 1024, @@ -4350,18 +4350,18 @@ { "title": "Properties", "children": [ - 11282, - 11283, - 11284, - 11285, - 11286, - 11287 + 11349, + 11350, + 11351, + 11352, + 11353, + 11354 ] } ] }, { - "id": 11258, + "id": 11325, "name": "FilterableRegionProps", "variant": "declaration", "kind": 256, @@ -4376,7 +4376,7 @@ }, "children": [ { - "id": 11266, + "id": 11333, "name": "$and", "variant": "declaration", "kind": 1024, @@ -4399,17 +4399,17 @@ "types": [ { "type": "reference", - "target": 11258, + "target": 11325, "name": "FilterableRegionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 11345, + "target": 11412, "typeArguments": [ { "type": "reference", - "target": 11258, + "target": 11325, "name": "FilterableRegionProps", "package": "@medusajs/types" } @@ -4422,12 +4422,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 11346, + "target": 11413, "name": "BaseFilterable.$and" } }, { - "id": 11267, + "id": 11334, "name": "$or", "variant": "declaration", "kind": 1024, @@ -4450,17 +4450,17 @@ "types": [ { "type": "reference", - "target": 11258, + "target": 11325, "name": "FilterableRegionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 11345, + "target": 11412, "typeArguments": [ { "type": "reference", - "target": 11258, + "target": 11325, "name": "FilterableRegionProps", "package": "@medusajs/types" } @@ -4473,12 +4473,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 11347, + "target": 11414, "name": "BaseFilterable.$or" } }, { - "id": 11259, + "id": 11326, "name": "q", "variant": "declaration", "kind": 1024, @@ -4499,7 +4499,7 @@ } }, { - "id": 11260, + "id": 11327, "name": "id", "variant": "declaration", "kind": 1024, @@ -4530,7 +4530,7 @@ }, { "type": "reference", - "target": 11349, + "target": 11416, "typeArguments": [ { "type": "union", @@ -4556,7 +4556,7 @@ } }, { - "id": 11261, + "id": 11328, "name": "name", "variant": "declaration", "kind": 1024, @@ -4580,7 +4580,7 @@ }, { "type": "reference", - "target": 11349, + "target": 11416, "typeArguments": [ { "type": "intrinsic", @@ -4594,7 +4594,7 @@ } }, { - "id": 11262, + "id": 11329, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -4618,7 +4618,7 @@ }, { "type": "reference", - "target": 11349, + "target": 11416, "typeArguments": [ { "type": "intrinsic", @@ -4632,7 +4632,7 @@ } }, { - "id": 11263, + "id": 11330, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4671,7 +4671,7 @@ }, { "type": "reference", - "target": 11349, + "target": 11416, "typeArguments": [ { "type": "reference", @@ -4700,7 +4700,7 @@ } }, { - "id": 11264, + "id": 11331, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -4717,7 +4717,7 @@ }, "type": { "type": "reference", - "target": 11349, + "target": 11416, "typeArguments": [ { "type": "intrinsic", @@ -4729,7 +4729,7 @@ } }, { - "id": 11265, + "id": 11332, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -4746,7 +4746,7 @@ }, "type": { "type": "reference", - "target": 11349, + "target": 11416, "typeArguments": [ { "type": "intrinsic", @@ -4762,26 +4762,26 @@ { "title": "Properties", "children": [ - 11266, - 11267, - 11259, - 11260, - 11261, - 11262, - 11263, - 11264, - 11265 + 11333, + 11334, + 11326, + 11327, + 11328, + 11329, + 11330, + 11331, + 11332 ] } ], "extendedTypes": [ { "type": "reference", - "target": 11345, + "target": 11412, "typeArguments": [ { "type": "reference", - "target": 11258, + "target": 11325, "name": "FilterableRegionProps", "package": "@medusajs/types" } @@ -4792,7 +4792,7 @@ ] }, { - "id": 11288, + "id": 11355, "name": "FilterableRegionCountryProps", "variant": "declaration", "kind": 256, @@ -4807,7 +4807,7 @@ }, "children": [ { - "id": 11295, + "id": 11362, "name": "$and", "variant": "declaration", "kind": 1024, @@ -4830,17 +4830,17 @@ "types": [ { "type": "reference", - "target": 11288, + "target": 11355, "name": "FilterableRegionCountryProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 11345, + "target": 11412, "typeArguments": [ { "type": "reference", - "target": 11288, + "target": 11355, "name": "FilterableRegionCountryProps", "package": "@medusajs/types" } @@ -4853,12 +4853,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 11346, + "target": 11413, "name": "BaseFilterable.$and" } }, { - "id": 11296, + "id": 11363, "name": "$or", "variant": "declaration", "kind": 1024, @@ -4881,17 +4881,17 @@ "types": [ { "type": "reference", - "target": 11288, + "target": 11355, "name": "FilterableRegionCountryProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 11345, + "target": 11412, "typeArguments": [ { "type": "reference", - "target": 11288, + "target": 11355, "name": "FilterableRegionCountryProps", "package": "@medusajs/types" } @@ -4904,12 +4904,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 11347, + "target": 11414, "name": "BaseFilterable.$or" } }, { - "id": 11289, + "id": 11356, "name": "id", "variant": "declaration", "kind": 1024, @@ -4942,7 +4942,7 @@ } }, { - "id": 11290, + "id": 11357, "name": "iso_2", "variant": "declaration", "kind": 1024, @@ -4975,7 +4975,7 @@ } }, { - "id": 11291, + "id": 11358, "name": "iso_3", "variant": "declaration", "kind": 1024, @@ -5008,7 +5008,7 @@ } }, { - "id": 11292, + "id": 11359, "name": "num_code", "variant": "declaration", "kind": 1024, @@ -5041,7 +5041,7 @@ } }, { - "id": 11293, + "id": 11360, "name": "name", "variant": "declaration", "kind": 1024, @@ -5074,7 +5074,7 @@ } }, { - "id": 11294, + "id": 11361, "name": "display_name", "variant": "declaration", "kind": 1024, @@ -5111,25 +5111,25 @@ { "title": "Properties", "children": [ - 11295, - 11296, - 11289, - 11290, - 11291, - 11292, - 11293, - 11294 + 11362, + 11363, + 11356, + 11357, + 11358, + 11359, + 11360, + 11361 ] } ], "extendedTypes": [ { "type": "reference", - "target": 11345, + "target": 11412, "typeArguments": [ { "type": "reference", - "target": 11288, + "target": 11355, "name": "FilterableRegionCountryProps", "package": "@medusajs/types" } @@ -5140,7 +5140,7 @@ ] }, { - "id": 11216, + "id": 11283, "name": "CreateRegionDTO", "variant": "declaration", "kind": 256, @@ -5155,7 +5155,7 @@ }, "children": [ { - "id": 11217, + "id": 11284, "name": "name", "variant": "declaration", "kind": 1024, @@ -5174,7 +5174,7 @@ } }, { - "id": 11218, + "id": 11285, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -5193,7 +5193,7 @@ } }, { - "id": 11219, + "id": 11286, "name": "automatic_taxes", "variant": "declaration", "kind": 1024, @@ -5214,7 +5214,7 @@ } }, { - "id": 11220, + "id": 11287, "name": "countries", "variant": "declaration", "kind": 1024, @@ -5238,7 +5238,7 @@ } }, { - "id": 11221, + "id": 11288, "name": "payment_providers", "variant": "declaration", "kind": 1024, @@ -5262,7 +5262,7 @@ } }, { - "id": 11222, + "id": 11289, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -5279,7 +5279,7 @@ }, "type": { "type": "reference", - "target": 11327, + "target": 11394, "name": "MetadataType", "package": "@medusajs/types" } @@ -5289,18 +5289,18 @@ { "title": "Properties", "children": [ - 11217, - 11218, - 11219, - 11220, - 11221, - 11222 + 11284, + 11285, + 11286, + 11287, + 11288, + 11289 ] } ] }, { - "id": 11245, + "id": 11312, "name": "UpsertRegionDTO", "variant": "declaration", "kind": 256, @@ -5315,7 +5315,7 @@ }, "children": [ { - "id": 11246, + "id": 11313, "name": "id", "variant": "declaration", "kind": 1024, @@ -5336,7 +5336,7 @@ } }, { - "id": 11247, + "id": 11314, "name": "name", "variant": "declaration", "kind": 1024, @@ -5357,7 +5357,7 @@ } }, { - "id": 11248, + "id": 11315, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -5378,7 +5378,7 @@ } }, { - "id": 11249, + "id": 11316, "name": "automatic_taxes", "variant": "declaration", "kind": 1024, @@ -5399,7 +5399,7 @@ } }, { - "id": 11250, + "id": 11317, "name": "countries", "variant": "declaration", "kind": 1024, @@ -5423,7 +5423,7 @@ } }, { - "id": 11251, + "id": 11318, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -5440,7 +5440,7 @@ }, "type": { "type": "reference", - "target": 11327, + "target": 11394, "name": "MetadataType", "package": "@medusajs/types" } @@ -5450,18 +5450,18 @@ { "title": "Properties", "children": [ - 11246, - 11247, - 11248, - 11249, - 11250, - 11251 + 11313, + 11314, + 11315, + 11316, + 11317, + 11318 ] } ] }, { - "id": 11252, + "id": 11319, "name": "UpdateRegionDTO", "variant": "declaration", "kind": 256, @@ -5476,7 +5476,7 @@ }, "children": [ { - "id": 11253, + "id": 11320, "name": "name", "variant": "declaration", "kind": 1024, @@ -5497,7 +5497,7 @@ } }, { - "id": 11254, + "id": 11321, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -5518,7 +5518,7 @@ } }, { - "id": 11255, + "id": 11322, "name": "automatic_taxes", "variant": "declaration", "kind": 1024, @@ -5539,7 +5539,7 @@ } }, { - "id": 11256, + "id": 11323, "name": "countries", "variant": "declaration", "kind": 1024, @@ -5563,7 +5563,7 @@ } }, { - "id": 11257, + "id": 11324, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -5580,7 +5580,7 @@ }, "type": { "type": "reference", - "target": 11327, + "target": 11394, "name": "MetadataType", "package": "@medusajs/types" } @@ -5590,17 +5590,17 @@ { "title": "Properties", "children": [ - 11253, - 11254, - 11255, - 11256, - 11257 + 11320, + 11321, + 11322, + 11323, + 11324 ] } ] }, { - "id": 11116, + "id": 11183, "name": "IRegionModuleService", "variant": "declaration", "kind": 256, @@ -5615,14 +5615,14 @@ }, "children": [ { - "id": 11117, + "id": 11184, "name": "createRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11118, + "id": 11185, "name": "createRegions", "variant": "signature", "kind": 4096, @@ -5657,7 +5657,7 @@ }, "parameters": [ { - "id": 11119, + "id": 11186, "name": "data", "variant": "param", "kind": 32768, @@ -5674,14 +5674,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 11216, + "target": 11283, "name": "CreateRegionDTO", "package": "@medusajs/types" } } }, { - "id": 11120, + "id": 11187, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5698,7 +5698,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -5715,7 +5715,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -5726,7 +5726,7 @@ } }, { - "id": 11121, + "id": 11188, "name": "createRegions", "variant": "signature", "kind": 4096, @@ -5761,7 +5761,7 @@ }, "parameters": [ { - "id": 11122, + "id": 11189, "name": "data", "variant": "param", "kind": 32768, @@ -5776,13 +5776,13 @@ }, "type": { "type": "reference", - "target": 11216, + "target": 11283, "name": "CreateRegionDTO", "package": "@medusajs/types" } }, { - "id": 11123, + "id": 11190, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5799,7 +5799,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -5814,7 +5814,7 @@ "typeArguments": [ { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -5826,14 +5826,14 @@ ] }, { - "id": 11124, + "id": 11191, "name": "upsertRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11125, + "id": 11192, "name": "upsertRegions", "variant": "signature", "kind": 4096, @@ -5868,7 +5868,7 @@ }, "parameters": [ { - "id": 11126, + "id": 11193, "name": "data", "variant": "param", "kind": 32768, @@ -5885,14 +5885,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 11245, + "target": 11312, "name": "UpsertRegionDTO", "package": "@medusajs/types" } } }, { - "id": 11127, + "id": 11194, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5909,7 +5909,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -5926,7 +5926,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -5937,7 +5937,7 @@ } }, { - "id": 11128, + "id": 11195, "name": "upsertRegions", "variant": "signature", "kind": 4096, @@ -5972,7 +5972,7 @@ }, "parameters": [ { - "id": 11129, + "id": 11196, "name": "data", "variant": "param", "kind": 32768, @@ -5987,13 +5987,13 @@ }, "type": { "type": "reference", - "target": 11245, + "target": 11312, "name": "UpsertRegionDTO", "package": "@medusajs/types" } }, { - "id": 11130, + "id": 11197, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6010,7 +6010,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -6025,7 +6025,7 @@ "typeArguments": [ { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -6037,14 +6037,14 @@ ] }, { - "id": 11131, + "id": 11198, "name": "updateRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11132, + "id": 11199, "name": "updateRegions", "variant": "signature", "kind": 4096, @@ -6079,7 +6079,7 @@ }, "parameters": [ { - "id": 11133, + "id": 11200, "name": "id", "variant": "param", "kind": 32768, @@ -6098,7 +6098,7 @@ } }, { - "id": 11134, + "id": 11201, "name": "data", "variant": "param", "kind": 32768, @@ -6113,13 +6113,13 @@ }, "type": { "type": "reference", - "target": 11252, + "target": 11319, "name": "UpdateRegionDTO", "package": "@medusajs/types" } }, { - "id": 11135, + "id": 11202, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6136,7 +6136,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -6151,7 +6151,7 @@ "typeArguments": [ { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -6161,7 +6161,7 @@ } }, { - "id": 11136, + "id": 11203, "name": "updateRegions", "variant": "signature", "kind": 4096, @@ -6196,7 +6196,7 @@ }, "parameters": [ { - "id": 11137, + "id": 11204, "name": "selector", "variant": "param", "kind": 32768, @@ -6211,13 +6211,13 @@ }, "type": { "type": "reference", - "target": 11258, + "target": 11325, "name": "FilterableRegionProps", "package": "@medusajs/types" } }, { - "id": 11138, + "id": 11205, "name": "data", "variant": "param", "kind": 32768, @@ -6232,13 +6232,13 @@ }, "type": { "type": "reference", - "target": 11252, + "target": 11319, "name": "UpdateRegionDTO", "package": "@medusajs/types" } }, { - "id": 11139, + "id": 11206, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6255,7 +6255,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -6272,7 +6272,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -6285,14 +6285,14 @@ ] }, { - "id": 11140, + "id": 11207, "name": "deleteRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11141, + "id": 11208, "name": "deleteRegions", "variant": "signature", "kind": 4096, @@ -6327,7 +6327,7 @@ }, "parameters": [ { - "id": 11142, + "id": 11209, "name": "ids", "variant": "param", "kind": 32768, @@ -6349,7 +6349,7 @@ } }, { - "id": 11143, + "id": 11210, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6366,7 +6366,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -6389,7 +6389,7 @@ } }, { - "id": 11144, + "id": 11211, "name": "deleteRegions", "variant": "signature", "kind": 4096, @@ -6424,7 +6424,7 @@ }, "parameters": [ { - "id": 11145, + "id": 11212, "name": "id", "variant": "param", "kind": 32768, @@ -6443,7 +6443,7 @@ } }, { - "id": 11146, + "id": 11213, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6460,7 +6460,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -6485,14 +6485,14 @@ ] }, { - "id": 11147, + "id": 11214, "name": "retrieveRegion", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11148, + "id": 11215, "name": "retrieveRegion", "variant": "signature", "kind": 4096, @@ -6539,7 +6539,7 @@ }, "parameters": [ { - "id": 11149, + "id": 11216, "name": "id", "variant": "param", "kind": 32768, @@ -6558,7 +6558,7 @@ } }, { - "id": 11150, + "id": 11217, "name": "config", "variant": "param", "kind": 32768, @@ -6591,11 +6591,11 @@ }, "type": { "type": "reference", - "target": 11268, + "target": 11335, "typeArguments": [ { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -6605,7 +6605,7 @@ } }, { - "id": 11151, + "id": 11218, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6622,7 +6622,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -6637,7 +6637,7 @@ "typeArguments": [ { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -6649,14 +6649,14 @@ ] }, { - "id": 11152, + "id": 11219, "name": "listRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11153, + "id": 11220, "name": "listRegions", "variant": "signature", "kind": 4096, @@ -6743,7 +6743,7 @@ }, "parameters": [ { - "id": 11154, + "id": 11221, "name": "filters", "variant": "param", "kind": 32768, @@ -6760,13 +6760,13 @@ }, "type": { "type": "reference", - "target": 11258, + "target": 11325, "name": "FilterableRegionProps", "package": "@medusajs/types" } }, { - "id": 11155, + "id": 11222, "name": "config", "variant": "param", "kind": 32768, @@ -6799,11 +6799,11 @@ }, "type": { "type": "reference", - "target": 11268, + "target": 11335, "typeArguments": [ { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -6813,7 +6813,7 @@ } }, { - "id": 11156, + "id": 11223, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6830,7 +6830,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -6847,7 +6847,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -6860,14 +6860,14 @@ ] }, { - "id": 11157, + "id": 11224, "name": "listAndCountRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11158, + "id": 11225, "name": "listAndCountRegions", "variant": "signature", "kind": 4096, @@ -6954,7 +6954,7 @@ }, "parameters": [ { - "id": 11159, + "id": 11226, "name": "filters", "variant": "param", "kind": 32768, @@ -6971,13 +6971,13 @@ }, "type": { "type": "reference", - "target": 11258, + "target": 11325, "name": "FilterableRegionProps", "package": "@medusajs/types" } }, { - "id": 11160, + "id": 11227, "name": "config", "variant": "param", "kind": 32768, @@ -7010,11 +7010,11 @@ }, "type": { "type": "reference", - "target": 11268, + "target": 11335, "typeArguments": [ { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -7024,7 +7024,7 @@ } }, { - "id": 11161, + "id": 11228, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -7041,7 +7041,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -7061,7 +7061,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11235, + "target": 11302, "name": "RegionDTO", "package": "@medusajs/types" } @@ -7080,14 +7080,14 @@ ] }, { - "id": 11162, + "id": 11229, "name": "retrieveCountry", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11163, + "id": 11230, "name": "retrieveCountry", "variant": "signature", "kind": 4096, @@ -7134,7 +7134,7 @@ }, "parameters": [ { - "id": 11164, + "id": 11231, "name": "countryId", "variant": "param", "kind": 32768, @@ -7153,7 +7153,7 @@ } }, { - "id": 11165, + "id": 11232, "name": "config", "variant": "param", "kind": 32768, @@ -7186,11 +7186,11 @@ }, "type": { "type": "reference", - "target": 11268, + "target": 11335, "typeArguments": [ { "type": "reference", - "target": 11281, + "target": 11348, "name": "RegionCountryDTO", "package": "@medusajs/types" } @@ -7200,7 +7200,7 @@ } }, { - "id": 11166, + "id": 11233, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -7217,7 +7217,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -7232,7 +7232,7 @@ "typeArguments": [ { "type": "reference", - "target": 11281, + "target": 11348, "name": "RegionCountryDTO", "package": "@medusajs/types" } @@ -7244,14 +7244,14 @@ ] }, { - "id": 11167, + "id": 11234, "name": "listCountries", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11168, + "id": 11235, "name": "listCountries", "variant": "signature", "kind": 4096, @@ -7338,7 +7338,7 @@ }, "parameters": [ { - "id": 11169, + "id": 11236, "name": "filters", "variant": "param", "kind": 32768, @@ -7355,13 +7355,13 @@ }, "type": { "type": "reference", - "target": 11288, + "target": 11355, "name": "FilterableRegionCountryProps", "package": "@medusajs/types" } }, { - "id": 11170, + "id": 11237, "name": "config", "variant": "param", "kind": 32768, @@ -7394,11 +7394,11 @@ }, "type": { "type": "reference", - "target": 11268, + "target": 11335, "typeArguments": [ { "type": "reference", - "target": 11281, + "target": 11348, "name": "RegionCountryDTO", "package": "@medusajs/types" } @@ -7408,7 +7408,7 @@ } }, { - "id": 11171, + "id": 11238, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -7425,7 +7425,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -7442,7 +7442,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11281, + "target": 11348, "name": "RegionCountryDTO", "package": "@medusajs/types" } @@ -7455,14 +7455,14 @@ ] }, { - "id": 11172, + "id": 11239, "name": "listAndCountCountries", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11173, + "id": 11240, "name": "listAndCountCountries", "variant": "signature", "kind": 4096, @@ -7549,7 +7549,7 @@ }, "parameters": [ { - "id": 11174, + "id": 11241, "name": "filters", "variant": "param", "kind": 32768, @@ -7566,13 +7566,13 @@ }, "type": { "type": "reference", - "target": 11288, + "target": 11355, "name": "FilterableRegionCountryProps", "package": "@medusajs/types" } }, { - "id": 11175, + "id": 11242, "name": "config", "variant": "param", "kind": 32768, @@ -7605,11 +7605,11 @@ }, "type": { "type": "reference", - "target": 11268, + "target": 11335, "typeArguments": [ { "type": "reference", - "target": 11281, + "target": 11348, "name": "RegionCountryDTO", "package": "@medusajs/types" } @@ -7619,7 +7619,7 @@ } }, { - "id": 11176, + "id": 11243, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -7636,7 +7636,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -7656,7 +7656,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11281, + "target": 11348, "name": "RegionCountryDTO", "package": "@medusajs/types" } @@ -7675,14 +7675,14 @@ ] }, { - "id": 11177, + "id": 11244, "name": "softDeleteRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11178, + "id": 11245, "name": "softDeleteRegions", "variant": "signature", "kind": 4096, @@ -7733,7 +7733,7 @@ }, "typeParameters": [ { - "id": 11179, + "id": 11246, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -7750,7 +7750,7 @@ ], "parameters": [ { - "id": 11180, + "id": 11247, "name": "regionIds", "variant": "param", "kind": 32768, @@ -7772,7 +7772,7 @@ } }, { - "id": 11181, + "id": 11248, "name": "config", "variant": "param", "kind": 32768, @@ -7789,11 +7789,11 @@ }, "type": { "type": "reference", - "target": 11297, + "target": 11364, "typeArguments": [ { "type": "reference", - "target": 11179, + "target": 11246, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -7804,7 +7804,7 @@ } }, { - "id": 11182, + "id": 11249, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -7821,7 +7821,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -7873,14 +7873,14 @@ ] }, { - "id": 11183, + "id": 11250, "name": "restoreRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11184, + "id": 11251, "name": "restoreRegions", "variant": "signature", "kind": 4096, @@ -7931,7 +7931,7 @@ }, "typeParameters": [ { - "id": 11185, + "id": 11252, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -7948,7 +7948,7 @@ ], "parameters": [ { - "id": 11186, + "id": 11253, "name": "regionIds", "variant": "param", "kind": 32768, @@ -7970,7 +7970,7 @@ } }, { - "id": 11187, + "id": 11254, "name": "config", "variant": "param", "kind": 32768, @@ -8003,11 +8003,11 @@ }, "type": { "type": "reference", - "target": 11300, + "target": 11367, "typeArguments": [ { "type": "reference", - "target": 11185, + "target": 11252, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -8018,7 +8018,7 @@ } }, { - "id": 11188, + "id": 11255, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -8035,7 +8035,7 @@ }, "type": { "type": "reference", - "target": 11223, + "target": 11290, "name": "Context", "package": "@medusajs/types" } @@ -8091,39 +8091,39 @@ { "title": "Methods", "children": [ - 11117, - 11124, - 11131, - 11140, - 11147, - 11152, - 11157, - 11162, - 11167, - 11172, - 11177, - 11183 + 11184, + 11191, + 11198, + 11207, + 11214, + 11219, + 11224, + 11229, + 11234, + 11239, + 11244, + 11250 ] } ], "extendedTypes": [ { "type": "reference", - "target": 11202, + "target": 11269, "name": "IModuleService", "package": "@medusajs/types" } ] }, { - "id": 11398, + "id": 11465, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 11399, + "id": 11466, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -8139,7 +8139,7 @@ } }, { - "id": 11400, + "id": 11467, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -8149,21 +8149,21 @@ "type": { "type": "reflection", "declaration": { - "id": 11401, + "id": 11468, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 11402, + "id": 11469, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 11403, + "id": 11470, "name": "key", "variant": "param", "kind": 32768, @@ -8204,35 +8204,35 @@ { "title": "Properties", "children": [ - 11399, - 11400 + 11466, + 11467 ] } ] }, { - "id": 11328, + "id": 11395, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 11329, + "id": 11396, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11330, + "id": 11397, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 11331, + "id": 11398, "name": "msg", "variant": "param", "kind": 32768, @@ -8242,7 +8242,7 @@ "types": [ { "type": "reference", - "target": 11394, + "target": 11461, "name": "Message", "package": "@medusajs/types" }, @@ -8250,7 +8250,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11394, + "target": 11461, "name": "Message", "package": "@medusajs/types" } @@ -8267,21 +8267,21 @@ ] }, { - "id": 11332, + "id": 11399, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11333, + "id": 11400, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 11334, + "id": 11401, "name": "format", "variant": "param", "kind": 32768, @@ -8290,7 +8290,7 @@ }, "type": { "type": "reference", - "target": 11398, + "target": 11465, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -8311,7 +8311,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11394, + "target": 11461, "name": "Message", "package": "@medusajs/types" } @@ -8324,14 +8324,14 @@ ] }, { - "id": 11335, + "id": 11402, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11336, + "id": 11403, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -8344,21 +8344,21 @@ ] }, { - "id": 11337, + "id": 11404, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11338, + "id": 11405, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 11339, + "id": 11406, "name": "T", "variant": "typeParam", "kind": 131072, @@ -8367,7 +8367,7 @@ ], "parameters": [ { - "id": 11340, + "id": 11407, "name": "messageData", "variant": "param", "kind": 32768, @@ -8377,11 +8377,11 @@ "types": [ { "type": "reference", - "target": 11404, + "target": 11471, "typeArguments": [ { "type": "reference", - "target": 11339, + "target": 11406, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -8394,11 +8394,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 11404, + "target": 11471, "typeArguments": [ { "type": "reference", - "target": 11339, + "target": 11406, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -8412,7 +8412,7 @@ } }, { - "id": 11341, + "id": 11408, "name": "options", "variant": "param", "kind": 32768, @@ -8452,16 +8452,16 @@ { "title": "Methods", "children": [ - 11329, - 11332, - 11335, - 11337 + 11396, + 11399, + 11402, + 11404 ] } ] }, { - "id": 11223, + "id": 11290, "name": "Context", "variant": "declaration", "kind": 256, @@ -8476,7 +8476,7 @@ }, "children": [ { - "id": 11224, + "id": 11291, "name": "__type", "variant": "declaration", "kind": 1024, @@ -8489,7 +8489,7 @@ } }, { - "id": 11225, + "id": 11292, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -8522,14 +8522,14 @@ }, "type": { "type": "reference", - "target": 11234, + "target": 11301, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 11226, + "id": 11293, "name": "manager", "variant": "declaration", "kind": 1024, @@ -8562,14 +8562,14 @@ }, "type": { "type": "reference", - "target": 11234, + "target": 11301, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 11227, + "id": 11294, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -8622,7 +8622,7 @@ } }, { - "id": 11228, + "id": 11295, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -8643,7 +8643,7 @@ } }, { - "id": 11229, + "id": 11296, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -8664,7 +8664,7 @@ } }, { - "id": 11230, + "id": 11297, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -8685,7 +8685,7 @@ } }, { - "id": 11231, + "id": 11298, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -8702,13 +8702,13 @@ }, "type": { "type": "reference", - "target": 11328, + "target": 11395, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 11232, + "id": 11299, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -8729,7 +8729,7 @@ } }, { - "id": 11233, + "id": 11300, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -8754,22 +8754,22 @@ { "title": "Properties", "children": [ - 11224, - 11225, - 11226, - 11227, - 11228, - 11229, - 11230, - 11231, - 11232, - 11233 + 11291, + 11292, + 11293, + 11294, + 11295, + 11296, + 11297, + 11298, + 11299, + 11300 ] } ], "typeParameters": [ { - "id": 11234, + "id": 11301, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -8786,1339 +8786,1339 @@ { "title": "Interfaces", "children": [ - 11268, - 11345, - 11297, - 11300, - 11418, - 11371, - 11202, - 11342, - 11235, - 11281, - 11258, - 11288, - 11216, - 11245, - 11252, - 11116, - 11398, - 11328, - 11223 + 11335, + 11412, + 11364, + 11367, + 11485, + 11438, + 11269, + 11409, + 11302, + 11348, + 11325, + 11355, + 11283, + 11312, + 11319, + 11183, + 11465, + 11395, + 11290 ] }, { "title": "Type Aliases", "children": [ - 11327, - 11414, - 11416, - 11436, - 11464, - 11454, - 11349, - 11452, - 11446, - 11451, - 11440, - 11448, - 11430, 11394, - 11404, - 11421, - 11388, - 11303, - 11385 + 11481, + 11483, + 11503, + 11531, + 11521, + 11416, + 11519, + 11513, + 11518, + 11507, + 11515, + 11497, + 11461, + 11471, + 11488, + 11455, + 11370, + 11452 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "11115": { + "11182": { "sourceFileName": "../../../../packages/core/types/src/region/service.ts", "qualifiedName": "" }, - "11116": { + "11183": { "sourceFileName": "../../../../packages/core/types/src/region/service.ts", "qualifiedName": "IRegionModuleService" }, - "11117": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.createRegions" - }, - "11118": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.createRegions" - }, - "11119": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "data" - }, - "11120": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11121": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.createRegions" - }, - "11122": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "data" - }, - "11123": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11124": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.upsertRegions" - }, - "11125": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.upsertRegions" - }, - "11126": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "data" - }, - "11127": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11128": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.upsertRegions" - }, - "11129": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "data" - }, - "11130": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11131": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.updateRegions" - }, - "11132": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.updateRegions" - }, - "11133": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "id" - }, - "11134": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "data" - }, - "11135": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11136": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.updateRegions" - }, - "11137": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "selector" - }, - "11138": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "data" - }, - "11139": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11140": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.deleteRegions" - }, - "11141": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.deleteRegions" - }, - "11142": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "ids" - }, - "11143": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11144": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.deleteRegions" - }, - "11145": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "id" - }, - "11146": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11147": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.retrieveRegion" - }, - "11148": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.retrieveRegion" - }, - "11149": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "id" - }, - "11150": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "config" - }, - "11151": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11152": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.listRegions" - }, - "11153": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.listRegions" - }, - "11154": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "filters" - }, - "11155": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "config" - }, - "11156": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11157": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.listAndCountRegions" - }, - "11158": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.listAndCountRegions" - }, - "11159": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "filters" - }, - "11160": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "config" - }, - "11161": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11162": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.retrieveCountry" - }, - "11163": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.retrieveCountry" - }, - "11164": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "countryId" - }, - "11165": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "config" - }, - "11166": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11167": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.listCountries" - }, - "11168": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.listCountries" - }, - "11169": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "filters" - }, - "11170": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "config" - }, - "11171": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11172": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.listAndCountCountries" - }, - "11173": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.listAndCountCountries" - }, - "11174": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "filters" - }, - "11175": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "config" - }, - "11176": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11177": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.softDeleteRegions" - }, - "11178": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.softDeleteRegions" - }, - "11179": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "11180": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "regionIds" - }, - "11181": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "config" - }, - "11182": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "sharedContext" - }, - "11183": { - "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.restoreRegions" - }, "11184": { "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "IRegionModuleService.restoreRegions" + "qualifiedName": "IRegionModuleService.createRegions" }, "11185": { "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "IRegionModuleService.createRegions" }, "11186": { "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "regionIds" + "qualifiedName": "data" }, "11187": { "sourceFileName": "../../../../packages/core/types/src/region/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "11188": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.createRegions" + }, + "11189": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "data" + }, + "11190": { "sourceFileName": "../../../../packages/core/types/src/region/service.ts", "qualifiedName": "sharedContext" }, + "11191": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.upsertRegions" + }, + "11192": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.upsertRegions" + }, + "11193": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "data" + }, + "11194": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11195": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.upsertRegions" + }, + "11196": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "data" + }, + "11197": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11198": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.updateRegions" + }, + "11199": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.updateRegions" + }, + "11200": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "id" + }, + "11201": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "data" + }, "11202": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11203": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.updateRegions" + }, + "11204": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "selector" + }, + "11205": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "data" + }, + "11206": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11207": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.deleteRegions" + }, + "11208": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.deleteRegions" + }, + "11209": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "ids" + }, + "11210": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11211": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.deleteRegions" + }, + "11212": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "id" + }, + "11213": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11214": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.retrieveRegion" + }, + "11215": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.retrieveRegion" + }, + "11216": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "id" + }, + "11217": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "config" + }, + "11218": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11219": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.listRegions" + }, + "11220": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.listRegions" + }, + "11221": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "filters" + }, + "11222": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "config" + }, + "11223": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11224": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.listAndCountRegions" + }, + "11225": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.listAndCountRegions" + }, + "11226": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "filters" + }, + "11227": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "config" + }, + "11228": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11229": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.retrieveCountry" + }, + "11230": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.retrieveCountry" + }, + "11231": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "countryId" + }, + "11232": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "config" + }, + "11233": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11234": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.listCountries" + }, + "11235": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.listCountries" + }, + "11236": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "filters" + }, + "11237": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "config" + }, + "11238": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11239": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.listAndCountCountries" + }, + "11240": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.listAndCountCountries" + }, + "11241": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "filters" + }, + "11242": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "config" + }, + "11243": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11244": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.softDeleteRegions" + }, + "11245": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.softDeleteRegions" + }, + "11246": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "11247": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "regionIds" + }, + "11248": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "config" + }, + "11249": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11250": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.restoreRegions" + }, + "11251": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "IRegionModuleService.restoreRegions" + }, + "11252": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "11253": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "regionIds" + }, + "11254": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "config" + }, + "11255": { + "sourceFileName": "../../../../packages/core/types/src/region/service.ts", + "qualifiedName": "sharedContext" + }, + "11269": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "11216": { + "11283": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "CreateRegionDTO" }, - "11217": { + "11284": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "CreateRegionDTO.name" }, - "11218": { + "11285": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "CreateRegionDTO.currency_code" }, - "11219": { + "11286": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "CreateRegionDTO.automatic_taxes" }, - "11220": { + "11287": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "CreateRegionDTO.countries" }, - "11221": { + "11288": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "CreateRegionDTO.payment_providers" }, - "11222": { + "11289": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "CreateRegionDTO.metadata" }, - "11223": { + "11290": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "11224": { + "11291": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "11225": { + "11292": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "11226": { + "11293": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "11227": { + "11294": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "11228": { + "11295": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "11229": { + "11296": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "11230": { + "11297": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "11231": { + "11298": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "11232": { + "11299": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "11233": { + "11300": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "11234": { + "11301": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "11235": { + "11302": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionDTO" }, - "11236": { + "11303": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionDTO.id" }, - "11237": { + "11304": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionDTO.name" }, - "11238": { + "11305": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionDTO.currency_code" }, - "11239": { + "11306": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionDTO.automatic_taxes" }, - "11240": { + "11307": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionDTO.countries" }, - "11241": { + "11308": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionDTO.payment_providers" }, - "11242": { + "11309": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionDTO.metadata" }, - "11243": { + "11310": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionDTO.created_at" }, - "11244": { + "11311": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionDTO.updated_at" }, - "11245": { + "11312": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpsertRegionDTO" }, - "11246": { + "11313": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpsertRegionDTO.id" }, - "11247": { + "11314": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpsertRegionDTO.name" }, - "11248": { + "11315": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpsertRegionDTO.currency_code" }, - "11249": { + "11316": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpsertRegionDTO.automatic_taxes" }, - "11250": { + "11317": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpsertRegionDTO.countries" }, - "11251": { + "11318": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpsertRegionDTO.metadata" }, - "11252": { + "11319": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpdateRegionDTO" }, - "11253": { + "11320": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpdateRegionDTO.name" }, - "11254": { + "11321": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpdateRegionDTO.currency_code" }, - "11255": { + "11322": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpdateRegionDTO.automatic_taxes" }, - "11256": { + "11323": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpdateRegionDTO.countries" }, - "11257": { + "11324": { "sourceFileName": "../../../../packages/core/types/src/region/mutations.ts", "qualifiedName": "UpdateRegionDTO.metadata" }, - "11258": { + "11325": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionProps" }, - "11259": { + "11326": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionProps.q" }, - "11260": { + "11327": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionProps.id" }, - "11261": { + "11328": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionProps.name" }, - "11262": { + "11329": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionProps.currency_code" }, - "11263": { + "11330": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionProps.metadata" }, - "11264": { + "11331": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionProps.created_at" }, - "11265": { + "11332": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionProps.updated_at" }, - "11266": { + "11333": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "11267": { + "11334": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "11268": { + "11335": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "11269": { + "11336": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "11270": { + "11337": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "11271": { + "11338": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "11272": { + "11339": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "11273": { + "11340": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "11274": { + "11341": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "11275": { + "11342": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "11277": { + "11344": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "11278": { + "11345": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "11279": { + "11346": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "11280": { + "11347": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "11281": { + "11348": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionCountryDTO" }, - "11282": { + "11349": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionCountryDTO.id" }, - "11283": { + "11350": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionCountryDTO.iso_2" }, - "11284": { + "11351": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionCountryDTO.iso_3" }, - "11285": { + "11352": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionCountryDTO.num_code" }, - "11286": { + "11353": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionCountryDTO.name" }, - "11287": { + "11354": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "RegionCountryDTO.display_name" }, - "11288": { + "11355": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionCountryProps" }, - "11289": { + "11356": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionCountryProps.id" }, - "11290": { + "11357": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionCountryProps.iso_2" }, - "11291": { + "11358": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionCountryProps.iso_3" }, - "11292": { + "11359": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionCountryProps.num_code" }, - "11293": { + "11360": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionCountryProps.name" }, - "11294": { + "11361": { "sourceFileName": "../../../../packages/core/types/src/region/common.ts", "qualifiedName": "FilterableRegionCountryProps.display_name" }, - "11295": { + "11362": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "11296": { + "11363": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "11297": { + "11364": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "SoftDeleteReturn" }, - "11298": { + "11365": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "11299": { + "11366": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "11300": { + "11367": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "RestoreReturn" }, - "11301": { + "11368": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "11302": { + "11369": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "11303": { + "11370": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "ModuleJoinerConfig" }, - "11304": { + "11371": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, - "11305": { + "11372": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.schema" }, - "11306": { + "11373": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.relationships" }, - "11307": { + "11374": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.extends" }, - "11308": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "11309": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "11310": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.fieldAlias" - }, - "11311": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "11312": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" - }, - "11313": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "11314": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" - }, - "11315": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" - }, - "11316": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "11317": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" - }, - "11318": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" - }, - "11319": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" - }, - "11320": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" - }, - "11321": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" - }, - "11322": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" - }, - "11323": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "11324": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" - }, - "11325": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" - }, - "11326": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" - }, - "11327": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "MetadataType" - }, - "11328": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator" - }, - "11329": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "11330": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "11331": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "msg" - }, - "11332": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "11333": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "11334": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "format" - }, - "11335": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "11336": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "11337": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "11338": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "11339": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "T" - }, - "11340": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "messageData" - }, - "11341": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "options" - }, - "11342": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentProviderDTO" - }, - "11343": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentProviderDTO.id" - }, - "11344": { - "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", - "qualifiedName": "PaymentProviderDTO.is_enabled" - }, - "11345": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable" - }, - "11346": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "11347": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "11348": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.T" - }, - "11349": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "OperatorMap" - }, - "11350": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "11351": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$and" - }, - "11352": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$or" - }, - "11353": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$eq" - }, - "11354": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ne" - }, - "11355": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$in" - }, - "11356": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$nin" - }, - "11357": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$not" - }, - "11358": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gt" - }, - "11359": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gte" - }, - "11360": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lt" - }, - "11361": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lte" - }, - "11362": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$like" - }, - "11363": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$re" - }, - "11364": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ilike" - }, - "11365": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$fulltext" - }, - "11366": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$overlap" - }, - "11367": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contains" - }, - "11368": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contained" - }, - "11369": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$exists" - }, - "11370": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "11371": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig" - }, - "11372": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.serviceName" - }, - "11373": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.alias" - }, - "11374": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.fieldAlias" - }, "11375": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "11376": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.path" - }, - "11377": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "11378": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.primaryKeys" - }, - "11379": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.relationships" - }, - "11380": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.extends" - }, - "11381": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "11382": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.serviceName" }, - "11383": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "11377": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.fieldAlias" + }, + "11378": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11379": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.path" + }, + "11380": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" + }, + "11381": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isList" + }, + "11382": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.relationship" }, + "11383": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" + }, "11384": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.args" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.primaryKeys" }, "11385": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerRelationship" + "qualifiedName": "__type.isLink" }, "11386": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.linkableKeys" }, "11387": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.deleteCascade" + "qualifiedName": "__type.isReadOnlyLink" }, "11388": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModulesExtraFields" + "qualifiedName": "__type.extraDataFields" }, "11389": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.databaseConfig" }, "11390": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "11391": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultValue" + "qualifiedName": "__type.tableName" }, "11392": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.nullable" + "qualifiedName": "__type.idPrefix" }, "11393": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.extraFields" }, "11394": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Message" + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "MetadataType" }, "11395": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator" }, "11396": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "11397": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "11398": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat" + "qualifiedName": "msg" }, "11399": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.groupBy" + "qualifiedName": "IMessageAggregator.getMessages" }, "11400": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.sortBy" + "qualifiedName": "IMessageAggregator.getMessages" }, "11401": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type" + "qualifiedName": "format" }, "11402": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "IMessageAggregator.clearMessages" + }, + "11403": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" }, "11404": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "11405": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "11406": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "T" }, "11407": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "messageData" }, "11408": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "options" }, "11409": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentProviderDTO" }, "11410": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentProviderDTO.id" }, "11411": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" + "sourceFileName": "../../../../packages/core/types/src/payment/common.ts", + "qualifiedName": "PaymentProviderDTO.is_enabled" }, "11412": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable" }, "11413": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "11414": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Query" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "11415": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.T" }, "11416": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "ExpandScalar" + "qualifiedName": "OperatorMap" }, "11417": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "qualifiedName": "__type" }, "11418": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$and" }, "11419": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$or" }, "11420": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$eq" }, "11421": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ne" }, "11422": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$in" }, "11423": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$nin" }, "11424": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$not" }, "11425": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gt" }, "11426": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gte" }, "11427": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lt" }, "11428": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lte" }, "11429": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$like" }, "11430": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$re" }, "11431": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ilike" }, "11432": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$fulltext" }, "11433": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$overlap" }, "11434": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contains" }, "11435": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contained" }, "11436": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Scalar" + "qualifiedName": "__type.$exists" }, "11437": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "11438": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig" }, "11439": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.serviceName" + }, + "11440": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.alias" + }, + "11441": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.fieldAlias" + }, + "11442": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "11443": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.path" + }, + "11444": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" + }, + "11445": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.primaryKeys" + }, + "11446": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.relationships" + }, + "11447": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.extends" + }, + "11448": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "11449": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "11450": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.relationship" + }, + "11451": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.args" + }, + "11452": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerRelationship" + }, + "11453": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11454": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.deleteCascade" + }, + "11455": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "LinkModulesExtraFields" + }, + "11456": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11457": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.type" + }, + "11458": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.defaultValue" + }, + "11459": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.nullable" + }, + "11460": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.options" + }, + "11461": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Message" + }, + "11462": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "11463": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "11464": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "11465": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat" + }, + "11466": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.groupBy" + }, + "11467": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.sortBy" + }, + "11468": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type" + }, + "11469": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type.__index" + }, + "11471": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "RawMessageFormat" + }, + "11472": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "11473": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventName" + }, + "11474": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "11475": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" + }, + "11476": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" + }, + "11477": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "11478": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" + }, + "11479": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "11480": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "11481": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Query" + }, + "11482": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "11483": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "ExpandScalar" + }, + "11484": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "11485": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "11486": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "11487": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "11488": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerRelationship" + }, + "11489": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "11490": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.alias" + }, + "11491": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.foreignKey" + }, + "11492": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "11493": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "11494": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "11495": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "11496": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "11497": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" + }, + "11498": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "11499": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" + }, + "11500": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" + }, + "11501": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "11502": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "11503": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Scalar" + }, + "11504": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "11505": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.toHexString" }, - "11440": { + "11506": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "11507": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "FilterQuery" }, - "11441": { + "11508": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "11442": { + "11509": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.__index" }, - "11444": { + "11511": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "11445": { + "11512": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "Prev" }, - "11446": { + "11513": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "FilterValue" }, - "11447": { + "11514": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "11448": { + "11515": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "EventMetadata" }, - "11449": { + "11516": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "11450": { + "11517": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.eventGroupId" }, - "11451": { + "11518": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "PrevLimit" }, - "11452": { + "11519": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "FilterValue2" }, - "11453": { + "11520": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "11454": { + "11521": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "Primary" }, - "11455": { + "11522": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "11456": { + "11523": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.[PrimaryKeyType]" }, - "11457": { + "11524": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "11458": { + "11525": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type._id" }, - "11459": { + "11526": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "11460": { + "11527": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.uuid" }, - "11461": { + "11528": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "11462": { + "11529": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.id" }, - "11463": { + "11530": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "11464": { + "11531": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "ReadonlyPrimary" }, - "11465": { + "11532": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" } @@ -10128,7 +10128,7 @@ "1": "../../../../packages/core/types/src/region/service.ts" }, "reflections": { - "1": 11115 + "1": 11182 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/sales-channel-models.json b/www/utils/generated/typedoc-json-output/sales-channel-models.json index 12341df9a0..899afc3943 100644 --- a/www/utils/generated/typedoc-json-output/sales-channel-models.json +++ b/www/utils/generated/typedoc-json-output/sales-channel-models.json @@ -1,33 +1,33 @@ { - "id": 11905, + "id": 11972, "name": "sales-channel-models", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 11906, + "id": 11973, "name": "SalesChannel", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 11907, + "id": 11974, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 11908, + "id": 11975, "name": "new SalesChannel", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 11906, + "target": 11973, "name": "SalesChannel", "package": "@medusajs/sales-channel", "qualifiedName": "default" @@ -36,7 +36,7 @@ ] }, { - "id": 11921, + "id": 11988, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -54,7 +54,7 @@ } }, { - "id": 11909, + "id": 11976, "name": "id", "variant": "declaration", "kind": 1024, @@ -65,7 +65,7 @@ } }, { - "id": 11910, + "id": 11977, "name": "name", "variant": "declaration", "kind": 1024, @@ -76,7 +76,7 @@ } }, { - "id": 11911, + "id": 11978, "name": "description", "variant": "declaration", "kind": 1024, @@ -97,7 +97,7 @@ "defaultValue": "null" }, { - "id": 11912, + "id": 11979, "name": "is_disabled", "variant": "declaration", "kind": 1024, @@ -109,7 +109,7 @@ "defaultValue": "false" }, { - "id": 11913, + "id": 11980, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -125,7 +125,7 @@ } }, { - "id": 11914, + "id": 11981, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -161,7 +161,7 @@ "defaultValue": "null" }, { - "id": 11915, + "id": 11982, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -177,7 +177,7 @@ } }, { - "id": 11916, + "id": 11983, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -203,14 +203,14 @@ "defaultValue": "null" }, { - "id": 11917, + "id": 11984, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11918, + "id": 11985, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -223,14 +223,14 @@ ] }, { - "id": 11919, + "id": 11986, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11920, + "id": 11987, "name": "onInit", "variant": "signature", "kind": 4096, @@ -247,28 +247,28 @@ { "title": "Constructors", "children": [ - 11907 + 11974 ] }, { "title": "Properties", "children": [ - 11921, - 11909, - 11910, - 11911, - 11912, - 11913, - 11914, - 11915, - 11916 + 11988, + 11976, + 11977, + 11978, + 11979, + 11980, + 11981, + 11982, + 11983 ] }, { "title": "Methods", "children": [ - 11917, - 11919 + 11984, + 11986 ] } ] @@ -278,69 +278,69 @@ { "title": "Classes", "children": [ - 11906 + 11973 ] } ], "packageName": "@medusajs/sales-channel", "symbolIdMap": { - "11905": { + "11972": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/index.ts", "qualifiedName": "" }, - "11906": { + "11973": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default" }, - "11909": { + "11976": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.id" }, - "11910": { + "11977": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.name" }, - "11911": { + "11978": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.description" }, - "11912": { + "11979": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.is_disabled" }, - "11913": { + "11980": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.created_at" }, - "11914": { + "11981": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.metadata" }, - "11915": { + "11982": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.updated_at" }, - "11916": { + "11983": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.deleted_at" }, - "11917": { + "11984": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.onCreate" }, - "11918": { + "11985": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.onCreate" }, - "11919": { + "11986": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.onInit" }, - "11920": { + "11987": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.onInit" }, - "11921": { + "11988": { "sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts", "qualifiedName": "default.[OptionalProps]" } @@ -350,7 +350,7 @@ "1": "../../../../packages/modules/sales-channel/src/models/index.ts" }, "reflections": { - "1": 11905 + "1": 11972 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/sales-channel.json b/www/utils/generated/typedoc-json-output/sales-channel.json index 866c16deb2..4d346ee603 100644 --- a/www/utils/generated/typedoc-json-output/sales-channel.json +++ b/www/utils/generated/typedoc-json-output/sales-channel.json @@ -1,12 +1,12 @@ { - "id": 11648, + "id": 11715, "name": "sales-channel", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 11775, + "id": 11842, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -29,7 +29,7 @@ }, "children": [ { - "id": 11776, + "id": 11843, "name": "select", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 11787, + "target": 11854, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -70,7 +70,7 @@ } }, { - "id": 11777, + "id": 11844, "name": "skip", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 11778, + "id": 11845, "name": "take", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 11779, + "id": 11846, "name": "relations", "variant": "declaration", "kind": 1024, @@ -154,7 +154,7 @@ } }, { - "id": 11780, + "id": 11847, "name": "order", "variant": "declaration", "kind": 1024, @@ -188,21 +188,21 @@ "type": { "type": "reflection", "declaration": { - "id": 11781, + "id": 11848, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 11782, + "id": 11849, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 11783, + "id": 11850, "name": "K", "variant": "param", "kind": 32768, @@ -232,7 +232,7 @@ } }, { - "id": 11784, + "id": 11851, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -261,7 +261,7 @@ } }, { - "id": 11785, + "id": 11852, "name": "filters", "variant": "declaration", "kind": 1024, @@ -297,7 +297,7 @@ } }, { - "id": 11786, + "id": 11853, "name": "options", "variant": "declaration", "kind": 1024, @@ -337,20 +337,20 @@ { "title": "Properties", "children": [ - 11776, - 11777, - 11778, - 11779, - 11780, - 11784, - 11785, - 11786 + 11843, + 11844, + 11845, + 11846, + 11847, + 11851, + 11852, + 11853 ] } ], "typeParameters": [ { - "id": 11787, + "id": 11854, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -359,7 +359,7 @@ ] }, { - "id": 11836, + "id": 11903, "name": "MetadataType", "variant": "declaration", "kind": 2097152, @@ -394,7 +394,7 @@ } }, { - "id": 11837, + "id": 11904, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -409,7 +409,7 @@ }, "children": [ { - "id": 11838, + "id": 11905, "name": "$and", "variant": "declaration", "kind": 1024, @@ -431,11 +431,11 @@ "types": [ { "type": "reference", - "target": 11837, + "target": 11904, "typeArguments": [ { "type": "reference", - "target": 11840, + "target": 11907, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -447,7 +447,7 @@ }, { "type": "reference", - "target": 11840, + "target": 11907, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -458,7 +458,7 @@ } }, { - "id": 11839, + "id": 11906, "name": "$or", "variant": "declaration", "kind": 1024, @@ -480,11 +480,11 @@ "types": [ { "type": "reference", - "target": 11837, + "target": 11904, "typeArguments": [ { "type": "reference", - "target": 11840, + "target": 11907, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -496,7 +496,7 @@ }, { "type": "reference", - "target": 11840, + "target": 11907, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -511,14 +511,14 @@ { "title": "Properties", "children": [ - 11838, - 11839 + 11905, + 11906 ] } ], "typeParameters": [ { - "id": 11840, + "id": 11907, "name": "T", "variant": "typeParam", "kind": 131072, @@ -528,13 +528,13 @@ "extendedBy": [ { "type": "reference", - "target": 11762, + "target": 11829, "name": "FilterableSalesChannelProps" } ] }, { - "id": 11788, + "id": 11855, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -549,7 +549,7 @@ }, "children": [ { - "id": 11789, + "id": 11856, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -568,7 +568,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11790, + "target": 11857, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -580,13 +580,13 @@ { "title": "Properties", "children": [ - 11789 + 11856 ] } ], "typeParameters": [ { - "id": 11790, + "id": 11857, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -599,7 +599,7 @@ ] }, { - "id": 11791, + "id": 11858, "name": "RestoreReturn", "variant": "declaration", "kind": 256, @@ -614,7 +614,7 @@ }, "children": [ { - "id": 11792, + "id": 11859, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -633,7 +633,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11793, + "target": 11860, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -645,13 +645,13 @@ { "title": "Properties", "children": [ - 11792 + 11859 ] } ], "typeParameters": [ { - "id": 11793, + "id": 11860, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -664,7 +664,7 @@ ] }, { - "id": 11902, + "id": 11969, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -694,14 +694,14 @@ { "type": "reflection", "declaration": { - "id": 11903, + "id": 11970, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11904, + "id": 11971, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -718,7 +718,7 @@ { "title": "Properties", "children": [ - 11904 + 11971 ] } ] @@ -728,14 +728,14 @@ } }, { - "id": 11896, + "id": 11963, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11901, + "id": 11968, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -749,14 +749,14 @@ "type": { "type": "reflection", "declaration": { - "id": 11897, + "id": 11964, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11898, + "id": 11965, "name": "name", "variant": "declaration", "kind": 1024, @@ -767,7 +767,7 @@ } }, { - "id": 11899, + "id": 11966, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -776,20 +776,20 @@ }, "type": { "type": "reference", - "target": 11902, + "target": 11969, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 11900, + "id": 11967, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 11901, + "target": 11968, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -800,9 +800,9 @@ { "title": "Properties", "children": [ - 11898, - 11899, - 11900 + 11965, + 11966, + 11967 ] } ] @@ -810,14 +810,14 @@ } }, { - "id": 11864, + "id": 11931, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11867, + "id": 11934, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -833,11 +833,11 @@ "types": [ { "type": "reference", - "target": 11896, + "target": 11963, "typeArguments": [ { "type": "reference", - "target": 11867, + "target": 11934, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -849,14 +849,14 @@ { "type": "reflection", "declaration": { - "id": 11865, + "id": 11932, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11866, + "id": 11933, "name": "options", "variant": "declaration", "kind": 1024, @@ -888,7 +888,7 @@ { "title": "Properties", "children": [ - 11866 + 11933 ] } ] @@ -898,14 +898,14 @@ } }, { - "id": 11874, + "id": 11941, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 11883, + "id": 11950, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -919,14 +919,14 @@ "type": { "type": "reflection", "declaration": { - "id": 11875, + "id": 11942, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11876, + "id": 11943, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -937,21 +937,21 @@ } }, { - "id": 11877, + "id": 11944, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 11883, + "target": 11950, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 11878, + "id": 11945, "name": "source", "variant": "declaration", "kind": 1024, @@ -962,7 +962,7 @@ } }, { - "id": 11879, + "id": 11946, "name": "object", "variant": "declaration", "kind": 1024, @@ -973,7 +973,7 @@ } }, { - "id": 11880, + "id": 11947, "name": "action", "variant": "declaration", "kind": 1024, @@ -986,7 +986,7 @@ } }, { - "id": 11881, + "id": 11948, "name": "context", "variant": "declaration", "kind": 1024, @@ -1002,7 +1002,7 @@ "typeArguments": [ { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" }, @@ -1016,7 +1016,7 @@ } }, { - "id": 11882, + "id": 11949, "name": "options", "variant": "declaration", "kind": 1024, @@ -1048,13 +1048,13 @@ { "title": "Properties", "children": [ - 11876, - 11877, - 11878, - 11879, - 11880, - 11881, - 11882 + 11943, + 11944, + 11945, + 11946, + 11947, + 11948, + 11949 ] } ] @@ -1062,7 +1062,7 @@ } }, { - "id": 11887, + "id": 11954, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -1070,14 +1070,14 @@ "type": { "type": "reflection", "declaration": { - "id": 11888, + "id": 11955, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11889, + "id": 11956, "name": "alias", "variant": "declaration", "kind": 1024, @@ -1088,7 +1088,7 @@ } }, { - "id": 11890, + "id": 11957, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -1099,7 +1099,7 @@ } }, { - "id": 11891, + "id": 11958, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -1110,7 +1110,7 @@ } }, { - "id": 11892, + "id": 11959, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1121,7 +1121,7 @@ } }, { - "id": 11893, + "id": 11960, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -1142,7 +1142,7 @@ } }, { - "id": 11894, + "id": 11961, "name": "isList", "variant": "declaration", "kind": 1024, @@ -1163,7 +1163,7 @@ } }, { - "id": 11895, + "id": 11962, "name": "args", "variant": "declaration", "kind": 1024, @@ -1203,13 +1203,13 @@ { "title": "Properties", "children": [ - 11889, - 11890, - 11891, - 11892, - 11893, - 11894, - 11895 + 11956, + 11957, + 11958, + 11959, + 11960, + 11961, + 11962 ] } ] @@ -1217,14 +1217,14 @@ } }, { - "id": 11884, + "id": 11951, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 11885, + "id": 11952, "name": "name", "variant": "declaration", "kind": 1024, @@ -1247,7 +1247,7 @@ } }, { - "id": 11886, + "id": 11953, "name": "args", "variant": "declaration", "kind": 1024, @@ -1287,21 +1287,21 @@ { "title": "Properties", "children": [ - 11885, - 11886 + 11952, + 11953 ] } ] }, { - "id": 11841, + "id": 11908, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 11842, + "id": 11909, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1312,7 +1312,7 @@ } }, { - "id": 11843, + "id": 11910, "name": "alias", "variant": "declaration", "kind": 1024, @@ -1332,7 +1332,7 @@ "types": [ { "type": "reference", - "target": 11884, + "target": 11951, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -1340,7 +1340,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11884, + "target": 11951, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -1349,7 +1349,7 @@ } }, { - "id": 11844, + "id": 11911, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -1385,14 +1385,14 @@ { "type": "reflection", "declaration": { - "id": 11845, + "id": 11912, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11846, + "id": 11913, "name": "path", "variant": "declaration", "kind": 1024, @@ -1403,7 +1403,7 @@ } }, { - "id": 11847, + "id": 11914, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -1421,8 +1421,8 @@ { "title": "Properties", "children": [ - 11846, - 11847 + 11913, + 11914 ] } ] @@ -1436,7 +1436,7 @@ } }, { - "id": 11848, + "id": 11915, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -1450,7 +1450,7 @@ } }, { - "id": 11849, + "id": 11916, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -1461,14 +1461,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 11887, + "target": 11954, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 11850, + "id": 11917, "name": "extends", "variant": "declaration", "kind": 1024, @@ -1480,14 +1480,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 11851, + "id": 11918, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11852, + "id": 11919, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1498,14 +1498,14 @@ } }, { - "id": 11853, + "id": 11920, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 11887, + "target": 11954, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -1515,8 +1515,8 @@ { "title": "Properties", "children": [ - 11852, - 11853 + 11919, + 11920 ] } ] @@ -1525,7 +1525,7 @@ } }, { - "id": 11854, + "id": 11921, "name": "args", "variant": "declaration", "kind": 1024, @@ -1565,19 +1565,19 @@ { "title": "Properties", "children": [ - 11842, - 11843, - 11844, - 11848, - 11849, - 11850, - 11854 + 11909, + 11910, + 11911, + 11915, + 11916, + 11917, + 11921 ] } ] }, { - "id": 11858, + "id": 11925, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -1596,14 +1596,14 @@ { "type": "reflection", "declaration": { - "id": 11859, + "id": 11926, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11860, + "id": 11927, "name": "type", "variant": "declaration", "kind": 1024, @@ -1699,7 +1699,7 @@ } }, { - "id": 11861, + "id": 11928, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -1712,7 +1712,7 @@ } }, { - "id": 11862, + "id": 11929, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -1725,7 +1725,7 @@ } }, { - "id": 11863, + "id": 11930, "name": "options", "variant": "declaration", "kind": 1024, @@ -1765,10 +1765,10 @@ { "title": "Properties", "children": [ - 11860, - 11861, - 11862, - 11863 + 11927, + 11928, + 11929, + 11930 ] } ] @@ -1780,7 +1780,7 @@ } }, { - "id": 11794, + "id": 11861, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -1797,7 +1797,7 @@ "typeArguments": [ { "type": "reference", - "target": 11841, + "target": 11908, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -1829,14 +1829,14 @@ { "type": "reflection", "declaration": { - "id": 11795, + "id": 11862, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11796, + "id": 11863, "name": "schema", "variant": "declaration", "kind": 1024, @@ -1857,7 +1857,7 @@ } }, { - "id": 11797, + "id": 11864, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -1868,14 +1868,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 11855, + "target": 11922, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 11798, + "id": 11865, "name": "extends", "variant": "declaration", "kind": 1024, @@ -1887,14 +1887,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 11799, + "id": 11866, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11800, + "id": 11867, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1905,7 +1905,7 @@ } }, { - "id": 11801, + "id": 11868, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -1933,14 +1933,14 @@ { "type": "reflection", "declaration": { - "id": 11802, + "id": 11869, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11803, + "id": 11870, "name": "path", "variant": "declaration", "kind": 1024, @@ -1951,7 +1951,7 @@ } }, { - "id": 11804, + "id": 11871, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -1967,7 +1967,7 @@ } }, { - "id": 11805, + "id": 11872, "name": "isList", "variant": "declaration", "kind": 1024, @@ -1984,9 +1984,9 @@ { "title": "Properties", "children": [ - 11803, - 11804, - 11805 + 11870, + 11871, + 11872 ] } ] @@ -2000,14 +2000,14 @@ } }, { - "id": 11806, + "id": 11873, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 11855, + "target": 11922, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -2017,9 +2017,9 @@ { "title": "Properties", "children": [ - 11800, - 11801, - 11806 + 11867, + 11868, + 11873 ] } ] @@ -2028,7 +2028,7 @@ } }, { - "id": 11807, + "id": 11874, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2041,7 +2041,7 @@ } }, { - "id": 11808, + "id": 11875, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -2057,7 +2057,7 @@ } }, { - "id": 11809, + "id": 11876, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -2078,7 +2078,7 @@ } }, { - "id": 11810, + "id": 11877, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -2114,7 +2114,7 @@ } }, { - "id": 11811, + "id": 11878, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -2135,7 +2135,7 @@ } }, { - "id": 11812, + "id": 11879, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -2159,7 +2159,7 @@ } }, { - "id": 11813, + "id": 11880, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -2169,14 +2169,14 @@ "type": { "type": "reflection", "declaration": { - "id": 11814, + "id": 11881, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11815, + "id": 11882, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -2197,7 +2197,7 @@ } }, { - "id": 11816, + "id": 11883, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -2218,7 +2218,7 @@ } }, { - "id": 11817, + "id": 11884, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -2227,7 +2227,7 @@ }, "type": { "type": "reference", - "target": 11858, + "target": 11925, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -2237,9 +2237,9 @@ { "title": "Properties", "children": [ - 11815, - 11816, - 11817 + 11882, + 11883, + 11884 ] } ] @@ -2251,16 +2251,16 @@ { "title": "Properties", "children": [ - 11796, - 11797, - 11798, - 11807, - 11808, - 11809, - 11810, - 11811, - 11812, - 11813 + 11863, + 11864, + 11865, + 11874, + 11875, + 11876, + 11877, + 11878, + 11879, + 11880 ] } ] @@ -2270,7 +2270,7 @@ } }, { - "id": 11855, + "id": 11922, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -2280,21 +2280,21 @@ "types": [ { "type": "reference", - "target": 11887, + "target": 11954, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 11856, + "id": 11923, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 11857, + "id": 11924, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -2319,7 +2319,7 @@ { "title": "Properties", "children": [ - 11857 + 11924 ] } ] @@ -2329,7 +2329,7 @@ } }, { - "id": 11720, + "id": 11787, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -2337,13 +2337,13 @@ "extendedBy": [ { "type": "reference", - "target": 11649, + "target": 11716, "name": "ISalesChannelModuleService" } ] }, { - "id": 11832, + "id": 11899, "name": "SalesChannelLocationDTO", "variant": "declaration", "kind": 256, @@ -2358,7 +2358,7 @@ }, "children": [ { - "id": 11833, + "id": 11900, "name": "sales_channel_id", "variant": "declaration", "kind": 1024, @@ -2377,7 +2377,7 @@ } }, { - "id": 11834, + "id": 11901, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -2396,7 +2396,7 @@ } }, { - "id": 11835, + "id": 11902, "name": "sales_channel", "variant": "declaration", "kind": 1024, @@ -2411,7 +2411,7 @@ }, "type": { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -2421,15 +2421,15 @@ { "title": "Properties", "children": [ - 11833, - 11834, - 11835 + 11900, + 11901, + 11902 ] } ] }, { - "id": 11750, + "id": 11817, "name": "SalesChannelDTO", "variant": "declaration", "kind": 256, @@ -2444,7 +2444,7 @@ }, "children": [ { - "id": 11751, + "id": 11818, "name": "id", "variant": "declaration", "kind": 1024, @@ -2463,7 +2463,7 @@ } }, { - "id": 11752, + "id": 11819, "name": "name", "variant": "declaration", "kind": 1024, @@ -2482,7 +2482,7 @@ } }, { - "id": 11753, + "id": 11820, "name": "description", "variant": "declaration", "kind": 1024, @@ -2510,7 +2510,7 @@ } }, { - "id": 11754, + "id": 11821, "name": "is_disabled", "variant": "declaration", "kind": 1024, @@ -2529,7 +2529,7 @@ } }, { - "id": 11755, + "id": 11822, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2572,7 +2572,7 @@ } }, { - "id": 11756, + "id": 11823, "name": "locations", "variant": "declaration", "kind": 1024, @@ -2591,7 +2591,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11832, + "target": 11899, "name": "SalesChannelLocationDTO", "package": "@medusajs/types" } @@ -2602,18 +2602,18 @@ { "title": "Properties", "children": [ - 11751, - 11752, - 11753, - 11754, - 11755, - 11756 + 11818, + 11819, + 11820, + 11821, + 11822, + 11823 ] } ] }, { - "id": 11762, + "id": 11829, "name": "FilterableSalesChannelProps", "variant": "declaration", "kind": 256, @@ -2628,7 +2628,7 @@ }, "children": [ { - "id": 11767, + "id": 11834, "name": "$and", "variant": "declaration", "kind": 1024, @@ -2651,17 +2651,17 @@ "types": [ { "type": "reference", - "target": 11762, + "target": 11829, "name": "FilterableSalesChannelProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 11837, + "target": 11904, "typeArguments": [ { "type": "reference", - "target": 11762, + "target": 11829, "name": "FilterableSalesChannelProps", "package": "@medusajs/types" } @@ -2674,12 +2674,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 11838, + "target": 11905, "name": "BaseFilterable.$and" } }, { - "id": 11768, + "id": 11835, "name": "$or", "variant": "declaration", "kind": 1024, @@ -2702,17 +2702,17 @@ "types": [ { "type": "reference", - "target": 11762, + "target": 11829, "name": "FilterableSalesChannelProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 11837, + "target": 11904, "typeArguments": [ { "type": "reference", - "target": 11762, + "target": 11829, "name": "FilterableSalesChannelProps", "package": "@medusajs/types" } @@ -2725,12 +2725,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 11839, + "target": 11906, "name": "BaseFilterable.$or" } }, { - "id": 11763, + "id": 11830, "name": "q", "variant": "declaration", "kind": 1024, @@ -2751,7 +2751,7 @@ } }, { - "id": 11764, + "id": 11831, "name": "id", "variant": "declaration", "kind": 1024, @@ -2784,7 +2784,7 @@ } }, { - "id": 11765, + "id": 11832, "name": "name", "variant": "declaration", "kind": 1024, @@ -2817,7 +2817,7 @@ } }, { - "id": 11766, + "id": 11833, "name": "is_disabled", "variant": "declaration", "kind": 1024, @@ -2842,23 +2842,23 @@ { "title": "Properties", "children": [ - 11767, - 11768, - 11763, - 11764, - 11765, - 11766 + 11834, + 11835, + 11830, + 11831, + 11832, + 11833 ] } ], "extendedTypes": [ { "type": "reference", - "target": 11837, + "target": 11904, "typeArguments": [ { "type": "reference", - "target": 11762, + "target": 11829, "name": "FilterableSalesChannelProps", "package": "@medusajs/types" } @@ -2869,7 +2869,7 @@ ] }, { - "id": 11734, + "id": 11801, "name": "CreateSalesChannelDTO", "variant": "declaration", "kind": 256, @@ -2884,7 +2884,7 @@ }, "children": [ { - "id": 11735, + "id": 11802, "name": "name", "variant": "declaration", "kind": 1024, @@ -2903,7 +2903,7 @@ } }, { - "id": 11736, + "id": 11803, "name": "description", "variant": "declaration", "kind": 1024, @@ -2933,7 +2933,7 @@ } }, { - "id": 11737, + "id": 11804, "name": "is_disabled", "variant": "declaration", "kind": 1024, @@ -2958,15 +2958,15 @@ { "title": "Properties", "children": [ - 11735, - 11736, - 11737 + 11802, + 11803, + 11804 ] } ] }, { - "id": 11757, + "id": 11824, "name": "UpdateSalesChannelDTO", "variant": "declaration", "kind": 256, @@ -2981,7 +2981,7 @@ }, "children": [ { - "id": 11758, + "id": 11825, "name": "name", "variant": "declaration", "kind": 1024, @@ -3002,7 +3002,7 @@ } }, { - "id": 11759, + "id": 11826, "name": "description", "variant": "declaration", "kind": 1024, @@ -3032,7 +3032,7 @@ } }, { - "id": 11760, + "id": 11827, "name": "is_disabled", "variant": "declaration", "kind": 1024, @@ -3053,7 +3053,7 @@ } }, { - "id": 11761, + "id": 11828, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3070,7 +3070,7 @@ }, "type": { "type": "reference", - "target": 11836, + "target": 11903, "name": "MetadataType", "package": "@medusajs/types" } @@ -3080,16 +3080,16 @@ { "title": "Properties", "children": [ - 11758, - 11759, - 11760, - 11761 + 11825, + 11826, + 11827, + 11828 ] } ] }, { - "id": 11769, + "id": 11836, "name": "UpsertSalesChannelDTO", "variant": "declaration", "kind": 256, @@ -3104,7 +3104,7 @@ }, "children": [ { - "id": 11770, + "id": 11837, "name": "id", "variant": "declaration", "kind": 1024, @@ -3125,7 +3125,7 @@ } }, { - "id": 11771, + "id": 11838, "name": "name", "variant": "declaration", "kind": 1024, @@ -3146,7 +3146,7 @@ } }, { - "id": 11772, + "id": 11839, "name": "description", "variant": "declaration", "kind": 1024, @@ -3176,7 +3176,7 @@ } }, { - "id": 11773, + "id": 11840, "name": "is_disabled", "variant": "declaration", "kind": 1024, @@ -3197,7 +3197,7 @@ } }, { - "id": 11774, + "id": 11841, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3214,7 +3214,7 @@ }, "type": { "type": "reference", - "target": 11836, + "target": 11903, "name": "MetadataType", "package": "@medusajs/types" } @@ -3224,17 +3224,17 @@ { "title": "Properties", "children": [ - 11770, - 11771, - 11772, - 11773, - 11774 + 11837, + 11838, + 11839, + 11840, + 11841 ] } ] }, { - "id": 11649, + "id": 11716, "name": "ISalesChannelModuleService", "variant": "declaration", "kind": 256, @@ -3249,14 +3249,14 @@ }, "children": [ { - "id": 11650, + "id": 11717, "name": "createSalesChannels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11651, + "id": 11718, "name": "createSalesChannels", "variant": "signature", "kind": 4096, @@ -3291,7 +3291,7 @@ }, "parameters": [ { - "id": 11652, + "id": 11719, "name": "data", "variant": "param", "kind": 32768, @@ -3308,14 +3308,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 11734, + "target": 11801, "name": "CreateSalesChannelDTO", "package": "@medusajs/types" } } }, { - "id": 11653, + "id": 11720, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -3332,7 +3332,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -3349,7 +3349,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -3360,7 +3360,7 @@ } }, { - "id": 11654, + "id": 11721, "name": "createSalesChannels", "variant": "signature", "kind": 4096, @@ -3395,7 +3395,7 @@ }, "parameters": [ { - "id": 11655, + "id": 11722, "name": "data", "variant": "param", "kind": 32768, @@ -3410,13 +3410,13 @@ }, "type": { "type": "reference", - "target": 11734, + "target": 11801, "name": "CreateSalesChannelDTO", "package": "@medusajs/types" } }, { - "id": 11656, + "id": 11723, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -3433,7 +3433,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -3448,7 +3448,7 @@ "typeArguments": [ { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -3460,14 +3460,14 @@ ] }, { - "id": 11657, + "id": 11724, "name": "updateSalesChannels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11658, + "id": 11725, "name": "updateSalesChannels", "variant": "signature", "kind": 4096, @@ -3502,7 +3502,7 @@ }, "parameters": [ { - "id": 11659, + "id": 11726, "name": "channelId", "variant": "param", "kind": 32768, @@ -3521,7 +3521,7 @@ } }, { - "id": 11660, + "id": 11727, "name": "data", "variant": "param", "kind": 32768, @@ -3536,13 +3536,13 @@ }, "type": { "type": "reference", - "target": 11757, + "target": 11824, "name": "UpdateSalesChannelDTO", "package": "@medusajs/types" } }, { - "id": 11661, + "id": 11728, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -3559,7 +3559,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -3574,7 +3574,7 @@ "typeArguments": [ { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -3584,7 +3584,7 @@ } }, { - "id": 11662, + "id": 11729, "name": "updateSalesChannels", "variant": "signature", "kind": 4096, @@ -3619,7 +3619,7 @@ }, "parameters": [ { - "id": 11663, + "id": 11730, "name": "selector", "variant": "param", "kind": 32768, @@ -3634,13 +3634,13 @@ }, "type": { "type": "reference", - "target": 11762, + "target": 11829, "name": "FilterableSalesChannelProps", "package": "@medusajs/types" } }, { - "id": 11664, + "id": 11731, "name": "data", "variant": "param", "kind": 32768, @@ -3655,13 +3655,13 @@ }, "type": { "type": "reference", - "target": 11757, + "target": 11824, "name": "UpdateSalesChannelDTO", "package": "@medusajs/types" } }, { - "id": 11665, + "id": 11732, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -3678,7 +3678,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -3695,7 +3695,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -3708,14 +3708,14 @@ ] }, { - "id": 11666, + "id": 11733, "name": "upsertSalesChannels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11667, + "id": 11734, "name": "upsertSalesChannels", "variant": "signature", "kind": 4096, @@ -3750,7 +3750,7 @@ }, "parameters": [ { - "id": 11668, + "id": 11735, "name": "data", "variant": "param", "kind": 32768, @@ -3765,13 +3765,13 @@ }, "type": { "type": "reference", - "target": 11769, + "target": 11836, "name": "UpsertSalesChannelDTO", "package": "@medusajs/types" } }, { - "id": 11669, + "id": 11736, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -3788,7 +3788,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -3803,7 +3803,7 @@ "typeArguments": [ { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -3813,7 +3813,7 @@ } }, { - "id": 11670, + "id": 11737, "name": "upsertSalesChannels", "variant": "signature", "kind": 4096, @@ -3848,7 +3848,7 @@ }, "parameters": [ { - "id": 11671, + "id": 11738, "name": "data", "variant": "param", "kind": 32768, @@ -3865,14 +3865,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 11769, + "target": 11836, "name": "UpsertSalesChannelDTO", "package": "@medusajs/types" } } }, { - "id": 11672, + "id": 11739, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -3889,7 +3889,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -3906,7 +3906,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -3919,14 +3919,14 @@ ] }, { - "id": 11673, + "id": 11740, "name": "deleteSalesChannels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11674, + "id": 11741, "name": "deleteSalesChannels", "variant": "signature", "kind": 4096, @@ -3961,7 +3961,7 @@ }, "parameters": [ { - "id": 11675, + "id": 11742, "name": "ids", "variant": "param", "kind": 32768, @@ -3983,7 +3983,7 @@ } }, { - "id": 11676, + "id": 11743, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4000,7 +4000,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -4023,7 +4023,7 @@ } }, { - "id": 11677, + "id": 11744, "name": "deleteSalesChannels", "variant": "signature", "kind": 4096, @@ -4058,7 +4058,7 @@ }, "parameters": [ { - "id": 11678, + "id": 11745, "name": "id", "variant": "param", "kind": 32768, @@ -4077,7 +4077,7 @@ } }, { - "id": 11679, + "id": 11746, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4094,7 +4094,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -4119,14 +4119,14 @@ ] }, { - "id": 11680, + "id": 11747, "name": "retrieveSalesChannel", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11681, + "id": 11748, "name": "retrieveSalesChannel", "variant": "signature", "kind": 4096, @@ -4161,7 +4161,7 @@ }, "parameters": [ { - "id": 11682, + "id": 11749, "name": "id", "variant": "param", "kind": 32768, @@ -4180,7 +4180,7 @@ } }, { - "id": 11683, + "id": 11750, "name": "config", "variant": "param", "kind": 32768, @@ -4213,11 +4213,11 @@ }, "type": { "type": "reference", - "target": 11775, + "target": 11842, "typeArguments": [ { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -4227,7 +4227,7 @@ } }, { - "id": 11684, + "id": 11751, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4244,7 +4244,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -4259,7 +4259,7 @@ "typeArguments": [ { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -4271,14 +4271,14 @@ ] }, { - "id": 11685, + "id": 11752, "name": "listSalesChannels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11686, + "id": 11753, "name": "listSalesChannels", "variant": "signature", "kind": 4096, @@ -4357,7 +4357,7 @@ }, "parameters": [ { - "id": 11687, + "id": 11754, "name": "filters", "variant": "param", "kind": 32768, @@ -4374,13 +4374,13 @@ }, "type": { "type": "reference", - "target": 11762, + "target": 11829, "name": "FilterableSalesChannelProps", "package": "@medusajs/types" } }, { - "id": 11688, + "id": 11755, "name": "config", "variant": "param", "kind": 32768, @@ -4413,11 +4413,11 @@ }, "type": { "type": "reference", - "target": 11775, + "target": 11842, "typeArguments": [ { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -4427,7 +4427,7 @@ } }, { - "id": 11689, + "id": 11756, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4444,7 +4444,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -4461,7 +4461,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -4474,14 +4474,14 @@ ] }, { - "id": 11690, + "id": 11757, "name": "listAndCountSalesChannels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11691, + "id": 11758, "name": "listAndCountSalesChannels", "variant": "signature", "kind": 4096, @@ -4560,7 +4560,7 @@ }, "parameters": [ { - "id": 11692, + "id": 11759, "name": "filters", "variant": "param", "kind": 32768, @@ -4577,13 +4577,13 @@ }, "type": { "type": "reference", - "target": 11762, + "target": 11829, "name": "FilterableSalesChannelProps", "package": "@medusajs/types" } }, { - "id": 11693, + "id": 11760, "name": "config", "variant": "param", "kind": 32768, @@ -4616,11 +4616,11 @@ }, "type": { "type": "reference", - "target": 11775, + "target": 11842, "typeArguments": [ { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -4630,7 +4630,7 @@ } }, { - "id": 11694, + "id": 11761, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4647,7 +4647,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -4667,7 +4667,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11750, + "target": 11817, "name": "SalesChannelDTO", "package": "@medusajs/types" } @@ -4686,14 +4686,14 @@ ] }, { - "id": 11695, + "id": 11762, "name": "softDeleteSalesChannels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11696, + "id": 11763, "name": "softDeleteSalesChannels", "variant": "signature", "kind": 4096, @@ -4736,7 +4736,7 @@ }, "typeParameters": [ { - "id": 11697, + "id": 11764, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -4753,7 +4753,7 @@ ], "parameters": [ { - "id": 11698, + "id": 11765, "name": "salesChannelIds", "variant": "param", "kind": 32768, @@ -4775,7 +4775,7 @@ } }, { - "id": 11699, + "id": 11766, "name": "config", "variant": "param", "kind": 32768, @@ -4792,11 +4792,11 @@ }, "type": { "type": "reference", - "target": 11788, + "target": 11855, "typeArguments": [ { "type": "reference", - "target": 11697, + "target": 11764, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -4807,7 +4807,7 @@ } }, { - "id": 11700, + "id": 11767, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4824,7 +4824,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -4876,14 +4876,14 @@ ] }, { - "id": 11701, + "id": 11768, "name": "restoreSalesChannels", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11702, + "id": 11769, "name": "restoreSalesChannels", "variant": "signature", "kind": 4096, @@ -4926,7 +4926,7 @@ }, "typeParameters": [ { - "id": 11703, + "id": 11770, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -4943,7 +4943,7 @@ ], "parameters": [ { - "id": 11704, + "id": 11771, "name": "salesChannelIds", "variant": "param", "kind": 32768, @@ -4965,7 +4965,7 @@ } }, { - "id": 11705, + "id": 11772, "name": "config", "variant": "param", "kind": 32768, @@ -4990,11 +4990,11 @@ }, "type": { "type": "reference", - "target": 11791, + "target": 11858, "typeArguments": [ { "type": "reference", - "target": 11703, + "target": 11770, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -5005,7 +5005,7 @@ } }, { - "id": 11706, + "id": 11773, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5022,7 +5022,7 @@ }, "type": { "type": "reference", - "target": 11738, + "target": 11805, "name": "Context", "package": "@medusajs/types" } @@ -5078,36 +5078,36 @@ { "title": "Methods", "children": [ - 11650, - 11657, - 11666, - 11673, - 11680, - 11685, - 11690, - 11695, - 11701 + 11717, + 11724, + 11733, + 11740, + 11747, + 11752, + 11757, + 11762, + 11768 ] } ], "extendedTypes": [ { "type": "reference", - "target": 11720, + "target": 11787, "name": "IModuleService", "package": "@medusajs/types" } ] }, { - "id": 11868, + "id": 11935, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 11869, + "id": 11936, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -5123,7 +5123,7 @@ } }, { - "id": 11870, + "id": 11937, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -5133,21 +5133,21 @@ "type": { "type": "reflection", "declaration": { - "id": 11871, + "id": 11938, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 11872, + "id": 11939, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 11873, + "id": 11940, "name": "key", "variant": "param", "kind": 32768, @@ -5188,35 +5188,35 @@ { "title": "Properties", "children": [ - 11869, - 11870 + 11936, + 11937 ] } ] }, { - "id": 11818, + "id": 11885, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 11819, + "id": 11886, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11820, + "id": 11887, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 11821, + "id": 11888, "name": "msg", "variant": "param", "kind": 32768, @@ -5226,7 +5226,7 @@ "types": [ { "type": "reference", - "target": 11864, + "target": 11931, "name": "Message", "package": "@medusajs/types" }, @@ -5234,7 +5234,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11864, + "target": 11931, "name": "Message", "package": "@medusajs/types" } @@ -5251,21 +5251,21 @@ ] }, { - "id": 11822, + "id": 11889, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11823, + "id": 11890, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 11824, + "id": 11891, "name": "format", "variant": "param", "kind": 32768, @@ -5274,7 +5274,7 @@ }, "type": { "type": "reference", - "target": 11868, + "target": 11935, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -5295,7 +5295,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 11864, + "target": 11931, "name": "Message", "package": "@medusajs/types" } @@ -5308,14 +5308,14 @@ ] }, { - "id": 11825, + "id": 11892, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11826, + "id": 11893, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -5328,21 +5328,21 @@ ] }, { - "id": 11827, + "id": 11894, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11828, + "id": 11895, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 11829, + "id": 11896, "name": "T", "variant": "typeParam", "kind": 131072, @@ -5351,7 +5351,7 @@ ], "parameters": [ { - "id": 11830, + "id": 11897, "name": "messageData", "variant": "param", "kind": 32768, @@ -5361,11 +5361,11 @@ "types": [ { "type": "reference", - "target": 11874, + "target": 11941, "typeArguments": [ { "type": "reference", - "target": 11829, + "target": 11896, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -5378,11 +5378,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 11874, + "target": 11941, "typeArguments": [ { "type": "reference", - "target": 11829, + "target": 11896, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -5396,7 +5396,7 @@ } }, { - "id": 11831, + "id": 11898, "name": "options", "variant": "param", "kind": 32768, @@ -5436,16 +5436,16 @@ { "title": "Methods", "children": [ - 11819, - 11822, - 11825, - 11827 + 11886, + 11889, + 11892, + 11894 ] } ] }, { - "id": 11738, + "id": 11805, "name": "Context", "variant": "declaration", "kind": 256, @@ -5460,7 +5460,7 @@ }, "children": [ { - "id": 11739, + "id": 11806, "name": "__type", "variant": "declaration", "kind": 1024, @@ -5473,7 +5473,7 @@ } }, { - "id": 11740, + "id": 11807, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -5506,14 +5506,14 @@ }, "type": { "type": "reference", - "target": 11749, + "target": 11816, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 11741, + "id": 11808, "name": "manager", "variant": "declaration", "kind": 1024, @@ -5546,14 +5546,14 @@ }, "type": { "type": "reference", - "target": 11749, + "target": 11816, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 11742, + "id": 11809, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -5606,7 +5606,7 @@ } }, { - "id": 11743, + "id": 11810, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -5627,7 +5627,7 @@ } }, { - "id": 11744, + "id": 11811, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -5648,7 +5648,7 @@ } }, { - "id": 11745, + "id": 11812, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -5669,7 +5669,7 @@ } }, { - "id": 11746, + "id": 11813, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -5686,13 +5686,13 @@ }, "type": { "type": "reference", - "target": 11818, + "target": 11885, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 11747, + "id": 11814, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -5713,7 +5713,7 @@ } }, { - "id": 11748, + "id": 11815, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -5738,22 +5738,22 @@ { "title": "Properties", "children": [ - 11739, - 11740, - 11741, - 11742, - 11743, - 11744, - 11745, - 11746, - 11747, - 11748 + 11806, + 11807, + 11808, + 11809, + 11810, + 11811, + 11812, + 11813, + 11814, + 11815 ] } ], "typeParameters": [ { - "id": 11749, + "id": 11816, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -5770,955 +5770,955 @@ { "title": "Interfaces", "children": [ - 11775, - 11837, - 11788, - 11791, - 11884, - 11841, - 11720, - 11832, - 11750, - 11762, - 11734, - 11757, - 11769, - 11649, - 11868, - 11818, - 11738 + 11842, + 11904, + 11855, + 11858, + 11951, + 11908, + 11787, + 11899, + 11817, + 11829, + 11801, + 11824, + 11836, + 11716, + 11935, + 11885, + 11805 ] }, { "title": "Type Aliases", "children": [ - 11836, - 11902, - 11896, - 11864, - 11874, - 11887, - 11858, - 11794, - 11855 + 11903, + 11969, + 11963, + 11931, + 11941, + 11954, + 11925, + 11861, + 11922 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "11648": { + "11715": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "" }, - "11649": { + "11716": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService" }, - "11650": { + "11717": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.createSalesChannels" }, - "11651": { + "11718": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.createSalesChannels" }, - "11652": { + "11719": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "data" }, - "11653": { + "11720": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11654": { + "11721": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.createSalesChannels" }, - "11655": { + "11722": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "data" }, - "11656": { + "11723": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11657": { + "11724": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.updateSalesChannels" }, - "11658": { + "11725": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.updateSalesChannels" }, - "11659": { + "11726": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "channelId" }, - "11660": { + "11727": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "data" }, - "11661": { + "11728": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11662": { + "11729": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.updateSalesChannels" }, - "11663": { + "11730": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "selector" }, - "11664": { + "11731": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "data" }, - "11665": { + "11732": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11666": { + "11733": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.upsertSalesChannels" }, - "11667": { + "11734": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.upsertSalesChannels" }, - "11668": { + "11735": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "data" }, - "11669": { + "11736": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11670": { + "11737": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.upsertSalesChannels" }, - "11671": { + "11738": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "data" }, - "11672": { + "11739": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11673": { + "11740": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.deleteSalesChannels" }, - "11674": { + "11741": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.deleteSalesChannels" }, - "11675": { + "11742": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ids" }, - "11676": { + "11743": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11677": { + "11744": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.deleteSalesChannels" }, - "11678": { + "11745": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "id" }, - "11679": { + "11746": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11680": { + "11747": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.retrieveSalesChannel" }, - "11681": { + "11748": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.retrieveSalesChannel" }, - "11682": { + "11749": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "id" }, - "11683": { + "11750": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "config" }, - "11684": { + "11751": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11685": { + "11752": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.listSalesChannels" }, - "11686": { + "11753": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.listSalesChannels" }, - "11687": { + "11754": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "filters" }, - "11688": { + "11755": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "config" }, - "11689": { + "11756": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11690": { + "11757": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.listAndCountSalesChannels" }, - "11691": { + "11758": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.listAndCountSalesChannels" }, - "11692": { + "11759": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "filters" }, - "11693": { + "11760": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "config" }, - "11694": { + "11761": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11695": { + "11762": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.softDeleteSalesChannels" }, - "11696": { + "11763": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.softDeleteSalesChannels" }, - "11697": { + "11764": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "11698": { + "11765": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "salesChannelIds" }, - "11699": { + "11766": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "config" }, - "11700": { + "11767": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11701": { + "11768": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.restoreSalesChannels" }, - "11702": { + "11769": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "ISalesChannelModuleService.restoreSalesChannels" }, - "11703": { + "11770": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "11704": { + "11771": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "salesChannelIds" }, - "11705": { + "11772": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "config" }, - "11706": { + "11773": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/service.ts", "qualifiedName": "sharedContext" }, - "11720": { + "11787": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "11734": { + "11801": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "CreateSalesChannelDTO" }, - "11735": { + "11802": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "CreateSalesChannelDTO.name" }, - "11736": { + "11803": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "CreateSalesChannelDTO.description" }, - "11737": { + "11804": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "CreateSalesChannelDTO.is_disabled" }, - "11738": { + "11805": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "11739": { + "11806": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "11740": { + "11807": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "11741": { + "11808": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "11742": { + "11809": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "11743": { + "11810": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "11744": { + "11811": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "11745": { + "11812": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "11746": { + "11813": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "11747": { + "11814": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "11748": { + "11815": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "11749": { + "11816": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "11750": { + "11817": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "SalesChannelDTO" }, - "11751": { + "11818": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "SalesChannelDTO.id" }, - "11752": { + "11819": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "SalesChannelDTO.name" }, - "11753": { + "11820": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "SalesChannelDTO.description" }, - "11754": { + "11821": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "SalesChannelDTO.is_disabled" }, - "11755": { + "11822": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "SalesChannelDTO.metadata" }, - "11756": { + "11823": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "SalesChannelDTO.locations" }, - "11757": { + "11824": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "UpdateSalesChannelDTO" }, - "11758": { + "11825": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "UpdateSalesChannelDTO.name" }, - "11759": { + "11826": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "UpdateSalesChannelDTO.description" }, - "11760": { + "11827": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "UpdateSalesChannelDTO.is_disabled" }, - "11761": { + "11828": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "UpdateSalesChannelDTO.metadata" }, - "11762": { + "11829": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "FilterableSalesChannelProps" }, - "11763": { + "11830": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "FilterableSalesChannelProps.q" }, - "11764": { + "11831": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "FilterableSalesChannelProps.id" }, - "11765": { + "11832": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "FilterableSalesChannelProps.name" }, - "11766": { + "11833": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", "qualifiedName": "FilterableSalesChannelProps.is_disabled" }, - "11767": { + "11834": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "11768": { + "11835": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "11769": { + "11836": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "UpsertSalesChannelDTO" }, - "11770": { + "11837": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "UpsertSalesChannelDTO.id" }, - "11771": { + "11838": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "UpsertSalesChannelDTO.name" }, - "11772": { + "11839": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "UpsertSalesChannelDTO.description" }, - "11773": { + "11840": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "UpsertSalesChannelDTO.is_disabled" }, - "11774": { + "11841": { "sourceFileName": "../../../../packages/core/types/src/sales-channel/mutations.ts", "qualifiedName": "UpsertSalesChannelDTO.metadata" }, - "11775": { + "11842": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "11776": { + "11843": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "11777": { + "11844": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "11778": { + "11845": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "11779": { + "11846": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "11780": { + "11847": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "11781": { + "11848": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "11782": { + "11849": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "11784": { + "11851": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "11785": { + "11852": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "11786": { + "11853": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "11787": { + "11854": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "11788": { + "11855": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "SoftDeleteReturn" }, - "11789": { + "11856": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "11790": { + "11857": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "11791": { + "11858": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "RestoreReturn" }, - "11792": { + "11859": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "11793": { + "11860": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "11794": { + "11861": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "ModuleJoinerConfig" }, - "11795": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "11796": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.schema" - }, - "11797": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationships" - }, - "11798": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extends" - }, - "11799": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "11800": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "11801": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.fieldAlias" - }, - "11802": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "11803": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" - }, - "11804": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "11805": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" - }, - "11806": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" - }, - "11807": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "11808": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" - }, - "11809": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" - }, - "11810": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" - }, - "11811": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" - }, - "11812": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" - }, - "11813": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" - }, - "11814": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "11815": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" - }, - "11816": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" - }, - "11817": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" - }, - "11818": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator" - }, - "11819": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "11820": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "11821": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "msg" - }, - "11822": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "11823": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "11824": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "format" - }, - "11825": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "11826": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "11827": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "11828": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "11829": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "T" - }, - "11830": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "messageData" - }, - "11831": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "options" - }, - "11832": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "SalesChannelLocationDTO" - }, - "11833": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "SalesChannelLocationDTO.sales_channel_id" - }, - "11834": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "SalesChannelLocationDTO.location_id" - }, - "11835": { - "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", - "qualifiedName": "SalesChannelLocationDTO.sales_channel" - }, - "11836": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "MetadataType" - }, - "11837": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable" - }, - "11838": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "11839": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "11840": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.T" - }, - "11841": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig" - }, - "11842": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.serviceName" - }, - "11843": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.alias" - }, - "11844": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.fieldAlias" - }, - "11845": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "11846": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.path" - }, - "11847": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "11848": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.primaryKeys" - }, - "11849": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.relationships" - }, - "11850": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.extends" - }, - "11851": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "11852": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" - }, - "11853": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.relationship" - }, - "11854": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.args" - }, - "11855": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerRelationship" - }, - "11856": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "11857": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.deleteCascade" - }, - "11858": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModulesExtraFields" - }, - "11859": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "11860": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" - }, - "11861": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultValue" - }, "11862": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.nullable" + "qualifiedName": "__type" }, "11863": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type.schema" }, "11864": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Message" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationships" }, "11865": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extends" }, "11866": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "11867": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" }, "11868": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.fieldAlias" }, "11869": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.groupBy" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "11870": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.sortBy" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.path" }, "11871": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" }, "11872": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isList" + }, + "11873": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationship" }, "11874": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" }, "11875": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.primaryKeys" }, "11876": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isLink" }, "11877": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.linkableKeys" }, "11878": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isReadOnlyLink" }, "11879": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraDataFields" }, "11880": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.databaseConfig" }, "11881": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "11882": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.tableName" }, "11883": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.idPrefix" }, "11884": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraFields" }, "11885": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator" }, "11886": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "11887": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "11888": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "msg" + }, + "11889": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" + }, + "11890": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" + }, + "11891": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "format" + }, + "11892": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" + }, + "11893": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" + }, + "11894": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" + }, + "11895": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" + }, + "11896": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "T" + }, + "11897": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "messageData" + }, + "11898": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "options" + }, + "11899": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "SalesChannelLocationDTO" + }, + "11900": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "SalesChannelLocationDTO.sales_channel_id" + }, + "11901": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "SalesChannelLocationDTO.location_id" + }, + "11902": { + "sourceFileName": "../../../../packages/core/types/src/sales-channel/common.ts", + "qualifiedName": "SalesChannelLocationDTO.sales_channel" + }, + "11903": { + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "MetadataType" + }, + "11904": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable" + }, + "11905": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "11906": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "11907": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.T" + }, + "11908": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig" + }, + "11909": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.serviceName" + }, + "11910": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.alias" + }, + "11911": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.fieldAlias" + }, + "11912": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type" }, - "11889": { + "11913": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" + "qualifiedName": "__type.path" }, - "11890": { + "11914": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" + "qualifiedName": "__type.forwardArgumentsOnPath" }, - "11891": { + "11915": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" + "qualifiedName": "JoinerServiceConfig.primaryKeys" }, - "11892": { + "11916": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.relationships" + }, + "11917": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.extends" + }, + "11918": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "11919": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.serviceName" }, - "11893": { + "11920": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" + "qualifiedName": "__type.relationship" }, - "11894": { + "11921": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" + "qualifiedName": "JoinerServiceConfig.args" }, - "11895": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" + "11922": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerRelationship" }, - "11896": { + "11923": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11924": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.deleteCascade" + }, + "11925": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "LinkModulesExtraFields" + }, + "11926": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "11927": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.type" + }, + "11928": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.defaultValue" + }, + "11929": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.nullable" + }, + "11930": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.options" + }, + "11931": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" + "qualifiedName": "Message" }, - "11897": { + "11932": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "11898": { + "11933": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.options" }, - "11899": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" - }, - "11900": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "11901": { + "11934": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "TData" }, - "11902": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "EventMetadata" + "11935": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat" }, - "11903": { + "11936": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.groupBy" + }, + "11937": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.sortBy" + }, + "11938": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type" + }, + "11939": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type.__index" + }, + "11941": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "RawMessageFormat" + }, + "11942": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "11904": { + "11943": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventName" + }, + "11944": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "11945": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" + }, + "11946": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" + }, + "11947": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "11948": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" + }, + "11949": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "11950": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "11951": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "11952": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "11953": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "11954": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerRelationship" + }, + "11955": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "11956": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.alias" + }, + "11957": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.foreignKey" + }, + "11958": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "11959": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "11960": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "11961": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "11962": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "11963": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" + }, + "11964": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "11965": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" + }, + "11966": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" + }, + "11967": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "11968": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "11969": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "EventMetadata" + }, + "11970": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "11971": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.eventGroupId" } @@ -6728,7 +6728,7 @@ "1": "../../../../packages/core/types/src/sales-channel/service.ts" }, "reflections": { - "1": 11648 + "1": 11715 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/stock-location-next-models.json b/www/utils/generated/typedoc-json-output/stock-location-next-models.json index c8640165ce..0714c0c9da 100644 --- a/www/utils/generated/typedoc-json-output/stock-location-next-models.json +++ b/www/utils/generated/typedoc-json-output/stock-location-next-models.json @@ -1,5 +1,5 @@ { - "id": 12406, + "id": 12473, "name": "stock-location-next-models", "variant": "project", "kind": 1, @@ -18,28 +18,28 @@ }, "children": [ { - "id": 12422, + "id": 12489, "name": "StockLocationAddress", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 12423, + "id": 12490, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 12424, + "id": 12491, "name": "new StockLocationAddress", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 12422, + "target": 12489, "name": "StockLocationAddress", "package": "@medusajs/stock-location-next" } @@ -47,7 +47,7 @@ ] }, { - "id": 12425, + "id": 12492, "name": "id", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ } }, { - "id": 12426, + "id": 12493, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -74,7 +74,7 @@ } }, { - "id": 12427, + "id": 12494, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -90,7 +90,7 @@ } }, { - "id": 12428, + "id": 12495, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -116,7 +116,7 @@ "defaultValue": "null" }, { - "id": 12429, + "id": 12496, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -127,7 +127,7 @@ } }, { - "id": 12430, + "id": 12497, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -147,7 +147,7 @@ } }, { - "id": 12431, + "id": 12498, "name": "company", "variant": "declaration", "kind": 1024, @@ -167,7 +167,7 @@ } }, { - "id": 12432, + "id": 12499, "name": "city", "variant": "declaration", "kind": 1024, @@ -187,7 +187,7 @@ } }, { - "id": 12433, + "id": 12500, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -198,7 +198,7 @@ } }, { - "id": 12434, + "id": 12501, "name": "phone", "variant": "declaration", "kind": 1024, @@ -218,7 +218,7 @@ } }, { - "id": 12435, + "id": 12502, "name": "province", "variant": "declaration", "kind": 1024, @@ -238,7 +238,7 @@ } }, { - "id": 12436, + "id": 12503, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -258,7 +258,7 @@ } }, { - "id": 12437, + "id": 12504, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -297,52 +297,52 @@ { "title": "Constructors", "children": [ - 12423 + 12490 ] }, { "title": "Properties", "children": [ - 12425, - 12426, - 12427, - 12428, - 12429, - 12430, - 12431, - 12432, - 12433, - 12434, - 12435, - 12436, - 12437 + 12492, + 12493, + 12494, + 12495, + 12496, + 12497, + 12498, + 12499, + 12500, + 12501, + 12502, + 12503, + 12504 ] } ] }, { - "id": 12407, + "id": 12474, "name": "StockLocation", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 12408, + "id": 12475, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 12409, + "id": 12476, "name": "new StockLocation", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 12407, + "target": 12474, "name": "StockLocation", "package": "@medusajs/stock-location-next" } @@ -350,7 +350,7 @@ ] }, { - "id": 12410, + "id": 12477, "name": "id", "variant": "declaration", "kind": 1024, @@ -361,7 +361,7 @@ } }, { - "id": 12411, + "id": 12478, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -377,7 +377,7 @@ } }, { - "id": 12412, + "id": 12479, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -393,7 +393,7 @@ } }, { - "id": 12413, + "id": 12480, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -419,7 +419,7 @@ "defaultValue": "null" }, { - "id": 12414, + "id": 12481, "name": "name", "variant": "declaration", "kind": 1024, @@ -430,7 +430,7 @@ } }, { - "id": 12415, + "id": 12482, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -450,7 +450,7 @@ } }, { - "id": 12416, + "id": 12483, "name": "address", "variant": "declaration", "kind": 1024, @@ -464,7 +464,7 @@ }, { "type": "reference", - "target": 12422, + "target": 12489, "name": "StockLocationAddress", "package": "@medusajs/stock-location-next" } @@ -472,7 +472,7 @@ } }, { - "id": 12417, + "id": 12484, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -511,20 +511,20 @@ { "title": "Constructors", "children": [ - 12408 + 12475 ] }, { "title": "Properties", "children": [ - 12410, - 12411, - 12412, - 12413, - 12414, - 12415, - 12416, - 12417 + 12477, + 12478, + 12479, + 12480, + 12481, + 12482, + 12483, + 12484 ] } ] @@ -534,106 +534,106 @@ { "title": "Classes", "children": [ - 12422, - 12407 + 12489, + 12474 ] } ], "packageName": "@medusajs/stock-location-next", "symbolIdMap": { - "12406": { + "12473": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/index.ts", "qualifiedName": "" }, - "12407": { + "12474": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts", "qualifiedName": "StockLocation" }, - "12410": { + "12477": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts", "qualifiedName": "StockLocation.id" }, - "12411": { + "12478": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts", "qualifiedName": "StockLocation.created_at" }, - "12412": { + "12479": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts", "qualifiedName": "StockLocation.updated_at" }, - "12413": { + "12480": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts", "qualifiedName": "StockLocation.deleted_at" }, - "12414": { + "12481": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts", "qualifiedName": "StockLocation.name" }, - "12415": { + "12482": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts", "qualifiedName": "StockLocation.address_id" }, - "12416": { + "12483": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts", "qualifiedName": "StockLocation.address" }, - "12417": { + "12484": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts", "qualifiedName": "StockLocation.metadata" }, - "12422": { + "12489": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress" }, - "12425": { + "12492": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.id" }, - "12426": { + "12493": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.created_at" }, - "12427": { + "12494": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.updated_at" }, - "12428": { + "12495": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.deleted_at" }, - "12429": { + "12496": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.address_1" }, - "12430": { + "12497": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.address_2" }, - "12431": { + "12498": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.company" }, - "12432": { + "12499": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.city" }, - "12433": { + "12500": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.country_code" }, - "12434": { + "12501": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.phone" }, - "12435": { + "12502": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.province" }, - "12436": { + "12503": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.postal_code" }, - "12437": { + "12504": { "sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts", "qualifiedName": "StockLocationAddress.metadata" } @@ -643,7 +643,7 @@ "1": "../../../../packages/modules/stock-location-next/src/models/index.ts" }, "reflections": { - "1": 12406 + "1": 12473 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/stock-location-next.json b/www/utils/generated/typedoc-json-output/stock-location-next.json index a7665ef996..ceb55d22db 100644 --- a/www/utils/generated/typedoc-json-output/stock-location-next.json +++ b/www/utils/generated/typedoc-json-output/stock-location-next.json @@ -1,12 +1,12 @@ { - "id": 11922, + "id": 11989, "name": "stock-location-next", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 12011, + "id": 12078, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -29,7 +29,7 @@ }, "children": [ { - "id": 12012, + "id": 12079, "name": "select", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 12023, + "target": 12090, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -70,7 +70,7 @@ } }, { - "id": 12013, + "id": 12080, "name": "skip", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 12014, + "id": 12081, "name": "take", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 12015, + "id": 12082, "name": "relations", "variant": "declaration", "kind": 1024, @@ -154,7 +154,7 @@ } }, { - "id": 12016, + "id": 12083, "name": "order", "variant": "declaration", "kind": 1024, @@ -188,21 +188,21 @@ "type": { "type": "reflection", "declaration": { - "id": 12017, + "id": 12084, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 12018, + "id": 12085, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 12019, + "id": 12086, "name": "K", "variant": "param", "kind": 32768, @@ -232,7 +232,7 @@ } }, { - "id": 12020, + "id": 12087, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -261,7 +261,7 @@ } }, { - "id": 12021, + "id": 12088, "name": "filters", "variant": "declaration", "kind": 1024, @@ -297,7 +297,7 @@ } }, { - "id": 12022, + "id": 12089, "name": "options", "variant": "declaration", "kind": 1024, @@ -337,20 +337,20 @@ { "title": "Properties", "children": [ - 12012, - 12013, - 12014, - 12015, - 12016, - 12020, - 12021, - 12022 + 12079, + 12080, + 12081, + 12082, + 12083, + 12087, + 12088, + 12089 ] } ], "typeParameters": [ { - "id": 12023, + "id": 12090, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -359,7 +359,7 @@ ] }, { - "id": 12169, + "id": 12236, "name": "MetadataType", "variant": "declaration", "kind": 2097152, @@ -394,7 +394,7 @@ } }, { - "id": 12095, + "id": 12162, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -409,7 +409,7 @@ }, "children": [ { - "id": 12096, + "id": 12163, "name": "$and", "variant": "declaration", "kind": 1024, @@ -431,11 +431,11 @@ "types": [ { "type": "reference", - "target": 12095, + "target": 12162, "typeArguments": [ { "type": "reference", - "target": 12098, + "target": 12165, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -447,7 +447,7 @@ }, { "type": "reference", - "target": 12098, + "target": 12165, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -458,7 +458,7 @@ } }, { - "id": 12097, + "id": 12164, "name": "$or", "variant": "declaration", "kind": 1024, @@ -480,11 +480,11 @@ "types": [ { "type": "reference", - "target": 12095, + "target": 12162, "typeArguments": [ { "type": "reference", - "target": 12098, + "target": 12165, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -496,7 +496,7 @@ }, { "type": "reference", - "target": 12098, + "target": 12165, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -511,14 +511,14 @@ { "title": "Properties", "children": [ - 12096, - 12097 + 12163, + 12164 ] } ], "typeParameters": [ { - "id": 12098, + "id": 12165, "name": "T", "variant": "typeParam", "kind": 131072, @@ -528,13 +528,13 @@ "extendedBy": [ { "type": "reference", - "target": 12005, + "target": 12072, "name": "FilterableStockLocationProps" } ] }, { - "id": 12065, + "id": 12132, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -549,7 +549,7 @@ }, "children": [ { - "id": 12066, + "id": 12133, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -568,7 +568,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12067, + "target": 12134, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -580,13 +580,13 @@ { "title": "Properties", "children": [ - 12066 + 12133 ] } ], "typeParameters": [ { - "id": 12067, + "id": 12134, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -599,7 +599,7 @@ ] }, { - "id": 12068, + "id": 12135, "name": "RestoreReturn", "variant": "declaration", "kind": 256, @@ -614,7 +614,7 @@ }, "children": [ { - "id": 12069, + "id": 12136, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -633,7 +633,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12070, + "target": 12137, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -645,13 +645,13 @@ { "title": "Properties", "children": [ - 12069 + 12136 ] } ], "typeParameters": [ { - "id": 12070, + "id": 12137, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -664,14 +664,14 @@ ] }, { - "id": 12193, + "id": 12260, "name": "Query", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12194, + "id": 12261, "name": "T", "variant": "typeParam", "kind": 131072, @@ -682,7 +682,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 12194, + "target": 12261, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -695,14 +695,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 12194, + "target": 12261, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 12240, + "target": 12307, "name": "Scalar", "package": "@medusajs/types" }, @@ -712,11 +712,11 @@ }, "falseType": { "type": "reference", - "target": 12244, + "target": 12311, "typeArguments": [ { "type": "reference", - "target": 12194, + "target": 12261, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -728,11 +728,11 @@ }, "falseType": { "type": "reference", - "target": 12250, + "target": 12317, "typeArguments": [ { "type": "reference", - "target": 12194, + "target": 12261, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -744,14 +744,14 @@ } }, { - "id": 12195, + "id": 12262, "name": "ExpandScalar", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12196, + "id": 12263, "name": "T", "variant": "typeParam", "kind": 131072, @@ -769,7 +769,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 12196, + "target": 12263, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -800,7 +800,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 12196, + "target": 12263, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -834,7 +834,7 @@ }, "falseType": { "type": "reference", - "target": 12196, + "target": 12263, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -845,7 +845,7 @@ } }, { - "id": 12240, + "id": 12307, "name": "Scalar", "variant": "declaration", "kind": 2097152, @@ -904,21 +904,21 @@ { "type": "reflection", "declaration": { - "id": 12241, + "id": 12308, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12242, + "id": 12309, "name": "toHexString", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12243, + "id": 12310, "name": "toHexString", "variant": "signature", "kind": 4096, @@ -935,7 +935,7 @@ { "title": "Methods", "children": [ - 12242 + 12309 ] } ] @@ -945,14 +945,14 @@ } }, { - "id": 12404, + "id": 12471, "name": "ReadonlyPrimary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12405, + "id": 12472, "name": "T", "variant": "typeParam", "kind": 131072, @@ -963,7 +963,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 12405, + "target": 12472, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -984,7 +984,7 @@ "typeArguments": [ { "type": "reference", - "target": 12405, + "target": 12472, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -995,7 +995,7 @@ }, "falseType": { "type": "reference", - "target": 12405, + "target": 12472, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1003,14 +1003,14 @@ } }, { - "id": 12354, + "id": 12421, "name": "Primary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12363, + "id": 12430, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1021,7 +1021,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 12363, + "target": 12430, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1029,14 +1029,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 12355, + "id": 12422, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12356, + "id": 12423, "name": "[PrimaryKeyType]", "variant": "declaration", "kind": 1024, @@ -1053,7 +1053,7 @@ { "title": "Properties", "children": [ - 12356 + 12423 ] } ] @@ -1061,7 +1061,7 @@ }, "trueType": { "type": "reference", - "target": 12404, + "target": 12471, "typeArguments": [ { "type": "reference", @@ -1081,7 +1081,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 12363, + "target": 12430, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1089,14 +1089,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 12357, + "id": 12424, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12358, + "id": 12425, "name": "_id", "variant": "declaration", "kind": 1024, @@ -1113,7 +1113,7 @@ { "title": "Properties", "children": [ - 12358 + 12425 ] } ] @@ -1124,7 +1124,7 @@ "types": [ { "type": "reference", - "target": 12404, + "target": 12471, "typeArguments": [ { "type": "reference", @@ -1150,7 +1150,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 12363, + "target": 12430, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1158,14 +1158,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 12359, + "id": 12426, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12360, + "id": 12427, "name": "uuid", "variant": "declaration", "kind": 1024, @@ -1182,7 +1182,7 @@ { "title": "Properties", "children": [ - 12360 + 12427 ] } ] @@ -1190,7 +1190,7 @@ }, "trueType": { "type": "reference", - "target": 12404, + "target": 12471, "typeArguments": [ { "type": "reference", @@ -1210,7 +1210,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 12363, + "target": 12430, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1218,14 +1218,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 12361, + "id": 12428, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12362, + "id": 12429, "name": "id", "variant": "declaration", "kind": 1024, @@ -1242,7 +1242,7 @@ { "title": "Properties", "children": [ - 12362 + 12429 ] } ] @@ -1250,7 +1250,7 @@ }, "trueType": { "type": "reference", - "target": 12404, + "target": 12471, "typeArguments": [ { "type": "reference", @@ -1276,14 +1276,14 @@ } }, { - "id": 12099, + "id": 12166, "name": "OperatorMap", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12120, + "id": 12187, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1293,14 +1293,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12100, + "id": 12167, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12101, + "id": 12168, "name": "$and", "variant": "declaration", "kind": 1024, @@ -1311,11 +1311,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 12193, + "target": 12260, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1327,7 +1327,7 @@ } }, { - "id": 12102, + "id": 12169, "name": "$or", "variant": "declaration", "kind": 1024, @@ -1338,11 +1338,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 12193, + "target": 12260, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1354,7 +1354,7 @@ } }, { - "id": 12103, + "id": 12170, "name": "$eq", "variant": "declaration", "kind": 1024, @@ -1366,11 +1366,11 @@ "types": [ { "type": "reference", - "target": 12195, + "target": 12262, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1383,11 +1383,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 12195, + "target": 12262, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1401,7 +1401,7 @@ } }, { - "id": 12104, + "id": 12171, "name": "$ne", "variant": "declaration", "kind": 1024, @@ -1410,11 +1410,11 @@ }, "type": { "type": "reference", - "target": 12195, + "target": 12262, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1425,7 +1425,7 @@ } }, { - "id": 12105, + "id": 12172, "name": "$in", "variant": "declaration", "kind": 1024, @@ -1436,11 +1436,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 12195, + "target": 12262, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1452,7 +1452,7 @@ } }, { - "id": 12106, + "id": 12173, "name": "$nin", "variant": "declaration", "kind": 1024, @@ -1463,11 +1463,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 12195, + "target": 12262, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1479,7 +1479,7 @@ } }, { - "id": 12107, + "id": 12174, "name": "$not", "variant": "declaration", "kind": 1024, @@ -1488,11 +1488,11 @@ }, "type": { "type": "reference", - "target": 12193, + "target": 12260, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1503,7 +1503,7 @@ } }, { - "id": 12108, + "id": 12175, "name": "$gt", "variant": "declaration", "kind": 1024, @@ -1512,11 +1512,11 @@ }, "type": { "type": "reference", - "target": 12195, + "target": 12262, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1527,7 +1527,7 @@ } }, { - "id": 12109, + "id": 12176, "name": "$gte", "variant": "declaration", "kind": 1024, @@ -1536,11 +1536,11 @@ }, "type": { "type": "reference", - "target": 12195, + "target": 12262, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1551,7 +1551,7 @@ } }, { - "id": 12110, + "id": 12177, "name": "$lt", "variant": "declaration", "kind": 1024, @@ -1560,11 +1560,11 @@ }, "type": { "type": "reference", - "target": 12195, + "target": 12262, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1575,7 +1575,7 @@ } }, { - "id": 12111, + "id": 12178, "name": "$lte", "variant": "declaration", "kind": 1024, @@ -1584,11 +1584,11 @@ }, "type": { "type": "reference", - "target": 12195, + "target": 12262, "typeArguments": [ { "type": "reference", - "target": 12120, + "target": 12187, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1599,7 +1599,7 @@ } }, { - "id": 12112, + "id": 12179, "name": "$like", "variant": "declaration", "kind": 1024, @@ -1612,7 +1612,7 @@ } }, { - "id": 12113, + "id": 12180, "name": "$re", "variant": "declaration", "kind": 1024, @@ -1625,7 +1625,7 @@ } }, { - "id": 12114, + "id": 12181, "name": "$ilike", "variant": "declaration", "kind": 1024, @@ -1638,7 +1638,7 @@ } }, { - "id": 12115, + "id": 12182, "name": "$fulltext", "variant": "declaration", "kind": 1024, @@ -1651,7 +1651,7 @@ } }, { - "id": 12116, + "id": 12183, "name": "$overlap", "variant": "declaration", "kind": 1024, @@ -1667,7 +1667,7 @@ } }, { - "id": 12117, + "id": 12184, "name": "$contains", "variant": "declaration", "kind": 1024, @@ -1683,7 +1683,7 @@ } }, { - "id": 12118, + "id": 12185, "name": "$contained", "variant": "declaration", "kind": 1024, @@ -1699,7 +1699,7 @@ } }, { - "id": 12119, + "id": 12186, "name": "$exists", "variant": "declaration", "kind": 1024, @@ -1716,25 +1716,25 @@ { "title": "Properties", "children": [ - 12101, - 12102, - 12103, - 12104, - 12105, - 12106, - 12107, - 12108, - 12109, - 12110, - 12111, - 12112, - 12113, - 12114, - 12115, - 12116, - 12117, - 12118, - 12119 + 12168, + 12169, + 12170, + 12171, + 12172, + 12173, + 12174, + 12175, + 12176, + 12177, + 12178, + 12179, + 12180, + 12181, + 12182, + 12183, + 12184, + 12185, + 12186 ] } ] @@ -1742,14 +1742,14 @@ } }, { - "id": 12289, + "id": 12356, "name": "FilterValue2", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12290, + "id": 12357, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1761,18 +1761,18 @@ "types": [ { "type": "reference", - "target": 12290, + "target": 12357, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 12195, + "target": 12262, "typeArguments": [ { "type": "reference", - "target": 12290, + "target": 12357, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1783,11 +1783,11 @@ }, { "type": "reference", - "target": 12354, + "target": 12421, "typeArguments": [ { "type": "reference", - "target": 12290, + "target": 12357, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1800,14 +1800,14 @@ } }, { - "id": 12250, + "id": 12317, "name": "FilterValue", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12251, + "id": 12318, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1819,15 +1819,15 @@ "types": [ { "type": "reference", - "target": 12099, + "target": 12166, "typeArguments": [ { "type": "reference", - "target": 12289, + "target": 12356, "typeArguments": [ { "type": "reference", - "target": 12251, + "target": 12318, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1842,11 +1842,11 @@ }, { "type": "reference", - "target": 12289, + "target": 12356, "typeArguments": [ { "type": "reference", - "target": 12251, + "target": 12318, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1859,11 +1859,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 12289, + "target": 12356, "typeArguments": [ { "type": "reference", - "target": 12251, + "target": 12318, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1881,7 +1881,7 @@ } }, { - "id": 12288, + "id": 12355, "name": "PrevLimit", "variant": "declaration", "kind": 2097152, @@ -1909,14 +1909,14 @@ } }, { - "id": 12244, + "id": 12311, "name": "FilterQuery", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12248, + "id": 12315, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1927,7 +1927,7 @@ } }, { - "id": 12249, + "id": 12316, "name": "Prev", "variant": "typeParam", "kind": 131072, @@ -1946,7 +1946,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 12249, + "target": 12316, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1967,7 +1967,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 12248, + "target": 12315, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1989,7 +1989,7 @@ }, "objectType": { "type": "reference", - "target": 12248, + "target": 12315, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2046,7 +2046,7 @@ }, "objectType": { "type": "reference", - "target": 12248, + "target": 12315, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2054,7 +2054,7 @@ }, { "type": "reference", - "target": 12099, + "target": 12166, "typeArguments": [ { "type": "indexedAccess", @@ -2070,7 +2070,7 @@ }, "objectType": { "type": "reference", - "target": 12248, + "target": 12315, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2098,7 +2098,7 @@ }, "objectType": { "type": "reference", - "target": 12248, + "target": 12315, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2123,21 +2123,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 12245, + "id": 12312, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 12246, + "id": 12313, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 12247, + "id": 12314, "name": "x", "variant": "param", "kind": 32768, @@ -2174,7 +2174,7 @@ }, "trueType": { "type": "reference", - "target": 12244, + "target": 12311, "typeArguments": [ { "type": "reference", @@ -2201,14 +2201,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 12249, + "target": 12316, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 12288, + "target": 12355, "name": "PrevLimit", "package": "@medusajs/types" } @@ -2238,7 +2238,7 @@ } }, { - "id": 12351, + "id": 12418, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -2268,14 +2268,14 @@ { "type": "reflection", "declaration": { - "id": 12352, + "id": 12419, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12353, + "id": 12420, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -2292,7 +2292,7 @@ { "title": "Properties", "children": [ - 12353 + 12420 ] } ] @@ -2302,14 +2302,14 @@ } }, { - "id": 12282, + "id": 12349, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12287, + "id": 12354, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2323,14 +2323,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12283, + "id": 12350, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12284, + "id": 12351, "name": "name", "variant": "declaration", "kind": 1024, @@ -2341,7 +2341,7 @@ } }, { - "id": 12285, + "id": 12352, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2350,20 +2350,20 @@ }, "type": { "type": "reference", - "target": 12351, + "target": 12418, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 12286, + "id": 12353, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 12287, + "target": 12354, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2374,9 +2374,9 @@ { "title": "Properties", "children": [ - 12284, - 12285, - 12286 + 12351, + 12352, + 12353 ] } ] @@ -2384,14 +2384,14 @@ } }, { - "id": 12208, + "id": 12275, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12211, + "id": 12278, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2407,11 +2407,11 @@ "types": [ { "type": "reference", - "target": 12282, + "target": 12349, "typeArguments": [ { "type": "reference", - "target": 12211, + "target": 12278, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2423,14 +2423,14 @@ { "type": "reflection", "declaration": { - "id": 12209, + "id": 12276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12210, + "id": 12277, "name": "options", "variant": "declaration", "kind": 1024, @@ -2462,7 +2462,7 @@ { "title": "Properties", "children": [ - 12210 + 12277 ] } ] @@ -2472,14 +2472,14 @@ } }, { - "id": 12218, + "id": 12285, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12227, + "id": 12294, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2493,14 +2493,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12219, + "id": 12286, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12220, + "id": 12287, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -2511,21 +2511,21 @@ } }, { - "id": 12221, + "id": 12288, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 12227, + "target": 12294, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 12222, + "id": 12289, "name": "source", "variant": "declaration", "kind": 1024, @@ -2536,7 +2536,7 @@ } }, { - "id": 12223, + "id": 12290, "name": "object", "variant": "declaration", "kind": 1024, @@ -2547,7 +2547,7 @@ } }, { - "id": 12224, + "id": 12291, "name": "action", "variant": "declaration", "kind": 1024, @@ -2560,7 +2560,7 @@ } }, { - "id": 12225, + "id": 12292, "name": "context", "variant": "declaration", "kind": 1024, @@ -2576,7 +2576,7 @@ "typeArguments": [ { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" }, @@ -2590,7 +2590,7 @@ } }, { - "id": 12226, + "id": 12293, "name": "options", "variant": "declaration", "kind": 1024, @@ -2622,13 +2622,13 @@ { "title": "Properties", "children": [ - 12220, - 12221, - 12222, - 12223, - 12224, - 12225, - 12226 + 12287, + 12288, + 12289, + 12290, + 12291, + 12292, + 12293 ] } ] @@ -2636,7 +2636,7 @@ } }, { - "id": 12364, + "id": 12431, "name": "FulfillmentAddressDTO", "variant": "declaration", "kind": 256, @@ -2651,7 +2651,7 @@ }, "children": [ { - "id": 12365, + "id": 12432, "name": "id", "variant": "declaration", "kind": 1024, @@ -2670,7 +2670,7 @@ } }, { - "id": 12366, + "id": 12433, "name": "fulfillment_id", "variant": "declaration", "kind": 1024, @@ -2698,7 +2698,7 @@ } }, { - "id": 12367, + "id": 12434, "name": "company", "variant": "declaration", "kind": 1024, @@ -2726,7 +2726,7 @@ } }, { - "id": 12368, + "id": 12435, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -2754,7 +2754,7 @@ } }, { - "id": 12369, + "id": 12436, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -2782,7 +2782,7 @@ } }, { - "id": 12370, + "id": 12437, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -2810,7 +2810,7 @@ } }, { - "id": 12371, + "id": 12438, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -2838,7 +2838,7 @@ } }, { - "id": 12372, + "id": 12439, "name": "city", "variant": "declaration", "kind": 1024, @@ -2866,7 +2866,7 @@ } }, { - "id": 12373, + "id": 12440, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -2894,7 +2894,7 @@ } }, { - "id": 12374, + "id": 12441, "name": "province", "variant": "declaration", "kind": 1024, @@ -2922,7 +2922,7 @@ } }, { - "id": 12375, + "id": 12442, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -2950,7 +2950,7 @@ } }, { - "id": 12376, + "id": 12443, "name": "phone", "variant": "declaration", "kind": 1024, @@ -2978,7 +2978,7 @@ } }, { - "id": 12377, + "id": 12444, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3021,7 +3021,7 @@ } }, { - "id": 12378, + "id": 12445, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3045,7 +3045,7 @@ } }, { - "id": 12379, + "id": 12446, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3069,7 +3069,7 @@ } }, { - "id": 12380, + "id": 12447, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3106,28 +3106,28 @@ { "title": "Properties", "children": [ - 12365, - 12366, - 12367, - 12368, - 12369, - 12370, - 12371, - 12372, - 12373, - 12374, - 12375, - 12376, - 12377, - 12378, - 12379, - 12380 + 12432, + 12433, + 12434, + 12435, + 12436, + 12437, + 12438, + 12439, + 12440, + 12441, + 12442, + 12443, + 12444, + 12445, + 12446, + 12447 ] } ] }, { - "id": 12381, + "id": 12448, "name": "FulfillmentItemDTO", "variant": "declaration", "kind": 256, @@ -3142,7 +3142,7 @@ }, "children": [ { - "id": 12382, + "id": 12449, "name": "id", "variant": "declaration", "kind": 1024, @@ -3161,7 +3161,7 @@ } }, { - "id": 12383, + "id": 12450, "name": "title", "variant": "declaration", "kind": 1024, @@ -3180,7 +3180,7 @@ } }, { - "id": 12384, + "id": 12451, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -3199,7 +3199,7 @@ } }, { - "id": 12385, + "id": 12452, "name": "sku", "variant": "declaration", "kind": 1024, @@ -3218,7 +3218,7 @@ } }, { - "id": 12386, + "id": 12453, "name": "barcode", "variant": "declaration", "kind": 1024, @@ -3237,7 +3237,7 @@ } }, { - "id": 12387, + "id": 12454, "name": "line_item_id", "variant": "declaration", "kind": 1024, @@ -3265,7 +3265,7 @@ } }, { - "id": 12388, + "id": 12455, "name": "inventory_item_id", "variant": "declaration", "kind": 1024, @@ -3293,7 +3293,7 @@ } }, { - "id": 12389, + "id": 12456, "name": "fulfillment_id", "variant": "declaration", "kind": 1024, @@ -3312,7 +3312,7 @@ } }, { - "id": 12390, + "id": 12457, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -3327,13 +3327,13 @@ }, "type": { "type": "reference", - "target": 12332, + "target": 12399, "name": "FulfillmentDTO", "package": "@medusajs/types" } }, { - "id": 12391, + "id": 12458, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3357,7 +3357,7 @@ } }, { - "id": 12392, + "id": 12459, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3381,7 +3381,7 @@ } }, { - "id": 12393, + "id": 12460, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3418,24 +3418,24 @@ { "title": "Properties", "children": [ - 12382, - 12383, - 12384, - 12385, - 12386, - 12387, - 12388, - 12389, - 12390, - 12391, - 12392, - 12393 + 12449, + 12450, + 12451, + 12452, + 12453, + 12454, + 12455, + 12456, + 12457, + 12458, + 12459, + 12460 ] } ] }, { - "id": 12394, + "id": 12461, "name": "FulfillmentLabelDTO", "variant": "declaration", "kind": 256, @@ -3450,7 +3450,7 @@ }, "children": [ { - "id": 12395, + "id": 12462, "name": "id", "variant": "declaration", "kind": 1024, @@ -3469,7 +3469,7 @@ } }, { - "id": 12396, + "id": 12463, "name": "tracking_number", "variant": "declaration", "kind": 1024, @@ -3488,7 +3488,7 @@ } }, { - "id": 12397, + "id": 12464, "name": "tracking_url", "variant": "declaration", "kind": 1024, @@ -3507,7 +3507,7 @@ } }, { - "id": 12398, + "id": 12465, "name": "label_url", "variant": "declaration", "kind": 1024, @@ -3526,7 +3526,7 @@ } }, { - "id": 12399, + "id": 12466, "name": "fulfillment_id", "variant": "declaration", "kind": 1024, @@ -3545,7 +3545,7 @@ } }, { - "id": 12400, + "id": 12467, "name": "fulfillment", "variant": "declaration", "kind": 1024, @@ -3560,13 +3560,13 @@ }, "type": { "type": "reference", - "target": 12332, + "target": 12399, "name": "FulfillmentDTO", "package": "@medusajs/types" } }, { - "id": 12401, + "id": 12468, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3590,7 +3590,7 @@ } }, { - "id": 12402, + "id": 12469, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3614,7 +3614,7 @@ } }, { - "id": 12403, + "id": 12470, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3651,21 +3651,21 @@ { "title": "Properties", "children": [ - 12395, - 12396, - 12397, - 12398, - 12399, - 12400, - 12401, - 12402, - 12403 + 12462, + 12463, + 12464, + 12465, + 12466, + 12467, + 12468, + 12469, + 12470 ] } ] }, { - "id": 12302, + "id": 12369, "name": "FulfillmentProviderDTO", "variant": "declaration", "kind": 256, @@ -3680,7 +3680,7 @@ }, "children": [ { - "id": 12303, + "id": 12370, "name": "id", "variant": "declaration", "kind": 1024, @@ -3699,7 +3699,7 @@ } }, { - "id": 12304, + "id": 12371, "name": "name", "variant": "declaration", "kind": 1024, @@ -3718,7 +3718,7 @@ } }, { - "id": 12305, + "id": 12372, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3761,7 +3761,7 @@ } }, { - "id": 12306, + "id": 12373, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -3778,14 +3778,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12263, + "target": 12330, "name": "ShippingOptionDTO", "package": "@medusajs/types" } } }, { - "id": 12307, + "id": 12374, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3809,7 +3809,7 @@ } }, { - "id": 12308, + "id": 12375, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3833,7 +3833,7 @@ } }, { - "id": 12309, + "id": 12376, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3870,19 +3870,19 @@ { "title": "Properties", "children": [ - 12303, - 12304, - 12305, - 12306, - 12307, - 12308, - 12309 + 12370, + 12371, + 12372, + 12373, + 12374, + 12375, + 12376 ] } ] }, { - "id": 12136, + "id": 12203, "name": "FulfillmentSetDTO", "variant": "declaration", "kind": 256, @@ -3897,7 +3897,7 @@ }, "children": [ { - "id": 12137, + "id": 12204, "name": "id", "variant": "declaration", "kind": 1024, @@ -3916,7 +3916,7 @@ } }, { - "id": 12138, + "id": 12205, "name": "name", "variant": "declaration", "kind": 1024, @@ -3935,7 +3935,7 @@ } }, { - "id": 12139, + "id": 12206, "name": "type", "variant": "declaration", "kind": 1024, @@ -3954,7 +3954,7 @@ } }, { - "id": 12140, + "id": 12207, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3997,7 +3997,7 @@ } }, { - "id": 12141, + "id": 12208, "name": "service_zones", "variant": "declaration", "kind": 1024, @@ -4014,14 +4014,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12197, + "target": 12264, "name": "ServiceZoneDTO", "package": "@medusajs/types" } } }, { - "id": 12142, + "id": 12209, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -4045,7 +4045,7 @@ } }, { - "id": 12143, + "id": 12210, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -4069,7 +4069,7 @@ } }, { - "id": 12144, + "id": 12211, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -4106,20 +4106,20 @@ { "title": "Properties", "children": [ - 12137, - 12138, - 12139, - 12140, - 12141, - 12142, - 12143, - 12144 + 12204, + 12205, + 12206, + 12207, + 12208, + 12209, + 12210, + 12211 ] } ] }, { - "id": 12332, + "id": 12399, "name": "FulfillmentDTO", "variant": "declaration", "kind": 256, @@ -4134,7 +4134,7 @@ }, "children": [ { - "id": 12333, + "id": 12400, "name": "id", "variant": "declaration", "kind": 1024, @@ -4153,7 +4153,7 @@ } }, { - "id": 12334, + "id": 12401, "name": "location_id", "variant": "declaration", "kind": 1024, @@ -4172,7 +4172,7 @@ } }, { - "id": 12335, + "id": 12402, "name": "packed_at", "variant": "declaration", "kind": 1024, @@ -4205,7 +4205,7 @@ } }, { - "id": 12336, + "id": 12403, "name": "shipped_at", "variant": "declaration", "kind": 1024, @@ -4238,7 +4238,7 @@ } }, { - "id": 12337, + "id": 12404, "name": "delivered_at", "variant": "declaration", "kind": 1024, @@ -4271,7 +4271,7 @@ } }, { - "id": 12338, + "id": 12405, "name": "canceled_at", "variant": "declaration", "kind": 1024, @@ -4304,7 +4304,7 @@ } }, { - "id": 12339, + "id": 12406, "name": "data", "variant": "declaration", "kind": 1024, @@ -4347,7 +4347,7 @@ } }, { - "id": 12340, + "id": 12407, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -4366,7 +4366,7 @@ } }, { - "id": 12341, + "id": 12408, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -4394,7 +4394,7 @@ } }, { - "id": 12342, + "id": 12409, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4437,7 +4437,7 @@ } }, { - "id": 12343, + "id": 12410, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -4459,7 +4459,7 @@ }, { "type": "reference", - "target": 12263, + "target": 12330, "name": "ShippingOptionDTO", "package": "@medusajs/types" } @@ -4467,7 +4467,7 @@ } }, { - "id": 12344, + "id": 12411, "name": "provider", "variant": "declaration", "kind": 1024, @@ -4482,13 +4482,13 @@ }, "type": { "type": "reference", - "target": 12302, + "target": 12369, "name": "FulfillmentProviderDTO", "package": "@medusajs/types" } }, { - "id": 12345, + "id": 12412, "name": "delivery_address", "variant": "declaration", "kind": 1024, @@ -4503,13 +4503,13 @@ }, "type": { "type": "reference", - "target": 12364, + "target": 12431, "name": "FulfillmentAddressDTO", "package": "@medusajs/types" } }, { - "id": 12346, + "id": 12413, "name": "items", "variant": "declaration", "kind": 1024, @@ -4526,14 +4526,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12381, + "target": 12448, "name": "FulfillmentItemDTO", "package": "@medusajs/types" } } }, { - "id": 12347, + "id": 12414, "name": "labels", "variant": "declaration", "kind": 1024, @@ -4550,14 +4550,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12394, + "target": 12461, "name": "FulfillmentLabelDTO", "package": "@medusajs/types" } } }, { - "id": 12348, + "id": 12415, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -4581,7 +4581,7 @@ } }, { - "id": 12349, + "id": 12416, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -4605,7 +4605,7 @@ } }, { - "id": 12350, + "id": 12417, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -4642,30 +4642,30 @@ { "title": "Properties", "children": [ - 12333, - 12334, - 12335, - 12336, - 12337, - 12338, - 12339, - 12340, - 12341, - 12342, - 12343, - 12344, - 12345, - 12346, - 12347, - 12348, - 12349, - 12350 + 12400, + 12401, + 12402, + 12403, + 12404, + 12405, + 12406, + 12407, + 12408, + 12409, + 12410, + 12411, + 12412, + 12413, + 12414, + 12415, + 12416, + 12417 ] } ] }, { - "id": 12291, + "id": 12358, "name": "GeoZoneType", "variant": "declaration", "kind": 2097152, @@ -4701,7 +4701,7 @@ } }, { - "id": 12252, + "id": 12319, "name": "GeoZoneDTO", "variant": "declaration", "kind": 256, @@ -4716,7 +4716,7 @@ }, "children": [ { - "id": 12253, + "id": 12320, "name": "id", "variant": "declaration", "kind": 1024, @@ -4735,7 +4735,7 @@ } }, { - "id": 12254, + "id": 12321, "name": "type", "variant": "declaration", "kind": 1024, @@ -4750,13 +4750,13 @@ }, "type": { "type": "reference", - "target": 12291, + "target": 12358, "name": "GeoZoneType", "package": "@medusajs/types" } }, { - "id": 12255, + "id": 12322, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -4775,7 +4775,7 @@ } }, { - "id": 12256, + "id": 12323, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -4803,7 +4803,7 @@ } }, { - "id": 12257, + "id": 12324, "name": "city", "variant": "declaration", "kind": 1024, @@ -4831,7 +4831,7 @@ } }, { - "id": 12258, + "id": 12325, "name": "postal_expression", "variant": "declaration", "kind": 1024, @@ -4874,7 +4874,7 @@ } }, { - "id": 12259, + "id": 12326, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4917,7 +4917,7 @@ } }, { - "id": 12260, + "id": 12327, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -4941,7 +4941,7 @@ } }, { - "id": 12261, + "id": 12328, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -4965,7 +4965,7 @@ } }, { - "id": 12262, + "id": 12329, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -5002,22 +5002,22 @@ { "title": "Properties", "children": [ - 12253, - 12254, - 12255, - 12256, - 12257, - 12258, - 12259, - 12260, - 12261, - 12262 + 12320, + 12321, + 12322, + 12323, + 12324, + 12325, + 12326, + 12327, + 12328, + 12329 ] } ] }, { - "id": 12197, + "id": 12264, "name": "ServiceZoneDTO", "variant": "declaration", "kind": 256, @@ -5032,7 +5032,7 @@ }, "children": [ { - "id": 12198, + "id": 12265, "name": "id", "variant": "declaration", "kind": 1024, @@ -5051,7 +5051,7 @@ } }, { - "id": 12199, + "id": 12266, "name": "name", "variant": "declaration", "kind": 1024, @@ -5070,7 +5070,7 @@ } }, { - "id": 12200, + "id": 12267, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -5113,7 +5113,7 @@ } }, { - "id": 12201, + "id": 12268, "name": "fulfillment_set", "variant": "declaration", "kind": 1024, @@ -5128,13 +5128,13 @@ }, "type": { "type": "reference", - "target": 12136, + "target": 12203, "name": "FulfillmentSetDTO", "package": "@medusajs/types" } }, { - "id": 12202, + "id": 12269, "name": "fulfillment_set_id", "variant": "declaration", "kind": 1024, @@ -5153,7 +5153,7 @@ } }, { - "id": 12203, + "id": 12270, "name": "geo_zones", "variant": "declaration", "kind": 1024, @@ -5170,14 +5170,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12252, + "target": 12319, "name": "GeoZoneDTO", "package": "@medusajs/types" } } }, { - "id": 12204, + "id": 12271, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -5194,14 +5194,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12263, + "target": 12330, "name": "ShippingOptionDTO", "package": "@medusajs/types" } } }, { - "id": 12205, + "id": 12272, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5225,7 +5225,7 @@ } }, { - "id": 12206, + "id": 12273, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5249,7 +5249,7 @@ } }, { - "id": 12207, + "id": 12274, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -5286,22 +5286,22 @@ { "title": "Properties", "children": [ - 12198, - 12199, - 12200, - 12201, - 12202, - 12203, - 12204, - 12205, - 12206, - 12207 + 12265, + 12266, + 12267, + 12268, + 12269, + 12270, + 12271, + 12272, + 12273, + 12274 ] } ] }, { - "id": 12320, + "id": 12387, "name": "ShippingOptionRuleDTO", "variant": "declaration", "kind": 256, @@ -5316,7 +5316,7 @@ }, "children": [ { - "id": 12321, + "id": 12388, "name": "id", "variant": "declaration", "kind": 1024, @@ -5335,7 +5335,7 @@ } }, { - "id": 12322, + "id": 12389, "name": "attribute", "variant": "declaration", "kind": 1024, @@ -5354,7 +5354,7 @@ } }, { - "id": 12323, + "id": 12390, "name": "operator", "variant": "declaration", "kind": 1024, @@ -5384,7 +5384,7 @@ } }, { - "id": 12324, + "id": 12391, "name": "value", "variant": "declaration", "kind": 1024, @@ -5407,14 +5407,14 @@ { "type": "reflection", "declaration": { - "id": 12325, + "id": 12392, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12326, + "id": 12393, "name": "value", "variant": "declaration", "kind": 1024, @@ -5449,7 +5449,7 @@ { "title": "Properties", "children": [ - 12326 + 12393 ] } ] @@ -5459,7 +5459,7 @@ } }, { - "id": 12327, + "id": 12394, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -5478,7 +5478,7 @@ } }, { - "id": 12328, + "id": 12395, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -5493,13 +5493,13 @@ }, "type": { "type": "reference", - "target": 12263, + "target": 12330, "name": "ShippingOptionDTO", "package": "@medusajs/types" } }, { - "id": 12329, + "id": 12396, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5523,7 +5523,7 @@ } }, { - "id": 12330, + "id": 12397, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5547,7 +5547,7 @@ } }, { - "id": 12331, + "id": 12398, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -5584,21 +5584,21 @@ { "title": "Properties", "children": [ - 12321, - 12322, - 12323, - 12324, - 12327, - 12328, - 12329, - 12330, - 12331 + 12388, + 12389, + 12390, + 12391, + 12394, + 12395, + 12396, + 12397, + 12398 ] } ] }, { - "id": 12310, + "id": 12377, "name": "ShippingOptionTypeDTO", "variant": "declaration", "kind": 256, @@ -5613,7 +5613,7 @@ }, "children": [ { - "id": 12311, + "id": 12378, "name": "id", "variant": "declaration", "kind": 1024, @@ -5632,7 +5632,7 @@ } }, { - "id": 12312, + "id": 12379, "name": "label", "variant": "declaration", "kind": 1024, @@ -5651,7 +5651,7 @@ } }, { - "id": 12313, + "id": 12380, "name": "description", "variant": "declaration", "kind": 1024, @@ -5670,7 +5670,7 @@ } }, { - "id": 12314, + "id": 12381, "name": "code", "variant": "declaration", "kind": 1024, @@ -5689,7 +5689,7 @@ } }, { - "id": 12315, + "id": 12382, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -5708,7 +5708,7 @@ } }, { - "id": 12316, + "id": 12383, "name": "shipping_option", "variant": "declaration", "kind": 1024, @@ -5723,13 +5723,13 @@ }, "type": { "type": "reference", - "target": 12263, + "target": 12330, "name": "ShippingOptionDTO", "package": "@medusajs/types" } }, { - "id": 12317, + "id": 12384, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5753,7 +5753,7 @@ } }, { - "id": 12318, + "id": 12385, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5777,7 +5777,7 @@ } }, { - "id": 12319, + "id": 12386, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -5814,21 +5814,21 @@ { "title": "Properties", "children": [ - 12311, - 12312, - 12313, - 12314, - 12315, - 12316, - 12317, - 12318, - 12319 + 12378, + 12379, + 12380, + 12381, + 12382, + 12383, + 12384, + 12385, + 12386 ] } ] }, { - "id": 12292, + "id": 12359, "name": "ShippingOptionPriceType", "variant": "declaration", "kind": 2097152, @@ -5872,7 +5872,7 @@ } }, { - "id": 12263, + "id": 12330, "name": "ShippingOptionDTO", "variant": "declaration", "kind": 256, @@ -5887,7 +5887,7 @@ }, "children": [ { - "id": 12264, + "id": 12331, "name": "id", "variant": "declaration", "kind": 1024, @@ -5906,7 +5906,7 @@ } }, { - "id": 12265, + "id": 12332, "name": "name", "variant": "declaration", "kind": 1024, @@ -5925,7 +5925,7 @@ } }, { - "id": 12266, + "id": 12333, "name": "price_type", "variant": "declaration", "kind": 1024, @@ -5940,13 +5940,13 @@ }, "type": { "type": "reference", - "target": 12292, + "target": 12359, "name": "ShippingOptionPriceType", "package": "@medusajs/types" } }, { - "id": 12267, + "id": 12334, "name": "service_zone_id", "variant": "declaration", "kind": 1024, @@ -5965,7 +5965,7 @@ } }, { - "id": 12268, + "id": 12335, "name": "shipping_profile_id", "variant": "declaration", "kind": 1024, @@ -5984,7 +5984,7 @@ } }, { - "id": 12269, + "id": 12336, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -6003,7 +6003,7 @@ } }, { - "id": 12270, + "id": 12337, "name": "shipping_option_type_id", "variant": "declaration", "kind": 1024, @@ -6031,7 +6031,7 @@ } }, { - "id": 12271, + "id": 12338, "name": "data", "variant": "declaration", "kind": 1024, @@ -6074,7 +6074,7 @@ } }, { - "id": 12272, + "id": 12339, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6117,7 +6117,7 @@ } }, { - "id": 12273, + "id": 12340, "name": "service_zone", "variant": "declaration", "kind": 1024, @@ -6132,13 +6132,13 @@ }, "type": { "type": "reference", - "target": 12197, + "target": 12264, "name": "ServiceZoneDTO", "package": "@medusajs/types" } }, { - "id": 12274, + "id": 12341, "name": "shipping_profile", "variant": "declaration", "kind": 1024, @@ -6153,13 +6153,13 @@ }, "type": { "type": "reference", - "target": 12293, + "target": 12360, "name": "ShippingProfileDTO", "package": "@medusajs/types" } }, { - "id": 12275, + "id": 12342, "name": "fulfillment_provider", "variant": "declaration", "kind": 1024, @@ -6174,13 +6174,13 @@ }, "type": { "type": "reference", - "target": 12302, + "target": 12369, "name": "FulfillmentProviderDTO", "package": "@medusajs/types" } }, { - "id": 12276, + "id": 12343, "name": "type", "variant": "declaration", "kind": 1024, @@ -6195,13 +6195,13 @@ }, "type": { "type": "reference", - "target": 12310, + "target": 12377, "name": "ShippingOptionTypeDTO", "package": "@medusajs/types" } }, { - "id": 12277, + "id": 12344, "name": "rules", "variant": "declaration", "kind": 1024, @@ -6218,14 +6218,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12320, + "target": 12387, "name": "ShippingOptionRuleDTO", "package": "@medusajs/types" } } }, { - "id": 12278, + "id": 12345, "name": "fulfillments", "variant": "declaration", "kind": 1024, @@ -6242,14 +6242,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12332, + "target": 12399, "name": "FulfillmentDTO", "package": "@medusajs/types" } } }, { - "id": 12279, + "id": 12346, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6273,7 +6273,7 @@ } }, { - "id": 12280, + "id": 12347, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -6297,7 +6297,7 @@ } }, { - "id": 12281, + "id": 12348, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -6334,30 +6334,30 @@ { "title": "Properties", "children": [ - 12264, - 12265, - 12266, - 12267, - 12268, - 12269, - 12270, - 12271, - 12272, - 12273, - 12274, - 12275, - 12276, - 12277, - 12278, - 12279, - 12280, - 12281 + 12331, + 12332, + 12333, + 12334, + 12335, + 12336, + 12337, + 12338, + 12339, + 12340, + 12341, + 12342, + 12343, + 12344, + 12345, + 12346, + 12347, + 12348 ] } ] }, { - "id": 12293, + "id": 12360, "name": "ShippingProfileDTO", "variant": "declaration", "kind": 256, @@ -6372,7 +6372,7 @@ }, "children": [ { - "id": 12294, + "id": 12361, "name": "id", "variant": "declaration", "kind": 1024, @@ -6391,7 +6391,7 @@ } }, { - "id": 12295, + "id": 12362, "name": "name", "variant": "declaration", "kind": 1024, @@ -6410,7 +6410,7 @@ } }, { - "id": 12296, + "id": 12363, "name": "type", "variant": "declaration", "kind": 1024, @@ -6429,7 +6429,7 @@ } }, { - "id": 12297, + "id": 12364, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6472,7 +6472,7 @@ } }, { - "id": 12298, + "id": 12365, "name": "shipping_options", "variant": "declaration", "kind": 1024, @@ -6489,14 +6489,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12263, + "target": 12330, "name": "ShippingOptionDTO", "package": "@medusajs/types" } } }, { - "id": 12299, + "id": 12366, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6520,7 +6520,7 @@ } }, { - "id": 12300, + "id": 12367, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -6544,7 +6544,7 @@ } }, { - "id": 12301, + "id": 12368, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -6581,20 +6581,20 @@ { "title": "Properties", "children": [ - 12294, - 12295, - 12296, - 12297, - 12298, - 12299, - 12300, - 12301 + 12361, + 12362, + 12363, + 12364, + 12365, + 12366, + 12367, + 12368 ] } ] }, { - "id": 12231, + "id": 12298, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -6602,14 +6602,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12232, + "id": 12299, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12233, + "id": 12300, "name": "alias", "variant": "declaration", "kind": 1024, @@ -6620,7 +6620,7 @@ } }, { - "id": 12234, + "id": 12301, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -6631,7 +6631,7 @@ } }, { - "id": 12235, + "id": 12302, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -6642,7 +6642,7 @@ } }, { - "id": 12236, + "id": 12303, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -6653,7 +6653,7 @@ } }, { - "id": 12237, + "id": 12304, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -6674,7 +6674,7 @@ } }, { - "id": 12238, + "id": 12305, "name": "isList", "variant": "declaration", "kind": 1024, @@ -6695,7 +6695,7 @@ } }, { - "id": 12239, + "id": 12306, "name": "args", "variant": "declaration", "kind": 1024, @@ -6735,13 +6735,13 @@ { "title": "Properties", "children": [ - 12233, - 12234, - 12235, - 12236, - 12237, - 12238, - 12239 + 12300, + 12301, + 12302, + 12303, + 12304, + 12305, + 12306 ] } ] @@ -6749,14 +6749,14 @@ } }, { - "id": 12228, + "id": 12295, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 12229, + "id": 12296, "name": "name", "variant": "declaration", "kind": 1024, @@ -6779,7 +6779,7 @@ } }, { - "id": 12230, + "id": 12297, "name": "args", "variant": "declaration", "kind": 1024, @@ -6819,21 +6819,21 @@ { "title": "Properties", "children": [ - 12229, - 12230 + 12296, + 12297 ] } ] }, { - "id": 12170, + "id": 12237, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 12171, + "id": 12238, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -6844,7 +6844,7 @@ } }, { - "id": 12172, + "id": 12239, "name": "alias", "variant": "declaration", "kind": 1024, @@ -6864,7 +6864,7 @@ "types": [ { "type": "reference", - "target": 12228, + "target": 12295, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -6872,7 +6872,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12228, + "target": 12295, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -6881,7 +6881,7 @@ } }, { - "id": 12173, + "id": 12240, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -6917,14 +6917,14 @@ { "type": "reflection", "declaration": { - "id": 12174, + "id": 12241, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12175, + "id": 12242, "name": "path", "variant": "declaration", "kind": 1024, @@ -6935,7 +6935,7 @@ } }, { - "id": 12176, + "id": 12243, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -6953,8 +6953,8 @@ { "title": "Properties", "children": [ - 12175, - 12176 + 12242, + 12243 ] } ] @@ -6968,7 +6968,7 @@ } }, { - "id": 12177, + "id": 12244, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -6982,7 +6982,7 @@ } }, { - "id": 12178, + "id": 12245, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -6993,14 +6993,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12231, + "target": 12298, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 12179, + "id": 12246, "name": "extends", "variant": "declaration", "kind": 1024, @@ -7012,14 +7012,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 12180, + "id": 12247, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12181, + "id": 12248, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -7030,14 +7030,14 @@ } }, { - "id": 12182, + "id": 12249, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 12231, + "target": 12298, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -7047,8 +7047,8 @@ { "title": "Properties", "children": [ - 12181, - 12182 + 12248, + 12249 ] } ] @@ -7057,7 +7057,7 @@ } }, { - "id": 12183, + "id": 12250, "name": "args", "variant": "declaration", "kind": 1024, @@ -7097,19 +7097,19 @@ { "title": "Properties", "children": [ - 12171, - 12172, - 12173, - 12177, - 12178, - 12179, - 12183 + 12238, + 12239, + 12240, + 12244, + 12245, + 12246, + 12250 ] } ] }, { - "id": 12187, + "id": 12254, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -7128,14 +7128,14 @@ { "type": "reflection", "declaration": { - "id": 12188, + "id": 12255, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12189, + "id": 12256, "name": "type", "variant": "declaration", "kind": 1024, @@ -7231,7 +7231,7 @@ } }, { - "id": 12190, + "id": 12257, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -7244,7 +7244,7 @@ } }, { - "id": 12191, + "id": 12258, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -7257,7 +7257,7 @@ } }, { - "id": 12192, + "id": 12259, "name": "options", "variant": "declaration", "kind": 1024, @@ -7297,10 +7297,10 @@ { "title": "Properties", "children": [ - 12189, - 12190, - 12191, - 12192 + 12256, + 12257, + 12258, + 12259 ] } ] @@ -7312,7 +7312,7 @@ } }, { - "id": 12071, + "id": 12138, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -7329,7 +7329,7 @@ "typeArguments": [ { "type": "reference", - "target": 12170, + "target": 12237, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -7361,14 +7361,14 @@ { "type": "reflection", "declaration": { - "id": 12072, + "id": 12139, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12073, + "id": 12140, "name": "schema", "variant": "declaration", "kind": 1024, @@ -7389,7 +7389,7 @@ } }, { - "id": 12074, + "id": 12141, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -7400,14 +7400,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12184, + "target": 12251, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 12075, + "id": 12142, "name": "extends", "variant": "declaration", "kind": 1024, @@ -7419,14 +7419,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 12076, + "id": 12143, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12077, + "id": 12144, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -7437,7 +7437,7 @@ } }, { - "id": 12078, + "id": 12145, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -7465,14 +7465,14 @@ { "type": "reflection", "declaration": { - "id": 12079, + "id": 12146, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12080, + "id": 12147, "name": "path", "variant": "declaration", "kind": 1024, @@ -7483,7 +7483,7 @@ } }, { - "id": 12081, + "id": 12148, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -7499,7 +7499,7 @@ } }, { - "id": 12082, + "id": 12149, "name": "isList", "variant": "declaration", "kind": 1024, @@ -7516,9 +7516,9 @@ { "title": "Properties", "children": [ - 12080, - 12081, - 12082 + 12147, + 12148, + 12149 ] } ] @@ -7532,14 +7532,14 @@ } }, { - "id": 12083, + "id": 12150, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 12184, + "target": 12251, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -7549,9 +7549,9 @@ { "title": "Properties", "children": [ - 12077, - 12078, - 12083 + 12144, + 12145, + 12150 ] } ] @@ -7560,7 +7560,7 @@ } }, { - "id": 12084, + "id": 12151, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -7573,7 +7573,7 @@ } }, { - "id": 12085, + "id": 12152, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -7589,7 +7589,7 @@ } }, { - "id": 12086, + "id": 12153, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -7610,7 +7610,7 @@ } }, { - "id": 12087, + "id": 12154, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -7646,7 +7646,7 @@ } }, { - "id": 12088, + "id": 12155, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -7667,7 +7667,7 @@ } }, { - "id": 12089, + "id": 12156, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -7691,7 +7691,7 @@ } }, { - "id": 12090, + "id": 12157, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -7701,14 +7701,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12091, + "id": 12158, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12092, + "id": 12159, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -7729,7 +7729,7 @@ } }, { - "id": 12093, + "id": 12160, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -7750,7 +7750,7 @@ } }, { - "id": 12094, + "id": 12161, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -7759,7 +7759,7 @@ }, "type": { "type": "reference", - "target": 12187, + "target": 12254, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -7769,9 +7769,9 @@ { "title": "Properties", "children": [ - 12092, - 12093, - 12094 + 12159, + 12160, + 12161 ] } ] @@ -7783,16 +7783,16 @@ { "title": "Properties", "children": [ - 12073, - 12074, - 12075, - 12084, - 12085, - 12086, - 12087, - 12088, - 12089, - 12090 + 12140, + 12141, + 12142, + 12151, + 12152, + 12153, + 12154, + 12155, + 12156, + 12157 ] } ] @@ -7802,7 +7802,7 @@ } }, { - "id": 12184, + "id": 12251, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -7812,21 +7812,21 @@ "types": [ { "type": "reference", - "target": 12231, + "target": 12298, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 12185, + "id": 12252, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12186, + "id": 12253, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -7851,7 +7851,7 @@ { "title": "Properties", "children": [ - 12186 + 12253 ] } ] @@ -7861,7 +7861,7 @@ } }, { - "id": 11991, + "id": 12058, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -7869,20 +7869,20 @@ "extendedBy": [ { "type": "reference", - "target": 11923, + "target": 11990, "name": "IStockLocationService" } ] }, { - "id": 12212, + "id": 12279, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 12213, + "id": 12280, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -7898,7 +7898,7 @@ } }, { - "id": 12214, + "id": 12281, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -7908,21 +7908,21 @@ "type": { "type": "reflection", "declaration": { - "id": 12215, + "id": 12282, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 12216, + "id": 12283, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 12217, + "id": 12284, "name": "key", "variant": "param", "kind": 32768, @@ -7963,35 +7963,35 @@ { "title": "Properties", "children": [ - 12213, - 12214 + 12280, + 12281 ] } ] }, { - "id": 12145, + "id": 12212, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 12146, + "id": 12213, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12147, + "id": 12214, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 12148, + "id": 12215, "name": "msg", "variant": "param", "kind": 32768, @@ -8001,7 +8001,7 @@ "types": [ { "type": "reference", - "target": 12208, + "target": 12275, "name": "Message", "package": "@medusajs/types" }, @@ -8009,7 +8009,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12208, + "target": 12275, "name": "Message", "package": "@medusajs/types" } @@ -8026,21 +8026,21 @@ ] }, { - "id": 12149, + "id": 12216, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12150, + "id": 12217, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 12151, + "id": 12218, "name": "format", "variant": "param", "kind": 32768, @@ -8049,7 +8049,7 @@ }, "type": { "type": "reference", - "target": 12212, + "target": 12279, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -8070,7 +8070,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12208, + "target": 12275, "name": "Message", "package": "@medusajs/types" } @@ -8083,14 +8083,14 @@ ] }, { - "id": 12152, + "id": 12219, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12153, + "id": 12220, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -8103,21 +8103,21 @@ ] }, { - "id": 12154, + "id": 12221, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12155, + "id": 12222, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 12156, + "id": 12223, "name": "T", "variant": "typeParam", "kind": 131072, @@ -8126,7 +8126,7 @@ ], "parameters": [ { - "id": 12157, + "id": 12224, "name": "messageData", "variant": "param", "kind": 32768, @@ -8136,11 +8136,11 @@ "types": [ { "type": "reference", - "target": 12218, + "target": 12285, "typeArguments": [ { "type": "reference", - "target": 12156, + "target": 12223, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -8153,11 +8153,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 12218, + "target": 12285, "typeArguments": [ { "type": "reference", - "target": 12156, + "target": 12223, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -8171,7 +8171,7 @@ } }, { - "id": 12158, + "id": 12225, "name": "options", "variant": "param", "kind": 32768, @@ -8211,16 +8211,16 @@ { "title": "Methods", "children": [ - 12146, - 12149, - 12152, - 12154 + 12213, + 12216, + 12219, + 12221 ] } ] }, { - "id": 12035, + "id": 12102, "name": "Context", "variant": "declaration", "kind": 256, @@ -8235,7 +8235,7 @@ }, "children": [ { - "id": 12036, + "id": 12103, "name": "__type", "variant": "declaration", "kind": 1024, @@ -8248,7 +8248,7 @@ } }, { - "id": 12037, + "id": 12104, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -8281,14 +8281,14 @@ }, "type": { "type": "reference", - "target": 12046, + "target": 12113, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 12038, + "id": 12105, "name": "manager", "variant": "declaration", "kind": 1024, @@ -8321,14 +8321,14 @@ }, "type": { "type": "reference", - "target": 12046, + "target": 12113, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 12039, + "id": 12106, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -8381,7 +8381,7 @@ } }, { - "id": 12040, + "id": 12107, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -8402,7 +8402,7 @@ } }, { - "id": 12041, + "id": 12108, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -8423,7 +8423,7 @@ } }, { - "id": 12042, + "id": 12109, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -8444,7 +8444,7 @@ } }, { - "id": 12043, + "id": 12110, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -8461,13 +8461,13 @@ }, "type": { "type": "reference", - "target": 12145, + "target": 12212, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 12044, + "id": 12111, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -8488,7 +8488,7 @@ } }, { - "id": 12045, + "id": 12112, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -8513,22 +8513,22 @@ { "title": "Properties", "children": [ - 12036, - 12037, - 12038, - 12039, - 12040, - 12041, - 12042, - 12043, - 12044, - 12045 + 12103, + 12104, + 12105, + 12106, + 12107, + 12108, + 12109, + 12110, + 12111, + 12112 ] } ], "typeParameters": [ { - "id": 12046, + "id": 12113, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -8541,7 +8541,7 @@ ] }, { - "id": 12121, + "id": 12188, "name": "StockLocationAddressDTO", "variant": "declaration", "kind": 2097152, @@ -8563,14 +8563,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12122, + "id": 12189, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12123, + "id": 12190, "name": "id", "variant": "declaration", "kind": 1024, @@ -8591,7 +8591,7 @@ } }, { - "id": 12124, + "id": 12191, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -8610,7 +8610,7 @@ } }, { - "id": 12125, + "id": 12192, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -8640,7 +8640,7 @@ } }, { - "id": 12126, + "id": 12193, "name": "company", "variant": "declaration", "kind": 1024, @@ -8670,7 +8670,7 @@ } }, { - "id": 12127, + "id": 12194, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -8689,7 +8689,7 @@ } }, { - "id": 12128, + "id": 12195, "name": "city", "variant": "declaration", "kind": 1024, @@ -8719,7 +8719,7 @@ } }, { - "id": 12129, + "id": 12196, "name": "phone", "variant": "declaration", "kind": 1024, @@ -8749,7 +8749,7 @@ } }, { - "id": 12130, + "id": 12197, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -8779,7 +8779,7 @@ } }, { - "id": 12131, + "id": 12198, "name": "province", "variant": "declaration", "kind": 1024, @@ -8809,7 +8809,7 @@ } }, { - "id": 12132, + "id": 12199, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -8826,13 +8826,13 @@ }, "type": { "type": "reference", - "target": 12169, + "target": 12236, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 12133, + "id": 12200, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -8865,7 +8865,7 @@ } }, { - "id": 12134, + "id": 12201, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -8898,7 +8898,7 @@ } }, { - "id": 12135, + "id": 12202, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -8939,19 +8939,19 @@ { "title": "Properties", "children": [ - 12123, - 12124, - 12125, - 12126, - 12127, - 12128, - 12129, - 12130, - 12131, - 12132, - 12133, - 12134, - 12135 + 12190, + 12191, + 12192, + 12193, + 12194, + 12195, + 12196, + 12197, + 12198, + 12199, + 12200, + 12201, + 12202 ] } ] @@ -8959,7 +8959,7 @@ } }, { - "id": 12024, + "id": 12091, "name": "StockLocationDTO", "variant": "declaration", "kind": 2097152, @@ -8981,14 +8981,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12025, + "id": 12092, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12026, + "id": 12093, "name": "id", "variant": "declaration", "kind": 1024, @@ -9007,7 +9007,7 @@ } }, { - "id": 12027, + "id": 12094, "name": "name", "variant": "declaration", "kind": 1024, @@ -9026,7 +9026,7 @@ } }, { - "id": 12028, + "id": 12095, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9069,7 +9069,7 @@ } }, { - "id": 12029, + "id": 12096, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -9088,7 +9088,7 @@ } }, { - "id": 12030, + "id": 12097, "name": "address", "variant": "declaration", "kind": 1024, @@ -9105,13 +9105,13 @@ }, "type": { "type": "reference", - "target": 12121, + "target": 12188, "name": "StockLocationAddressDTO", "package": "@medusajs/types" } }, { - "id": 12031, + "id": 12098, "name": "fulfillment_sets", "variant": "declaration", "kind": 1024, @@ -9128,14 +9128,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12136, + "target": 12203, "name": "FulfillmentSetDTO", "package": "@medusajs/types" } } }, { - "id": 12032, + "id": 12099, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -9168,7 +9168,7 @@ } }, { - "id": 12033, + "id": 12100, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -9201,7 +9201,7 @@ } }, { - "id": 12034, + "id": 12101, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -9242,15 +9242,15 @@ { "title": "Properties", "children": [ - 12026, - 12027, - 12028, - 12029, - 12030, - 12031, - 12032, - 12033, - 12034 + 12093, + 12094, + 12095, + 12096, + 12097, + 12098, + 12099, + 12100, + 12101 ] } ] @@ -9258,7 +9258,7 @@ } }, { - "id": 12005, + "id": 12072, "name": "FilterableStockLocationProps", "variant": "declaration", "kind": 256, @@ -9273,7 +9273,7 @@ }, "children": [ { - "id": 12009, + "id": 12076, "name": "$and", "variant": "declaration", "kind": 1024, @@ -9296,17 +9296,17 @@ "types": [ { "type": "reference", - "target": 12005, + "target": 12072, "name": "FilterableStockLocationProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 12095, + "target": 12162, "typeArguments": [ { "type": "reference", - "target": 12005, + "target": 12072, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } @@ -9319,12 +9319,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 12096, + "target": 12163, "name": "BaseFilterable.$and" } }, { - "id": 12010, + "id": 12077, "name": "$or", "variant": "declaration", "kind": 1024, @@ -9347,17 +9347,17 @@ "types": [ { "type": "reference", - "target": 12005, + "target": 12072, "name": "FilterableStockLocationProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 12095, + "target": 12162, "typeArguments": [ { "type": "reference", - "target": 12005, + "target": 12072, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } @@ -9370,12 +9370,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 12097, + "target": 12164, "name": "BaseFilterable.$or" } }, { - "id": 12006, + "id": 12073, "name": "q", "variant": "declaration", "kind": 1024, @@ -9396,7 +9396,7 @@ } }, { - "id": 12007, + "id": 12074, "name": "id", "variant": "declaration", "kind": 1024, @@ -9429,7 +9429,7 @@ } }, { - "id": 12008, + "id": 12075, "name": "name", "variant": "declaration", "kind": 1024, @@ -9460,7 +9460,7 @@ }, { "type": "reference", - "target": 12099, + "target": 12166, "typeArguments": [ { "type": "intrinsic", @@ -9478,22 +9478,22 @@ { "title": "Properties", "children": [ - 12009, - 12010, - 12006, - 12007, - 12008 + 12076, + 12077, + 12073, + 12074, + 12075 ] } ], "extendedTypes": [ { "type": "reference", - "target": 12095, + "target": 12162, "typeArguments": [ { "type": "reference", - "target": 12005, + "target": 12072, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } @@ -9504,7 +9504,7 @@ ] }, { - "id": 12159, + "id": 12226, "name": "StockLocationAddressInput", "variant": "declaration", "kind": 2097152, @@ -9526,14 +9526,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12160, + "id": 12227, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12161, + "id": 12228, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -9552,7 +9552,7 @@ } }, { - "id": 12162, + "id": 12229, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -9582,7 +9582,7 @@ } }, { - "id": 12163, + "id": 12230, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -9601,7 +9601,7 @@ } }, { - "id": 12164, + "id": 12231, "name": "city", "variant": "declaration", "kind": 1024, @@ -9631,7 +9631,7 @@ } }, { - "id": 12165, + "id": 12232, "name": "phone", "variant": "declaration", "kind": 1024, @@ -9661,7 +9661,7 @@ } }, { - "id": 12166, + "id": 12233, "name": "province", "variant": "declaration", "kind": 1024, @@ -9691,7 +9691,7 @@ } }, { - "id": 12167, + "id": 12234, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -9721,7 +9721,7 @@ } }, { - "id": 12168, + "id": 12235, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9738,7 +9738,7 @@ }, "type": { "type": "reference", - "target": 12169, + "target": 12236, "name": "MetadataType", "package": "@medusajs/types" } @@ -9748,14 +9748,14 @@ { "title": "Properties", "children": [ - 12161, - 12162, - 12163, - 12164, - 12165, - 12166, - 12167, - 12168 + 12228, + 12229, + 12230, + 12231, + 12232, + 12233, + 12234, + 12235 ] } ] @@ -9763,7 +9763,7 @@ } }, { - "id": 12047, + "id": 12114, "name": "CreateStockLocationInput", "variant": "declaration", "kind": 2097152, @@ -9785,14 +9785,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12048, + "id": 12115, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12049, + "id": 12116, "name": "name", "variant": "declaration", "kind": 1024, @@ -9811,7 +9811,7 @@ } }, { - "id": 12050, + "id": 12117, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -9841,7 +9841,7 @@ } }, { - "id": 12051, + "id": 12118, "name": "address", "variant": "declaration", "kind": 1024, @@ -9865,7 +9865,7 @@ }, { "type": "reference", - "target": 12159, + "target": 12226, "name": "StockLocationAddressInput", "package": "@medusajs/types" } @@ -9873,7 +9873,7 @@ } }, { - "id": 12052, + "id": 12119, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9890,7 +9890,7 @@ }, "type": { "type": "reference", - "target": 12169, + "target": 12236, "name": "MetadataType", "package": "@medusajs/types" } @@ -9900,10 +9900,10 @@ { "title": "Properties", "children": [ - 12049, - 12050, - 12051, - 12052 + 12116, + 12117, + 12118, + 12119 ] } ] @@ -9911,7 +9911,7 @@ } }, { - "id": 12059, + "id": 12126, "name": "UpdateStockLocationInput", "variant": "declaration", "kind": 2097152, @@ -9933,14 +9933,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12060, + "id": 12127, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12061, + "id": 12128, "name": "name", "variant": "declaration", "kind": 1024, @@ -9961,7 +9961,7 @@ } }, { - "id": 12062, + "id": 12129, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -9991,7 +9991,7 @@ } }, { - "id": 12063, + "id": 12130, "name": "address", "variant": "declaration", "kind": 1024, @@ -10008,13 +10008,13 @@ }, "type": { "type": "reference", - "target": 12159, + "target": 12226, "name": "StockLocationAddressInput", "package": "@medusajs/types" } }, { - "id": 12064, + "id": 12131, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -10031,7 +10031,7 @@ }, "type": { "type": "reference", - "target": 12169, + "target": 12236, "name": "MetadataType", "package": "@medusajs/types" } @@ -10041,10 +10041,10 @@ { "title": "Properties", "children": [ - 12061, - 12062, - 12063, - 12064 + 12128, + 12129, + 12130, + 12131 ] } ] @@ -10052,7 +10052,7 @@ } }, { - "id": 12053, + "id": 12120, "name": "UpsertStockLocationInput", "variant": "declaration", "kind": 256, @@ -10083,7 +10083,7 @@ }, "children": [ { - "id": 12054, + "id": 12121, "name": "name", "variant": "declaration", "kind": 1024, @@ -10104,7 +10104,7 @@ } }, { - "id": 12055, + "id": 12122, "name": "address_id", "variant": "declaration", "kind": 1024, @@ -10134,7 +10134,7 @@ } }, { - "id": 12056, + "id": 12123, "name": "address", "variant": "declaration", "kind": 1024, @@ -10151,13 +10151,13 @@ }, "type": { "type": "reference", - "target": 12159, + "target": 12226, "name": "StockLocationAddressInput", "package": "@medusajs/types" } }, { - "id": 12057, + "id": 12124, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -10174,13 +10174,13 @@ }, "type": { "type": "reference", - "target": 12169, + "target": 12236, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 12058, + "id": 12125, "name": "id", "variant": "declaration", "kind": 1024, @@ -10205,17 +10205,17 @@ { "title": "Properties", "children": [ - 12054, - 12055, - 12056, - 12057, - 12058 + 12121, + 12122, + 12123, + 12124, + 12125 ] } ] }, { - "id": 11923, + "id": 11990, "name": "IStockLocationService", "variant": "declaration", "kind": 256, @@ -10230,14 +10230,14 @@ }, "children": [ { - "id": 11924, + "id": 11991, "name": "listStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11925, + "id": 11992, "name": "listStockLocations", "variant": "signature", "kind": 4096, @@ -10324,7 +10324,7 @@ }, "parameters": [ { - "id": 11926, + "id": 11993, "name": "selector", "variant": "param", "kind": 32768, @@ -10339,13 +10339,13 @@ }, "type": { "type": "reference", - "target": 12005, + "target": 12072, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } }, { - "id": 11927, + "id": 11994, "name": "config", "variant": "param", "kind": 32768, @@ -10378,11 +10378,11 @@ }, "type": { "type": "reference", - "target": 12011, + "target": 12078, "typeArguments": [ { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -10392,7 +10392,7 @@ } }, { - "id": 11928, + "id": 11995, "name": "context", "variant": "param", "kind": 32768, @@ -10409,7 +10409,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -10426,7 +10426,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -10439,14 +10439,14 @@ ] }, { - "id": 11929, + "id": 11996, "name": "listAndCountStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11930, + "id": 11997, "name": "listAndCountStockLocations", "variant": "signature", "kind": 4096, @@ -10533,7 +10533,7 @@ }, "parameters": [ { - "id": 11931, + "id": 11998, "name": "selector", "variant": "param", "kind": 32768, @@ -10548,13 +10548,13 @@ }, "type": { "type": "reference", - "target": 12005, + "target": 12072, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } }, { - "id": 11932, + "id": 11999, "name": "config", "variant": "param", "kind": 32768, @@ -10587,11 +10587,11 @@ }, "type": { "type": "reference", - "target": 12011, + "target": 12078, "typeArguments": [ { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -10601,7 +10601,7 @@ } }, { - "id": 11933, + "id": 12000, "name": "context", "variant": "param", "kind": 32768, @@ -10618,7 +10618,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -10638,7 +10638,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -10657,14 +10657,14 @@ ] }, { - "id": 11934, + "id": 12001, "name": "retrieveStockLocation", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11935, + "id": 12002, "name": "retrieveStockLocation", "variant": "signature", "kind": 4096, @@ -10699,7 +10699,7 @@ }, "parameters": [ { - "id": 11936, + "id": 12003, "name": "id", "variant": "param", "kind": 32768, @@ -10718,7 +10718,7 @@ } }, { - "id": 11937, + "id": 12004, "name": "config", "variant": "param", "kind": 32768, @@ -10751,11 +10751,11 @@ }, "type": { "type": "reference", - "target": 12011, + "target": 12078, "typeArguments": [ { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -10765,7 +10765,7 @@ } }, { - "id": 11938, + "id": 12005, "name": "context", "variant": "param", "kind": 32768, @@ -10782,7 +10782,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -10797,7 +10797,7 @@ "typeArguments": [ { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -10809,14 +10809,14 @@ ] }, { - "id": 11939, + "id": 12006, "name": "createStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11940, + "id": 12007, "name": "createStockLocations", "variant": "signature", "kind": 4096, @@ -10851,7 +10851,7 @@ }, "parameters": [ { - "id": 11941, + "id": 12008, "name": "input", "variant": "param", "kind": 32768, @@ -10866,13 +10866,13 @@ }, "type": { "type": "reference", - "target": 12047, + "target": 12114, "name": "CreateStockLocationInput", "package": "@medusajs/types" } }, { - "id": 11942, + "id": 12009, "name": "context", "variant": "param", "kind": 32768, @@ -10889,7 +10889,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -10904,7 +10904,7 @@ "typeArguments": [ { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -10914,7 +10914,7 @@ } }, { - "id": 11943, + "id": 12010, "name": "createStockLocations", "variant": "signature", "kind": 4096, @@ -10949,7 +10949,7 @@ }, "parameters": [ { - "id": 11944, + "id": 12011, "name": "input", "variant": "param", "kind": 32768, @@ -10966,14 +10966,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12047, + "target": 12114, "name": "CreateStockLocationInput", "package": "@medusajs/types" } } }, { - "id": 11945, + "id": 12012, "name": "context", "variant": "param", "kind": 32768, @@ -10990,7 +10990,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -11007,7 +11007,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -11020,14 +11020,14 @@ ] }, { - "id": 11946, + "id": 12013, "name": "upsertStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11947, + "id": 12014, "name": "upsertStockLocations", "variant": "signature", "kind": 4096, @@ -11062,7 +11062,7 @@ }, "parameters": [ { - "id": 11948, + "id": 12015, "name": "data", "variant": "param", "kind": 32768, @@ -11079,14 +11079,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12053, + "target": 12120, "name": "UpsertStockLocationInput", "package": "@medusajs/types" } } }, { - "id": 11949, + "id": 12016, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11103,7 +11103,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -11120,7 +11120,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -11131,7 +11131,7 @@ } }, { - "id": 11950, + "id": 12017, "name": "upsertStockLocations", "variant": "signature", "kind": 4096, @@ -11166,7 +11166,7 @@ }, "parameters": [ { - "id": 11951, + "id": 12018, "name": "data", "variant": "param", "kind": 32768, @@ -11181,13 +11181,13 @@ }, "type": { "type": "reference", - "target": 12053, + "target": 12120, "name": "UpsertStockLocationInput", "package": "@medusajs/types" } }, { - "id": 11952, + "id": 12019, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11204,7 +11204,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -11219,7 +11219,7 @@ "typeArguments": [ { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -11231,14 +11231,14 @@ ] }, { - "id": 11953, + "id": 12020, "name": "updateStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11954, + "id": 12021, "name": "updateStockLocations", "variant": "signature", "kind": 4096, @@ -11273,7 +11273,7 @@ }, "parameters": [ { - "id": 11955, + "id": 12022, "name": "id", "variant": "param", "kind": 32768, @@ -11284,7 +11284,7 @@ } }, { - "id": 11956, + "id": 12023, "name": "input", "variant": "param", "kind": 32768, @@ -11299,13 +11299,13 @@ }, "type": { "type": "reference", - "target": 12059, + "target": 12126, "name": "UpdateStockLocationInput", "package": "@medusajs/types" } }, { - "id": 11957, + "id": 12024, "name": "context", "variant": "param", "kind": 32768, @@ -11322,7 +11322,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -11337,7 +11337,7 @@ "typeArguments": [ { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -11347,7 +11347,7 @@ } }, { - "id": 11958, + "id": 12025, "name": "updateStockLocations", "variant": "signature", "kind": 4096, @@ -11382,7 +11382,7 @@ }, "parameters": [ { - "id": 11959, + "id": 12026, "name": "selector", "variant": "param", "kind": 32768, @@ -11397,13 +11397,13 @@ }, "type": { "type": "reference", - "target": 12005, + "target": 12072, "name": "FilterableStockLocationProps", "package": "@medusajs/types" } }, { - "id": 11960, + "id": 12027, "name": "input", "variant": "param", "kind": 32768, @@ -11418,13 +11418,13 @@ }, "type": { "type": "reference", - "target": 12059, + "target": 12126, "name": "UpdateStockLocationInput", "package": "@medusajs/types" } }, { - "id": 11961, + "id": 12028, "name": "context", "variant": "param", "kind": 32768, @@ -11441,7 +11441,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -11458,7 +11458,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12024, + "target": 12091, "name": "StockLocationDTO", "package": "@medusajs/types" } @@ -11471,14 +11471,14 @@ ] }, { - "id": 11962, + "id": 12029, "name": "deleteStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11963, + "id": 12030, "name": "deleteStockLocations", "variant": "signature", "kind": 4096, @@ -11513,7 +11513,7 @@ }, "parameters": [ { - "id": 11964, + "id": 12031, "name": "id", "variant": "param", "kind": 32768, @@ -11544,7 +11544,7 @@ } }, { - "id": 11965, + "id": 12032, "name": "context", "variant": "param", "kind": 32768, @@ -11561,7 +11561,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -11586,14 +11586,14 @@ ] }, { - "id": 11966, + "id": 12033, "name": "softDeleteStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11967, + "id": 12034, "name": "softDeleteStockLocations", "variant": "signature", "kind": 4096, @@ -11644,7 +11644,7 @@ }, "typeParameters": [ { - "id": 11968, + "id": 12035, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -11661,7 +11661,7 @@ ], "parameters": [ { - "id": 11969, + "id": 12036, "name": "stockLocationIds", "variant": "param", "kind": 32768, @@ -11683,7 +11683,7 @@ } }, { - "id": 11970, + "id": 12037, "name": "config", "variant": "param", "kind": 32768, @@ -11700,11 +11700,11 @@ }, "type": { "type": "reference", - "target": 12065, + "target": 12132, "typeArguments": [ { "type": "reference", - "target": 11968, + "target": 12035, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -11715,7 +11715,7 @@ } }, { - "id": 11971, + "id": 12038, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11732,7 +11732,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -11784,14 +11784,14 @@ ] }, { - "id": 11972, + "id": 12039, "name": "restoreStockLocations", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 11973, + "id": 12040, "name": "restoreStockLocations", "variant": "signature", "kind": 4096, @@ -11842,7 +11842,7 @@ }, "typeParameters": [ { - "id": 11974, + "id": 12041, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -11859,7 +11859,7 @@ ], "parameters": [ { - "id": 11975, + "id": 12042, "name": "stockLocationIds", "variant": "param", "kind": 32768, @@ -11881,7 +11881,7 @@ } }, { - "id": 11976, + "id": 12043, "name": "config", "variant": "param", "kind": 32768, @@ -11914,11 +11914,11 @@ }, "type": { "type": "reference", - "target": 12068, + "target": 12135, "typeArguments": [ { "type": "reference", - "target": 11974, + "target": 12041, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -11929,7 +11929,7 @@ } }, { - "id": 11977, + "id": 12044, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11946,7 +11946,7 @@ }, "type": { "type": "reference", - "target": 12035, + "target": 12102, "name": "Context", "package": "@medusajs/types" } @@ -12002,22 +12002,22 @@ { "title": "Methods", "children": [ - 11924, - 11929, - 11934, - 11939, - 11946, - 11953, - 11962, - 11966, - 11972 + 11991, + 11996, + 12001, + 12006, + 12013, + 12020, + 12029, + 12033, + 12039 ] } ], "extendedTypes": [ { "type": "reference", - "target": 11991, + "target": 12058, "name": "IModuleService", "package": "@medusajs/types" } @@ -12028,1884 +12028,1884 @@ { "title": "Interfaces", "children": [ - 12011, - 12095, - 12065, - 12068, - 12364, - 12381, - 12394, - 12302, - 12136, - 12332, - 12252, - 12197, - 12320, - 12310, - 12263, - 12293, - 12228, - 12170, - 11991, + 12078, + 12162, + 12132, + 12135, + 12431, + 12448, + 12461, + 12369, + 12203, + 12399, + 12319, + 12264, + 12387, + 12377, + 12330, + 12360, + 12295, + 12237, + 12058, + 12279, 12212, - 12145, - 12035, - 12005, - 12053, - 11923 + 12102, + 12072, + 12120, + 11990 ] }, { "title": "Type Aliases", "children": [ - 12169, - 12193, - 12195, - 12240, - 12404, - 12354, - 12099, - 12289, - 12250, - 12288, - 12244, - 12351, - 12282, - 12208, - 12218, - 12291, - 12292, - 12231, - 12187, - 12071, - 12184, - 12121, - 12024, - 12159, - 12047, - 12059 + 12236, + 12260, + 12262, + 12307, + 12471, + 12421, + 12166, + 12356, + 12317, + 12355, + 12311, + 12418, + 12349, + 12275, + 12285, + 12358, + 12359, + 12298, + 12254, + 12138, + 12251, + 12188, + 12091, + 12226, + 12114, + 12126 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "11922": { + "11989": { "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", "qualifiedName": "" }, - "11923": { + "11990": { "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", "qualifiedName": "IStockLocationService" }, - "11924": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.listStockLocations" - }, - "11925": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.listStockLocations" - }, - "11926": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "selector" - }, - "11927": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "config" - }, - "11928": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "11929": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.listAndCountStockLocations" - }, - "11930": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.listAndCountStockLocations" - }, - "11931": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "selector" - }, - "11932": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "config" - }, - "11933": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "11934": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.retrieveStockLocation" - }, - "11935": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.retrieveStockLocation" - }, - "11936": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "id" - }, - "11937": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "config" - }, - "11938": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "11939": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.createStockLocations" - }, - "11940": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.createStockLocations" - }, - "11941": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "input" - }, - "11942": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "11943": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.createStockLocations" - }, - "11944": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "input" - }, - "11945": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "11946": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.upsertStockLocations" - }, - "11947": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.upsertStockLocations" - }, - "11948": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "data" - }, - "11949": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "sharedContext" - }, - "11950": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.upsertStockLocations" - }, - "11951": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "data" - }, - "11952": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "sharedContext" - }, - "11953": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.updateStockLocations" - }, - "11954": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.updateStockLocations" - }, - "11955": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "id" - }, - "11956": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "input" - }, - "11957": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "11958": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.updateStockLocations" - }, - "11959": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "selector" - }, - "11960": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "input" - }, - "11961": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "11962": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.deleteStockLocations" - }, - "11963": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.deleteStockLocations" - }, - "11964": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "id" - }, - "11965": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "context" - }, - "11966": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.softDeleteStockLocations" - }, - "11967": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.softDeleteStockLocations" - }, - "11968": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "11969": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "stockLocationIds" - }, - "11970": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "config" - }, - "11971": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "sharedContext" - }, - "11972": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.restoreStockLocations" - }, - "11973": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "IStockLocationService.restoreStockLocations" - }, - "11974": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "11975": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "stockLocationIds" - }, - "11976": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "config" - }, - "11977": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", - "qualifiedName": "sharedContext" - }, "11991": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.listStockLocations" + }, + "11992": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.listStockLocations" + }, + "11993": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "selector" + }, + "11994": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "config" + }, + "11995": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "11996": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.listAndCountStockLocations" + }, + "11997": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.listAndCountStockLocations" + }, + "11998": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "selector" + }, + "11999": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "config" + }, + "12000": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "12001": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.retrieveStockLocation" + }, + "12002": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.retrieveStockLocation" + }, + "12003": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "id" + }, + "12004": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "config" + }, + "12005": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "12006": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.createStockLocations" + }, + "12007": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.createStockLocations" + }, + "12008": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "input" + }, + "12009": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "12010": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.createStockLocations" + }, + "12011": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "input" + }, + "12012": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "12013": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.upsertStockLocations" + }, + "12014": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.upsertStockLocations" + }, + "12015": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "data" + }, + "12016": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "sharedContext" + }, + "12017": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.upsertStockLocations" + }, + "12018": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "data" + }, + "12019": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "sharedContext" + }, + "12020": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.updateStockLocations" + }, + "12021": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.updateStockLocations" + }, + "12022": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "id" + }, + "12023": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "input" + }, + "12024": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "12025": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.updateStockLocations" + }, + "12026": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "selector" + }, + "12027": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "input" + }, + "12028": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "12029": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.deleteStockLocations" + }, + "12030": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.deleteStockLocations" + }, + "12031": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "id" + }, + "12032": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "context" + }, + "12033": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.softDeleteStockLocations" + }, + "12034": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.softDeleteStockLocations" + }, + "12035": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "12036": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "stockLocationIds" + }, + "12037": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "config" + }, + "12038": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "sharedContext" + }, + "12039": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.restoreStockLocations" + }, + "12040": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "IStockLocationService.restoreStockLocations" + }, + "12041": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "12042": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "stockLocationIds" + }, + "12043": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "config" + }, + "12044": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/service.ts", + "qualifiedName": "sharedContext" + }, + "12058": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "12005": { + "12072": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "FilterableStockLocationProps" }, - "12006": { + "12073": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "FilterableStockLocationProps.q" }, - "12007": { + "12074": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "FilterableStockLocationProps.id" }, - "12008": { + "12075": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "FilterableStockLocationProps.name" }, - "12009": { + "12076": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "12010": { + "12077": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "12011": { + "12078": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "12012": { + "12079": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "12013": { + "12080": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "12014": { + "12081": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "12015": { + "12082": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "12016": { + "12083": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "12017": { + "12084": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "12018": { + "12085": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "12020": { + "12087": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "12021": { + "12088": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "12022": { + "12089": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "12023": { + "12090": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "12024": { + "12091": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "StockLocationDTO" }, - "12025": { + "12092": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type" }, - "12026": { + "12093": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.id" }, - "12027": { + "12094": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.name" }, - "12028": { + "12095": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.metadata" }, - "12029": { + "12096": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.address_id" }, - "12030": { + "12097": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.address" }, - "12031": { + "12098": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.fulfillment_sets" }, - "12032": { + "12099": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.created_at" }, - "12033": { + "12100": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.updated_at" }, - "12034": { + "12101": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.deleted_at" }, - "12035": { + "12102": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "12036": { + "12103": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "12037": { + "12104": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "12038": { + "12105": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "12039": { + "12106": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "12040": { + "12107": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "12041": { + "12108": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "12042": { + "12109": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "12043": { + "12110": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "12044": { + "12111": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "12045": { + "12112": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "12046": { + "12113": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "12047": { + "12114": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "CreateStockLocationInput" }, - "12048": { + "12115": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type" }, - "12049": { + "12116": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.name" }, - "12050": { + "12117": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.address_id" }, - "12051": { + "12118": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.address" }, - "12052": { + "12119": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.metadata" }, - "12053": { + "12120": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "UpsertStockLocationInput" }, - "12054": { + "12121": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "name" }, - "12055": { + "12122": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "address_id" }, - "12056": { + "12123": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "address" }, - "12057": { + "12124": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "metadata" }, - "12058": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.id" - }, - "12059": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "UpdateStockLocationInput" - }, - "12060": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type" - }, - "12061": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.name" - }, - "12062": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address_id" - }, - "12063": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address" - }, - "12064": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.metadata" - }, - "12065": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "SoftDeleteReturn" - }, - "12066": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.returnLinkableKeys" - }, - "12067": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "12068": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RestoreReturn" - }, - "12069": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.returnLinkableKeys" - }, - "12070": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "12071": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerConfig" - }, - "12072": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "12073": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.schema" - }, - "12074": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationships" - }, - "12075": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extends" - }, - "12076": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "12077": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "12078": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.fieldAlias" - }, - "12079": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "12080": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" - }, - "12081": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "12082": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" - }, - "12083": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" - }, - "12084": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "12085": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" - }, - "12086": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" - }, - "12087": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" - }, - "12088": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" - }, - "12089": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" - }, - "12090": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" - }, - "12091": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "12092": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" - }, - "12093": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" - }, - "12094": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" - }, - "12095": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable" - }, - "12096": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "12097": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "12098": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.T" - }, - "12099": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "OperatorMap" - }, - "12100": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" - }, - "12101": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$and" - }, - "12102": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$or" - }, - "12103": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$eq" - }, - "12104": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ne" - }, - "12105": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$in" - }, - "12106": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$nin" - }, - "12107": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$not" - }, - "12108": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gt" - }, - "12109": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gte" - }, - "12110": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lt" - }, - "12111": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lte" - }, - "12112": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$like" - }, - "12113": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$re" - }, - "12114": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ilike" - }, - "12115": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$fulltext" - }, - "12116": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$overlap" - }, - "12117": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contains" - }, - "12118": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contained" - }, - "12119": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$exists" - }, - "12120": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "12121": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "StockLocationAddressDTO" - }, - "12122": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type" - }, - "12123": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.id" - }, - "12124": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address_1" - }, "12125": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.address_2" + "qualifiedName": "__type.id" }, "12126": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.company" + "qualifiedName": "UpdateStockLocationInput" }, "12127": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.country_code" + "qualifiedName": "__type" }, "12128": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.city" + "qualifiedName": "__type.name" }, "12129": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.phone" + "qualifiedName": "__type.address_id" }, "12130": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.postal_code" + "qualifiedName": "__type.address" }, "12131": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.province" - }, - "12132": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.metadata" }, + "12132": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "SoftDeleteReturn" + }, "12133": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.created_at" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.returnLinkableKeys" }, "12134": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.updated_at" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TReturnableLinkableKeys" }, "12135": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "RestoreReturn" }, "12136": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", - "qualifiedName": "FulfillmentSetDTO" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.returnLinkableKeys" }, "12137": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", - "qualifiedName": "FulfillmentSetDTO.id" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TReturnableLinkableKeys" }, "12138": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", - "qualifiedName": "FulfillmentSetDTO.name" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerConfig" }, "12139": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", - "qualifiedName": "FulfillmentSetDTO.type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "12140": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", - "qualifiedName": "FulfillmentSetDTO.metadata" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.schema" }, "12141": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", - "qualifiedName": "FulfillmentSetDTO.service_zones" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationships" }, "12142": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", - "qualifiedName": "FulfillmentSetDTO.created_at" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extends" }, "12143": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", - "qualifiedName": "FulfillmentSetDTO.updated_at" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "12144": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", - "qualifiedName": "FulfillmentSetDTO.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" }, "12145": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.fieldAlias" }, "12146": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "12147": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.path" }, "12148": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "msg" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" }, "12149": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isList" }, "12150": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationship" }, "12151": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "format" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" }, "12152": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.primaryKeys" }, "12153": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isLink" }, "12154": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.linkableKeys" }, "12155": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isReadOnlyLink" }, "12156": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraDataFields" }, "12157": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "messageData" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.databaseConfig" }, "12158": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "options" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "12159": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "StockLocationAddressInput" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.tableName" }, "12160": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.idPrefix" + }, + "12161": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraFields" + }, + "12162": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable" + }, + "12163": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "12164": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "12165": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.T" + }, + "12166": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "OperatorMap" + }, + "12167": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "12168": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$and" + }, + "12169": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$or" + }, + "12170": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$eq" + }, + "12171": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ne" + }, + "12172": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$in" + }, + "12173": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$nin" + }, + "12174": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$not" + }, + "12175": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gt" + }, + "12176": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gte" + }, + "12177": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lt" + }, + "12178": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lte" + }, + "12179": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$like" + }, + "12180": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$re" + }, + "12181": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ilike" + }, + "12182": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$fulltext" + }, + "12183": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$overlap" + }, + "12184": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contains" + }, + "12185": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contained" + }, + "12186": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$exists" + }, + "12187": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "12188": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "StockLocationAddressDTO" + }, + "12189": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type" }, - "12161": { + "12190": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.id" + }, + "12191": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.address_1" }, - "12162": { + "12192": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.address_2" }, - "12163": { + "12193": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.company" + }, + "12194": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.country_code" }, - "12164": { + "12195": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.city" }, - "12165": { + "12196": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.phone" }, - "12166": { - "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", - "qualifiedName": "__type.province" - }, - "12167": { + "12197": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.postal_code" }, - "12168": { + "12198": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.province" + }, + "12199": { "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type.metadata" }, - "12169": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "MetadataType" - }, - "12170": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig" - }, - "12171": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.serviceName" - }, - "12172": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.alias" - }, - "12173": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.fieldAlias" - }, - "12174": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "12175": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.path" - }, - "12176": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "12177": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.primaryKeys" - }, - "12178": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.relationships" - }, - "12179": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.extends" - }, - "12180": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "12181": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" - }, - "12182": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.relationship" - }, - "12183": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.args" - }, - "12184": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerRelationship" - }, - "12185": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "12186": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.deleteCascade" - }, - "12187": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModulesExtraFields" - }, - "12188": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "12189": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" - }, - "12190": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultValue" - }, - "12191": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.nullable" - }, - "12192": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" - }, - "12193": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Query" - }, - "12194": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "12195": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "ExpandScalar" - }, - "12196": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "12197": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", - "qualifiedName": "ServiceZoneDTO" - }, - "12198": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", - "qualifiedName": "ServiceZoneDTO.id" - }, - "12199": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", - "qualifiedName": "ServiceZoneDTO.name" - }, "12200": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", - "qualifiedName": "ServiceZoneDTO.metadata" + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.created_at" }, "12201": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", - "qualifiedName": "ServiceZoneDTO.fulfillment_set" + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.updated_at" }, "12202": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", - "qualifiedName": "ServiceZoneDTO.fulfillment_set_id" + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.deleted_at" }, "12203": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", - "qualifiedName": "ServiceZoneDTO.geo_zones" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", + "qualifiedName": "FulfillmentSetDTO" }, "12204": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", - "qualifiedName": "ServiceZoneDTO.shipping_options" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", + "qualifiedName": "FulfillmentSetDTO.id" }, "12205": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", - "qualifiedName": "ServiceZoneDTO.created_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", + "qualifiedName": "FulfillmentSetDTO.name" }, "12206": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", - "qualifiedName": "ServiceZoneDTO.updated_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", + "qualifiedName": "FulfillmentSetDTO.type" }, "12207": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", - "qualifiedName": "ServiceZoneDTO.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", + "qualifiedName": "FulfillmentSetDTO.metadata" }, "12208": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Message" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", + "qualifiedName": "FulfillmentSetDTO.service_zones" }, "12209": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", + "qualifiedName": "FulfillmentSetDTO.created_at" }, "12210": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", + "qualifiedName": "FulfillmentSetDTO.updated_at" }, "12211": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-set.ts", + "qualifiedName": "FulfillmentSetDTO.deleted_at" }, "12212": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat" + "qualifiedName": "IMessageAggregator" }, "12213": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.groupBy" + "qualifiedName": "IMessageAggregator.save" }, "12214": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.sortBy" + "qualifiedName": "IMessageAggregator.save" }, "12215": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type" + "qualifiedName": "msg" }, "12216": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "IMessageAggregator.getMessages" + }, + "12217": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" }, "12218": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "format" }, "12219": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" }, "12220": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" }, "12221": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "12222": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "12223": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "T" }, "12224": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "messageData" }, "12225": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "options" }, "12226": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "StockLocationAddressInput" }, "12227": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" - }, - "12228": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" - }, - "12229": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" - }, - "12230": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" - }, - "12231": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" - }, - "12232": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", "qualifiedName": "__type" }, + "12228": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.address_1" + }, + "12229": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.address_2" + }, + "12230": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.country_code" + }, + "12231": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.city" + }, + "12232": { + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.phone" + }, "12233": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.province" }, "12234": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.postal_code" }, "12235": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" + "sourceFileName": "../../../../packages/core/types/src/stock-location/common.ts", + "qualifiedName": "__type.metadata" }, "12236": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "MetadataType" }, "12237": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" + "qualifiedName": "JoinerServiceConfig" }, "12238": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" + "qualifiedName": "JoinerServiceConfig.serviceName" }, "12239": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" + "qualifiedName": "JoinerServiceConfig.alias" }, "12240": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Scalar" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.fieldAlias" }, "12241": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type" }, "12242": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.path" }, "12243": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" }, "12244": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterQuery" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.primaryKeys" }, "12245": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.relationships" }, "12246": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.extends" + }, + "12247": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" }, "12248": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" }, "12249": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Prev" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.relationship" }, "12250": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.args" }, "12251": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerRelationship" + }, + "12252": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12253": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.deleteCascade" + }, + "12254": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "LinkModulesExtraFields" + }, + "12255": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12256": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.type" + }, + "12257": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.defaultValue" + }, + "12258": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.nullable" + }, + "12259": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.options" + }, + "12260": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Query" + }, + "12261": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "12252": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneDTO" - }, - "12253": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneDTO.id" - }, - "12254": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneDTO.type" - }, - "12255": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneDTO.country_code" - }, - "12256": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneDTO.province_code" - }, - "12257": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneDTO.city" - }, - "12258": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneDTO.postal_expression" - }, - "12259": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneDTO.metadata" - }, - "12260": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneDTO.created_at" - }, - "12261": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneDTO.updated_at" - }, "12262": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneDTO.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "ExpandScalar" }, "12263": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" }, "12264": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.id" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", + "qualifiedName": "ServiceZoneDTO" }, "12265": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.name" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", + "qualifiedName": "ServiceZoneDTO.id" }, "12266": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.price_type" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", + "qualifiedName": "ServiceZoneDTO.name" }, "12267": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.service_zone_id" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", + "qualifiedName": "ServiceZoneDTO.metadata" }, "12268": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.shipping_profile_id" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", + "qualifiedName": "ServiceZoneDTO.fulfillment_set" }, "12269": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.provider_id" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", + "qualifiedName": "ServiceZoneDTO.fulfillment_set_id" }, "12270": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.shipping_option_type_id" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", + "qualifiedName": "ServiceZoneDTO.geo_zones" }, "12271": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.data" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", + "qualifiedName": "ServiceZoneDTO.shipping_options" }, "12272": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.metadata" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", + "qualifiedName": "ServiceZoneDTO.created_at" }, "12273": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.service_zone" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", + "qualifiedName": "ServiceZoneDTO.updated_at" }, "12274": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.shipping_profile" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/service-zone.ts", + "qualifiedName": "ServiceZoneDTO.deleted_at" }, "12275": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.fulfillment_provider" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Message" }, "12276": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.type" - }, - "12277": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.rules" - }, - "12278": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.fulfillments" - }, - "12279": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.created_at" - }, - "12280": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.updated_at" - }, - "12281": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionDTO.deleted_at" - }, - "12282": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" - }, - "12283": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "12284": { + "12277": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.options" }, - "12285": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" - }, - "12286": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "12287": { + "12278": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "TData" }, + "12279": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat" + }, + "12280": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.groupBy" + }, + "12281": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.sortBy" + }, + "12282": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type" + }, + "12283": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type.__index" + }, + "12285": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "RawMessageFormat" + }, + "12286": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "12287": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventName" + }, "12288": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "PrevLimit" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" }, "12289": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue2" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" }, "12290": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" + }, + "12291": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "12292": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" + }, + "12293": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "12294": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "12295": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "12296": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "12297": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "12298": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerRelationship" + }, + "12299": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "12300": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.alias" + }, + "12301": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.foreignKey" + }, + "12302": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "12303": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "12304": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "12305": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "12306": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "12307": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Scalar" + }, + "12308": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "12309": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "12310": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "12311": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterQuery" + }, + "12312": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "12313": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.__index" + }, + "12315": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "12291": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", - "qualifiedName": "GeoZoneType" - }, - "12292": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", - "qualifiedName": "ShippingOptionPriceType" - }, - "12293": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", - "qualifiedName": "ShippingProfileDTO" - }, - "12294": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", - "qualifiedName": "ShippingProfileDTO.id" - }, - "12295": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", - "qualifiedName": "ShippingProfileDTO.name" - }, - "12296": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", - "qualifiedName": "ShippingProfileDTO.type" - }, - "12297": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", - "qualifiedName": "ShippingProfileDTO.metadata" - }, - "12298": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", - "qualifiedName": "ShippingProfileDTO.shipping_options" - }, - "12299": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", - "qualifiedName": "ShippingProfileDTO.created_at" - }, - "12300": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", - "qualifiedName": "ShippingProfileDTO.updated_at" - }, - "12301": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", - "qualifiedName": "ShippingProfileDTO.deleted_at" - }, - "12302": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", - "qualifiedName": "FulfillmentProviderDTO" - }, - "12303": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", - "qualifiedName": "FulfillmentProviderDTO.id" - }, - "12304": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", - "qualifiedName": "FulfillmentProviderDTO.name" - }, - "12305": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", - "qualifiedName": "FulfillmentProviderDTO.metadata" - }, - "12306": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", - "qualifiedName": "FulfillmentProviderDTO.shipping_options" - }, - "12307": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", - "qualifiedName": "FulfillmentProviderDTO.created_at" - }, - "12308": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", - "qualifiedName": "FulfillmentProviderDTO.updated_at" - }, - "12309": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", - "qualifiedName": "FulfillmentProviderDTO.deleted_at" - }, - "12310": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", - "qualifiedName": "ShippingOptionTypeDTO" - }, - "12311": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", - "qualifiedName": "ShippingOptionTypeDTO.id" - }, - "12312": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", - "qualifiedName": "ShippingOptionTypeDTO.label" - }, - "12313": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", - "qualifiedName": "ShippingOptionTypeDTO.description" - }, - "12314": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", - "qualifiedName": "ShippingOptionTypeDTO.code" - }, - "12315": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", - "qualifiedName": "ShippingOptionTypeDTO.shipping_option_id" - }, "12316": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", - "qualifiedName": "ShippingOptionTypeDTO.shipping_option" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Prev" }, "12317": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", - "qualifiedName": "ShippingOptionTypeDTO.created_at" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterValue" }, "12318": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", - "qualifiedName": "ShippingOptionTypeDTO.updated_at" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" }, "12319": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", - "qualifiedName": "ShippingOptionTypeDTO.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneDTO" }, "12320": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "ShippingOptionRuleDTO" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneDTO.id" }, "12321": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "ShippingOptionRuleDTO.id" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneDTO.type" }, "12322": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "ShippingOptionRuleDTO.attribute" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneDTO.country_code" }, "12323": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "ShippingOptionRuleDTO.operator" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneDTO.province_code" }, "12324": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "ShippingOptionRuleDTO.value" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneDTO.city" }, "12325": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneDTO.postal_expression" }, "12326": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "__type.value" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneDTO.metadata" }, "12327": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "ShippingOptionRuleDTO.shipping_option_id" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneDTO.created_at" }, "12328": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "ShippingOptionRuleDTO.shipping_option" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneDTO.updated_at" }, "12329": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "ShippingOptionRuleDTO.created_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneDTO.deleted_at" }, "12330": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "ShippingOptionRuleDTO.updated_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO" }, "12331": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", - "qualifiedName": "ShippingOptionRuleDTO.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.id" }, "12332": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.name" }, "12333": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.id" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.price_type" }, "12334": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.location_id" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.service_zone_id" }, "12335": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.packed_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.shipping_profile_id" }, "12336": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.shipped_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.provider_id" }, "12337": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.delivered_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.shipping_option_type_id" }, "12338": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.canceled_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.data" }, "12339": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.data" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.metadata" }, "12340": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.provider_id" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.service_zone" }, "12341": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.shipping_option_id" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.shipping_profile" }, "12342": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.metadata" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.fulfillment_provider" }, "12343": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.shipping_option" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.type" }, "12344": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.provider" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.rules" }, "12345": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.delivery_address" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.fulfillments" }, "12346": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.items" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.created_at" }, "12347": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.labels" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.updated_at" }, "12348": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.created_at" + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionDTO.deleted_at" }, "12349": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.updated_at" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" }, "12350": { - "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", - "qualifiedName": "FulfillmentDTO.deleted_at" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" }, "12351": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "EventMetadata" + "qualifiedName": "__type.name" }, "12352": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.metadata" }, "12353": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventGroupId" + "qualifiedName": "__type.data" }, "12354": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Primary" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" }, "12355": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "qualifiedName": "PrevLimit" }, "12356": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.[PrimaryKeyType]" + "qualifiedName": "FilterValue2" }, "12357": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "12358": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/geo-zone.ts", + "qualifiedName": "GeoZoneType" + }, + "12359": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option.ts", + "qualifiedName": "ShippingOptionPriceType" + }, + "12360": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", + "qualifiedName": "ShippingProfileDTO" + }, + "12361": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", + "qualifiedName": "ShippingProfileDTO.id" + }, + "12362": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", + "qualifiedName": "ShippingProfileDTO.name" + }, + "12363": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", + "qualifiedName": "ShippingProfileDTO.type" + }, + "12364": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", + "qualifiedName": "ShippingProfileDTO.metadata" + }, + "12365": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", + "qualifiedName": "ShippingProfileDTO.shipping_options" + }, + "12366": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", + "qualifiedName": "ShippingProfileDTO.created_at" + }, + "12367": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", + "qualifiedName": "ShippingProfileDTO.updated_at" + }, + "12368": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-profile.ts", + "qualifiedName": "ShippingProfileDTO.deleted_at" + }, + "12369": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", + "qualifiedName": "FulfillmentProviderDTO" + }, + "12370": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", + "qualifiedName": "FulfillmentProviderDTO.id" + }, + "12371": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", + "qualifiedName": "FulfillmentProviderDTO.name" + }, + "12372": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", + "qualifiedName": "FulfillmentProviderDTO.metadata" + }, + "12373": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", + "qualifiedName": "FulfillmentProviderDTO.shipping_options" + }, + "12374": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", + "qualifiedName": "FulfillmentProviderDTO.created_at" + }, + "12375": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", + "qualifiedName": "FulfillmentProviderDTO.updated_at" + }, + "12376": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-provider.ts", + "qualifiedName": "FulfillmentProviderDTO.deleted_at" + }, + "12377": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", + "qualifiedName": "ShippingOptionTypeDTO" + }, + "12378": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", + "qualifiedName": "ShippingOptionTypeDTO.id" + }, + "12379": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", + "qualifiedName": "ShippingOptionTypeDTO.label" + }, + "12380": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", + "qualifiedName": "ShippingOptionTypeDTO.description" + }, + "12381": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", + "qualifiedName": "ShippingOptionTypeDTO.code" + }, + "12382": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", + "qualifiedName": "ShippingOptionTypeDTO.shipping_option_id" + }, + "12383": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", + "qualifiedName": "ShippingOptionTypeDTO.shipping_option" + }, + "12384": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", + "qualifiedName": "ShippingOptionTypeDTO.created_at" + }, + "12385": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", + "qualifiedName": "ShippingOptionTypeDTO.updated_at" + }, + "12386": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-type.ts", + "qualifiedName": "ShippingOptionTypeDTO.deleted_at" + }, + "12387": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "ShippingOptionRuleDTO" + }, + "12388": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "ShippingOptionRuleDTO.id" + }, + "12389": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "ShippingOptionRuleDTO.attribute" + }, + "12390": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "ShippingOptionRuleDTO.operator" + }, + "12391": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "ShippingOptionRuleDTO.value" + }, + "12392": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "__type" + }, + "12393": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "__type.value" + }, + "12394": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "ShippingOptionRuleDTO.shipping_option_id" + }, + "12395": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "ShippingOptionRuleDTO.shipping_option" + }, + "12396": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "ShippingOptionRuleDTO.created_at" + }, + "12397": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "ShippingOptionRuleDTO.updated_at" + }, + "12398": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/shipping-option-rule.ts", + "qualifiedName": "ShippingOptionRuleDTO.deleted_at" + }, + "12399": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO" + }, + "12400": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.id" + }, + "12401": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.location_id" + }, + "12402": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.packed_at" + }, + "12403": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.shipped_at" + }, + "12404": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.delivered_at" + }, + "12405": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.canceled_at" + }, + "12406": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.data" + }, + "12407": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.provider_id" + }, + "12408": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.shipping_option_id" + }, + "12409": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.metadata" + }, + "12410": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.shipping_option" + }, + "12411": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.provider" + }, + "12412": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.delivery_address" + }, + "12413": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.items" + }, + "12414": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.labels" + }, + "12415": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.created_at" + }, + "12416": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.updated_at" + }, + "12417": { + "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment.ts", + "qualifiedName": "FulfillmentDTO.deleted_at" + }, + "12418": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "EventMetadata" + }, + "12419": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "12420": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventGroupId" + }, + "12421": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Primary" + }, + "12422": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "12423": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.[PrimaryKeyType]" + }, + "12424": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "12425": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type._id" }, - "12359": { + "12426": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "12360": { + "12427": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.uuid" }, - "12361": { + "12428": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type" }, - "12362": { + "12429": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "__type.id" }, - "12363": { + "12430": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "12364": { + "12431": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO" }, - "12365": { + "12432": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.id" }, - "12366": { + "12433": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.fulfillment_id" }, - "12367": { + "12434": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.company" }, - "12368": { + "12435": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.first_name" }, - "12369": { + "12436": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.last_name" }, - "12370": { + "12437": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.address_1" }, - "12371": { + "12438": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.address_2" }, - "12372": { + "12439": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.city" }, - "12373": { + "12440": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.country_code" }, - "12374": { + "12441": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.province" }, - "12375": { + "12442": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.postal_code" }, - "12376": { + "12443": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.phone" }, - "12377": { + "12444": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.metadata" }, - "12378": { + "12445": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.created_at" }, - "12379": { + "12446": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.updated_at" }, - "12380": { + "12447": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/address.ts", "qualifiedName": "FulfillmentAddressDTO.deleted_at" }, - "12381": { + "12448": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO" }, - "12382": { + "12449": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.id" }, - "12383": { + "12450": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.title" }, - "12384": { + "12451": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.quantity" }, - "12385": { + "12452": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.sku" }, - "12386": { + "12453": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.barcode" }, - "12387": { + "12454": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.line_item_id" }, - "12388": { + "12455": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.inventory_item_id" }, - "12389": { + "12456": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.fulfillment_id" }, - "12390": { + "12457": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.fulfillment" }, - "12391": { + "12458": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.created_at" }, - "12392": { + "12459": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.updated_at" }, - "12393": { + "12460": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-item.ts", "qualifiedName": "FulfillmentItemDTO.deleted_at" }, - "12394": { + "12461": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-label.ts", "qualifiedName": "FulfillmentLabelDTO" }, - "12395": { + "12462": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-label.ts", "qualifiedName": "FulfillmentLabelDTO.id" }, - "12396": { + "12463": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-label.ts", "qualifiedName": "FulfillmentLabelDTO.tracking_number" }, - "12397": { + "12464": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-label.ts", "qualifiedName": "FulfillmentLabelDTO.tracking_url" }, - "12398": { + "12465": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-label.ts", "qualifiedName": "FulfillmentLabelDTO.label_url" }, - "12399": { + "12466": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-label.ts", "qualifiedName": "FulfillmentLabelDTO.fulfillment_id" }, - "12400": { + "12467": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-label.ts", "qualifiedName": "FulfillmentLabelDTO.fulfillment" }, - "12401": { + "12468": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-label.ts", "qualifiedName": "FulfillmentLabelDTO.created_at" }, - "12402": { + "12469": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-label.ts", "qualifiedName": "FulfillmentLabelDTO.updated_at" }, - "12403": { + "12470": { "sourceFileName": "../../../../packages/core/types/src/fulfillment/common/fulfillment-label.ts", "qualifiedName": "FulfillmentLabelDTO.deleted_at" }, - "12404": { + "12471": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "ReadonlyPrimary" }, - "12405": { + "12472": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" } @@ -13915,7 +13915,7 @@ "1": "../../../../packages/core/types/src/stock-location/service.ts" }, "reflections": { - "1": 11922 + "1": 11989 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/store-models.json b/www/utils/generated/typedoc-json-output/store-models.json index 17e895f931..c9d67637df 100644 --- a/www/utils/generated/typedoc-json-output/store-models.json +++ b/www/utils/generated/typedoc-json-output/store-models.json @@ -1,5 +1,5 @@ { - "id": 12714, + "id": 12781, "name": "store-models", "variant": "project", "kind": 1, @@ -18,28 +18,28 @@ }, "children": [ { - "id": 12733, + "id": 12800, "name": "StoreCurrency", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 12734, + "id": 12801, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 12735, + "id": 12802, "name": "new StoreCurrency", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 12733, + "target": 12800, "name": "StoreCurrency", "package": "@medusajs/store", "qualifiedName": "default" @@ -48,7 +48,7 @@ ] }, { - "id": 12736, + "id": 12803, "name": "id", "variant": "declaration", "kind": 1024, @@ -59,7 +59,7 @@ } }, { - "id": 12737, + "id": 12804, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -70,7 +70,7 @@ } }, { - "id": 12738, + "id": 12805, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -83,7 +83,7 @@ } }, { - "id": 12739, + "id": 12806, "name": "store_id", "variant": "declaration", "kind": 1024, @@ -103,7 +103,7 @@ } }, { - "id": 12740, + "id": 12807, "name": "store", "variant": "declaration", "kind": 1024, @@ -117,7 +117,7 @@ }, { "type": "reference", - "target": 12715, + "target": 12782, "name": "Store", "package": "@medusajs/store", "qualifiedName": "default" @@ -126,7 +126,7 @@ } }, { - "id": 12741, + "id": 12808, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -142,7 +142,7 @@ } }, { - "id": 12742, + "id": 12809, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -158,7 +158,7 @@ } }, { - "id": 12743, + "id": 12810, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -184,14 +184,14 @@ "defaultValue": "null" }, { - "id": 12744, + "id": 12811, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12745, + "id": 12812, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -204,14 +204,14 @@ ] }, { - "id": 12746, + "id": 12813, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12747, + "id": 12814, "name": "onInit", "variant": "signature", "kind": 4096, @@ -228,54 +228,54 @@ { "title": "Constructors", "children": [ - 12734 + 12801 ] }, { "title": "Properties", "children": [ - 12736, - 12737, - 12738, - 12739, - 12740, - 12741, - 12742, - 12743 + 12803, + 12804, + 12805, + 12806, + 12807, + 12808, + 12809, + 12810 ] }, { "title": "Methods", "children": [ - 12744, - 12746 + 12811, + 12813 ] } ] }, { - "id": 12715, + "id": 12782, "name": "Store", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 12716, + "id": 12783, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 12717, + "id": 12784, "name": "new Store", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 12715, + "target": 12782, "name": "Store", "package": "@medusajs/store", "qualifiedName": "default" @@ -284,7 +284,7 @@ ] }, { - "id": 12732, + "id": 12799, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -302,7 +302,7 @@ } }, { - "id": 12718, + "id": 12785, "name": "id", "variant": "declaration", "kind": 1024, @@ -313,7 +313,7 @@ } }, { - "id": 12719, + "id": 12786, "name": "name", "variant": "declaration", "kind": 1024, @@ -324,7 +324,7 @@ } }, { - "id": 12720, + "id": 12787, "name": "supported_currencies", "variant": "declaration", "kind": 1024, @@ -338,7 +338,7 @@ "typeArguments": [ { "type": "reference", - "target": 12733, + "target": 12800, "name": "StoreCurrency", "package": "@medusajs/store", "qualifiedName": "default" @@ -354,7 +354,7 @@ "defaultValue": "..." }, { - "id": 12721, + "id": 12788, "name": "default_sales_channel_id", "variant": "declaration", "kind": 1024, @@ -375,7 +375,7 @@ "defaultValue": "null" }, { - "id": 12722, + "id": 12789, "name": "default_region_id", "variant": "declaration", "kind": 1024, @@ -396,7 +396,7 @@ "defaultValue": "null" }, { - "id": 12723, + "id": 12790, "name": "default_location_id", "variant": "declaration", "kind": 1024, @@ -417,7 +417,7 @@ "defaultValue": "null" }, { - "id": 12724, + "id": 12791, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -453,7 +453,7 @@ "defaultValue": "null" }, { - "id": 12725, + "id": 12792, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -469,7 +469,7 @@ } }, { - "id": 12726, + "id": 12793, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -485,7 +485,7 @@ } }, { - "id": 12727, + "id": 12794, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -511,14 +511,14 @@ "defaultValue": "null" }, { - "id": 12728, + "id": 12795, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12729, + "id": 12796, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -531,14 +531,14 @@ ] }, { - "id": 12730, + "id": 12797, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12731, + "id": 12798, "name": "onInit", "variant": "signature", "kind": 4096, @@ -555,30 +555,30 @@ { "title": "Constructors", "children": [ - 12716 + 12783 ] }, { "title": "Properties", "children": [ - 12732, - 12718, - 12719, - 12720, - 12721, - 12722, - 12723, - 12724, - 12725, - 12726, - 12727 + 12799, + 12785, + 12786, + 12787, + 12788, + 12789, + 12790, + 12791, + 12792, + 12793, + 12794 ] }, { "title": "Methods", "children": [ - 12728, - 12730 + 12795, + 12797 ] } ] @@ -588,130 +588,130 @@ { "title": "Classes", "children": [ - 12733, - 12715 + 12800, + 12782 ] } ], "packageName": "@medusajs/store", "symbolIdMap": { - "12714": { + "12781": { "sourceFileName": "../../../../packages/modules/store/src/models/index.ts", "qualifiedName": "" }, - "12715": { + "12782": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default" }, - "12718": { + "12785": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.id" }, - "12719": { + "12786": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.name" }, - "12720": { + "12787": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.supported_currencies" }, - "12721": { + "12788": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.default_sales_channel_id" }, - "12722": { + "12789": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.default_region_id" }, - "12723": { + "12790": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.default_location_id" }, - "12724": { + "12791": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.metadata" }, - "12725": { + "12792": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.created_at" }, - "12726": { + "12793": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.updated_at" }, - "12727": { + "12794": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.deleted_at" }, - "12728": { + "12795": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.onCreate" }, - "12729": { + "12796": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.onCreate" }, - "12730": { + "12797": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.onInit" }, - "12731": { + "12798": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.onInit" }, - "12732": { + "12799": { "sourceFileName": "../../../../packages/modules/store/src/models/store.ts", "qualifiedName": "default.[OptionalProps]" }, - "12733": { + "12800": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default" }, - "12736": { + "12803": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.id" }, - "12737": { + "12804": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.currency_code" }, - "12738": { + "12805": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.is_default" }, - "12739": { + "12806": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.store_id" }, - "12740": { + "12807": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.store" }, - "12741": { + "12808": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.created_at" }, - "12742": { + "12809": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.updated_at" }, - "12743": { + "12810": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.deleted_at" }, - "12744": { + "12811": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.onCreate" }, - "12745": { + "12812": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.onCreate" }, - "12746": { + "12813": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.onInit" }, - "12747": { + "12814": { "sourceFileName": "../../../../packages/modules/store/src/models/currency.ts", "qualifiedName": "default.onInit" } @@ -721,7 +721,7 @@ "1": "../../../../packages/modules/store/src/models/index.ts" }, "reflections": { - "1": 12714 + "1": 12781 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/store.json b/www/utils/generated/typedoc-json-output/store.json index 1f6add0aa9..1f5afd1755 100644 --- a/www/utils/generated/typedoc-json-output/store.json +++ b/www/utils/generated/typedoc-json-output/store.json @@ -1,12 +1,12 @@ { - "id": 12442, + "id": 12509, "name": "store", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 12578, + "id": 12645, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -29,7 +29,7 @@ }, "children": [ { - "id": 12579, + "id": 12646, "name": "select", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 12590, + "target": 12657, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -70,7 +70,7 @@ } }, { - "id": 12580, + "id": 12647, "name": "skip", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 12581, + "id": 12648, "name": "take", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 12582, + "id": 12649, "name": "relations", "variant": "declaration", "kind": 1024, @@ -154,7 +154,7 @@ } }, { - "id": 12583, + "id": 12650, "name": "order", "variant": "declaration", "kind": 1024, @@ -188,21 +188,21 @@ "type": { "type": "reflection", "declaration": { - "id": 12584, + "id": 12651, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 12585, + "id": 12652, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 12586, + "id": 12653, "name": "K", "variant": "param", "kind": 32768, @@ -232,7 +232,7 @@ } }, { - "id": 12587, + "id": 12654, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -261,7 +261,7 @@ } }, { - "id": 12588, + "id": 12655, "name": "filters", "variant": "declaration", "kind": 1024, @@ -297,7 +297,7 @@ } }, { - "id": 12589, + "id": 12656, "name": "options", "variant": "declaration", "kind": 1024, @@ -337,20 +337,20 @@ { "title": "Properties", "children": [ - 12579, - 12580, - 12581, - 12582, - 12583, - 12587, - 12588, - 12589 + 12646, + 12647, + 12648, + 12649, + 12650, + 12654, + 12655, + 12656 ] } ], "typeParameters": [ { - "id": 12590, + "id": 12657, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -359,7 +359,7 @@ ] }, { - "id": 12646, + "id": 12713, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -374,7 +374,7 @@ }, "children": [ { - "id": 12647, + "id": 12714, "name": "$and", "variant": "declaration", "kind": 1024, @@ -396,11 +396,11 @@ "types": [ { "type": "reference", - "target": 12646, + "target": 12713, "typeArguments": [ { "type": "reference", - "target": 12649, + "target": 12716, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -412,7 +412,7 @@ }, { "type": "reference", - "target": 12649, + "target": 12716, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -423,7 +423,7 @@ } }, { - "id": 12648, + "id": 12715, "name": "$or", "variant": "declaration", "kind": 1024, @@ -445,11 +445,11 @@ "types": [ { "type": "reference", - "target": 12646, + "target": 12713, "typeArguments": [ { "type": "reference", - "target": 12649, + "target": 12716, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -461,7 +461,7 @@ }, { "type": "reference", - "target": 12649, + "target": 12716, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -476,14 +476,14 @@ { "title": "Properties", "children": [ - 12647, - 12648 + 12714, + 12715 ] } ], "typeParameters": [ { - "id": 12649, + "id": 12716, "name": "T", "variant": "typeParam", "kind": 131072, @@ -493,13 +493,13 @@ "extendedBy": [ { "type": "reference", - "target": 12572, + "target": 12639, "name": "FilterableStoreProps" } ] }, { - "id": 12591, + "id": 12658, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -514,7 +514,7 @@ }, "children": [ { - "id": 12592, + "id": 12659, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -533,7 +533,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12593, + "target": 12660, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -545,13 +545,13 @@ { "title": "Properties", "children": [ - 12592 + 12659 ] } ], "typeParameters": [ { - "id": 12593, + "id": 12660, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -564,7 +564,7 @@ ] }, { - "id": 12594, + "id": 12661, "name": "RestoreReturn", "variant": "declaration", "kind": 256, @@ -579,7 +579,7 @@ }, "children": [ { - "id": 12595, + "id": 12662, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -598,7 +598,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12596, + "target": 12663, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -610,13 +610,13 @@ { "title": "Properties", "children": [ - 12595 + 12662 ] } ], "typeParameters": [ { - "id": 12596, + "id": 12663, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -629,7 +629,7 @@ ] }, { - "id": 12711, + "id": 12778, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -659,14 +659,14 @@ { "type": "reflection", "declaration": { - "id": 12712, + "id": 12779, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12713, + "id": 12780, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -683,7 +683,7 @@ { "title": "Properties", "children": [ - 12713 + 12780 ] } ] @@ -693,14 +693,14 @@ } }, { - "id": 12705, + "id": 12772, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12710, + "id": 12777, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -714,14 +714,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12706, + "id": 12773, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12707, + "id": 12774, "name": "name", "variant": "declaration", "kind": 1024, @@ -732,7 +732,7 @@ } }, { - "id": 12708, + "id": 12775, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -741,20 +741,20 @@ }, "type": { "type": "reference", - "target": 12711, + "target": 12778, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 12709, + "id": 12776, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 12710, + "target": 12777, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -765,9 +765,9 @@ { "title": "Properties", "children": [ - 12707, - 12708, - 12709 + 12774, + 12775, + 12776 ] } ] @@ -775,14 +775,14 @@ } }, { - "id": 12673, + "id": 12740, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12676, + "id": 12743, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -798,11 +798,11 @@ "types": [ { "type": "reference", - "target": 12705, + "target": 12772, "typeArguments": [ { "type": "reference", - "target": 12676, + "target": 12743, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -814,14 +814,14 @@ { "type": "reflection", "declaration": { - "id": 12674, + "id": 12741, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12675, + "id": 12742, "name": "options", "variant": "declaration", "kind": 1024, @@ -853,7 +853,7 @@ { "title": "Properties", "children": [ - 12675 + 12742 ] } ] @@ -863,14 +863,14 @@ } }, { - "id": 12683, + "id": 12750, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 12692, + "id": 12759, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -884,14 +884,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12684, + "id": 12751, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12685, + "id": 12752, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -902,21 +902,21 @@ } }, { - "id": 12686, + "id": 12753, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 12692, + "target": 12759, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 12687, + "id": 12754, "name": "source", "variant": "declaration", "kind": 1024, @@ -927,7 +927,7 @@ } }, { - "id": 12688, + "id": 12755, "name": "object", "variant": "declaration", "kind": 1024, @@ -938,7 +938,7 @@ } }, { - "id": 12689, + "id": 12756, "name": "action", "variant": "declaration", "kind": 1024, @@ -951,7 +951,7 @@ } }, { - "id": 12690, + "id": 12757, "name": "context", "variant": "declaration", "kind": 1024, @@ -967,7 +967,7 @@ "typeArguments": [ { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" }, @@ -981,7 +981,7 @@ } }, { - "id": 12691, + "id": 12758, "name": "options", "variant": "declaration", "kind": 1024, @@ -1013,13 +1013,13 @@ { "title": "Properties", "children": [ - 12685, - 12686, - 12687, - 12688, - 12689, - 12690, - 12691 + 12752, + 12753, + 12754, + 12755, + 12756, + 12757, + 12758 ] } ] @@ -1027,7 +1027,7 @@ } }, { - "id": 12696, + "id": 12763, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -1035,14 +1035,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12697, + "id": 12764, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12698, + "id": 12765, "name": "alias", "variant": "declaration", "kind": 1024, @@ -1053,7 +1053,7 @@ } }, { - "id": 12699, + "id": 12766, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -1064,7 +1064,7 @@ } }, { - "id": 12700, + "id": 12767, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -1075,7 +1075,7 @@ } }, { - "id": 12701, + "id": 12768, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1086,7 +1086,7 @@ } }, { - "id": 12702, + "id": 12769, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -1107,7 +1107,7 @@ } }, { - "id": 12703, + "id": 12770, "name": "isList", "variant": "declaration", "kind": 1024, @@ -1128,7 +1128,7 @@ } }, { - "id": 12704, + "id": 12771, "name": "args", "variant": "declaration", "kind": 1024, @@ -1168,13 +1168,13 @@ { "title": "Properties", "children": [ - 12698, - 12699, - 12700, - 12701, - 12702, - 12703, - 12704 + 12765, + 12766, + 12767, + 12768, + 12769, + 12770, + 12771 ] } ] @@ -1182,14 +1182,14 @@ } }, { - "id": 12693, + "id": 12760, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 12694, + "id": 12761, "name": "name", "variant": "declaration", "kind": 1024, @@ -1212,7 +1212,7 @@ } }, { - "id": 12695, + "id": 12762, "name": "args", "variant": "declaration", "kind": 1024, @@ -1252,21 +1252,21 @@ { "title": "Properties", "children": [ - 12694, - 12695 + 12761, + 12762 ] } ] }, { - "id": 12650, + "id": 12717, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 12651, + "id": 12718, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1277,7 +1277,7 @@ } }, { - "id": 12652, + "id": 12719, "name": "alias", "variant": "declaration", "kind": 1024, @@ -1297,7 +1297,7 @@ "types": [ { "type": "reference", - "target": 12693, + "target": 12760, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -1305,7 +1305,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12693, + "target": 12760, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -1314,7 +1314,7 @@ } }, { - "id": 12653, + "id": 12720, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -1350,14 +1350,14 @@ { "type": "reflection", "declaration": { - "id": 12654, + "id": 12721, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12655, + "id": 12722, "name": "path", "variant": "declaration", "kind": 1024, @@ -1368,7 +1368,7 @@ } }, { - "id": 12656, + "id": 12723, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -1386,8 +1386,8 @@ { "title": "Properties", "children": [ - 12655, - 12656 + 12722, + 12723 ] } ] @@ -1401,7 +1401,7 @@ } }, { - "id": 12657, + "id": 12724, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -1415,7 +1415,7 @@ } }, { - "id": 12658, + "id": 12725, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -1426,14 +1426,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12696, + "target": 12763, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 12659, + "id": 12726, "name": "extends", "variant": "declaration", "kind": 1024, @@ -1445,14 +1445,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 12660, + "id": 12727, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12661, + "id": 12728, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1463,14 +1463,14 @@ } }, { - "id": 12662, + "id": 12729, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 12696, + "target": 12763, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -1480,8 +1480,8 @@ { "title": "Properties", "children": [ - 12661, - 12662 + 12728, + 12729 ] } ] @@ -1490,7 +1490,7 @@ } }, { - "id": 12663, + "id": 12730, "name": "args", "variant": "declaration", "kind": 1024, @@ -1530,19 +1530,19 @@ { "title": "Properties", "children": [ - 12651, - 12652, - 12653, - 12657, - 12658, - 12659, - 12663 + 12718, + 12719, + 12720, + 12724, + 12725, + 12726, + 12730 ] } ] }, { - "id": 12667, + "id": 12734, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -1561,14 +1561,14 @@ { "type": "reflection", "declaration": { - "id": 12668, + "id": 12735, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12669, + "id": 12736, "name": "type", "variant": "declaration", "kind": 1024, @@ -1664,7 +1664,7 @@ } }, { - "id": 12670, + "id": 12737, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -1677,7 +1677,7 @@ } }, { - "id": 12671, + "id": 12738, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -1690,7 +1690,7 @@ } }, { - "id": 12672, + "id": 12739, "name": "options", "variant": "declaration", "kind": 1024, @@ -1730,10 +1730,10 @@ { "title": "Properties", "children": [ - 12669, - 12670, - 12671, - 12672 + 12736, + 12737, + 12738, + 12739 ] } ] @@ -1745,7 +1745,7 @@ } }, { - "id": 12597, + "id": 12664, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -1762,7 +1762,7 @@ "typeArguments": [ { "type": "reference", - "target": 12650, + "target": 12717, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -1794,14 +1794,14 @@ { "type": "reflection", "declaration": { - "id": 12598, + "id": 12665, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12599, + "id": 12666, "name": "schema", "variant": "declaration", "kind": 1024, @@ -1822,7 +1822,7 @@ } }, { - "id": 12600, + "id": 12667, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -1833,14 +1833,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12664, + "target": 12731, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 12601, + "id": 12668, "name": "extends", "variant": "declaration", "kind": 1024, @@ -1852,14 +1852,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 12602, + "id": 12669, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12603, + "id": 12670, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1870,7 +1870,7 @@ } }, { - "id": 12604, + "id": 12671, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -1898,14 +1898,14 @@ { "type": "reflection", "declaration": { - "id": 12605, + "id": 12672, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12606, + "id": 12673, "name": "path", "variant": "declaration", "kind": 1024, @@ -1916,7 +1916,7 @@ } }, { - "id": 12607, + "id": 12674, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -1932,7 +1932,7 @@ } }, { - "id": 12608, + "id": 12675, "name": "isList", "variant": "declaration", "kind": 1024, @@ -1949,9 +1949,9 @@ { "title": "Properties", "children": [ - 12606, - 12607, - 12608 + 12673, + 12674, + 12675 ] } ] @@ -1965,14 +1965,14 @@ } }, { - "id": 12609, + "id": 12676, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 12664, + "target": 12731, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -1982,9 +1982,9 @@ { "title": "Properties", "children": [ - 12603, - 12604, - 12609 + 12670, + 12671, + 12676 ] } ] @@ -1993,7 +1993,7 @@ } }, { - "id": 12610, + "id": 12677, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2006,7 +2006,7 @@ } }, { - "id": 12611, + "id": 12678, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -2022,7 +2022,7 @@ } }, { - "id": 12612, + "id": 12679, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -2043,7 +2043,7 @@ } }, { - "id": 12613, + "id": 12680, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -2079,7 +2079,7 @@ } }, { - "id": 12614, + "id": 12681, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -2100,7 +2100,7 @@ } }, { - "id": 12615, + "id": 12682, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -2124,7 +2124,7 @@ } }, { - "id": 12616, + "id": 12683, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -2134,14 +2134,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12617, + "id": 12684, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12618, + "id": 12685, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -2162,7 +2162,7 @@ } }, { - "id": 12619, + "id": 12686, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -2183,7 +2183,7 @@ } }, { - "id": 12620, + "id": 12687, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -2192,7 +2192,7 @@ }, "type": { "type": "reference", - "target": 12667, + "target": 12734, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -2202,9 +2202,9 @@ { "title": "Properties", "children": [ - 12618, - 12619, - 12620 + 12685, + 12686, + 12687 ] } ] @@ -2216,16 +2216,16 @@ { "title": "Properties", "children": [ - 12599, - 12600, - 12601, - 12610, - 12611, - 12612, - 12613, - 12614, - 12615, - 12616 + 12666, + 12667, + 12668, + 12677, + 12678, + 12679, + 12680, + 12681, + 12682, + 12683 ] } ] @@ -2235,7 +2235,7 @@ } }, { - "id": 12664, + "id": 12731, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -2245,21 +2245,21 @@ "types": [ { "type": "reference", - "target": 12696, + "target": 12763, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 12665, + "id": 12732, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12666, + "id": 12733, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -2284,7 +2284,7 @@ { "title": "Properties", "children": [ - 12666 + 12733 ] } ] @@ -2294,7 +2294,7 @@ } }, { - "id": 12514, + "id": 12581, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -2302,20 +2302,20 @@ "extendedBy": [ { "type": "reference", - "target": 12443, + "target": 12510, "name": "IStoreModuleService" } ] }, { - "id": 12677, + "id": 12744, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 12678, + "id": 12745, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -2331,7 +2331,7 @@ } }, { - "id": 12679, + "id": 12746, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -2341,21 +2341,21 @@ "type": { "type": "reflection", "declaration": { - "id": 12680, + "id": 12747, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 12681, + "id": 12748, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 12682, + "id": 12749, "name": "key", "variant": "param", "kind": 32768, @@ -2396,35 +2396,35 @@ { "title": "Properties", "children": [ - 12678, - 12679 + 12745, + 12746 ] } ] }, { - "id": 12624, + "id": 12691, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 12625, + "id": 12692, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12626, + "id": 12693, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 12627, + "id": 12694, "name": "msg", "variant": "param", "kind": 32768, @@ -2434,7 +2434,7 @@ "types": [ { "type": "reference", - "target": 12673, + "target": 12740, "name": "Message", "package": "@medusajs/types" }, @@ -2442,7 +2442,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12673, + "target": 12740, "name": "Message", "package": "@medusajs/types" } @@ -2459,21 +2459,21 @@ ] }, { - "id": 12628, + "id": 12695, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12629, + "id": 12696, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 12630, + "id": 12697, "name": "format", "variant": "param", "kind": 32768, @@ -2482,7 +2482,7 @@ }, "type": { "type": "reference", - "target": 12677, + "target": 12744, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -2503,7 +2503,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12673, + "target": 12740, "name": "Message", "package": "@medusajs/types" } @@ -2516,14 +2516,14 @@ ] }, { - "id": 12631, + "id": 12698, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12632, + "id": 12699, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -2536,21 +2536,21 @@ ] }, { - "id": 12633, + "id": 12700, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12634, + "id": 12701, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 12635, + "id": 12702, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2559,7 +2559,7 @@ ], "parameters": [ { - "id": 12636, + "id": 12703, "name": "messageData", "variant": "param", "kind": 32768, @@ -2569,11 +2569,11 @@ "types": [ { "type": "reference", - "target": 12683, + "target": 12750, "typeArguments": [ { "type": "reference", - "target": 12635, + "target": 12702, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2586,11 +2586,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 12683, + "target": 12750, "typeArguments": [ { "type": "reference", - "target": 12635, + "target": 12702, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2604,7 +2604,7 @@ } }, { - "id": 12637, + "id": 12704, "name": "options", "variant": "param", "kind": 32768, @@ -2644,16 +2644,16 @@ { "title": "Methods", "children": [ - 12625, - 12628, - 12631, - 12633 + 12692, + 12695, + 12698, + 12700 ] } ] }, { - "id": 12535, + "id": 12602, "name": "Context", "variant": "declaration", "kind": 256, @@ -2668,7 +2668,7 @@ }, "children": [ { - "id": 12536, + "id": 12603, "name": "__type", "variant": "declaration", "kind": 1024, @@ -2681,7 +2681,7 @@ } }, { - "id": 12537, + "id": 12604, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -2714,14 +2714,14 @@ }, "type": { "type": "reference", - "target": 12546, + "target": 12613, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 12538, + "id": 12605, "name": "manager", "variant": "declaration", "kind": 1024, @@ -2754,14 +2754,14 @@ }, "type": { "type": "reference", - "target": 12546, + "target": 12613, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 12539, + "id": 12606, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -2814,7 +2814,7 @@ } }, { - "id": 12540, + "id": 12607, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -2835,7 +2835,7 @@ } }, { - "id": 12541, + "id": 12608, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -2856,7 +2856,7 @@ } }, { - "id": 12542, + "id": 12609, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -2877,7 +2877,7 @@ } }, { - "id": 12543, + "id": 12610, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -2894,13 +2894,13 @@ }, "type": { "type": "reference", - "target": 12624, + "target": 12691, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 12544, + "id": 12611, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -2921,7 +2921,7 @@ } }, { - "id": 12545, + "id": 12612, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -2946,22 +2946,22 @@ { "title": "Properties", "children": [ - 12536, - 12537, - 12538, - 12539, - 12540, - 12541, - 12542, - 12543, - 12544, - 12545 + 12603, + 12604, + 12605, + 12606, + 12607, + 12608, + 12609, + 12610, + 12611, + 12612 ] } ], "typeParameters": [ { - "id": 12546, + "id": 12613, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -2974,14 +2974,14 @@ ] }, { - "id": 12638, + "id": 12705, "name": "StoreCurrencyDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 12639, + "id": 12706, "name": "id", "variant": "declaration", "kind": 1024, @@ -3000,7 +3000,7 @@ } }, { - "id": 12640, + "id": 12707, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -3019,7 +3019,7 @@ } }, { - "id": 12641, + "id": 12708, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -3038,7 +3038,7 @@ } }, { - "id": 12642, + "id": 12709, "name": "store_id", "variant": "declaration", "kind": 1024, @@ -3057,7 +3057,7 @@ } }, { - "id": 12643, + "id": 12710, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3076,7 +3076,7 @@ } }, { - "id": 12644, + "id": 12711, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3095,7 +3095,7 @@ } }, { - "id": 12645, + "id": 12712, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3127,19 +3127,19 @@ { "title": "Properties", "children": [ - 12639, - 12640, - 12641, - 12642, - 12643, - 12644, - 12645 + 12706, + 12707, + 12708, + 12709, + 12710, + 12711, + 12712 ] } ] }, { - "id": 12547, + "id": 12614, "name": "StoreDTO", "variant": "declaration", "kind": 256, @@ -3154,7 +3154,7 @@ }, "children": [ { - "id": 12548, + "id": 12615, "name": "id", "variant": "declaration", "kind": 1024, @@ -3173,7 +3173,7 @@ } }, { - "id": 12549, + "id": 12616, "name": "name", "variant": "declaration", "kind": 1024, @@ -3192,7 +3192,7 @@ } }, { - "id": 12550, + "id": 12617, "name": "supported_currencies", "variant": "declaration", "kind": 1024, @@ -3211,14 +3211,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12638, + "target": 12705, "name": "StoreCurrencyDTO", "package": "@medusajs/types" } } }, { - "id": 12551, + "id": 12618, "name": "default_sales_channel_id", "variant": "declaration", "kind": 1024, @@ -3239,7 +3239,7 @@ } }, { - "id": 12552, + "id": 12619, "name": "default_region_id", "variant": "declaration", "kind": 1024, @@ -3260,7 +3260,7 @@ } }, { - "id": 12553, + "id": 12620, "name": "default_location_id", "variant": "declaration", "kind": 1024, @@ -3281,7 +3281,7 @@ } }, { - "id": 12554, + "id": 12621, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3324,7 +3324,7 @@ } }, { - "id": 12555, + "id": 12622, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3343,7 +3343,7 @@ } }, { - "id": 12556, + "id": 12623, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3366,21 +3366,21 @@ { "title": "Properties", "children": [ - 12548, - 12549, - 12550, - 12551, - 12552, - 12553, - 12554, - 12555, - 12556 + 12615, + 12616, + 12617, + 12618, + 12619, + 12620, + 12621, + 12622, + 12623 ] } ] }, { - "id": 12572, + "id": 12639, "name": "FilterableStoreProps", "variant": "declaration", "kind": 256, @@ -3395,7 +3395,7 @@ }, "children": [ { - "id": 12576, + "id": 12643, "name": "$and", "variant": "declaration", "kind": 1024, @@ -3418,17 +3418,17 @@ "types": [ { "type": "reference", - "target": 12572, + "target": 12639, "name": "FilterableStoreProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 12646, + "target": 12713, "typeArguments": [ { "type": "reference", - "target": 12572, + "target": 12639, "name": "FilterableStoreProps", "package": "@medusajs/types" } @@ -3441,12 +3441,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 12647, + "target": 12714, "name": "BaseFilterable.$and" } }, { - "id": 12577, + "id": 12644, "name": "$or", "variant": "declaration", "kind": 1024, @@ -3469,17 +3469,17 @@ "types": [ { "type": "reference", - "target": 12572, + "target": 12639, "name": "FilterableStoreProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 12646, + "target": 12713, "typeArguments": [ { "type": "reference", - "target": 12572, + "target": 12639, "name": "FilterableStoreProps", "package": "@medusajs/types" } @@ -3492,12 +3492,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 12648, + "target": 12715, "name": "BaseFilterable.$or" } }, { - "id": 12573, + "id": 12640, "name": "q", "variant": "declaration", "kind": 1024, @@ -3518,7 +3518,7 @@ } }, { - "id": 12574, + "id": 12641, "name": "id", "variant": "declaration", "kind": 1024, @@ -3551,7 +3551,7 @@ } }, { - "id": 12575, + "id": 12642, "name": "name", "variant": "declaration", "kind": 1024, @@ -3588,22 +3588,22 @@ { "title": "Properties", "children": [ - 12576, - 12577, - 12573, - 12574, - 12575 + 12643, + 12644, + 12640, + 12641, + 12642 ] } ], "extendedTypes": [ { "type": "reference", - "target": 12646, + "target": 12713, "typeArguments": [ { "type": "reference", - "target": 12572, + "target": 12639, "name": "FilterableStoreProps", "package": "@medusajs/types" } @@ -3614,14 +3614,14 @@ ] }, { - "id": 12621, + "id": 12688, "name": "CreateStoreCurrencyDTO", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 12622, + "id": 12689, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -3640,7 +3640,7 @@ } }, { - "id": 12623, + "id": 12690, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -3665,14 +3665,14 @@ { "title": "Properties", "children": [ - 12622, - 12623 + 12689, + 12690 ] } ] }, { - "id": 12528, + "id": 12595, "name": "CreateStoreDTO", "variant": "declaration", "kind": 256, @@ -3687,7 +3687,7 @@ }, "children": [ { - "id": 12529, + "id": 12596, "name": "name", "variant": "declaration", "kind": 1024, @@ -3708,7 +3708,7 @@ } }, { - "id": 12530, + "id": 12597, "name": "supported_currencies", "variant": "declaration", "kind": 1024, @@ -3727,14 +3727,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12621, + "target": 12688, "name": "CreateStoreCurrencyDTO", "package": "@medusajs/types" } } }, { - "id": 12531, + "id": 12598, "name": "default_sales_channel_id", "variant": "declaration", "kind": 1024, @@ -3755,7 +3755,7 @@ } }, { - "id": 12532, + "id": 12599, "name": "default_region_id", "variant": "declaration", "kind": 1024, @@ -3776,7 +3776,7 @@ } }, { - "id": 12533, + "id": 12600, "name": "default_location_id", "variant": "declaration", "kind": 1024, @@ -3797,7 +3797,7 @@ } }, { - "id": 12534, + "id": 12601, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3837,18 +3837,18 @@ { "title": "Properties", "children": [ - 12529, - 12530, - 12531, - 12532, - 12533, - 12534 + 12596, + 12597, + 12598, + 12599, + 12600, + 12601 ] } ] }, { - "id": 12557, + "id": 12624, "name": "UpsertStoreDTO", "variant": "declaration", "kind": 256, @@ -3863,7 +3863,7 @@ }, "children": [ { - "id": 12558, + "id": 12625, "name": "id", "variant": "declaration", "kind": 1024, @@ -3884,7 +3884,7 @@ } }, { - "id": 12559, + "id": 12626, "name": "name", "variant": "declaration", "kind": 1024, @@ -3906,12 +3906,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 12566, + "target": 12633, "name": "UpdateStoreDTO.name" } }, { - "id": 12560, + "id": 12627, "name": "supported_currencies", "variant": "declaration", "kind": 1024, @@ -3931,19 +3931,19 @@ "type": "array", "elementType": { "type": "reference", - "target": 12621, + "target": 12688, "name": "CreateStoreCurrencyDTO", "package": "@medusajs/types" } }, "inheritedFrom": { "type": "reference", - "target": 12567, + "target": 12634, "name": "UpdateStoreDTO.supported_currencies" } }, { - "id": 12561, + "id": 12628, "name": "default_sales_channel_id", "variant": "declaration", "kind": 1024, @@ -3974,12 +3974,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 12568, + "target": 12635, "name": "UpdateStoreDTO.default_sales_channel_id" } }, { - "id": 12562, + "id": 12629, "name": "default_region_id", "variant": "declaration", "kind": 1024, @@ -4010,12 +4010,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 12569, + "target": 12636, "name": "UpdateStoreDTO.default_region_id" } }, { - "id": 12563, + "id": 12630, "name": "default_location_id", "variant": "declaration", "kind": 1024, @@ -4046,12 +4046,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 12570, + "target": 12637, "name": "UpdateStoreDTO.default_location_id" } }, { - "id": 12564, + "id": 12631, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4097,7 +4097,7 @@ }, "inheritedFrom": { "type": "reference", - "target": 12571, + "target": 12638, "name": "UpdateStoreDTO.metadata" } } @@ -4106,27 +4106,27 @@ { "title": "Properties", "children": [ - 12558, - 12559, - 12560, - 12561, - 12562, - 12563, - 12564 + 12625, + 12626, + 12627, + 12628, + 12629, + 12630, + 12631 ] } ], "extendedTypes": [ { "type": "reference", - "target": 12565, + "target": 12632, "name": "UpdateStoreDTO", "package": "@medusajs/types" } ] }, { - "id": 12565, + "id": 12632, "name": "UpdateStoreDTO", "variant": "declaration", "kind": 256, @@ -4141,7 +4141,7 @@ }, "children": [ { - "id": 12566, + "id": 12633, "name": "name", "variant": "declaration", "kind": 1024, @@ -4162,7 +4162,7 @@ } }, { - "id": 12567, + "id": 12634, "name": "supported_currencies", "variant": "declaration", "kind": 1024, @@ -4181,14 +4181,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12621, + "target": 12688, "name": "CreateStoreCurrencyDTO", "package": "@medusajs/types" } } }, { - "id": 12568, + "id": 12635, "name": "default_sales_channel_id", "variant": "declaration", "kind": 1024, @@ -4218,7 +4218,7 @@ } }, { - "id": 12569, + "id": 12636, "name": "default_region_id", "variant": "declaration", "kind": 1024, @@ -4248,7 +4248,7 @@ } }, { - "id": 12570, + "id": 12637, "name": "default_location_id", "variant": "declaration", "kind": 1024, @@ -4278,7 +4278,7 @@ } }, { - "id": 12571, + "id": 12638, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4327,25 +4327,25 @@ { "title": "Properties", "children": [ - 12566, - 12567, - 12568, - 12569, - 12570, - 12571 + 12633, + 12634, + 12635, + 12636, + 12637, + 12638 ] } ], "extendedBy": [ { "type": "reference", - "target": 12557, + "target": 12624, "name": "UpsertStoreDTO" } ] }, { - "id": 12443, + "id": 12510, "name": "IStoreModuleService", "variant": "declaration", "kind": 256, @@ -4360,14 +4360,14 @@ }, "children": [ { - "id": 12444, + "id": 12511, "name": "createStores", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12445, + "id": 12512, "name": "createStores", "variant": "signature", "kind": 4096, @@ -4402,7 +4402,7 @@ }, "parameters": [ { - "id": 12446, + "id": 12513, "name": "data", "variant": "param", "kind": 32768, @@ -4419,14 +4419,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12528, + "target": 12595, "name": "CreateStoreDTO", "package": "@medusajs/types" } } }, { - "id": 12447, + "id": 12514, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4443,7 +4443,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -4460,7 +4460,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -4471,7 +4471,7 @@ } }, { - "id": 12448, + "id": 12515, "name": "createStores", "variant": "signature", "kind": 4096, @@ -4506,7 +4506,7 @@ }, "parameters": [ { - "id": 12449, + "id": 12516, "name": "data", "variant": "param", "kind": 32768, @@ -4521,13 +4521,13 @@ }, "type": { "type": "reference", - "target": 12528, + "target": 12595, "name": "CreateStoreDTO", "package": "@medusajs/types" } }, { - "id": 12450, + "id": 12517, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4544,7 +4544,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -4559,7 +4559,7 @@ "typeArguments": [ { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -4571,14 +4571,14 @@ ] }, { - "id": 12451, + "id": 12518, "name": "upsertStores", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12452, + "id": 12519, "name": "upsertStores", "variant": "signature", "kind": 4096, @@ -4613,7 +4613,7 @@ }, "parameters": [ { - "id": 12453, + "id": 12520, "name": "data", "variant": "param", "kind": 32768, @@ -4630,14 +4630,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12557, + "target": 12624, "name": "UpsertStoreDTO", "package": "@medusajs/types" } } }, { - "id": 12454, + "id": 12521, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4654,7 +4654,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -4671,7 +4671,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -4682,7 +4682,7 @@ } }, { - "id": 12455, + "id": 12522, "name": "upsertStores", "variant": "signature", "kind": 4096, @@ -4717,7 +4717,7 @@ }, "parameters": [ { - "id": 12456, + "id": 12523, "name": "data", "variant": "param", "kind": 32768, @@ -4732,13 +4732,13 @@ }, "type": { "type": "reference", - "target": 12557, + "target": 12624, "name": "UpsertStoreDTO", "package": "@medusajs/types" } }, { - "id": 12457, + "id": 12524, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4755,7 +4755,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -4770,7 +4770,7 @@ "typeArguments": [ { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -4782,14 +4782,14 @@ ] }, { - "id": 12458, + "id": 12525, "name": "updateStores", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12459, + "id": 12526, "name": "updateStores", "variant": "signature", "kind": 4096, @@ -4824,7 +4824,7 @@ }, "parameters": [ { - "id": 12460, + "id": 12527, "name": "id", "variant": "param", "kind": 32768, @@ -4843,7 +4843,7 @@ } }, { - "id": 12461, + "id": 12528, "name": "data", "variant": "param", "kind": 32768, @@ -4858,13 +4858,13 @@ }, "type": { "type": "reference", - "target": 12565, + "target": 12632, "name": "UpdateStoreDTO", "package": "@medusajs/types" } }, { - "id": 12462, + "id": 12529, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4881,7 +4881,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -4896,7 +4896,7 @@ "typeArguments": [ { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -4906,7 +4906,7 @@ } }, { - "id": 12463, + "id": 12530, "name": "updateStores", "variant": "signature", "kind": 4096, @@ -4941,7 +4941,7 @@ }, "parameters": [ { - "id": 12464, + "id": 12531, "name": "selector", "variant": "param", "kind": 32768, @@ -4956,13 +4956,13 @@ }, "type": { "type": "reference", - "target": 12572, + "target": 12639, "name": "FilterableStoreProps", "package": "@medusajs/types" } }, { - "id": 12465, + "id": 12532, "name": "data", "variant": "param", "kind": 32768, @@ -4977,13 +4977,13 @@ }, "type": { "type": "reference", - "target": 12565, + "target": 12632, "name": "UpdateStoreDTO", "package": "@medusajs/types" } }, { - "id": 12466, + "id": 12533, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5000,7 +5000,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -5017,7 +5017,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -5030,14 +5030,14 @@ ] }, { - "id": 12467, + "id": 12534, "name": "deleteStores", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12468, + "id": 12535, "name": "deleteStores", "variant": "signature", "kind": 4096, @@ -5072,7 +5072,7 @@ }, "parameters": [ { - "id": 12469, + "id": 12536, "name": "ids", "variant": "param", "kind": 32768, @@ -5094,7 +5094,7 @@ } }, { - "id": 12470, + "id": 12537, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5111,7 +5111,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -5134,7 +5134,7 @@ } }, { - "id": 12471, + "id": 12538, "name": "deleteStores", "variant": "signature", "kind": 4096, @@ -5169,7 +5169,7 @@ }, "parameters": [ { - "id": 12472, + "id": 12539, "name": "id", "variant": "param", "kind": 32768, @@ -5188,7 +5188,7 @@ } }, { - "id": 12473, + "id": 12540, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5205,7 +5205,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -5230,14 +5230,14 @@ ] }, { - "id": 12474, + "id": 12541, "name": "retrieveStore", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12475, + "id": 12542, "name": "retrieveStore", "variant": "signature", "kind": 4096, @@ -5272,7 +5272,7 @@ }, "parameters": [ { - "id": 12476, + "id": 12543, "name": "id", "variant": "param", "kind": 32768, @@ -5291,7 +5291,7 @@ } }, { - "id": 12477, + "id": 12544, "name": "config", "variant": "param", "kind": 32768, @@ -5324,11 +5324,11 @@ }, "type": { "type": "reference", - "target": 12578, + "target": 12645, "typeArguments": [ { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -5338,7 +5338,7 @@ } }, { - "id": 12478, + "id": 12545, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5355,7 +5355,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -5370,7 +5370,7 @@ "typeArguments": [ { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -5382,14 +5382,14 @@ ] }, { - "id": 12479, + "id": 12546, "name": "listStores", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12480, + "id": 12547, "name": "listStores", "variant": "signature", "kind": 4096, @@ -5468,7 +5468,7 @@ }, "parameters": [ { - "id": 12481, + "id": 12548, "name": "filters", "variant": "param", "kind": 32768, @@ -5485,13 +5485,13 @@ }, "type": { "type": "reference", - "target": 12572, + "target": 12639, "name": "FilterableStoreProps", "package": "@medusajs/types" } }, { - "id": 12482, + "id": 12549, "name": "config", "variant": "param", "kind": 32768, @@ -5524,11 +5524,11 @@ }, "type": { "type": "reference", - "target": 12578, + "target": 12645, "typeArguments": [ { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -5538,7 +5538,7 @@ } }, { - "id": 12483, + "id": 12550, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5555,7 +5555,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -5572,7 +5572,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -5585,14 +5585,14 @@ ] }, { - "id": 12484, + "id": 12551, "name": "listAndCountStores", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12485, + "id": 12552, "name": "listAndCountStores", "variant": "signature", "kind": 4096, @@ -5671,7 +5671,7 @@ }, "parameters": [ { - "id": 12486, + "id": 12553, "name": "filters", "variant": "param", "kind": 32768, @@ -5688,13 +5688,13 @@ }, "type": { "type": "reference", - "target": 12572, + "target": 12639, "name": "FilterableStoreProps", "package": "@medusajs/types" } }, { - "id": 12487, + "id": 12554, "name": "config", "variant": "param", "kind": 32768, @@ -5727,11 +5727,11 @@ }, "type": { "type": "reference", - "target": 12578, + "target": 12645, "typeArguments": [ { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -5741,7 +5741,7 @@ } }, { - "id": 12488, + "id": 12555, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5758,7 +5758,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -5778,7 +5778,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12547, + "target": 12614, "name": "StoreDTO", "package": "@medusajs/types" } @@ -5797,14 +5797,14 @@ ] }, { - "id": 12489, + "id": 12556, "name": "softDeleteStores", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12490, + "id": 12557, "name": "softDeleteStores", "variant": "signature", "kind": 4096, @@ -5847,7 +5847,7 @@ }, "typeParameters": [ { - "id": 12491, + "id": 12558, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -5864,7 +5864,7 @@ ], "parameters": [ { - "id": 12492, + "id": 12559, "name": "storeIds", "variant": "param", "kind": 32768, @@ -5886,7 +5886,7 @@ } }, { - "id": 12493, + "id": 12560, "name": "config", "variant": "param", "kind": 32768, @@ -5903,11 +5903,11 @@ }, "type": { "type": "reference", - "target": 12591, + "target": 12658, "typeArguments": [ { "type": "reference", - "target": 12491, + "target": 12558, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -5918,7 +5918,7 @@ } }, { - "id": 12494, + "id": 12561, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5935,7 +5935,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -5987,14 +5987,14 @@ ] }, { - "id": 12495, + "id": 12562, "name": "restoreStores", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12496, + "id": 12563, "name": "restoreStores", "variant": "signature", "kind": 4096, @@ -6037,7 +6037,7 @@ }, "typeParameters": [ { - "id": 12497, + "id": 12564, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -6054,7 +6054,7 @@ ], "parameters": [ { - "id": 12498, + "id": 12565, "name": "storeIds", "variant": "param", "kind": 32768, @@ -6076,7 +6076,7 @@ } }, { - "id": 12499, + "id": 12566, "name": "config", "variant": "param", "kind": 32768, @@ -6101,11 +6101,11 @@ }, "type": { "type": "reference", - "target": 12594, + "target": 12661, "typeArguments": [ { "type": "reference", - "target": 12497, + "target": 12564, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -6116,7 +6116,7 @@ } }, { - "id": 12500, + "id": 12567, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6133,7 +6133,7 @@ }, "type": { "type": "reference", - "target": 12535, + "target": 12602, "name": "Context", "package": "@medusajs/types" } @@ -6189,22 +6189,22 @@ { "title": "Methods", "children": [ - 12444, - 12451, - 12458, - 12467, - 12474, - 12479, - 12484, - 12489, - 12495 + 12511, + 12518, + 12525, + 12534, + 12541, + 12546, + 12551, + 12556, + 12562 ] } ], "extendedTypes": [ { "type": "reference", - "target": 12514, + "target": 12581, "name": "IModuleService", "package": "@medusajs/types" } @@ -6215,825 +6215,557 @@ { "title": "Interfaces", "children": [ - 12578, - 12646, - 12591, - 12594, - 12693, - 12650, - 12514, - 12677, + 12645, + 12713, + 12658, + 12661, + 12760, + 12717, + 12581, + 12744, + 12691, + 12602, + 12705, + 12614, + 12639, + 12688, + 12595, 12624, - 12535, - 12638, - 12547, - 12572, - 12621, - 12528, - 12557, - 12565, - 12443 + 12632, + 12510 ] }, { "title": "Type Aliases", "children": [ - 12711, - 12705, - 12673, - 12683, - 12696, - 12667, - 12597, - 12664 + 12778, + 12772, + 12740, + 12750, + 12763, + 12734, + 12664, + 12731 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "12442": { + "12509": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "" }, - "12443": { + "12510": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService" }, - "12444": { + "12511": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.createStores" }, - "12445": { + "12512": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.createStores" }, - "12446": { + "12513": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "data" }, - "12447": { + "12514": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12448": { + "12515": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.createStores" }, - "12449": { + "12516": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "data" }, - "12450": { + "12517": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12451": { + "12518": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.upsertStores" }, - "12452": { + "12519": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.upsertStores" }, - "12453": { + "12520": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "data" }, - "12454": { + "12521": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12455": { + "12522": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.upsertStores" }, - "12456": { + "12523": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "data" }, - "12457": { + "12524": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12458": { + "12525": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.updateStores" }, - "12459": { + "12526": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.updateStores" }, - "12460": { + "12527": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "id" }, - "12461": { + "12528": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "data" }, - "12462": { + "12529": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12463": { + "12530": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.updateStores" }, - "12464": { + "12531": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "selector" }, - "12465": { + "12532": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "data" }, - "12466": { + "12533": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12467": { + "12534": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.deleteStores" }, - "12468": { + "12535": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.deleteStores" }, - "12469": { + "12536": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "ids" }, - "12470": { + "12537": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12471": { + "12538": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.deleteStores" }, - "12472": { + "12539": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "id" }, - "12473": { + "12540": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12474": { + "12541": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.retrieveStore" }, - "12475": { + "12542": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.retrieveStore" }, - "12476": { + "12543": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "id" }, - "12477": { + "12544": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "config" }, - "12478": { + "12545": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12479": { + "12546": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.listStores" }, - "12480": { + "12547": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.listStores" }, - "12481": { + "12548": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "filters" }, - "12482": { + "12549": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "config" }, - "12483": { + "12550": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12484": { + "12551": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.listAndCountStores" }, - "12485": { + "12552": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.listAndCountStores" }, - "12486": { + "12553": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "filters" }, - "12487": { + "12554": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "config" }, - "12488": { + "12555": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12489": { + "12556": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.softDeleteStores" }, - "12490": { + "12557": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.softDeleteStores" }, - "12491": { + "12558": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "12492": { + "12559": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "storeIds" }, - "12493": { + "12560": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "config" }, - "12494": { + "12561": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12495": { + "12562": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.restoreStores" }, - "12496": { + "12563": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "IStoreModuleService.restoreStores" }, - "12497": { + "12564": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "12498": { + "12565": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "storeIds" }, - "12499": { + "12566": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "config" }, - "12500": { + "12567": { "sourceFileName": "../../../../packages/core/types/src/store/service.ts", "qualifiedName": "sharedContext" }, - "12514": { + "12581": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "12528": { + "12595": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "CreateStoreDTO" }, - "12529": { + "12596": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "CreateStoreDTO.name" }, - "12530": { + "12597": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "CreateStoreDTO.supported_currencies" }, - "12531": { + "12598": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "CreateStoreDTO.default_sales_channel_id" }, - "12532": { + "12599": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "CreateStoreDTO.default_region_id" }, - "12533": { + "12600": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "CreateStoreDTO.default_location_id" }, - "12534": { + "12601": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "CreateStoreDTO.metadata" }, - "12535": { + "12602": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "12536": { + "12603": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "12537": { + "12604": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "12538": { + "12605": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "12539": { + "12606": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "12540": { + "12607": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "12541": { + "12608": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "12542": { + "12609": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "12543": { + "12610": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "12544": { + "12611": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "12545": { + "12612": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "12546": { + "12613": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "12547": { + "12614": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "StoreDTO" }, - "12548": { + "12615": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "StoreDTO.id" }, - "12549": { + "12616": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "StoreDTO.name" }, - "12550": { + "12617": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "StoreDTO.supported_currencies" }, - "12551": { + "12618": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "StoreDTO.default_sales_channel_id" }, - "12552": { + "12619": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "StoreDTO.default_region_id" }, - "12553": { + "12620": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "StoreDTO.default_location_id" }, - "12554": { + "12621": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "StoreDTO.metadata" }, - "12555": { + "12622": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "StoreDTO.created_at" }, - "12556": { + "12623": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "StoreDTO.updated_at" }, - "12557": { + "12624": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpsertStoreDTO" }, - "12558": { + "12625": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpsertStoreDTO.id" }, - "12559": { + "12626": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.name" }, - "12560": { + "12627": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.supported_currencies" }, - "12561": { + "12628": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.default_sales_channel_id" }, - "12562": { + "12629": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.default_region_id" }, - "12563": { + "12630": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.default_location_id" }, - "12564": { + "12631": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.metadata" }, - "12565": { + "12632": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO" }, - "12566": { + "12633": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.name" }, - "12567": { + "12634": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.supported_currencies" }, - "12568": { + "12635": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.default_sales_channel_id" }, - "12569": { + "12636": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.default_region_id" }, - "12570": { + "12637": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.default_location_id" }, - "12571": { + "12638": { "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", "qualifiedName": "UpdateStoreDTO.metadata" }, - "12572": { + "12639": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "FilterableStoreProps" }, - "12573": { + "12640": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "FilterableStoreProps.q" }, - "12574": { + "12641": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "FilterableStoreProps.id" }, - "12575": { + "12642": { "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", "qualifiedName": "FilterableStoreProps.name" }, - "12576": { + "12643": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "12577": { + "12644": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "12578": { + "12645": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "12579": { + "12646": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "12580": { + "12647": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "12581": { + "12648": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "12582": { + "12649": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "12583": { + "12650": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "12584": { + "12651": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "12585": { + "12652": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "12587": { + "12654": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "12588": { + "12655": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "12589": { + "12656": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "12590": { + "12657": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "12591": { + "12658": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "SoftDeleteReturn" }, - "12592": { + "12659": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "12593": { + "12660": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "12594": { + "12661": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "RestoreReturn" }, - "12595": { + "12662": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "12596": { + "12663": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "12597": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerConfig" - }, - "12598": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "12599": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.schema" - }, - "12600": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationships" - }, - "12601": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extends" - }, - "12602": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "12603": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "12604": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.fieldAlias" - }, - "12605": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "12606": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" - }, - "12607": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "12608": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" - }, - "12609": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" - }, - "12610": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "12611": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" - }, - "12612": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" - }, - "12613": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" - }, - "12614": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" - }, - "12615": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" - }, - "12616": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" - }, - "12617": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "12618": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" - }, - "12619": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" - }, - "12620": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" - }, - "12621": { - "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", - "qualifiedName": "CreateStoreCurrencyDTO" - }, - "12622": { - "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", - "qualifiedName": "CreateStoreCurrencyDTO.currency_code" - }, - "12623": { - "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", - "qualifiedName": "CreateStoreCurrencyDTO.is_default" - }, - "12624": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator" - }, - "12625": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "12626": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "12627": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "msg" - }, - "12628": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "12629": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "12630": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "format" - }, - "12631": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "12632": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "12633": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "12634": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "12635": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "T" - }, - "12636": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "messageData" - }, - "12637": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "options" - }, - "12638": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "StoreCurrencyDTO" - }, - "12639": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "StoreCurrencyDTO.id" - }, - "12640": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "StoreCurrencyDTO.currency_code" - }, - "12641": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "StoreCurrencyDTO.is_default" - }, - "12642": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "StoreCurrencyDTO.store_id" - }, - "12643": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "StoreCurrencyDTO.created_at" - }, - "12644": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "StoreCurrencyDTO.updated_at" - }, - "12645": { - "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", - "qualifiedName": "StoreCurrencyDTO.deleted_at" - }, - "12646": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable" - }, - "12647": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "12648": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "12649": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.T" - }, - "12650": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig" - }, - "12651": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.serviceName" - }, - "12652": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.alias" - }, - "12653": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.fieldAlias" - }, - "12654": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "12655": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.path" - }, - "12656": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "12657": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.primaryKeys" - }, - "12658": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.relationships" - }, - "12659": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.extends" - }, - "12660": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "12661": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" - }, - "12662": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.relationship" - }, - "12663": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.args" - }, "12664": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerRelationship" + "qualifiedName": "ModuleJoinerConfig" }, "12665": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", @@ -7041,189 +6773,457 @@ }, "12666": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.deleteCascade" + "qualifiedName": "__type.schema" }, "12667": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModulesExtraFields" + "qualifiedName": "__type.relationships" }, "12668": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.extends" }, "12669": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" + "qualifiedName": "__type" }, "12670": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultValue" + "qualifiedName": "__type.serviceName" }, "12671": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.nullable" + "qualifiedName": "__type.fieldAlias" }, "12672": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" + "qualifiedName": "__type" }, "12673": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Message" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.path" }, "12674": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" }, "12675": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isList" }, "12676": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationship" }, "12677": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" }, "12678": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.groupBy" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.primaryKeys" }, "12679": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.sortBy" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isLink" }, "12680": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.linkableKeys" }, "12681": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isReadOnlyLink" + }, + "12682": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraDataFields" }, "12683": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.databaseConfig" }, "12684": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "12685": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.tableName" }, "12686": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.idPrefix" }, "12687": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraFields" }, "12688": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" + "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", + "qualifiedName": "CreateStoreCurrencyDTO" }, "12689": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" + "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", + "qualifiedName": "CreateStoreCurrencyDTO.currency_code" }, "12690": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" + "sourceFileName": "../../../../packages/core/types/src/store/mutations/store.ts", + "qualifiedName": "CreateStoreCurrencyDTO.is_default" }, "12691": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator" }, "12692": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "12693": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "12694": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "msg" }, "12695": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" }, "12696": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" }, "12697": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "format" + }, + "12698": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" + }, + "12699": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" + }, + "12700": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" + }, + "12701": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" + }, + "12702": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "T" + }, + "12703": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "messageData" + }, + "12704": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "options" + }, + "12705": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "StoreCurrencyDTO" + }, + "12706": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "StoreCurrencyDTO.id" + }, + "12707": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "StoreCurrencyDTO.currency_code" + }, + "12708": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "StoreCurrencyDTO.is_default" + }, + "12709": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "StoreCurrencyDTO.store_id" + }, + "12710": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "StoreCurrencyDTO.created_at" + }, + "12711": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "StoreCurrencyDTO.updated_at" + }, + "12712": { + "sourceFileName": "../../../../packages/core/types/src/store/common/store.ts", + "qualifiedName": "StoreCurrencyDTO.deleted_at" + }, + "12713": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable" + }, + "12714": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "12715": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "12716": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.T" + }, + "12717": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig" + }, + "12718": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.serviceName" + }, + "12719": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.alias" + }, + "12720": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.fieldAlias" + }, + "12721": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type" }, - "12698": { + "12722": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" + "qualifiedName": "__type.path" }, - "12699": { + "12723": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" + "qualifiedName": "__type.forwardArgumentsOnPath" }, - "12700": { + "12724": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" + "qualifiedName": "JoinerServiceConfig.primaryKeys" }, - "12701": { + "12725": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.relationships" + }, + "12726": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.extends" + }, + "12727": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "12728": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.serviceName" }, - "12702": { + "12729": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" + "qualifiedName": "__type.relationship" }, - "12703": { + "12730": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" + "qualifiedName": "JoinerServiceConfig.args" }, - "12704": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" + "12731": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerRelationship" }, - "12705": { + "12732": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12733": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.deleteCascade" + }, + "12734": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "LinkModulesExtraFields" + }, + "12735": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "12736": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.type" + }, + "12737": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.defaultValue" + }, + "12738": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.nullable" + }, + "12739": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.options" + }, + "12740": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" + "qualifiedName": "Message" }, - "12706": { + "12741": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "12707": { + "12742": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.options" }, - "12708": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" - }, - "12709": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "12710": { + "12743": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "TData" }, - "12711": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "EventMetadata" + "12744": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat" }, - "12712": { + "12745": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.groupBy" + }, + "12746": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.sortBy" + }, + "12747": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type" + }, + "12748": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type.__index" + }, + "12750": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "RawMessageFormat" + }, + "12751": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "12713": { + "12752": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventName" + }, + "12753": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "12754": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" + }, + "12755": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" + }, + "12756": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "12757": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" + }, + "12758": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "12759": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "12760": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "12761": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "12762": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "12763": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerRelationship" + }, + "12764": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "12765": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.alias" + }, + "12766": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.foreignKey" + }, + "12767": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "12768": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "12769": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "12770": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "12771": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "12772": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" + }, + "12773": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "12774": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" + }, + "12775": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" + }, + "12776": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "12777": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "12778": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "EventMetadata" + }, + "12779": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "12780": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.eventGroupId" } @@ -7233,7 +7233,7 @@ "1": "../../../../packages/core/types/src/store/service.ts" }, "reflections": { - "1": 12442 + "1": 12509 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/tax-provider.json b/www/utils/generated/typedoc-json-output/tax-provider.json index 89204befcd..dc448f7898 100644 --- a/www/utils/generated/typedoc-json-output/tax-provider.json +++ b/www/utils/generated/typedoc-json-output/tax-provider.json @@ -1,12 +1,12 @@ { - "id": 13920, + "id": 13987, "name": "tax-provider", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 13921, + "id": 13988, "name": "ShippingTaxCalculationLine", "variant": "declaration", "kind": 2097152, @@ -22,14 +22,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13922, + "id": 13989, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13923, + "id": 13990, "name": "shipping_line", "variant": "declaration", "kind": 1024, @@ -53,7 +53,7 @@ } }, { - "id": 13924, + "id": 13991, "name": "rates", "variant": "declaration", "kind": 1024, @@ -84,8 +84,8 @@ { "title": "Properties", "children": [ - 13923, - 13924 + 13990, + 13991 ] } ] @@ -93,7 +93,7 @@ } }, { - "id": 13925, + "id": 13992, "name": "ItemTaxCalculationLine", "variant": "declaration", "kind": 2097152, @@ -109,14 +109,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13926, + "id": 13993, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13927, + "id": 13994, "name": "line_item", "variant": "declaration", "kind": 1024, @@ -140,7 +140,7 @@ } }, { - "id": 13928, + "id": 13995, "name": "rates", "variant": "declaration", "kind": 1024, @@ -171,8 +171,8 @@ { "title": "Properties", "children": [ - 13927, - 13928 + 13994, + 13995 ] } ] @@ -180,7 +180,7 @@ } }, { - "id": 13929, + "id": 13996, "name": "ITaxProvider", "variant": "declaration", "kind": 256, @@ -283,14 +283,14 @@ }, "children": [ { - "id": 13932, + "id": 13999, "name": "getTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13933, + "id": 14000, "name": "getTaxLines", "variant": "signature", "kind": 4096, @@ -361,7 +361,7 @@ }, "parameters": [ { - "id": 13934, + "id": 14001, "name": "itemLines", "variant": "param", "kind": 32768, @@ -378,14 +378,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 13925, + "target": 13992, "name": "ItemTaxCalculationLine", "package": "@medusajs/types" } } }, { - "id": 13935, + "id": 14002, "name": "shippingLines", "variant": "param", "kind": 32768, @@ -402,14 +402,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 13921, + "target": 13988, "name": "ShippingTaxCalculationLine", "package": "@medusajs/types" } } }, { - "id": 13936, + "id": 14003, "name": "context", "variant": "param", "kind": 32768, @@ -478,7 +478,7 @@ { "title": "Methods", "children": [ - 13932 + 13999 ] } ] @@ -488,76 +488,76 @@ { "title": "Interfaces", "children": [ - 13929 + 13996 ] }, { "title": "Type Aliases", "children": [ - 13921, - 13925 + 13988, + 13992 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "13920": { + "13987": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "" }, - "13921": { + "13988": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "ShippingTaxCalculationLine" }, - "13922": { + "13989": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "__type" }, - "13923": { + "13990": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "__type.shipping_line" }, - "13924": { + "13991": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "__type.rates" }, - "13925": { + "13992": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "ItemTaxCalculationLine" }, - "13926": { + "13993": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "__type" }, - "13927": { + "13994": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "__type.line_item" }, - "13928": { + "13995": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "__type.rates" }, - "13929": { + "13996": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "ITaxProvider" }, - "13932": { + "13999": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "ITaxProvider.getTaxLines" }, - "13933": { + "14000": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "ITaxProvider.getTaxLines" }, - "13934": { + "14001": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "itemLines" }, - "13935": { + "14002": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "shippingLines" }, - "13936": { + "14003": { "sourceFileName": "../../../../packages/core/types/src/tax/provider.ts", "qualifiedName": "context" } @@ -567,7 +567,7 @@ "1": "../../../../packages/core/types/src/tax/provider.ts" }, "reflections": { - "1": 13920 + "1": 13987 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/tax.json b/www/utils/generated/typedoc-json-output/tax.json index c4cb3a5eb9..063feca894 100644 --- a/www/utils/generated/typedoc-json-output/tax.json +++ b/www/utils/generated/typedoc-json-output/tax.json @@ -1,12 +1,12 @@ { - "id": 12748, + "id": 12815, "name": "tax", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 12905, + "id": 12972, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -29,7 +29,7 @@ }, "children": [ { - "id": 12906, + "id": 12973, "name": "select", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 12917, + "target": 12984, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -70,7 +70,7 @@ } }, { - "id": 12907, + "id": 12974, "name": "skip", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 12908, + "id": 12975, "name": "take", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 12909, + "id": 12976, "name": "relations", "variant": "declaration", "kind": 1024, @@ -154,7 +154,7 @@ } }, { - "id": 12910, + "id": 12977, "name": "order", "variant": "declaration", "kind": 1024, @@ -188,21 +188,21 @@ "type": { "type": "reflection", "declaration": { - "id": 12911, + "id": 12978, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 12912, + "id": 12979, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 12913, + "id": 12980, "name": "K", "variant": "param", "kind": 32768, @@ -232,7 +232,7 @@ } }, { - "id": 12914, + "id": 12981, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -261,7 +261,7 @@ } }, { - "id": 12915, + "id": 12982, "name": "filters", "variant": "declaration", "kind": 1024, @@ -297,7 +297,7 @@ } }, { - "id": 12916, + "id": 12983, "name": "options", "variant": "declaration", "kind": 1024, @@ -337,20 +337,20 @@ { "title": "Properties", "children": [ - 12906, - 12907, - 12908, - 12909, - 12910, - 12914, - 12915, - 12916 + 12973, + 12974, + 12975, + 12976, + 12977, + 12981, + 12982, + 12983 ] } ], "typeParameters": [ { - "id": 12917, + "id": 12984, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -359,7 +359,7 @@ ] }, { - "id": 13158, + "id": 13225, "name": "MetadataType", "variant": "declaration", "kind": 2097152, @@ -394,7 +394,7 @@ } }, { - "id": 13132, + "id": 13199, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -409,7 +409,7 @@ }, "children": [ { - "id": 13133, + "id": 13200, "name": "$and", "variant": "declaration", "kind": 1024, @@ -431,11 +431,11 @@ "types": [ { "type": "reference", - "target": 13132, + "target": 13199, "typeArguments": [ { "type": "reference", - "target": 13135, + "target": 13202, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -447,7 +447,7 @@ }, { "type": "reference", - "target": 13135, + "target": 13202, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -458,7 +458,7 @@ } }, { - "id": 13134, + "id": 13201, "name": "$or", "variant": "declaration", "kind": 1024, @@ -480,11 +480,11 @@ "types": [ { "type": "reference", - "target": 13132, + "target": 13199, "typeArguments": [ { "type": "reference", - "target": 13135, + "target": 13202, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -496,7 +496,7 @@ }, { "type": "reference", - "target": 13135, + "target": 13202, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -511,14 +511,14 @@ { "title": "Properties", "children": [ - 13133, - 13134 + 13200, + 13201 ] } ], "typeParameters": [ { - "id": 13135, + "id": 13202, "name": "T", "variant": "typeParam", "kind": 131072, @@ -528,23 +528,23 @@ "extendedBy": [ { "type": "reference", - "target": 12943, + "target": 13010, "name": "FilterableTaxRateProps" }, { "type": "reference", - "target": 13006, + "target": 13073, "name": "FilterableTaxRegionProps" }, { "type": "reference", - "target": 13034, + "target": 13101, "name": "FilterableTaxRateRuleProps" } ] }, { - "id": 13091, + "id": 13158, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -559,7 +559,7 @@ }, "children": [ { - "id": 13092, + "id": 13159, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -578,7 +578,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13093, + "target": 13160, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -590,13 +590,13 @@ { "title": "Properties", "children": [ - 13092 + 13159 ] } ], "typeParameters": [ { - "id": 13093, + "id": 13160, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -609,7 +609,7 @@ ] }, { - "id": 12981, + "id": 13048, "name": "RestoreReturn", "variant": "declaration", "kind": 256, @@ -624,7 +624,7 @@ }, "children": [ { - "id": 12982, + "id": 13049, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -643,7 +643,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12983, + "target": 13050, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -655,13 +655,13 @@ { "title": "Properties", "children": [ - 12982 + 13049 ] } ], "typeParameters": [ { - "id": 12983, + "id": 13050, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -674,14 +674,14 @@ ] }, { - "id": 13209, + "id": 13276, "name": "Query", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13210, + "id": 13277, "name": "T", "variant": "typeParam", "kind": 131072, @@ -692,7 +692,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 13210, + "target": 13277, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -705,14 +705,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 13210, + "target": 13277, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 13244, + "target": 13311, "name": "Scalar", "package": "@medusajs/types" }, @@ -722,11 +722,11 @@ }, "falseType": { "type": "reference", - "target": 13248, + "target": 13315, "typeArguments": [ { "type": "reference", - "target": 13210, + "target": 13277, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -738,11 +738,11 @@ }, "falseType": { "type": "reference", - "target": 13254, + "target": 13321, "typeArguments": [ { "type": "reference", - "target": 13210, + "target": 13277, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -754,14 +754,14 @@ } }, { - "id": 13211, + "id": 13278, "name": "ExpandScalar", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13212, + "id": 13279, "name": "T", "variant": "typeParam", "kind": 131072, @@ -779,7 +779,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 13212, + "target": 13279, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -810,7 +810,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 13212, + "target": 13279, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -844,7 +844,7 @@ }, "falseType": { "type": "reference", - "target": 13212, + "target": 13279, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -855,7 +855,7 @@ } }, { - "id": 13244, + "id": 13311, "name": "Scalar", "variant": "declaration", "kind": 2097152, @@ -914,21 +914,21 @@ { "type": "reflection", "declaration": { - "id": 13245, + "id": 13312, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13246, + "id": 13313, "name": "toHexString", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13247, + "id": 13314, "name": "toHexString", "variant": "signature", "kind": 4096, @@ -945,7 +945,7 @@ { "title": "Methods", "children": [ - 13246 + 13313 ] } ] @@ -955,14 +955,14 @@ } }, { - "id": 13272, + "id": 13339, "name": "ReadonlyPrimary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13273, + "id": 13340, "name": "T", "variant": "typeParam", "kind": 131072, @@ -973,7 +973,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 13273, + "target": 13340, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -994,7 +994,7 @@ "typeArguments": [ { "type": "reference", - "target": 13273, + "target": 13340, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1005,7 +1005,7 @@ }, "falseType": { "type": "reference", - "target": 13273, + "target": 13340, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1013,14 +1013,14 @@ } }, { - "id": 13262, + "id": 13329, "name": "Primary", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13271, + "id": 13338, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1031,7 +1031,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 13271, + "target": 13338, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1039,14 +1039,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 13263, + "id": 13330, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13264, + "id": 13331, "name": "[PrimaryKeyType]", "variant": "declaration", "kind": 1024, @@ -1063,7 +1063,7 @@ { "title": "Properties", "children": [ - 13264 + 13331 ] } ] @@ -1071,7 +1071,7 @@ }, "trueType": { "type": "reference", - "target": 13272, + "target": 13339, "typeArguments": [ { "type": "reference", @@ -1091,7 +1091,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 13271, + "target": 13338, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1099,14 +1099,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 13265, + "id": 13332, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13266, + "id": 13333, "name": "_id", "variant": "declaration", "kind": 1024, @@ -1123,7 +1123,7 @@ { "title": "Properties", "children": [ - 13266 + 13333 ] } ] @@ -1134,7 +1134,7 @@ "types": [ { "type": "reference", - "target": 13272, + "target": 13339, "typeArguments": [ { "type": "reference", @@ -1160,7 +1160,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 13271, + "target": 13338, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1168,14 +1168,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 13267, + "id": 13334, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13268, + "id": 13335, "name": "uuid", "variant": "declaration", "kind": 1024, @@ -1192,7 +1192,7 @@ { "title": "Properties", "children": [ - 13268 + 13335 ] } ] @@ -1200,7 +1200,7 @@ }, "trueType": { "type": "reference", - "target": 13272, + "target": 13339, "typeArguments": [ { "type": "reference", @@ -1220,7 +1220,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 13271, + "target": 13338, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1228,14 +1228,14 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 13269, + "id": 13336, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13270, + "id": 13337, "name": "id", "variant": "declaration", "kind": 1024, @@ -1252,7 +1252,7 @@ { "title": "Properties", "children": [ - 13270 + 13337 ] } ] @@ -1260,7 +1260,7 @@ }, "trueType": { "type": "reference", - "target": 13272, + "target": 13339, "typeArguments": [ { "type": "reference", @@ -1286,14 +1286,14 @@ } }, { - "id": 13136, + "id": 13203, "name": "OperatorMap", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13157, + "id": 13224, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1303,14 +1303,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13137, + "id": 13204, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13138, + "id": 13205, "name": "$and", "variant": "declaration", "kind": 1024, @@ -1321,11 +1321,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 13209, + "target": 13276, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1337,7 +1337,7 @@ } }, { - "id": 13139, + "id": 13206, "name": "$or", "variant": "declaration", "kind": 1024, @@ -1348,11 +1348,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 13209, + "target": 13276, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1364,7 +1364,7 @@ } }, { - "id": 13140, + "id": 13207, "name": "$eq", "variant": "declaration", "kind": 1024, @@ -1376,11 +1376,11 @@ "types": [ { "type": "reference", - "target": 13211, + "target": 13278, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1393,11 +1393,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 13211, + "target": 13278, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1411,7 +1411,7 @@ } }, { - "id": 13141, + "id": 13208, "name": "$ne", "variant": "declaration", "kind": 1024, @@ -1420,11 +1420,11 @@ }, "type": { "type": "reference", - "target": 13211, + "target": 13278, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1435,7 +1435,7 @@ } }, { - "id": 13142, + "id": 13209, "name": "$in", "variant": "declaration", "kind": 1024, @@ -1446,11 +1446,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 13211, + "target": 13278, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1462,7 +1462,7 @@ } }, { - "id": 13143, + "id": 13210, "name": "$nin", "variant": "declaration", "kind": 1024, @@ -1473,11 +1473,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 13211, + "target": 13278, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1489,7 +1489,7 @@ } }, { - "id": 13144, + "id": 13211, "name": "$not", "variant": "declaration", "kind": 1024, @@ -1498,11 +1498,11 @@ }, "type": { "type": "reference", - "target": 13209, + "target": 13276, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1513,7 +1513,7 @@ } }, { - "id": 13145, + "id": 13212, "name": "$gt", "variant": "declaration", "kind": 1024, @@ -1522,11 +1522,11 @@ }, "type": { "type": "reference", - "target": 13211, + "target": 13278, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1537,7 +1537,7 @@ } }, { - "id": 13146, + "id": 13213, "name": "$gte", "variant": "declaration", "kind": 1024, @@ -1546,11 +1546,11 @@ }, "type": { "type": "reference", - "target": 13211, + "target": 13278, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1561,7 +1561,7 @@ } }, { - "id": 13147, + "id": 13214, "name": "$lt", "variant": "declaration", "kind": 1024, @@ -1570,11 +1570,11 @@ }, "type": { "type": "reference", - "target": 13211, + "target": 13278, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1585,7 +1585,7 @@ } }, { - "id": 13148, + "id": 13215, "name": "$lte", "variant": "declaration", "kind": 1024, @@ -1594,11 +1594,11 @@ }, "type": { "type": "reference", - "target": 13211, + "target": 13278, "typeArguments": [ { "type": "reference", - "target": 13157, + "target": 13224, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1609,7 +1609,7 @@ } }, { - "id": 13149, + "id": 13216, "name": "$like", "variant": "declaration", "kind": 1024, @@ -1622,7 +1622,7 @@ } }, { - "id": 13150, + "id": 13217, "name": "$re", "variant": "declaration", "kind": 1024, @@ -1635,7 +1635,7 @@ } }, { - "id": 13151, + "id": 13218, "name": "$ilike", "variant": "declaration", "kind": 1024, @@ -1648,7 +1648,7 @@ } }, { - "id": 13152, + "id": 13219, "name": "$fulltext", "variant": "declaration", "kind": 1024, @@ -1661,7 +1661,7 @@ } }, { - "id": 13153, + "id": 13220, "name": "$overlap", "variant": "declaration", "kind": 1024, @@ -1677,7 +1677,7 @@ } }, { - "id": 13154, + "id": 13221, "name": "$contains", "variant": "declaration", "kind": 1024, @@ -1693,7 +1693,7 @@ } }, { - "id": 13155, + "id": 13222, "name": "$contained", "variant": "declaration", "kind": 1024, @@ -1709,7 +1709,7 @@ } }, { - "id": 13156, + "id": 13223, "name": "$exists", "variant": "declaration", "kind": 1024, @@ -1726,25 +1726,25 @@ { "title": "Properties", "children": [ - 13138, - 13139, - 13140, - 13141, - 13142, - 13143, - 13144, - 13145, - 13146, - 13147, - 13148, - 13149, - 13150, - 13151, - 13152, - 13153, - 13154, - 13155, - 13156 + 13205, + 13206, + 13207, + 13208, + 13209, + 13210, + 13211, + 13212, + 13213, + 13214, + 13215, + 13216, + 13217, + 13218, + 13219, + 13220, + 13221, + 13222, + 13223 ] } ] @@ -1752,14 +1752,14 @@ } }, { - "id": 13260, + "id": 13327, "name": "FilterValue2", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13261, + "id": 13328, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1771,18 +1771,18 @@ "types": [ { "type": "reference", - "target": 13261, + "target": 13328, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true }, { "type": "reference", - "target": 13211, + "target": 13278, "typeArguments": [ { "type": "reference", - "target": 13261, + "target": 13328, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1793,11 +1793,11 @@ }, { "type": "reference", - "target": 13262, + "target": 13329, "typeArguments": [ { "type": "reference", - "target": 13261, + "target": 13328, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1810,14 +1810,14 @@ } }, { - "id": 13254, + "id": 13321, "name": "FilterValue", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13255, + "id": 13322, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1829,15 +1829,15 @@ "types": [ { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "reference", - "target": 13260, + "target": 13327, "typeArguments": [ { "type": "reference", - "target": 13255, + "target": 13322, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1852,11 +1852,11 @@ }, { "type": "reference", - "target": 13260, + "target": 13327, "typeArguments": [ { "type": "reference", - "target": 13255, + "target": 13322, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1869,11 +1869,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 13260, + "target": 13327, "typeArguments": [ { "type": "reference", - "target": 13255, + "target": 13322, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1891,7 +1891,7 @@ } }, { - "id": 13259, + "id": 13326, "name": "PrevLimit", "variant": "declaration", "kind": 2097152, @@ -1919,14 +1919,14 @@ } }, { - "id": 13248, + "id": 13315, "name": "FilterQuery", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13252, + "id": 13319, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1937,7 +1937,7 @@ } }, { - "id": 13253, + "id": 13320, "name": "Prev", "variant": "typeParam", "kind": 131072, @@ -1956,7 +1956,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 13253, + "target": 13320, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1977,7 +1977,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 13252, + "target": 13319, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -1999,7 +1999,7 @@ }, "objectType": { "type": "reference", - "target": 13252, + "target": 13319, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2056,7 +2056,7 @@ }, "objectType": { "type": "reference", - "target": 13252, + "target": 13319, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2064,7 +2064,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "indexedAccess", @@ -2080,7 +2080,7 @@ }, "objectType": { "type": "reference", - "target": 13252, + "target": 13319, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2108,7 +2108,7 @@ }, "objectType": { "type": "reference", - "target": 13252, + "target": 13319, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2133,21 +2133,21 @@ "extendsType": { "type": "reflection", "declaration": { - "id": 13249, + "id": 13316, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 13250, + "id": 13317, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 13251, + "id": 13318, "name": "x", "variant": "param", "kind": 32768, @@ -2184,7 +2184,7 @@ }, "trueType": { "type": "reference", - "target": 13248, + "target": 13315, "typeArguments": [ { "type": "reference", @@ -2211,14 +2211,14 @@ "type": "indexedAccess", "indexType": { "type": "reference", - "target": 13253, + "target": 13320, "name": "Prev", "package": "@medusajs/types", "refersToTypeParameter": true }, "objectType": { "type": "reference", - "target": 13259, + "target": 13326, "name": "PrevLimit", "package": "@medusajs/types" } @@ -2248,7 +2248,7 @@ } }, { - "id": 13256, + "id": 13323, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -2278,14 +2278,14 @@ { "type": "reflection", "declaration": { - "id": 13257, + "id": 13324, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13258, + "id": 13325, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -2302,7 +2302,7 @@ { "title": "Properties", "children": [ - 13258 + 13325 ] } ] @@ -2312,14 +2312,14 @@ } }, { - "id": 13238, + "id": 13305, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13243, + "id": 13310, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2333,14 +2333,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13239, + "id": 13306, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13240, + "id": 13307, "name": "name", "variant": "declaration", "kind": 1024, @@ -2351,7 +2351,7 @@ } }, { - "id": 13241, + "id": 13308, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -2360,20 +2360,20 @@ }, "type": { "type": "reference", - "target": 13256, + "target": 13323, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 13242, + "id": 13309, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13243, + "target": 13310, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2384,9 +2384,9 @@ { "title": "Properties", "children": [ - 13240, - 13241, - 13242 + 13307, + 13308, + 13309 ] } ] @@ -2394,14 +2394,14 @@ } }, { - "id": 13189, + "id": 13256, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13192, + "id": 13259, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2417,11 +2417,11 @@ "types": [ { "type": "reference", - "target": 13238, + "target": 13305, "typeArguments": [ { "type": "reference", - "target": 13192, + "target": 13259, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2433,14 +2433,14 @@ { "type": "reflection", "declaration": { - "id": 13190, + "id": 13257, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13191, + "id": 13258, "name": "options", "variant": "declaration", "kind": 1024, @@ -2472,7 +2472,7 @@ { "title": "Properties", "children": [ - 13191 + 13258 ] } ] @@ -2482,14 +2482,14 @@ } }, { - "id": 13199, + "id": 13266, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13208, + "id": 13275, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -2503,14 +2503,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13200, + "id": 13267, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13201, + "id": 13268, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -2521,21 +2521,21 @@ } }, { - "id": 13202, + "id": 13269, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13208, + "target": 13275, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 13203, + "id": 13270, "name": "source", "variant": "declaration", "kind": 1024, @@ -2546,7 +2546,7 @@ } }, { - "id": 13204, + "id": 13271, "name": "object", "variant": "declaration", "kind": 1024, @@ -2557,7 +2557,7 @@ } }, { - "id": 13205, + "id": 13272, "name": "action", "variant": "declaration", "kind": 1024, @@ -2570,7 +2570,7 @@ } }, { - "id": 13206, + "id": 13273, "name": "context", "variant": "declaration", "kind": 1024, @@ -2586,7 +2586,7 @@ "typeArguments": [ { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" }, @@ -2600,7 +2600,7 @@ } }, { - "id": 13207, + "id": 13274, "name": "options", "variant": "declaration", "kind": 1024, @@ -2632,13 +2632,13 @@ { "title": "Properties", "children": [ - 13201, - 13202, - 13203, - 13204, - 13205, - 13206, - 13207 + 13268, + 13269, + 13270, + 13271, + 13272, + 13273, + 13274 ] } ] @@ -2646,7 +2646,7 @@ } }, { - "id": 13229, + "id": 13296, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -2654,14 +2654,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13230, + "id": 13297, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13231, + "id": 13298, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2672,7 +2672,7 @@ } }, { - "id": 13232, + "id": 13299, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -2683,7 +2683,7 @@ } }, { - "id": 13233, + "id": 13300, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -2694,7 +2694,7 @@ } }, { - "id": 13234, + "id": 13301, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2705,7 +2705,7 @@ } }, { - "id": 13235, + "id": 13302, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -2726,7 +2726,7 @@ } }, { - "id": 13236, + "id": 13303, "name": "isList", "variant": "declaration", "kind": 1024, @@ -2747,7 +2747,7 @@ } }, { - "id": 13237, + "id": 13304, "name": "args", "variant": "declaration", "kind": 1024, @@ -2787,13 +2787,13 @@ { "title": "Properties", "children": [ - 13231, - 13232, - 13233, - 13234, - 13235, - 13236, - 13237 + 13298, + 13299, + 13300, + 13301, + 13302, + 13303, + 13304 ] } ] @@ -2801,14 +2801,14 @@ } }, { - "id": 13226, + "id": 13293, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13227, + "id": 13294, "name": "name", "variant": "declaration", "kind": 1024, @@ -2831,7 +2831,7 @@ } }, { - "id": 13228, + "id": 13295, "name": "args", "variant": "declaration", "kind": 1024, @@ -2871,21 +2871,21 @@ { "title": "Properties", "children": [ - 13227, - 13228 + 13294, + 13295 ] } ] }, { - "id": 13166, + "id": 13233, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13167, + "id": 13234, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2896,7 +2896,7 @@ } }, { - "id": 13168, + "id": 13235, "name": "alias", "variant": "declaration", "kind": 1024, @@ -2916,7 +2916,7 @@ "types": [ { "type": "reference", - "target": 13226, + "target": 13293, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -2924,7 +2924,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13226, + "target": 13293, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -2933,7 +2933,7 @@ } }, { - "id": 13169, + "id": 13236, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -2969,14 +2969,14 @@ { "type": "reflection", "declaration": { - "id": 13170, + "id": 13237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13171, + "id": 13238, "name": "path", "variant": "declaration", "kind": 1024, @@ -2987,7 +2987,7 @@ } }, { - "id": 13172, + "id": 13239, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -3005,8 +3005,8 @@ { "title": "Properties", "children": [ - 13171, - 13172 + 13238, + 13239 ] } ] @@ -3020,7 +3020,7 @@ } }, { - "id": 13173, + "id": 13240, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -3034,7 +3034,7 @@ } }, { - "id": 13174, + "id": 13241, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3045,14 +3045,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 13229, + "target": 13296, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 13175, + "id": 13242, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3064,14 +3064,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 13176, + "id": 13243, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13177, + "id": 13244, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3082,14 +3082,14 @@ } }, { - "id": 13178, + "id": 13245, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13229, + "target": 13296, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -3099,8 +3099,8 @@ { "title": "Properties", "children": [ - 13177, - 13178 + 13244, + 13245 ] } ] @@ -3109,7 +3109,7 @@ } }, { - "id": 13179, + "id": 13246, "name": "args", "variant": "declaration", "kind": 1024, @@ -3149,19 +3149,19 @@ { "title": "Properties", "children": [ - 13167, - 13168, - 13169, - 13173, - 13174, - 13175, - 13179 + 13234, + 13235, + 13236, + 13240, + 13241, + 13242, + 13246 ] } ] }, { - "id": 13183, + "id": 13250, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -3180,14 +3180,14 @@ { "type": "reflection", "declaration": { - "id": 13184, + "id": 13251, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13185, + "id": 13252, "name": "type", "variant": "declaration", "kind": 1024, @@ -3283,7 +3283,7 @@ } }, { - "id": 13186, + "id": 13253, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -3296,7 +3296,7 @@ } }, { - "id": 13187, + "id": 13254, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -3309,7 +3309,7 @@ } }, { - "id": 13188, + "id": 13255, "name": "options", "variant": "declaration", "kind": 1024, @@ -3349,10 +3349,10 @@ { "title": "Properties", "children": [ - 13185, - 13186, - 13187, - 13188 + 13252, + 13253, + 13254, + 13255 ] } ] @@ -3364,7 +3364,7 @@ } }, { - "id": 13094, + "id": 13161, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -3381,7 +3381,7 @@ "typeArguments": [ { "type": "reference", - "target": 13166, + "target": 13233, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -3413,14 +3413,14 @@ { "type": "reflection", "declaration": { - "id": 13095, + "id": 13162, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13096, + "id": 13163, "name": "schema", "variant": "declaration", "kind": 1024, @@ -3441,7 +3441,7 @@ } }, { - "id": 13097, + "id": 13164, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -3452,14 +3452,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 13180, + "target": 13247, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 13098, + "id": 13165, "name": "extends", "variant": "declaration", "kind": 1024, @@ -3471,14 +3471,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 13099, + "id": 13166, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13100, + "id": 13167, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3489,7 +3489,7 @@ } }, { - "id": 13101, + "id": 13168, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -3517,14 +3517,14 @@ { "type": "reflection", "declaration": { - "id": 13102, + "id": 13169, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13103, + "id": 13170, "name": "path", "variant": "declaration", "kind": 1024, @@ -3535,7 +3535,7 @@ } }, { - "id": 13104, + "id": 13171, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -3551,7 +3551,7 @@ } }, { - "id": 13105, + "id": 13172, "name": "isList", "variant": "declaration", "kind": 1024, @@ -3568,9 +3568,9 @@ { "title": "Properties", "children": [ - 13103, - 13104, - 13105 + 13170, + 13171, + 13172 ] } ] @@ -3584,14 +3584,14 @@ } }, { - "id": 13106, + "id": 13173, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13180, + "target": 13247, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -3601,9 +3601,9 @@ { "title": "Properties", "children": [ - 13100, - 13101, - 13106 + 13167, + 13168, + 13173 ] } ] @@ -3612,7 +3612,7 @@ } }, { - "id": 13107, + "id": 13174, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -3625,7 +3625,7 @@ } }, { - "id": 13108, + "id": 13175, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -3641,7 +3641,7 @@ } }, { - "id": 13109, + "id": 13176, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -3662,7 +3662,7 @@ } }, { - "id": 13110, + "id": 13177, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -3698,7 +3698,7 @@ } }, { - "id": 13111, + "id": 13178, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -3719,7 +3719,7 @@ } }, { - "id": 13112, + "id": 13179, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -3743,7 +3743,7 @@ } }, { - "id": 13113, + "id": 13180, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -3753,14 +3753,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13114, + "id": 13181, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13115, + "id": 13182, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -3781,7 +3781,7 @@ } }, { - "id": 13116, + "id": 13183, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -3802,7 +3802,7 @@ } }, { - "id": 13117, + "id": 13184, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -3811,7 +3811,7 @@ }, "type": { "type": "reference", - "target": 13183, + "target": 13250, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -3821,9 +3821,9 @@ { "title": "Properties", "children": [ - 13115, - 13116, - 13117 + 13182, + 13183, + 13184 ] } ] @@ -3835,16 +3835,16 @@ { "title": "Properties", "children": [ - 13096, - 13097, - 13098, - 13107, - 13108, - 13109, - 13110, - 13111, - 13112, - 13113 + 13163, + 13164, + 13165, + 13174, + 13175, + 13176, + 13177, + 13178, + 13179, + 13180 ] } ] @@ -3854,7 +3854,7 @@ } }, { - "id": 13180, + "id": 13247, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -3864,21 +3864,21 @@ "types": [ { "type": "reference", - "target": 13229, + "target": 13296, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 13181, + "id": 13248, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13182, + "id": 13249, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -3903,7 +3903,7 @@ { "title": "Properties", "children": [ - 13182 + 13249 ] } ] @@ -3913,7 +3913,7 @@ } }, { - "id": 12891, + "id": 12958, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -3921,20 +3921,20 @@ "extendedBy": [ { "type": "reference", - "target": 12749, + "target": 12816, "name": "ITaxModuleService" } ] }, { - "id": 13193, + "id": 13260, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13194, + "id": 13261, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -3950,7 +3950,7 @@ } }, { - "id": 13195, + "id": 13262, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -3960,21 +3960,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13196, + "id": 13263, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 13197, + "id": 13264, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 13198, + "id": 13265, "name": "key", "variant": "param", "kind": 32768, @@ -4015,35 +4015,35 @@ { "title": "Properties", "children": [ - 13194, - 13195 + 13261, + 13262 ] } ] }, { - "id": 13118, + "id": 13185, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13119, + "id": 13186, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13120, + "id": 13187, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13121, + "id": 13188, "name": "msg", "variant": "param", "kind": 32768, @@ -4053,7 +4053,7 @@ "types": [ { "type": "reference", - "target": 13189, + "target": 13256, "name": "Message", "package": "@medusajs/types" }, @@ -4061,7 +4061,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13189, + "target": 13256, "name": "Message", "package": "@medusajs/types" } @@ -4078,21 +4078,21 @@ ] }, { - "id": 13122, + "id": 13189, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13123, + "id": 13190, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13124, + "id": 13191, "name": "format", "variant": "param", "kind": 32768, @@ -4101,7 +4101,7 @@ }, "type": { "type": "reference", - "target": 13193, + "target": 13260, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -4122,7 +4122,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13189, + "target": 13256, "name": "Message", "package": "@medusajs/types" } @@ -4135,14 +4135,14 @@ ] }, { - "id": 13125, + "id": 13192, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13126, + "id": 13193, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -4155,21 +4155,21 @@ ] }, { - "id": 13127, + "id": 13194, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13128, + "id": 13195, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 13129, + "id": 13196, "name": "T", "variant": "typeParam", "kind": 131072, @@ -4178,7 +4178,7 @@ ], "parameters": [ { - "id": 13130, + "id": 13197, "name": "messageData", "variant": "param", "kind": 32768, @@ -4188,11 +4188,11 @@ "types": [ { "type": "reference", - "target": 13199, + "target": 13266, "typeArguments": [ { "type": "reference", - "target": 13129, + "target": 13196, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -4205,11 +4205,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 13199, + "target": 13266, "typeArguments": [ { "type": "reference", - "target": 13129, + "target": 13196, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -4223,7 +4223,7 @@ } }, { - "id": 13131, + "id": 13198, "name": "options", "variant": "param", "kind": 32768, @@ -4263,16 +4263,16 @@ { "title": "Methods", "children": [ - 13119, - 13122, - 13125, - 13127 + 13186, + 13189, + 13192, + 13194 ] } ] }, { - "id": 12931, + "id": 12998, "name": "Context", "variant": "declaration", "kind": 256, @@ -4287,7 +4287,7 @@ }, "children": [ { - "id": 12932, + "id": 12999, "name": "__type", "variant": "declaration", "kind": 1024, @@ -4300,7 +4300,7 @@ } }, { - "id": 12933, + "id": 13000, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -4333,14 +4333,14 @@ }, "type": { "type": "reference", - "target": 12942, + "target": 13009, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 12934, + "id": 13001, "name": "manager", "variant": "declaration", "kind": 1024, @@ -4373,14 +4373,14 @@ }, "type": { "type": "reference", - "target": 12942, + "target": 13009, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 12935, + "id": 13002, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -4433,7 +4433,7 @@ } }, { - "id": 12936, + "id": 13003, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -4454,7 +4454,7 @@ } }, { - "id": 12937, + "id": 13004, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -4475,7 +4475,7 @@ } }, { - "id": 12938, + "id": 13005, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -4496,7 +4496,7 @@ } }, { - "id": 12939, + "id": 13006, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -4513,13 +4513,13 @@ }, "type": { "type": "reference", - "target": 13118, + "target": 13185, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 12940, + "id": 13007, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -4540,7 +4540,7 @@ } }, { - "id": 12941, + "id": 13008, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -4565,22 +4565,22 @@ { "title": "Properties", "children": [ - 12932, - 12933, - 12934, - 12935, - 12936, - 12937, - 12938, - 12939, - 12940, - 12941 + 12999, + 13000, + 13001, + 13002, + 13003, + 13004, + 13005, + 13006, + 13007, + 13008 ] } ], "typeParameters": [ { - "id": 12942, + "id": 13009, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -4593,7 +4593,7 @@ ] }, { - "id": 12918, + "id": 12985, "name": "TaxRateDTO", "variant": "declaration", "kind": 256, @@ -4608,7 +4608,7 @@ }, "children": [ { - "id": 12919, + "id": 12986, "name": "id", "variant": "declaration", "kind": 1024, @@ -4627,7 +4627,7 @@ } }, { - "id": 12920, + "id": 12987, "name": "rate", "variant": "declaration", "kind": 1024, @@ -4666,7 +4666,7 @@ } }, { - "id": 12921, + "id": 12988, "name": "code", "variant": "declaration", "kind": 1024, @@ -4694,7 +4694,7 @@ } }, { - "id": 12922, + "id": 12989, "name": "name", "variant": "declaration", "kind": 1024, @@ -4724,7 +4724,7 @@ } }, { - "id": 12923, + "id": 12990, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4767,7 +4767,7 @@ } }, { - "id": 12924, + "id": 12991, "name": "tax_region_id", "variant": "declaration", "kind": 1024, @@ -4786,7 +4786,7 @@ } }, { - "id": 12925, + "id": 12992, "name": "is_combinable", "variant": "declaration", "kind": 1024, @@ -4805,7 +4805,7 @@ } }, { - "id": 12926, + "id": 12993, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -4824,7 +4824,7 @@ } }, { - "id": 12927, + "id": 12994, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -4857,7 +4857,7 @@ } }, { - "id": 12928, + "id": 12995, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -4890,7 +4890,7 @@ } }, { - "id": 12929, + "id": 12996, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -4923,7 +4923,7 @@ } }, { - "id": 12930, + "id": 12997, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -4955,24 +4955,24 @@ { "title": "Properties", "children": [ - 12919, - 12920, - 12921, - 12922, - 12923, - 12924, - 12925, - 12926, - 12927, - 12928, - 12929, - 12930 + 12986, + 12987, + 12988, + 12989, + 12990, + 12991, + 12992, + 12993, + 12994, + 12995, + 12996, + 12997 ] } ] }, { - "id": 12943, + "id": 13010, "name": "FilterableTaxRateProps", "variant": "declaration", "kind": 256, @@ -4987,7 +4987,7 @@ }, "children": [ { - "id": 12953, + "id": 13020, "name": "$and", "variant": "declaration", "kind": 1024, @@ -5010,17 +5010,17 @@ "types": [ { "type": "reference", - "target": 12943, + "target": 13010, "name": "FilterableTaxRateProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 13132, + "target": 13199, "typeArguments": [ { "type": "reference", - "target": 12943, + "target": 13010, "name": "FilterableTaxRateProps", "package": "@medusajs/types" } @@ -5033,12 +5033,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13133, + "target": 13200, "name": "BaseFilterable.$and" } }, { - "id": 12954, + "id": 13021, "name": "$or", "variant": "declaration", "kind": 1024, @@ -5061,17 +5061,17 @@ "types": [ { "type": "reference", - "target": 12943, + "target": 13010, "name": "FilterableTaxRateProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 13132, + "target": 13199, "typeArguments": [ { "type": "reference", - "target": 12943, + "target": 13010, "name": "FilterableTaxRateProps", "package": "@medusajs/types" } @@ -5084,12 +5084,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13134, + "target": 13201, "name": "BaseFilterable.$or" } }, { - "id": 12944, + "id": 13011, "name": "q", "variant": "declaration", "kind": 1024, @@ -5110,7 +5110,7 @@ } }, { - "id": 12945, + "id": 13012, "name": "id", "variant": "declaration", "kind": 1024, @@ -5143,7 +5143,7 @@ } }, { - "id": 12946, + "id": 13013, "name": "tax_region_id", "variant": "declaration", "kind": 1024, @@ -5176,7 +5176,7 @@ } }, { - "id": 12947, + "id": 13014, "name": "rate", "variant": "declaration", "kind": 1024, @@ -5200,7 +5200,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -5221,7 +5221,7 @@ } }, { - "id": 12948, + "id": 13015, "name": "code", "variant": "declaration", "kind": 1024, @@ -5252,7 +5252,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -5266,7 +5266,7 @@ } }, { - "id": 12949, + "id": 13016, "name": "name", "variant": "declaration", "kind": 1024, @@ -5297,7 +5297,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -5311,7 +5311,7 @@ } }, { - "id": 12950, + "id": 13017, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5328,7 +5328,7 @@ }, "type": { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -5340,7 +5340,7 @@ } }, { - "id": 12951, + "id": 13018, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5357,7 +5357,7 @@ }, "type": { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -5369,7 +5369,7 @@ } }, { - "id": 12952, + "id": 13019, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -5400,7 +5400,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -5418,28 +5418,28 @@ { "title": "Properties", "children": [ - 12953, - 12954, - 12944, - 12945, - 12946, - 12947, - 12948, - 12949, - 12950, - 12951, - 12952 + 13020, + 13021, + 13011, + 13012, + 13013, + 13014, + 13015, + 13016, + 13017, + 13018, + 13019 ] } ], "extendedTypes": [ { "type": "reference", - "target": 13132, + "target": 13199, "typeArguments": [ { "type": "reference", - "target": 12943, + "target": 13010, "name": "FilterableTaxRateProps", "package": "@medusajs/types" } @@ -5450,7 +5450,7 @@ ] }, { - "id": 12996, + "id": 13063, "name": "TaxRegionDTO", "variant": "declaration", "kind": 256, @@ -5465,7 +5465,7 @@ }, "children": [ { - "id": 12997, + "id": 13064, "name": "id", "variant": "declaration", "kind": 1024, @@ -5484,7 +5484,7 @@ } }, { - "id": 12998, + "id": 13065, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -5503,7 +5503,7 @@ } }, { - "id": 12999, + "id": 13066, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -5531,7 +5531,7 @@ } }, { - "id": 13000, + "id": 13067, "name": "parent_id", "variant": "declaration", "kind": 1024, @@ -5559,7 +5559,7 @@ } }, { - "id": 13001, + "id": 13068, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -5602,7 +5602,7 @@ } }, { - "id": 13002, + "id": 13069, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -5635,7 +5635,7 @@ } }, { - "id": 13003, + "id": 13070, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -5668,7 +5668,7 @@ } }, { - "id": 13004, + "id": 13071, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -5696,7 +5696,7 @@ } }, { - "id": 13005, + "id": 13072, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -5737,21 +5737,21 @@ { "title": "Properties", "children": [ - 12997, - 12998, - 12999, - 13000, - 13001, - 13002, - 13003, - 13004, - 13005 + 13064, + 13065, + 13066, + 13067, + 13068, + 13069, + 13070, + 13071, + 13072 ] } ] }, { - "id": 13006, + "id": 13073, "name": "FilterableTaxRegionProps", "variant": "declaration", "kind": 256, @@ -5766,7 +5766,7 @@ }, "children": [ { - "id": 13016, + "id": 13083, "name": "$and", "variant": "declaration", "kind": 1024, @@ -5789,17 +5789,17 @@ "types": [ { "type": "reference", - "target": 13006, + "target": 13073, "name": "FilterableTaxRegionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 13132, + "target": 13199, "typeArguments": [ { "type": "reference", - "target": 13006, + "target": 13073, "name": "FilterableTaxRegionProps", "package": "@medusajs/types" } @@ -5812,12 +5812,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13133, + "target": 13200, "name": "BaseFilterable.$and" } }, { - "id": 13017, + "id": 13084, "name": "$or", "variant": "declaration", "kind": 1024, @@ -5840,17 +5840,17 @@ "types": [ { "type": "reference", - "target": 13006, + "target": 13073, "name": "FilterableTaxRegionProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 13132, + "target": 13199, "typeArguments": [ { "type": "reference", - "target": 13006, + "target": 13073, "name": "FilterableTaxRegionProps", "package": "@medusajs/types" } @@ -5863,12 +5863,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13134, + "target": 13201, "name": "BaseFilterable.$or" } }, { - "id": 13007, + "id": 13074, "name": "q", "variant": "declaration", "kind": 1024, @@ -5889,7 +5889,7 @@ } }, { - "id": 13008, + "id": 13075, "name": "id", "variant": "declaration", "kind": 1024, @@ -5922,7 +5922,7 @@ } }, { - "id": 13009, + "id": 13076, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -5953,7 +5953,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -5967,7 +5967,7 @@ } }, { - "id": 13010, + "id": 13077, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -5998,7 +5998,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -6012,7 +6012,7 @@ } }, { - "id": 13011, + "id": 13078, "name": "parent_id", "variant": "declaration", "kind": 1024, @@ -6043,7 +6043,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -6057,7 +6057,7 @@ } }, { - "id": 13012, + "id": 13079, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6096,7 +6096,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "reference", @@ -6147,7 +6147,7 @@ } }, { - "id": 13013, + "id": 13080, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6164,7 +6164,7 @@ }, "type": { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -6176,7 +6176,7 @@ } }, { - "id": 13014, + "id": 13081, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -6193,7 +6193,7 @@ }, "type": { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -6205,7 +6205,7 @@ } }, { - "id": 13015, + "id": 13082, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -6236,7 +6236,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -6254,28 +6254,28 @@ { "title": "Properties", "children": [ - 13016, - 13017, - 13007, - 13008, - 13009, - 13010, - 13011, - 13012, - 13013, - 13014, - 13015 + 13083, + 13084, + 13074, + 13075, + 13076, + 13077, + 13078, + 13079, + 13080, + 13081, + 13082 ] } ], "extendedTypes": [ { "type": "reference", - "target": 13132, + "target": 13199, "typeArguments": [ { "type": "reference", - "target": 13006, + "target": 13073, "name": "FilterableTaxRegionProps", "package": "@medusajs/types" } @@ -6286,7 +6286,7 @@ ] }, { - "id": 13024, + "id": 13091, "name": "TaxRateRuleDTO", "variant": "declaration", "kind": 256, @@ -6301,7 +6301,7 @@ }, "children": [ { - "id": 13025, + "id": 13092, "name": "id", "variant": "declaration", "kind": 1024, @@ -6320,7 +6320,7 @@ } }, { - "id": 13026, + "id": 13093, "name": "reference", "variant": "declaration", "kind": 1024, @@ -6347,7 +6347,7 @@ } }, { - "id": 13027, + "id": 13094, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -6374,7 +6374,7 @@ } }, { - "id": 13028, + "id": 13095, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -6393,7 +6393,7 @@ } }, { - "id": 13029, + "id": 13096, "name": "tax_rate", "variant": "declaration", "kind": 1024, @@ -6410,13 +6410,13 @@ }, "type": { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } }, { - "id": 13030, + "id": 13097, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6461,7 +6461,7 @@ } }, { - "id": 13031, + "id": 13098, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6494,7 +6494,7 @@ } }, { - "id": 13032, + "id": 13099, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -6527,7 +6527,7 @@ } }, { - "id": 13033, + "id": 13100, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -6559,21 +6559,21 @@ { "title": "Properties", "children": [ - 13025, - 13026, - 13027, - 13028, - 13029, - 13030, - 13031, - 13032, - 13033 + 13092, + 13093, + 13094, + 13095, + 13096, + 13097, + 13098, + 13099, + 13100 ] } ] }, { - "id": 13034, + "id": 13101, "name": "FilterableTaxRateRuleProps", "variant": "declaration", "kind": 256, @@ -6588,7 +6588,7 @@ }, "children": [ { - "id": 13043, + "id": 13110, "name": "$and", "variant": "declaration", "kind": 1024, @@ -6611,17 +6611,17 @@ "types": [ { "type": "reference", - "target": 13034, + "target": 13101, "name": "FilterableTaxRateRuleProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 13132, + "target": 13199, "typeArguments": [ { "type": "reference", - "target": 13034, + "target": 13101, "name": "FilterableTaxRateRuleProps", "package": "@medusajs/types" } @@ -6634,12 +6634,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13133, + "target": 13200, "name": "BaseFilterable.$and" } }, { - "id": 13044, + "id": 13111, "name": "$or", "variant": "declaration", "kind": 1024, @@ -6662,17 +6662,17 @@ "types": [ { "type": "reference", - "target": 13034, + "target": 13101, "name": "FilterableTaxRateRuleProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 13132, + "target": 13199, "typeArguments": [ { "type": "reference", - "target": 13034, + "target": 13101, "name": "FilterableTaxRateRuleProps", "package": "@medusajs/types" } @@ -6685,12 +6685,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13134, + "target": 13201, "name": "BaseFilterable.$or" } }, { - "id": 13035, + "id": 13102, "name": "reference", "variant": "declaration", "kind": 1024, @@ -6721,7 +6721,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -6735,7 +6735,7 @@ } }, { - "id": 13036, + "id": 13103, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -6766,7 +6766,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -6780,7 +6780,7 @@ } }, { - "id": 13037, + "id": 13104, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -6811,7 +6811,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -6825,7 +6825,7 @@ } }, { - "id": 13038, + "id": 13105, "name": "tax_rate", "variant": "declaration", "kind": 1024, @@ -6842,13 +6842,13 @@ }, "type": { "type": "reference", - "target": 12943, + "target": 13010, "name": "FilterableTaxRateProps", "package": "@medusajs/types" } }, { - "id": 13039, + "id": 13106, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -6887,7 +6887,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "reference", @@ -6938,7 +6938,7 @@ } }, { - "id": 13040, + "id": 13107, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -6955,7 +6955,7 @@ }, "type": { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -6967,7 +6967,7 @@ } }, { - "id": 13041, + "id": 13108, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -6984,7 +6984,7 @@ }, "type": { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -6996,7 +6996,7 @@ } }, { - "id": 13042, + "id": 13109, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -7027,7 +7027,7 @@ }, { "type": "reference", - "target": 13136, + "target": 13203, "typeArguments": [ { "type": "intrinsic", @@ -7045,27 +7045,27 @@ { "title": "Properties", "children": [ - 13043, - 13044, - 13035, - 13036, - 13037, - 13038, - 13039, - 13040, - 13041, - 13042 + 13110, + 13111, + 13102, + 13103, + 13104, + 13105, + 13106, + 13107, + 13108, + 13109 ] } ], "extendedTypes": [ { "type": "reference", - "target": 13132, + "target": 13199, "typeArguments": [ { "type": "reference", - "target": 13034, + "target": 13101, "name": "FilterableTaxRateRuleProps", "package": "@medusajs/types" } @@ -7076,7 +7076,7 @@ ] }, { - "id": 13045, + "id": 13112, "name": "TaxableItemDTO", "variant": "declaration", "kind": 256, @@ -7091,7 +7091,7 @@ }, "children": [ { - "id": 13046, + "id": 13113, "name": "id", "variant": "declaration", "kind": 1024, @@ -7110,7 +7110,7 @@ } }, { - "id": 13047, + "id": 13114, "name": "product_id", "variant": "declaration", "kind": 1024, @@ -7129,7 +7129,7 @@ } }, { - "id": 13048, + "id": 13115, "name": "product_name", "variant": "declaration", "kind": 1024, @@ -7150,7 +7150,7 @@ } }, { - "id": 13049, + "id": 13116, "name": "product_category_id", "variant": "declaration", "kind": 1024, @@ -7171,7 +7171,7 @@ } }, { - "id": 13050, + "id": 13117, "name": "product_categories", "variant": "declaration", "kind": 1024, @@ -7195,7 +7195,7 @@ } }, { - "id": 13051, + "id": 13118, "name": "product_sku", "variant": "declaration", "kind": 1024, @@ -7216,7 +7216,7 @@ } }, { - "id": 13052, + "id": 13119, "name": "product_type", "variant": "declaration", "kind": 1024, @@ -7237,7 +7237,7 @@ } }, { - "id": 13053, + "id": 13120, "name": "product_type_id", "variant": "declaration", "kind": 1024, @@ -7258,7 +7258,7 @@ } }, { - "id": 13054, + "id": 13121, "name": "quantity", "variant": "declaration", "kind": 1024, @@ -7275,13 +7275,13 @@ }, "type": { "type": "reference", - "target": 13159, + "target": 13226, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 13055, + "id": 13122, "name": "unit_price", "variant": "declaration", "kind": 1024, @@ -7298,13 +7298,13 @@ }, "type": { "type": "reference", - "target": 13159, + "target": 13226, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 13056, + "id": 13123, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -7329,23 +7329,23 @@ { "title": "Properties", "children": [ - 13046, - 13047, - 13048, - 13049, - 13050, - 13051, - 13052, - 13053, - 13054, - 13055, - 13056 + 13113, + 13114, + 13115, + 13116, + 13117, + 13118, + 13119, + 13120, + 13121, + 13122, + 13123 ] } ] }, { - "id": 13057, + "id": 13124, "name": "TaxableShippingDTO", "variant": "declaration", "kind": 256, @@ -7360,7 +7360,7 @@ }, "children": [ { - "id": 13058, + "id": 13125, "name": "id", "variant": "declaration", "kind": 1024, @@ -7379,7 +7379,7 @@ } }, { - "id": 13059, + "id": 13126, "name": "shipping_option_id", "variant": "declaration", "kind": 1024, @@ -7398,7 +7398,7 @@ } }, { - "id": 13060, + "id": 13127, "name": "unit_price", "variant": "declaration", "kind": 1024, @@ -7415,13 +7415,13 @@ }, "type": { "type": "reference", - "target": 13159, + "target": 13226, "name": "BigNumberInput", "package": "@medusajs/types" } }, { - "id": 13061, + "id": 13128, "name": "currency_code", "variant": "declaration", "kind": 1024, @@ -7446,16 +7446,16 @@ { "title": "Properties", "children": [ - 13058, - 13059, - 13060, - 13061 + 13125, + 13126, + 13127, + 13128 ] } ] }, { - "id": 13062, + "id": 13129, "name": "TaxCalculationContext", "variant": "declaration", "kind": 256, @@ -7470,7 +7470,7 @@ }, "children": [ { - "id": 13063, + "id": 13130, "name": "address", "variant": "declaration", "kind": 1024, @@ -7486,14 +7486,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13064, + "id": 13131, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13065, + "id": 13132, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -7512,7 +7512,7 @@ } }, { - "id": 13066, + "id": 13133, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -7542,7 +7542,7 @@ } }, { - "id": 13067, + "id": 13134, "name": "address_1", "variant": "declaration", "kind": 1024, @@ -7563,7 +7563,7 @@ } }, { - "id": 13068, + "id": 13135, "name": "address_2", "variant": "declaration", "kind": 1024, @@ -7593,7 +7593,7 @@ } }, { - "id": 13069, + "id": 13136, "name": "city", "variant": "declaration", "kind": 1024, @@ -7614,7 +7614,7 @@ } }, { - "id": 13070, + "id": 13137, "name": "postal_code", "variant": "declaration", "kind": 1024, @@ -7639,12 +7639,12 @@ { "title": "Properties", "children": [ - 13065, - 13066, - 13067, - 13068, - 13069, - 13070 + 13132, + 13133, + 13134, + 13135, + 13136, + 13137 ] } ] @@ -7652,7 +7652,7 @@ } }, { - "id": 13071, + "id": 13138, "name": "customer", "variant": "declaration", "kind": 1024, @@ -7670,14 +7670,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13072, + "id": 13139, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13073, + "id": 13140, "name": "id", "variant": "declaration", "kind": 1024, @@ -7696,7 +7696,7 @@ } }, { - "id": 13074, + "id": 13141, "name": "email", "variant": "declaration", "kind": 1024, @@ -7715,7 +7715,7 @@ } }, { - "id": 13075, + "id": 13142, "name": "customer_groups", "variant": "declaration", "kind": 1024, @@ -7741,9 +7741,9 @@ { "title": "Properties", "children": [ - 13073, - 13074, - 13075 + 13140, + 13141, + 13142 ] } ] @@ -7751,7 +7751,7 @@ } }, { - "id": 13076, + "id": 13143, "name": "is_return", "variant": "declaration", "kind": 1024, @@ -7776,15 +7776,15 @@ { "title": "Properties", "children": [ - 13063, - 13071, - 13076 + 13130, + 13138, + 13143 ] } ] }, { - "id": 13160, + "id": 13227, "name": "TaxLineDTO", "variant": "declaration", "kind": 256, @@ -7799,7 +7799,7 @@ }, "children": [ { - "id": 13161, + "id": 13228, "name": "rate_id", "variant": "declaration", "kind": 1024, @@ -7820,7 +7820,7 @@ } }, { - "id": 13162, + "id": 13229, "name": "rate", "variant": "declaration", "kind": 1024, @@ -7839,7 +7839,7 @@ } }, { - "id": 13163, + "id": 13230, "name": "code", "variant": "declaration", "kind": 1024, @@ -7867,7 +7867,7 @@ } }, { - "id": 13164, + "id": 13231, "name": "name", "variant": "declaration", "kind": 1024, @@ -7886,7 +7886,7 @@ } }, { - "id": 13165, + "id": 13232, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -7909,29 +7909,29 @@ { "title": "Properties", "children": [ - 13161, - 13162, - 13163, - 13164, - 13165 + 13228, + 13229, + 13230, + 13231, + 13232 ] } ], "extendedBy": [ { "type": "reference", - "target": 13077, + "target": 13144, "name": "ItemTaxLineDTO" }, { "type": "reference", - "target": 13084, + "target": 13151, "name": "ShippingTaxLineDTO" } ] }, { - "id": 13077, + "id": 13144, "name": "ItemTaxLineDTO", "variant": "declaration", "kind": 256, @@ -7946,7 +7946,7 @@ }, "children": [ { - "id": 13079, + "id": 13146, "name": "rate_id", "variant": "declaration", "kind": 1024, @@ -7968,12 +7968,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13161, + "target": 13228, "name": "TaxLineDTO.rate_id" } }, { - "id": 13080, + "id": 13147, "name": "rate", "variant": "declaration", "kind": 1024, @@ -7994,12 +7994,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13162, + "target": 13229, "name": "TaxLineDTO.rate" } }, { - "id": 13081, + "id": 13148, "name": "code", "variant": "declaration", "kind": 1024, @@ -8029,12 +8029,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13163, + "target": 13230, "name": "TaxLineDTO.code" } }, { - "id": 13082, + "id": 13149, "name": "name", "variant": "declaration", "kind": 1024, @@ -8055,12 +8055,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13164, + "target": 13231, "name": "TaxLineDTO.name" } }, { - "id": 13083, + "id": 13150, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -8081,12 +8081,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13165, + "target": 13232, "name": "TaxLineDTO.provider_id" } }, { - "id": 13078, + "id": 13145, "name": "line_item_id", "variant": "declaration", "kind": 1024, @@ -8109,26 +8109,26 @@ { "title": "Properties", "children": [ - 13079, - 13080, - 13081, - 13082, - 13083, - 13078 + 13146, + 13147, + 13148, + 13149, + 13150, + 13145 ] } ], "extendedTypes": [ { "type": "reference", - "target": 13160, + "target": 13227, "name": "TaxLineDTO", "package": "@medusajs/types" } ] }, { - "id": 13084, + "id": 13151, "name": "ShippingTaxLineDTO", "variant": "declaration", "kind": 256, @@ -8143,7 +8143,7 @@ }, "children": [ { - "id": 13086, + "id": 13153, "name": "rate_id", "variant": "declaration", "kind": 1024, @@ -8165,12 +8165,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13161, + "target": 13228, "name": "TaxLineDTO.rate_id" } }, { - "id": 13087, + "id": 13154, "name": "rate", "variant": "declaration", "kind": 1024, @@ -8191,12 +8191,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13162, + "target": 13229, "name": "TaxLineDTO.rate" } }, { - "id": 13088, + "id": 13155, "name": "code", "variant": "declaration", "kind": 1024, @@ -8226,12 +8226,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13163, + "target": 13230, "name": "TaxLineDTO.code" } }, { - "id": 13089, + "id": 13156, "name": "name", "variant": "declaration", "kind": 1024, @@ -8252,12 +8252,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13164, + "target": 13231, "name": "TaxLineDTO.name" } }, { - "id": 13090, + "id": 13157, "name": "provider_id", "variant": "declaration", "kind": 1024, @@ -8278,12 +8278,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13165, + "target": 13232, "name": "TaxLineDTO.provider_id" } }, { - "id": 13085, + "id": 13152, "name": "shipping_line_id", "variant": "declaration", "kind": 1024, @@ -8306,26 +8306,26 @@ { "title": "Properties", "children": [ - 13086, - 13087, - 13088, - 13089, - 13090, - 13085 + 13153, + 13154, + 13155, + 13156, + 13157, + 13152 ] } ], "extendedTypes": [ { "type": "reference", - "target": 13160, + "target": 13227, "name": "TaxLineDTO", "package": "@medusajs/types" } ] }, { - "id": 12955, + "id": 13022, "name": "CreateTaxRateDTO", "variant": "declaration", "kind": 256, @@ -8340,7 +8340,7 @@ }, "children": [ { - "id": 12956, + "id": 13023, "name": "tax_region_id", "variant": "declaration", "kind": 1024, @@ -8359,7 +8359,7 @@ } }, { - "id": 12957, + "id": 13024, "name": "rate", "variant": "declaration", "kind": 1024, @@ -8400,7 +8400,7 @@ } }, { - "id": 12958, + "id": 13025, "name": "code", "variant": "declaration", "kind": 1024, @@ -8430,7 +8430,7 @@ } }, { - "id": 12959, + "id": 13026, "name": "name", "variant": "declaration", "kind": 1024, @@ -8449,7 +8449,7 @@ } }, { - "id": 12960, + "id": 13027, "name": "rules", "variant": "declaration", "kind": 1024, @@ -8475,7 +8475,7 @@ "typeArguments": [ { "type": "reference", - "target": 13018, + "target": 13085, "name": "CreateTaxRateRuleDTO", "package": "@medusajs/types" }, @@ -8490,7 +8490,7 @@ } }, { - "id": 12961, + "id": 13028, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -8511,7 +8511,7 @@ } }, { - "id": 12962, + "id": 13029, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -8532,7 +8532,7 @@ } }, { - "id": 12963, + "id": 13030, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -8549,7 +8549,7 @@ }, "type": { "type": "reference", - "target": 13158, + "target": 13225, "name": "MetadataType", "package": "@medusajs/types" } @@ -8559,20 +8559,20 @@ { "title": "Properties", "children": [ - 12956, - 12957, - 12958, - 12959, - 12960, - 12961, - 12962, - 12963 + 13023, + 13024, + 13025, + 13026, + 13027, + 13028, + 13029, + 13030 ] } ] }, { - "id": 12973, + "id": 13040, "name": "UpsertTaxRateDTO", "variant": "declaration", "kind": 256, @@ -8587,7 +8587,7 @@ }, "children": [ { - "id": 12974, + "id": 13041, "name": "id", "variant": "declaration", "kind": 1024, @@ -8608,7 +8608,7 @@ } }, { - "id": 12975, + "id": 13042, "name": "rate", "variant": "declaration", "kind": 1024, @@ -8649,7 +8649,7 @@ } }, { - "id": 12976, + "id": 13043, "name": "code", "variant": "declaration", "kind": 1024, @@ -8679,7 +8679,7 @@ } }, { - "id": 12977, + "id": 13044, "name": "name", "variant": "declaration", "kind": 1024, @@ -8700,7 +8700,7 @@ } }, { - "id": 12978, + "id": 13045, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -8721,7 +8721,7 @@ } }, { - "id": 12979, + "id": 13046, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -8751,7 +8751,7 @@ } }, { - "id": 12980, + "id": 13047, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -8768,7 +8768,7 @@ }, "type": { "type": "reference", - "target": 13158, + "target": 13225, "name": "MetadataType", "package": "@medusajs/types" } @@ -8778,19 +8778,19 @@ { "title": "Properties", "children": [ - 12974, - 12975, - 12976, - 12977, - 12978, - 12979, - 12980 + 13041, + 13042, + 13043, + 13044, + 13045, + 13046, + 13047 ] } ] }, { - "id": 12964, + "id": 13031, "name": "UpdateTaxRateDTO", "variant": "declaration", "kind": 256, @@ -8805,7 +8805,7 @@ }, "children": [ { - "id": 12965, + "id": 13032, "name": "rate", "variant": "declaration", "kind": 1024, @@ -8846,7 +8846,7 @@ } }, { - "id": 12966, + "id": 13033, "name": "code", "variant": "declaration", "kind": 1024, @@ -8876,7 +8876,7 @@ } }, { - "id": 12967, + "id": 13034, "name": "name", "variant": "declaration", "kind": 1024, @@ -8897,7 +8897,7 @@ } }, { - "id": 12968, + "id": 13035, "name": "rules", "variant": "declaration", "kind": 1024, @@ -8923,7 +8923,7 @@ "typeArguments": [ { "type": "reference", - "target": 13018, + "target": 13085, "name": "CreateTaxRateRuleDTO", "package": "@medusajs/types" }, @@ -8938,7 +8938,7 @@ } }, { - "id": 12969, + "id": 13036, "name": "is_default", "variant": "declaration", "kind": 1024, @@ -8959,7 +8959,7 @@ } }, { - "id": 12970, + "id": 13037, "name": "is_combinable", "variant": "declaration", "kind": 1024, @@ -8980,7 +8980,7 @@ } }, { - "id": 12972, + "id": 13039, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -8997,7 +8997,7 @@ }, "type": { "type": "reference", - "target": 13158, + "target": 13225, "name": "MetadataType", "package": "@medusajs/types" } @@ -9007,19 +9007,19 @@ { "title": "Properties", "children": [ - 12965, - 12966, - 12967, - 12968, - 12969, - 12970, - 12972 + 13032, + 13033, + 13034, + 13035, + 13036, + 13037, + 13039 ] } ] }, { - "id": 12984, + "id": 13051, "name": "CreateTaxRegionDTO", "variant": "declaration", "kind": 256, @@ -9034,7 +9034,7 @@ }, "children": [ { - "id": 12985, + "id": 13052, "name": "country_code", "variant": "declaration", "kind": 1024, @@ -9053,7 +9053,7 @@ } }, { - "id": 12986, + "id": 13053, "name": "province_code", "variant": "declaration", "kind": 1024, @@ -9083,7 +9083,7 @@ } }, { - "id": 12987, + "id": 13054, "name": "parent_id", "variant": "declaration", "kind": 1024, @@ -9113,7 +9113,7 @@ } }, { - "id": 12988, + "id": 13055, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9130,13 +9130,13 @@ }, "type": { "type": "reference", - "target": 13158, + "target": 13225, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 12989, + "id": 13056, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -9157,7 +9157,7 @@ } }, { - "id": 12990, + "id": 13057, "name": "default_tax_rate", "variant": "declaration", "kind": 1024, @@ -9175,14 +9175,14 @@ "type": { "type": "reflection", "declaration": { - "id": 12991, + "id": 13058, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 12992, + "id": 13059, "name": "rate", "variant": "declaration", "kind": 1024, @@ -9223,7 +9223,7 @@ } }, { - "id": 12993, + "id": 13060, "name": "code", "variant": "declaration", "kind": 1024, @@ -9253,7 +9253,7 @@ } }, { - "id": 12994, + "id": 13061, "name": "name", "variant": "declaration", "kind": 1024, @@ -9272,7 +9272,7 @@ } }, { - "id": 12995, + "id": 13062, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9289,7 +9289,7 @@ }, "type": { "type": "reference", - "target": 13158, + "target": 13225, "name": "MetadataType", "package": "@medusajs/types" } @@ -9299,10 +9299,10 @@ { "title": "Properties", "children": [ - 12992, - 12993, - 12994, - 12995 + 13059, + 13060, + 13061, + 13062 ] } ] @@ -9314,18 +9314,18 @@ { "title": "Properties", "children": [ - 12985, - 12986, - 12987, - 12988, - 12989, - 12990 + 13052, + 13053, + 13054, + 13055, + 13056, + 13057 ] } ] }, { - "id": 13018, + "id": 13085, "name": "CreateTaxRateRuleDTO", "variant": "declaration", "kind": 256, @@ -9340,7 +9340,7 @@ }, "children": [ { - "id": 13019, + "id": 13086, "name": "reference", "variant": "declaration", "kind": 1024, @@ -9367,7 +9367,7 @@ } }, { - "id": 13020, + "id": 13087, "name": "reference_id", "variant": "declaration", "kind": 1024, @@ -9394,7 +9394,7 @@ } }, { - "id": 13021, + "id": 13088, "name": "tax_rate_id", "variant": "declaration", "kind": 1024, @@ -9413,7 +9413,7 @@ } }, { - "id": 13022, + "id": 13089, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -9430,13 +9430,13 @@ }, "type": { "type": "reference", - "target": 13158, + "target": 13225, "name": "MetadataType", "package": "@medusajs/types" } }, { - "id": 13023, + "id": 13090, "name": "created_by", "variant": "declaration", "kind": 1024, @@ -9470,17 +9470,17 @@ { "title": "Properties", "children": [ - 13019, - 13020, - 13021, - 13022, - 13023 + 13086, + 13087, + 13088, + 13089, + 13090 ] } ] }, { - "id": 12749, + "id": 12816, "name": "ITaxModuleService", "variant": "declaration", "kind": 256, @@ -9495,14 +9495,14 @@ }, "children": [ { - "id": 12750, + "id": 12817, "name": "retrieveTaxRate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12751, + "id": 12818, "name": "retrieveTaxRate", "variant": "signature", "kind": 4096, @@ -9549,7 +9549,7 @@ }, "parameters": [ { - "id": 12752, + "id": 12819, "name": "taxRateId", "variant": "param", "kind": 32768, @@ -9568,7 +9568,7 @@ } }, { - "id": 12753, + "id": 12820, "name": "config", "variant": "param", "kind": 32768, @@ -9601,11 +9601,11 @@ }, "type": { "type": "reference", - "target": 12905, + "target": 12972, "typeArguments": [ { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -9615,7 +9615,7 @@ } }, { - "id": 12754, + "id": 12821, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -9632,7 +9632,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -9647,7 +9647,7 @@ "typeArguments": [ { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -9659,14 +9659,14 @@ ] }, { - "id": 12755, + "id": 12822, "name": "listTaxRates", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12756, + "id": 12823, "name": "listTaxRates", "variant": "signature", "kind": 4096, @@ -9753,7 +9753,7 @@ }, "parameters": [ { - "id": 12757, + "id": 12824, "name": "filters", "variant": "param", "kind": 32768, @@ -9770,13 +9770,13 @@ }, "type": { "type": "reference", - "target": 12943, + "target": 13010, "name": "FilterableTaxRateProps", "package": "@medusajs/types" } }, { - "id": 12758, + "id": 12825, "name": "config", "variant": "param", "kind": 32768, @@ -9809,11 +9809,11 @@ }, "type": { "type": "reference", - "target": 12905, + "target": 12972, "typeArguments": [ { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -9823,7 +9823,7 @@ } }, { - "id": 12759, + "id": 12826, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -9840,7 +9840,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -9857,7 +9857,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -9870,14 +9870,14 @@ ] }, { - "id": 12760, + "id": 12827, "name": "listAndCountTaxRates", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12761, + "id": 12828, "name": "listAndCountTaxRates", "variant": "signature", "kind": 4096, @@ -9964,7 +9964,7 @@ }, "parameters": [ { - "id": 12762, + "id": 12829, "name": "filters", "variant": "param", "kind": 32768, @@ -9981,13 +9981,13 @@ }, "type": { "type": "reference", - "target": 12943, + "target": 13010, "name": "FilterableTaxRateProps", "package": "@medusajs/types" } }, { - "id": 12763, + "id": 12830, "name": "config", "variant": "param", "kind": 32768, @@ -10020,11 +10020,11 @@ }, "type": { "type": "reference", - "target": 12905, + "target": 12972, "typeArguments": [ { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -10034,7 +10034,7 @@ } }, { - "id": 12764, + "id": 12831, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10051,7 +10051,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -10071,7 +10071,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -10090,14 +10090,14 @@ ] }, { - "id": 12765, + "id": 12832, "name": "createTaxRates", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12766, + "id": 12833, "name": "createTaxRates", "variant": "signature", "kind": 4096, @@ -10132,7 +10132,7 @@ }, "parameters": [ { - "id": 12767, + "id": 12834, "name": "data", "variant": "param", "kind": 32768, @@ -10149,14 +10149,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12955, + "target": 13022, "name": "CreateTaxRateDTO", "package": "@medusajs/types" } } }, { - "id": 12768, + "id": 12835, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10173,7 +10173,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -10190,7 +10190,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -10201,7 +10201,7 @@ } }, { - "id": 12769, + "id": 12836, "name": "createTaxRates", "variant": "signature", "kind": 4096, @@ -10236,7 +10236,7 @@ }, "parameters": [ { - "id": 12770, + "id": 12837, "name": "data", "variant": "param", "kind": 32768, @@ -10251,13 +10251,13 @@ }, "type": { "type": "reference", - "target": 12955, + "target": 13022, "name": "CreateTaxRateDTO", "package": "@medusajs/types" } }, { - "id": 12771, + "id": 12838, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10274,7 +10274,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -10289,7 +10289,7 @@ "typeArguments": [ { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -10301,14 +10301,14 @@ ] }, { - "id": 12772, + "id": 12839, "name": "updateTaxRates", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12773, + "id": 12840, "name": "updateTaxRates", "variant": "signature", "kind": 4096, @@ -10343,7 +10343,7 @@ }, "parameters": [ { - "id": 12774, + "id": 12841, "name": "taxRateId", "variant": "param", "kind": 32768, @@ -10362,7 +10362,7 @@ } }, { - "id": 12775, + "id": 12842, "name": "data", "variant": "param", "kind": 32768, @@ -10377,13 +10377,13 @@ }, "type": { "type": "reference", - "target": 12964, + "target": 13031, "name": "UpdateTaxRateDTO", "package": "@medusajs/types" } }, { - "id": 12776, + "id": 12843, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10400,7 +10400,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -10415,7 +10415,7 @@ "typeArguments": [ { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -10425,7 +10425,7 @@ } }, { - "id": 12777, + "id": 12844, "name": "updateTaxRates", "variant": "signature", "kind": 4096, @@ -10460,7 +10460,7 @@ }, "parameters": [ { - "id": 12778, + "id": 12845, "name": "taxRateIds", "variant": "param", "kind": 32768, @@ -10482,7 +10482,7 @@ } }, { - "id": 12779, + "id": 12846, "name": "data", "variant": "param", "kind": 32768, @@ -10497,13 +10497,13 @@ }, "type": { "type": "reference", - "target": 12964, + "target": 13031, "name": "UpdateTaxRateDTO", "package": "@medusajs/types" } }, { - "id": 12780, + "id": 12847, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10520,7 +10520,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -10537,7 +10537,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -10548,7 +10548,7 @@ } }, { - "id": 12781, + "id": 12848, "name": "updateTaxRates", "variant": "signature", "kind": 4096, @@ -10583,7 +10583,7 @@ }, "parameters": [ { - "id": 12782, + "id": 12849, "name": "selector", "variant": "param", "kind": 32768, @@ -10598,13 +10598,13 @@ }, "type": { "type": "reference", - "target": 12943, + "target": 13010, "name": "FilterableTaxRateProps", "package": "@medusajs/types" } }, { - "id": 12783, + "id": 12850, "name": "data", "variant": "param", "kind": 32768, @@ -10619,13 +10619,13 @@ }, "type": { "type": "reference", - "target": 12964, + "target": 13031, "name": "UpdateTaxRateDTO", "package": "@medusajs/types" } }, { - "id": 12784, + "id": 12851, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10642,7 +10642,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -10659,7 +10659,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -10672,14 +10672,14 @@ ] }, { - "id": 12785, + "id": 12852, "name": "upsertTaxRates", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12786, + "id": 12853, "name": "upsertTaxRates", "variant": "signature", "kind": 4096, @@ -10714,7 +10714,7 @@ }, "parameters": [ { - "id": 12787, + "id": 12854, "name": "data", "variant": "param", "kind": 32768, @@ -10729,13 +10729,13 @@ }, "type": { "type": "reference", - "target": 12973, + "target": 13040, "name": "UpsertTaxRateDTO", "package": "@medusajs/types" } }, { - "id": 12788, + "id": 12855, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10752,7 +10752,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -10767,7 +10767,7 @@ "typeArguments": [ { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -10777,7 +10777,7 @@ } }, { - "id": 12789, + "id": 12856, "name": "upsertTaxRates", "variant": "signature", "kind": 4096, @@ -10812,7 +10812,7 @@ }, "parameters": [ { - "id": 12790, + "id": 12857, "name": "data", "variant": "param", "kind": 32768, @@ -10829,14 +10829,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12973, + "target": 13040, "name": "UpsertTaxRateDTO", "package": "@medusajs/types" } } }, { - "id": 12791, + "id": 12858, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10853,7 +10853,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -10870,7 +10870,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12918, + "target": 12985, "name": "TaxRateDTO", "package": "@medusajs/types" } @@ -10883,14 +10883,14 @@ ] }, { - "id": 12792, + "id": 12859, "name": "deleteTaxRates", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12793, + "id": 12860, "name": "deleteTaxRates", "variant": "signature", "kind": 4096, @@ -10925,7 +10925,7 @@ }, "parameters": [ { - "id": 12794, + "id": 12861, "name": "taxRateIds", "variant": "param", "kind": 32768, @@ -10947,7 +10947,7 @@ } }, { - "id": 12795, + "id": 12862, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -10964,7 +10964,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -10987,7 +10987,7 @@ } }, { - "id": 12796, + "id": 12863, "name": "deleteTaxRates", "variant": "signature", "kind": 4096, @@ -11022,7 +11022,7 @@ }, "parameters": [ { - "id": 12797, + "id": 12864, "name": "taxRateId", "variant": "param", "kind": 32768, @@ -11041,7 +11041,7 @@ } }, { - "id": 12798, + "id": 12865, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11058,7 +11058,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -11083,14 +11083,14 @@ ] }, { - "id": 12799, + "id": 12866, "name": "restoreTaxRates", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12800, + "id": 12867, "name": "restoreTaxRates", "variant": "signature", "kind": 4096, @@ -11141,7 +11141,7 @@ }, "typeParameters": [ { - "id": 12801, + "id": 12868, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -11158,7 +11158,7 @@ ], "parameters": [ { - "id": 12802, + "id": 12869, "name": "taxRateIds", "variant": "param", "kind": 32768, @@ -11180,7 +11180,7 @@ } }, { - "id": 12803, + "id": 12870, "name": "config", "variant": "param", "kind": 32768, @@ -11213,11 +11213,11 @@ }, "type": { "type": "reference", - "target": 12981, + "target": 13048, "typeArguments": [ { "type": "reference", - "target": 12801, + "target": 12868, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -11228,7 +11228,7 @@ } }, { - "id": 12804, + "id": 12871, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11245,7 +11245,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -11297,14 +11297,14 @@ ] }, { - "id": 12805, + "id": 12872, "name": "createTaxRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12806, + "id": 12873, "name": "createTaxRegions", "variant": "signature", "kind": 4096, @@ -11339,7 +11339,7 @@ }, "parameters": [ { - "id": 12807, + "id": 12874, "name": "data", "variant": "param", "kind": 32768, @@ -11354,13 +11354,13 @@ }, "type": { "type": "reference", - "target": 12984, + "target": 13051, "name": "CreateTaxRegionDTO", "package": "@medusajs/types" } }, { - "id": 12808, + "id": 12875, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11377,7 +11377,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -11392,7 +11392,7 @@ "typeArguments": [ { "type": "reference", - "target": 12996, + "target": 13063, "name": "TaxRegionDTO", "package": "@medusajs/types" } @@ -11402,7 +11402,7 @@ } }, { - "id": 12809, + "id": 12876, "name": "createTaxRegions", "variant": "signature", "kind": 4096, @@ -11437,7 +11437,7 @@ }, "parameters": [ { - "id": 12810, + "id": 12877, "name": "data", "variant": "param", "kind": 32768, @@ -11454,14 +11454,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 12984, + "target": 13051, "name": "CreateTaxRegionDTO", "package": "@medusajs/types" } } }, { - "id": 12811, + "id": 12878, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11478,7 +11478,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -11495,7 +11495,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12996, + "target": 13063, "name": "TaxRegionDTO", "package": "@medusajs/types" } @@ -11508,14 +11508,14 @@ ] }, { - "id": 12812, + "id": 12879, "name": "deleteTaxRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12813, + "id": 12880, "name": "deleteTaxRegions", "variant": "signature", "kind": 4096, @@ -11550,7 +11550,7 @@ }, "parameters": [ { - "id": 12814, + "id": 12881, "name": "taxRegionIds", "variant": "param", "kind": 32768, @@ -11572,7 +11572,7 @@ } }, { - "id": 12815, + "id": 12882, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11589,7 +11589,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -11612,7 +11612,7 @@ } }, { - "id": 12816, + "id": 12883, "name": "deleteTaxRegions", "variant": "signature", "kind": 4096, @@ -11647,7 +11647,7 @@ }, "parameters": [ { - "id": 12817, + "id": 12884, "name": "taxRegionId", "variant": "param", "kind": 32768, @@ -11666,7 +11666,7 @@ } }, { - "id": 12818, + "id": 12885, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11683,7 +11683,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -11708,14 +11708,14 @@ ] }, { - "id": 12819, + "id": 12886, "name": "listTaxRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12820, + "id": 12887, "name": "listTaxRegions", "variant": "signature", "kind": 4096, @@ -11802,7 +11802,7 @@ }, "parameters": [ { - "id": 12821, + "id": 12888, "name": "filters", "variant": "param", "kind": 32768, @@ -11819,13 +11819,13 @@ }, "type": { "type": "reference", - "target": 13006, + "target": 13073, "name": "FilterableTaxRegionProps", "package": "@medusajs/types" } }, { - "id": 12822, + "id": 12889, "name": "config", "variant": "param", "kind": 32768, @@ -11858,11 +11858,11 @@ }, "type": { "type": "reference", - "target": 12905, + "target": 12972, "typeArguments": [ { "type": "reference", - "target": 12996, + "target": 13063, "name": "TaxRegionDTO", "package": "@medusajs/types" } @@ -11872,7 +11872,7 @@ } }, { - "id": 12823, + "id": 12890, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11889,7 +11889,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -11906,7 +11906,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 12996, + "target": 13063, "name": "TaxRegionDTO", "package": "@medusajs/types" } @@ -11919,14 +11919,14 @@ ] }, { - "id": 12824, + "id": 12891, "name": "createTaxRateRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12825, + "id": 12892, "name": "createTaxRateRules", "variant": "signature", "kind": 4096, @@ -11961,7 +11961,7 @@ }, "parameters": [ { - "id": 12826, + "id": 12893, "name": "data", "variant": "param", "kind": 32768, @@ -11976,13 +11976,13 @@ }, "type": { "type": "reference", - "target": 13018, + "target": 13085, "name": "CreateTaxRateRuleDTO", "package": "@medusajs/types" } }, { - "id": 12827, + "id": 12894, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -11999,7 +11999,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -12014,7 +12014,7 @@ "typeArguments": [ { "type": "reference", - "target": 13024, + "target": 13091, "name": "TaxRateRuleDTO", "package": "@medusajs/types" } @@ -12024,7 +12024,7 @@ } }, { - "id": 12828, + "id": 12895, "name": "createTaxRateRules", "variant": "signature", "kind": 4096, @@ -12059,7 +12059,7 @@ }, "parameters": [ { - "id": 12829, + "id": 12896, "name": "data", "variant": "param", "kind": 32768, @@ -12076,14 +12076,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 13018, + "target": 13085, "name": "CreateTaxRateRuleDTO", "package": "@medusajs/types" } } }, { - "id": 12830, + "id": 12897, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12100,7 +12100,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -12117,7 +12117,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13024, + "target": 13091, "name": "TaxRateRuleDTO", "package": "@medusajs/types" } @@ -12130,14 +12130,14 @@ ] }, { - "id": 12831, + "id": 12898, "name": "deleteTaxRateRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12832, + "id": 12899, "name": "deleteTaxRateRules", "variant": "signature", "kind": 4096, @@ -12172,7 +12172,7 @@ }, "parameters": [ { - "id": 12833, + "id": 12900, "name": "taxRateRuleId", "variant": "param", "kind": 32768, @@ -12191,7 +12191,7 @@ } }, { - "id": 12834, + "id": 12901, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12208,7 +12208,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -12231,7 +12231,7 @@ } }, { - "id": 12835, + "id": 12902, "name": "deleteTaxRateRules", "variant": "signature", "kind": 4096, @@ -12266,7 +12266,7 @@ }, "parameters": [ { - "id": 12836, + "id": 12903, "name": "taxRateRuleIds", "variant": "param", "kind": 32768, @@ -12288,7 +12288,7 @@ } }, { - "id": 12837, + "id": 12904, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12305,7 +12305,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -12330,14 +12330,14 @@ ] }, { - "id": 12838, + "id": 12905, "name": "listTaxRateRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12839, + "id": 12906, "name": "listTaxRateRules", "variant": "signature", "kind": 4096, @@ -12424,7 +12424,7 @@ }, "parameters": [ { - "id": 12840, + "id": 12907, "name": "filters", "variant": "param", "kind": 32768, @@ -12441,13 +12441,13 @@ }, "type": { "type": "reference", - "target": 13034, + "target": 13101, "name": "FilterableTaxRateRuleProps", "package": "@medusajs/types" } }, { - "id": 12841, + "id": 12908, "name": "config", "variant": "param", "kind": 32768, @@ -12480,11 +12480,11 @@ }, "type": { "type": "reference", - "target": 12905, + "target": 12972, "typeArguments": [ { "type": "reference", - "target": 13024, + "target": 13091, "name": "TaxRateRuleDTO", "package": "@medusajs/types" } @@ -12494,7 +12494,7 @@ } }, { - "id": 12842, + "id": 12909, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12511,7 +12511,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -12528,7 +12528,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13024, + "target": 13091, "name": "TaxRateRuleDTO", "package": "@medusajs/types" } @@ -12541,14 +12541,14 @@ ] }, { - "id": 12843, + "id": 12910, "name": "getTaxLines", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12844, + "id": 12911, "name": "getTaxLines", "variant": "signature", "kind": 4096, @@ -12583,7 +12583,7 @@ }, "parameters": [ { - "id": 12845, + "id": 12912, "name": "items", "variant": "param", "kind": 32768, @@ -12603,13 +12603,13 @@ "types": [ { "type": "reference", - "target": 13045, + "target": 13112, "name": "TaxableItemDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 13057, + "target": 13124, "name": "TaxableShippingDTO", "package": "@medusajs/types" } @@ -12618,7 +12618,7 @@ } }, { - "id": 12846, + "id": 12913, "name": "calculationContext", "variant": "param", "kind": 32768, @@ -12633,13 +12633,13 @@ }, "type": { "type": "reference", - "target": 13062, + "target": 13129, "name": "TaxCalculationContext", "package": "@medusajs/types" } }, { - "id": 12847, + "id": 12914, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12656,7 +12656,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -12676,13 +12676,13 @@ "types": [ { "type": "reference", - "target": 13077, + "target": 13144, "name": "ItemTaxLineDTO", "package": "@medusajs/types" }, { "type": "reference", - "target": 13084, + "target": 13151, "name": "ShippingTaxLineDTO", "package": "@medusajs/types" } @@ -12697,14 +12697,14 @@ ] }, { - "id": 12848, + "id": 12915, "name": "softDeleteTaxRates", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12849, + "id": 12916, "name": "softDeleteTaxRates", "variant": "signature", "kind": 4096, @@ -12755,7 +12755,7 @@ }, "typeParameters": [ { - "id": 12850, + "id": 12917, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -12772,7 +12772,7 @@ ], "parameters": [ { - "id": 12851, + "id": 12918, "name": "taxRateIds", "variant": "param", "kind": 32768, @@ -12794,7 +12794,7 @@ } }, { - "id": 12852, + "id": 12919, "name": "config", "variant": "param", "kind": 32768, @@ -12811,11 +12811,11 @@ }, "type": { "type": "reference", - "target": 13091, + "target": 13158, "typeArguments": [ { "type": "reference", - "target": 12850, + "target": 12917, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -12826,7 +12826,7 @@ } }, { - "id": 12853, + "id": 12920, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -12843,7 +12843,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -12895,14 +12895,14 @@ ] }, { - "id": 12854, + "id": 12921, "name": "softDeleteTaxRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12855, + "id": 12922, "name": "softDeleteTaxRegions", "variant": "signature", "kind": 4096, @@ -12953,7 +12953,7 @@ }, "typeParameters": [ { - "id": 12856, + "id": 12923, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -12970,7 +12970,7 @@ ], "parameters": [ { - "id": 12857, + "id": 12924, "name": "taxRegionIds", "variant": "param", "kind": 32768, @@ -12992,7 +12992,7 @@ } }, { - "id": 12858, + "id": 12925, "name": "config", "variant": "param", "kind": 32768, @@ -13009,11 +13009,11 @@ }, "type": { "type": "reference", - "target": 13091, + "target": 13158, "typeArguments": [ { "type": "reference", - "target": 12856, + "target": 12923, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13024,7 +13024,7 @@ } }, { - "id": 12859, + "id": 12926, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13041,7 +13041,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -13093,14 +13093,14 @@ ] }, { - "id": 12860, + "id": 12927, "name": "restoreTaxRegions", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12861, + "id": 12928, "name": "restoreTaxRegions", "variant": "signature", "kind": 4096, @@ -13151,7 +13151,7 @@ }, "typeParameters": [ { - "id": 12862, + "id": 12929, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -13168,7 +13168,7 @@ ], "parameters": [ { - "id": 12863, + "id": 12930, "name": "taxRegionIds", "variant": "param", "kind": 32768, @@ -13190,7 +13190,7 @@ } }, { - "id": 12864, + "id": 12931, "name": "config", "variant": "param", "kind": 32768, @@ -13223,11 +13223,11 @@ }, "type": { "type": "reference", - "target": 12981, + "target": 13048, "typeArguments": [ { "type": "reference", - "target": 12862, + "target": 12929, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13238,7 +13238,7 @@ } }, { - "id": 12865, + "id": 12932, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13255,7 +13255,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -13307,14 +13307,14 @@ ] }, { - "id": 12866, + "id": 12933, "name": "softDeleteTaxRateRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12867, + "id": 12934, "name": "softDeleteTaxRateRules", "variant": "signature", "kind": 4096, @@ -13357,7 +13357,7 @@ }, "typeParameters": [ { - "id": 12868, + "id": 12935, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -13374,7 +13374,7 @@ ], "parameters": [ { - "id": 12869, + "id": 12936, "name": "taxRateRuleIds", "variant": "param", "kind": 32768, @@ -13396,7 +13396,7 @@ } }, { - "id": 12870, + "id": 12937, "name": "config", "variant": "param", "kind": 32768, @@ -13413,11 +13413,11 @@ }, "type": { "type": "reference", - "target": 13091, + "target": 13158, "typeArguments": [ { "type": "reference", - "target": 12868, + "target": 12935, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13428,7 +13428,7 @@ } }, { - "id": 12871, + "id": 12938, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13445,7 +13445,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -13497,14 +13497,14 @@ ] }, { - "id": 12872, + "id": 12939, "name": "restoreTaxRateRules", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 12873, + "id": 12940, "name": "restoreTaxRateRules", "variant": "signature", "kind": 4096, @@ -13547,7 +13547,7 @@ }, "typeParameters": [ { - "id": 12874, + "id": 12941, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -13564,7 +13564,7 @@ ], "parameters": [ { - "id": 12875, + "id": 12942, "name": "taxRateRuleIds", "variant": "param", "kind": 32768, @@ -13586,7 +13586,7 @@ } }, { - "id": 12876, + "id": 12943, "name": "config", "variant": "param", "kind": 32768, @@ -13611,11 +13611,11 @@ }, "type": { "type": "reference", - "target": 12981, + "target": 13048, "typeArguments": [ { "type": "reference", - "target": 12874, + "target": 12941, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -13626,7 +13626,7 @@ } }, { - "id": 12877, + "id": 12944, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -13643,7 +13643,7 @@ }, "type": { "type": "reference", - "target": 12931, + "target": 12998, "name": "Context", "package": "@medusajs/types" } @@ -13699,47 +13699,47 @@ { "title": "Methods", "children": [ - 12750, - 12755, - 12760, - 12765, - 12772, - 12785, - 12792, - 12799, - 12805, - 12812, - 12819, - 12824, - 12831, - 12838, - 12843, - 12848, - 12854, - 12860, + 12817, + 12822, + 12827, + 12832, + 12839, + 12852, + 12859, 12866, - 12872 + 12872, + 12879, + 12886, + 12891, + 12898, + 12905, + 12910, + 12915, + 12921, + 12927, + 12933, + 12939 ] } ], "extendedTypes": [ { "type": "reference", - "target": 12891, + "target": 12958, "name": "IModuleService", "package": "@medusajs/types" } ] }, { - "id": 13218, + "id": 13285, "name": "IBigNumber", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13219, + "id": 13286, "name": "numeric", "variant": "declaration", "kind": 1024, @@ -13750,7 +13750,7 @@ } }, { - "id": 13220, + "id": 13287, "name": "raw", "variant": "declaration", "kind": 1024, @@ -13759,13 +13759,13 @@ }, "type": { "type": "reference", - "target": 13213, + "target": 13280, "name": "BigNumberRawValue", "package": "@medusajs/types" } }, { - "id": 13221, + "id": 13288, "name": "bigNumber", "variant": "declaration", "kind": 1024, @@ -13783,14 +13783,14 @@ } }, { - "id": 13222, + "id": 13289, "name": "toJSON", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13223, + "id": 13290, "name": "toJSON", "variant": "signature", "kind": 4096, @@ -13803,14 +13803,14 @@ ] }, { - "id": 13224, + "id": 13291, "name": "valueOf", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13225, + "id": 13292, "name": "valueOf", "variant": "signature", "kind": 4096, @@ -13827,22 +13827,22 @@ { "title": "Properties", "children": [ - 13219, - 13220, - 13221 + 13286, + 13287, + 13288 ] }, { "title": "Methods", "children": [ - 13222, - 13224 + 13289, + 13291 ] } ] }, { - "id": 13213, + "id": 13280, "name": "BigNumberRawValue", "variant": "declaration", "kind": 2097152, @@ -13850,14 +13850,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13214, + "id": 13281, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13215, + "id": 13282, "name": "value", "variant": "declaration", "kind": 1024, @@ -13881,20 +13881,20 @@ { "title": "Properties", "children": [ - 13215 + 13282 ] } ], "indexSignatures": [ { - "id": 13216, + "id": 13283, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 13217, + "id": 13284, "name": "key", "variant": "param", "kind": 32768, @@ -13915,7 +13915,7 @@ } }, { - "id": 13159, + "id": 13226, "name": "BigNumberInput", "variant": "declaration", "kind": 2097152, @@ -13925,7 +13925,7 @@ "types": [ { "type": "reference", - "target": 13213, + "target": 13280, "name": "BigNumberRawValue", "package": "@medusajs/types" }, @@ -13949,7 +13949,7 @@ }, { "type": "reference", - "target": 13218, + "target": 13285, "name": "IBigNumber", "package": "@medusajs/types" } @@ -13961,461 +13961,193 @@ { "title": "Interfaces", "children": [ - 12905, - 13132, + 12972, + 13199, + 13158, + 13048, + 13293, + 13233, + 12958, + 13260, + 13185, + 12998, + 12985, + 13010, + 13063, + 13073, 13091, - 12981, - 13226, - 13166, - 12891, - 13193, - 13118, - 12931, - 12918, - 12943, - 12996, - 13006, - 13024, - 13034, - 13045, - 13057, - 13062, - 13160, - 13077, - 13084, - 12955, - 12973, - 12964, - 12984, - 13018, - 12749, - 13218 + 13101, + 13112, + 13124, + 13129, + 13227, + 13144, + 13151, + 13022, + 13040, + 13031, + 13051, + 13085, + 12816, + 13285 ] }, { "title": "Type Aliases", "children": [ - 13158, - 13209, - 13211, - 13244, - 13272, - 13262, - 13136, - 13260, - 13254, - 13259, - 13248, + 13225, + 13276, + 13278, + 13311, + 13339, + 13329, + 13203, + 13327, + 13321, + 13326, + 13315, + 13323, + 13305, 13256, - 13238, - 13189, - 13199, - 13229, - 13183, - 13094, - 13180, - 13213, - 13159 + 13266, + 13296, + 13250, + 13161, + 13247, + 13280, + 13226 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "12748": { + "12815": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", "qualifiedName": "" }, - "12749": { + "12816": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", "qualifiedName": "ITaxModuleService" }, - "12750": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.retrieveTaxRate" - }, - "12751": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.retrieveTaxRate" - }, - "12752": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRateId" - }, - "12753": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "config" - }, - "12754": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12755": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.listTaxRates" - }, - "12756": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.listTaxRates" - }, - "12757": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "filters" - }, - "12758": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "config" - }, - "12759": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12760": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.listAndCountTaxRates" - }, - "12761": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.listAndCountTaxRates" - }, - "12762": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "filters" - }, - "12763": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "config" - }, - "12764": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12765": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.createTaxRates" - }, - "12766": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.createTaxRates" - }, - "12767": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "data" - }, - "12768": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12769": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.createTaxRates" - }, - "12770": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "data" - }, - "12771": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12772": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.updateTaxRates" - }, - "12773": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.updateTaxRates" - }, - "12774": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRateId" - }, - "12775": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "data" - }, - "12776": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12777": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.updateTaxRates" - }, - "12778": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRateIds" - }, - "12779": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "data" - }, - "12780": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12781": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.updateTaxRates" - }, - "12782": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "selector" - }, - "12783": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "data" - }, - "12784": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12785": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.upsertTaxRates" - }, - "12786": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.upsertTaxRates" - }, - "12787": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "data" - }, - "12788": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12789": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.upsertTaxRates" - }, - "12790": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "data" - }, - "12791": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12792": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.deleteTaxRates" - }, - "12793": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.deleteTaxRates" - }, - "12794": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRateIds" - }, - "12795": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12796": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.deleteTaxRates" - }, - "12797": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRateId" - }, - "12798": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12799": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.restoreTaxRates" - }, - "12800": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.restoreTaxRates" - }, - "12801": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "12802": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRateIds" - }, - "12803": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "config" - }, - "12804": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12805": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.createTaxRegions" - }, - "12806": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.createTaxRegions" - }, - "12807": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "data" - }, - "12808": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12809": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.createTaxRegions" - }, - "12810": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "data" - }, - "12811": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12812": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.deleteTaxRegions" - }, - "12813": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.deleteTaxRegions" - }, - "12814": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRegionIds" - }, - "12815": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" - }, - "12816": { - "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.deleteTaxRegions" - }, "12817": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRegionId" + "qualifiedName": "ITaxModuleService.retrieveTaxRate" }, "12818": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ITaxModuleService.retrieveTaxRate" }, "12819": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.listTaxRegions" + "qualifiedName": "taxRateId" }, "12820": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.listTaxRegions" + "qualifiedName": "config" }, "12821": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "filters" + "qualifiedName": "sharedContext" }, "12822": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "config" + "qualifiedName": "ITaxModuleService.listTaxRates" }, "12823": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ITaxModuleService.listTaxRates" }, "12824": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.createTaxRateRules" + "qualifiedName": "filters" }, "12825": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.createTaxRateRules" + "qualifiedName": "config" }, "12826": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "12827": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ITaxModuleService.listAndCountTaxRates" }, "12828": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.createTaxRateRules" + "qualifiedName": "ITaxModuleService.listAndCountTaxRates" }, "12829": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "data" + "qualifiedName": "filters" }, "12830": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "12831": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.deleteTaxRateRules" + "qualifiedName": "sharedContext" }, "12832": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.deleteTaxRateRules" + "qualifiedName": "ITaxModuleService.createTaxRates" }, "12833": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRateRuleId" + "qualifiedName": "ITaxModuleService.createTaxRates" }, "12834": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "12835": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.deleteTaxRateRules" + "qualifiedName": "sharedContext" }, "12836": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRateRuleIds" + "qualifiedName": "ITaxModuleService.createTaxRates" }, "12837": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "12838": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.listTaxRateRules" + "qualifiedName": "sharedContext" }, "12839": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.listTaxRateRules" + "qualifiedName": "ITaxModuleService.updateTaxRates" }, "12840": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "filters" + "qualifiedName": "ITaxModuleService.updateTaxRates" }, "12841": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "config" + "qualifiedName": "taxRateId" }, "12842": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "data" }, "12843": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.getTaxLines" + "qualifiedName": "sharedContext" }, "12844": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.getTaxLines" + "qualifiedName": "ITaxModuleService.updateTaxRates" }, "12845": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "items" + "qualifiedName": "taxRateIds" }, "12846": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "calculationContext" + "qualifiedName": "data" }, "12847": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", @@ -14423,71 +14155,71 @@ }, "12848": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.softDeleteTaxRates" + "qualifiedName": "ITaxModuleService.updateTaxRates" }, "12849": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.softDeleteTaxRates" + "qualifiedName": "selector" }, "12850": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "data" }, "12851": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRateIds" + "qualifiedName": "sharedContext" }, "12852": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "config" + "qualifiedName": "ITaxModuleService.upsertTaxRates" }, "12853": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ITaxModuleService.upsertTaxRates" }, "12854": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.softDeleteTaxRegions" + "qualifiedName": "data" }, "12855": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.softDeleteTaxRegions" + "qualifiedName": "sharedContext" }, "12856": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "ITaxModuleService.upsertTaxRates" }, "12857": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRegionIds" + "qualifiedName": "data" }, "12858": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "12859": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "ITaxModuleService.deleteTaxRates" }, "12860": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.restoreTaxRegions" + "qualifiedName": "ITaxModuleService.deleteTaxRates" }, "12861": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.restoreTaxRegions" + "qualifiedName": "taxRateIds" }, "12862": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "sharedContext" }, "12863": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRegionIds" + "qualifiedName": "ITaxModuleService.deleteTaxRates" }, "12864": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "config" + "qualifiedName": "taxRateId" }, "12865": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", @@ -14495,11 +14227,11 @@ }, "12866": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.softDeleteTaxRateRules" + "qualifiedName": "ITaxModuleService.restoreTaxRates" }, "12867": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.softDeleteTaxRateRules" + "qualifiedName": "ITaxModuleService.restoreTaxRates" }, "12868": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", @@ -14507,7 +14239,7 @@ }, "12869": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRateRuleIds" + "qualifiedName": "taxRateIds" }, "12870": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", @@ -14519,1127 +14251,1127 @@ }, "12872": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.restoreTaxRateRules" + "qualifiedName": "ITaxModuleService.createTaxRegions" }, "12873": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "ITaxModuleService.restoreTaxRateRules" + "qualifiedName": "ITaxModuleService.createTaxRegions" }, "12874": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "data" }, "12875": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "taxRateRuleIds" + "qualifiedName": "sharedContext" }, "12876": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", - "qualifiedName": "config" + "qualifiedName": "ITaxModuleService.createTaxRegions" }, "12877": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "data" + }, + "12878": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12879": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.deleteTaxRegions" + }, + "12880": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.deleteTaxRegions" + }, + "12881": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "taxRegionIds" + }, + "12882": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12883": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.deleteTaxRegions" + }, + "12884": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "taxRegionId" + }, + "12885": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12886": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.listTaxRegions" + }, + "12887": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.listTaxRegions" + }, + "12888": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "filters" + }, + "12889": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "config" + }, + "12890": { "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", "qualifiedName": "sharedContext" }, "12891": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.createTaxRateRules" + }, + "12892": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.createTaxRateRules" + }, + "12893": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "data" + }, + "12894": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12895": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.createTaxRateRules" + }, + "12896": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "data" + }, + "12897": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12898": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.deleteTaxRateRules" + }, + "12899": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.deleteTaxRateRules" + }, + "12900": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "taxRateRuleId" + }, + "12901": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12902": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.deleteTaxRateRules" + }, + "12903": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "taxRateRuleIds" + }, + "12904": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12905": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.listTaxRateRules" + }, + "12906": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.listTaxRateRules" + }, + "12907": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "filters" + }, + "12908": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "config" + }, + "12909": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12910": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.getTaxLines" + }, + "12911": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.getTaxLines" + }, + "12912": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "items" + }, + "12913": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "calculationContext" + }, + "12914": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12915": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.softDeleteTaxRates" + }, + "12916": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.softDeleteTaxRates" + }, + "12917": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "12918": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "taxRateIds" + }, + "12919": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "config" + }, + "12920": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12921": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.softDeleteTaxRegions" + }, + "12922": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.softDeleteTaxRegions" + }, + "12923": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "12924": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "taxRegionIds" + }, + "12925": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "config" + }, + "12926": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12927": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.restoreTaxRegions" + }, + "12928": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.restoreTaxRegions" + }, + "12929": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "12930": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "taxRegionIds" + }, + "12931": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "config" + }, + "12932": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12933": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.softDeleteTaxRateRules" + }, + "12934": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.softDeleteTaxRateRules" + }, + "12935": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "12936": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "taxRateRuleIds" + }, + "12937": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "config" + }, + "12938": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12939": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.restoreTaxRateRules" + }, + "12940": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "ITaxModuleService.restoreTaxRateRules" + }, + "12941": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "12942": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "taxRateRuleIds" + }, + "12943": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "config" + }, + "12944": { + "sourceFileName": "../../../../packages/core/types/src/tax/service.ts", + "qualifiedName": "sharedContext" + }, + "12958": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "12905": { + "12972": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "12906": { + "12973": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "12907": { + "12974": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "12908": { + "12975": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "12909": { + "12976": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "12910": { + "12977": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "12911": { + "12978": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "12912": { + "12979": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "12914": { + "12981": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "12915": { + "12982": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "12916": { + "12983": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "12917": { + "12984": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "12918": { + "12985": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO" }, - "12919": { + "12986": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.id" }, - "12920": { + "12987": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.rate" }, - "12921": { + "12988": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.code" }, - "12922": { + "12989": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.name" }, - "12923": { + "12990": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.metadata" }, - "12924": { + "12991": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.tax_region_id" }, - "12925": { + "12992": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.is_combinable" }, - "12926": { + "12993": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.is_default" }, - "12927": { + "12994": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.created_at" }, - "12928": { + "12995": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.updated_at" }, - "12929": { + "12996": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.deleted_at" }, - "12930": { + "12997": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxRateDTO.created_by" }, - "12931": { + "12998": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "12932": { + "12999": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "12933": { + "13000": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "12934": { + "13001": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "12935": { + "13002": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "12936": { + "13003": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "12937": { + "13004": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "12938": { + "13005": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "12939": { + "13006": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "12940": { + "13007": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "12941": { + "13008": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "12942": { + "13009": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "12943": { + "13010": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "FilterableTaxRateProps" }, - "12944": { + "13011": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "FilterableTaxRateProps.q" }, - "12945": { + "13012": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "FilterableTaxRateProps.id" }, - "12946": { + "13013": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "FilterableTaxRateProps.tax_region_id" }, - "12947": { + "13014": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "FilterableTaxRateProps.rate" }, - "12948": { + "13015": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "FilterableTaxRateProps.code" }, - "12949": { + "13016": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "FilterableTaxRateProps.name" }, - "12950": { + "13017": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "FilterableTaxRateProps.created_at" }, - "12951": { + "13018": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "FilterableTaxRateProps.updated_at" }, - "12952": { + "13019": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "FilterableTaxRateProps.created_by" }, - "12953": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "12954": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "12955": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateDTO" - }, - "12956": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateDTO.tax_region_id" - }, - "12957": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateDTO.rate" - }, - "12958": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateDTO.code" - }, - "12959": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateDTO.name" - }, - "12960": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateDTO.rules" - }, - "12961": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateDTO.is_default" - }, - "12962": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateDTO.created_by" - }, - "12963": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateDTO.metadata" - }, - "12964": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpdateTaxRateDTO" - }, - "12965": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpdateTaxRateDTO.rate" - }, - "12966": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpdateTaxRateDTO.code" - }, - "12967": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpdateTaxRateDTO.name" - }, - "12968": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpdateTaxRateDTO.rules" - }, - "12969": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpdateTaxRateDTO.is_default" - }, - "12970": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpdateTaxRateDTO.is_combinable" - }, - "12972": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpdateTaxRateDTO.metadata" - }, - "12973": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpsertTaxRateDTO" - }, - "12974": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpsertTaxRateDTO.id" - }, - "12975": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpsertTaxRateDTO.rate" - }, - "12976": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpsertTaxRateDTO.code" - }, - "12977": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpsertTaxRateDTO.name" - }, - "12978": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpsertTaxRateDTO.is_default" - }, - "12979": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpsertTaxRateDTO.created_by" - }, - "12980": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "UpsertTaxRateDTO.metadata" - }, - "12981": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RestoreReturn" - }, - "12982": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.returnLinkableKeys" - }, - "12983": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "12984": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRegionDTO" - }, - "12985": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRegionDTO.country_code" - }, - "12986": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRegionDTO.province_code" - }, - "12987": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRegionDTO.parent_id" - }, - "12988": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRegionDTO.metadata" - }, - "12989": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRegionDTO.created_by" - }, - "12990": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRegionDTO.default_tax_rate" - }, - "12991": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "__type" - }, - "12992": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "__type.rate" - }, - "12993": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "__type.code" - }, - "12994": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "__type.name" - }, - "12995": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "__type.metadata" - }, - "12996": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRegionDTO" - }, - "12997": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRegionDTO.id" - }, - "12998": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRegionDTO.country_code" - }, - "12999": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRegionDTO.province_code" - }, - "13000": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRegionDTO.parent_id" - }, - "13001": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRegionDTO.metadata" - }, - "13002": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRegionDTO.created_at" - }, - "13003": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRegionDTO.updated_at" - }, - "13004": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRegionDTO.created_by" - }, - "13005": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRegionDTO.deleted_at" - }, - "13006": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRegionProps" - }, - "13007": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRegionProps.q" - }, - "13008": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRegionProps.id" - }, - "13009": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRegionProps.country_code" - }, - "13010": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRegionProps.province_code" - }, - "13011": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRegionProps.parent_id" - }, - "13012": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRegionProps.metadata" - }, - "13013": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRegionProps.created_at" - }, - "13014": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRegionProps.updated_at" - }, - "13015": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRegionProps.created_by" - }, - "13016": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "13017": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "13018": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateRuleDTO" - }, - "13019": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateRuleDTO.reference" - }, "13020": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateRuleDTO.reference_id" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "13021": { - "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateRuleDTO.tax_rate_id" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "13022": { "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateRuleDTO.metadata" + "qualifiedName": "CreateTaxRateDTO" }, "13023": { "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", - "qualifiedName": "CreateTaxRateRuleDTO.created_by" + "qualifiedName": "CreateTaxRateDTO.tax_region_id" }, "13024": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRateRuleDTO" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateDTO.rate" }, "13025": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRateRuleDTO.id" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateDTO.code" }, "13026": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRateRuleDTO.reference" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateDTO.name" }, "13027": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRateRuleDTO.reference_id" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateDTO.rules" }, "13028": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRateRuleDTO.tax_rate_id" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateDTO.is_default" }, "13029": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRateRuleDTO.tax_rate" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateDTO.created_by" }, "13030": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRateRuleDTO.metadata" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateDTO.metadata" }, "13031": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRateRuleDTO.created_at" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpdateTaxRateDTO" }, "13032": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRateRuleDTO.updated_at" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpdateTaxRateDTO.rate" }, "13033": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxRateRuleDTO.created_by" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpdateTaxRateDTO.code" }, "13034": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRateRuleProps" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpdateTaxRateDTO.name" }, "13035": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRateRuleProps.reference" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpdateTaxRateDTO.rules" }, "13036": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRateRuleProps.reference_id" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpdateTaxRateDTO.is_default" }, "13037": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRateRuleProps.tax_rate_id" - }, - "13038": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRateRuleProps.tax_rate" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpdateTaxRateDTO.is_combinable" }, "13039": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRateRuleProps.metadata" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpdateTaxRateDTO.metadata" }, "13040": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRateRuleProps.created_at" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpsertTaxRateDTO" }, "13041": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRateRuleProps.updated_at" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpsertTaxRateDTO.id" }, "13042": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "FilterableTaxRateRuleProps.created_by" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpsertTaxRateDTO.rate" }, "13043": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpsertTaxRateDTO.code" }, "13044": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpsertTaxRateDTO.name" }, "13045": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpsertTaxRateDTO.is_default" }, "13046": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO.id" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpsertTaxRateDTO.created_by" }, "13047": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO.product_id" + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "UpsertTaxRateDTO.metadata" }, "13048": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO.product_name" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "RestoreReturn" }, "13049": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO.product_category_id" - }, - "13050": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO.product_categories" - }, - "13051": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO.product_sku" - }, - "13052": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO.product_type" - }, - "13053": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO.product_type_id" - }, - "13054": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO.quantity" - }, - "13055": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO.unit_price" - }, - "13056": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableItemDTO.currency_code" - }, - "13057": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableShippingDTO" - }, - "13058": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableShippingDTO.id" - }, - "13059": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableShippingDTO.shipping_option_id" - }, - "13060": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableShippingDTO.unit_price" - }, - "13061": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxableShippingDTO.currency_code" - }, - "13062": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxCalculationContext" - }, - "13063": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxCalculationContext.address" - }, - "13064": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "__type" - }, - "13065": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "__type.country_code" - }, - "13066": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "__type.province_code" - }, - "13067": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "__type.address_1" - }, - "13068": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "__type.address_2" - }, - "13069": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "__type.city" - }, - "13070": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "__type.postal_code" - }, - "13071": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxCalculationContext.customer" - }, - "13072": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "__type" - }, - "13073": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "__type.id" - }, - "13074": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "__type.email" - }, - "13075": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "__type.customer_groups" - }, - "13076": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxCalculationContext.is_return" - }, - "13077": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "ItemTaxLineDTO" - }, - "13078": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "ItemTaxLineDTO.line_item_id" - }, - "13079": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxLineDTO.rate_id" - }, - "13080": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxLineDTO.rate" - }, - "13081": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxLineDTO.code" - }, - "13082": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxLineDTO.name" - }, - "13083": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxLineDTO.provider_id" - }, - "13084": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "ShippingTaxLineDTO" - }, - "13085": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "ShippingTaxLineDTO.shipping_line_id" - }, - "13086": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxLineDTO.rate_id" - }, - "13087": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxLineDTO.rate" - }, - "13088": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxLineDTO.code" - }, - "13089": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxLineDTO.name" - }, - "13090": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxLineDTO.provider_id" - }, - "13091": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "SoftDeleteReturn" - }, - "13092": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "__type.returnLinkableKeys" }, - "13093": { + "13050": { "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", "qualifiedName": "TReturnableLinkableKeys" }, - "13094": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerConfig" + "13051": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRegionDTO" }, - "13095": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "13052": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRegionDTO.country_code" + }, + "13053": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRegionDTO.province_code" + }, + "13054": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRegionDTO.parent_id" + }, + "13055": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRegionDTO.metadata" + }, + "13056": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRegionDTO.created_by" + }, + "13057": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRegionDTO.default_tax_rate" + }, + "13058": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", "qualifiedName": "__type" }, - "13096": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.schema" + "13059": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "__type.rate" }, - "13097": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationships" + "13060": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "__type.code" }, - "13098": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extends" + "13061": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "__type.name" }, - "13099": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "13062": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "__type.metadata" }, - "13100": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" + "13063": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRegionDTO" }, - "13101": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.fieldAlias" + "13064": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRegionDTO.id" }, - "13102": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "13065": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRegionDTO.country_code" }, - "13103": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" + "13066": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRegionDTO.province_code" }, - "13104": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" + "13067": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRegionDTO.parent_id" }, - "13105": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" + "13068": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRegionDTO.metadata" }, - "13106": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" + "13069": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRegionDTO.created_at" }, - "13107": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" + "13070": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRegionDTO.updated_at" }, - "13108": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" + "13071": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRegionDTO.created_by" }, - "13109": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" + "13072": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRegionDTO.deleted_at" }, - "13110": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" + "13073": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRegionProps" }, - "13111": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" + "13074": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRegionProps.q" }, - "13112": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" + "13075": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRegionProps.id" }, - "13113": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" + "13076": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRegionProps.country_code" }, - "13114": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "13077": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRegionProps.province_code" }, - "13115": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" + "13078": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRegionProps.parent_id" }, - "13116": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" + "13079": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRegionProps.metadata" }, - "13117": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" + "13080": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRegionProps.created_at" }, - "13118": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator" + "13081": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRegionProps.updated_at" }, - "13119": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" + "13082": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRegionProps.created_by" }, - "13120": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "13121": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "msg" - }, - "13122": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "13123": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "13124": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "format" - }, - "13125": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "13126": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "13127": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "13128": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "13129": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "T" - }, - "13130": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "messageData" - }, - "13131": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "options" - }, - "13132": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable" - }, - "13133": { + "13083": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" }, - "13134": { + "13084": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$or" }, - "13135": { + "13085": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateRuleDTO" + }, + "13086": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateRuleDTO.reference" + }, + "13087": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateRuleDTO.reference_id" + }, + "13088": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateRuleDTO.tax_rate_id" + }, + "13089": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateRuleDTO.metadata" + }, + "13090": { + "sourceFileName": "../../../../packages/core/types/src/tax/mutations.ts", + "qualifiedName": "CreateTaxRateRuleDTO.created_by" + }, + "13091": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRateRuleDTO" + }, + "13092": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRateRuleDTO.id" + }, + "13093": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRateRuleDTO.reference" + }, + "13094": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRateRuleDTO.reference_id" + }, + "13095": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRateRuleDTO.tax_rate_id" + }, + "13096": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRateRuleDTO.tax_rate" + }, + "13097": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRateRuleDTO.metadata" + }, + "13098": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRateRuleDTO.created_at" + }, + "13099": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRateRuleDTO.updated_at" + }, + "13100": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxRateRuleDTO.created_by" + }, + "13101": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRateRuleProps" + }, + "13102": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRateRuleProps.reference" + }, + "13103": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRateRuleProps.reference_id" + }, + "13104": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRateRuleProps.tax_rate_id" + }, + "13105": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRateRuleProps.tax_rate" + }, + "13106": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRateRuleProps.metadata" + }, + "13107": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRateRuleProps.created_at" + }, + "13108": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRateRuleProps.updated_at" + }, + "13109": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "FilterableTaxRateRuleProps.created_by" + }, + "13110": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.T" + "qualifiedName": "BaseFilterable.$and" }, - "13136": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "OperatorMap" + "13111": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, - "13137": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "13112": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO" + }, + "13113": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO.id" + }, + "13114": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO.product_id" + }, + "13115": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO.product_name" + }, + "13116": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO.product_category_id" + }, + "13117": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO.product_categories" + }, + "13118": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO.product_sku" + }, + "13119": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO.product_type" + }, + "13120": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO.product_type_id" + }, + "13121": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO.quantity" + }, + "13122": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO.unit_price" + }, + "13123": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableItemDTO.currency_code" + }, + "13124": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableShippingDTO" + }, + "13125": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableShippingDTO.id" + }, + "13126": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableShippingDTO.shipping_option_id" + }, + "13127": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableShippingDTO.unit_price" + }, + "13128": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxableShippingDTO.currency_code" + }, + "13129": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxCalculationContext" + }, + "13130": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxCalculationContext.address" + }, + "13131": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "__type" }, + "13132": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "__type.country_code" + }, + "13133": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "__type.province_code" + }, + "13134": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "__type.address_1" + }, + "13135": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "__type.address_2" + }, + "13136": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "__type.city" + }, + "13137": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "__type.postal_code" + }, "13138": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$and" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxCalculationContext.customer" }, "13139": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$or" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "__type" }, "13140": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$eq" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "__type.id" }, "13141": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ne" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "__type.email" }, "13142": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$in" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "__type.customer_groups" }, "13143": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$nin" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxCalculationContext.is_return" }, "13144": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$not" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "ItemTaxLineDTO" }, "13145": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gt" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "ItemTaxLineDTO.line_item_id" }, "13146": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$gte" - }, - "13147": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lt" - }, - "13148": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$lte" - }, - "13149": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$like" - }, - "13150": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$re" - }, - "13151": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$ilike" - }, - "13152": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$fulltext" - }, - "13153": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$overlap" - }, - "13154": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contains" - }, - "13155": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$contained" - }, - "13156": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.$exists" - }, - "13157": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" - }, - "13158": { - "sourceFileName": "../../../../packages/core/types/src/common/common.ts", - "qualifiedName": "MetadataType" - }, - "13159": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberInput" - }, - "13160": { - "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", - "qualifiedName": "TaxLineDTO" - }, - "13161": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxLineDTO.rate_id" }, - "13162": { + "13147": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxLineDTO.rate" }, - "13163": { + "13148": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxLineDTO.code" }, - "13164": { + "13149": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxLineDTO.name" }, - "13165": { + "13150": { "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", "qualifiedName": "TaxLineDTO.provider_id" }, + "13151": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "ShippingTaxLineDTO" + }, + "13152": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "ShippingTaxLineDTO.shipping_line_id" + }, + "13153": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxLineDTO.rate_id" + }, + "13154": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxLineDTO.rate" + }, + "13155": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxLineDTO.code" + }, + "13156": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxLineDTO.name" + }, + "13157": { + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxLineDTO.provider_id" + }, + "13158": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "SoftDeleteReturn" + }, + "13159": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.returnLinkableKeys" + }, + "13160": { + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "13161": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerConfig" + }, + "13162": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13163": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.schema" + }, + "13164": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationships" + }, + "13165": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extends" + }, "13166": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "13167": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.serviceName" - }, - "13168": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.alias" - }, - "13169": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.fieldAlias" - }, - "13170": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "13171": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.path" - }, - "13172": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "13173": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.primaryKeys" - }, - "13174": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.relationships" - }, - "13175": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.extends" - }, - "13176": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" - }, - "13177": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.serviceName" }, - "13178": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "13168": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.fieldAlias" + }, + "13169": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13170": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.path" + }, + "13171": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" + }, + "13172": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isList" + }, + "13173": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type.relationship" }, + "13174": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" + }, + "13175": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.primaryKeys" + }, + "13176": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isLink" + }, + "13177": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.linkableKeys" + }, + "13178": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isReadOnlyLink" + }, "13179": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.args" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraDataFields" }, "13180": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerRelationship" + "qualifiedName": "__type.databaseConfig" }, "13181": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", @@ -15647,291 +15379,303 @@ }, "13182": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.deleteCascade" + "qualifiedName": "__type.tableName" }, "13183": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModulesExtraFields" + "qualifiedName": "__type.idPrefix" }, "13184": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.extraFields" }, "13185": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator" }, "13186": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultValue" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "13187": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.nullable" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" }, "13188": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "msg" }, "13189": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Message" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" }, "13190": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" }, "13191": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "format" }, "13192": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" }, "13193": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat" + "qualifiedName": "IMessageAggregator.clearMessages" }, "13194": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.groupBy" + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "13195": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.sortBy" + "qualifiedName": "IMessageAggregator.saveRawMessageData" }, "13196": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "13197": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "messageData" + }, + "13198": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "options" }, "13199": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable" }, "13200": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" }, "13201": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" }, "13202": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.T" }, "13203": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "OperatorMap" }, "13204": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" }, "13205": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$and" }, "13206": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$or" }, "13207": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$eq" }, "13208": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ne" }, "13209": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Query" + "qualifiedName": "__type.$in" }, "13210": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "qualifiedName": "__type.$nin" }, "13211": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "ExpandScalar" + "qualifiedName": "__type.$not" }, "13212": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "qualifiedName": "__type.$gt" }, "13213": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "BigNumberRawValue" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$gte" }, "13214": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lt" }, "13215": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.value" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$lte" }, "13216": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$like" + }, + "13217": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$re" }, "13218": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$ilike" }, "13219": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.numeric" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$fulltext" }, "13220": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.raw" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$overlap" }, "13221": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.bigNumber" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contains" }, "13222": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$contained" }, "13223": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.toJSON" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.$exists" }, "13224": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" }, "13225": { - "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", - "qualifiedName": "IBigNumber.valueOf" + "sourceFileName": "../../../../packages/core/types/src/common/common.ts", + "qualifiedName": "MetadataType" }, "13226": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberInput" }, "13227": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxLineDTO" }, "13228": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxLineDTO.rate_id" }, "13229": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxLineDTO.rate" }, "13230": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxLineDTO.code" }, "13231": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxLineDTO.name" }, "13232": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" + "sourceFileName": "../../../../packages/core/types/src/tax/common.ts", + "qualifiedName": "TaxLineDTO.provider_id" }, "13233": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" + "qualifiedName": "JoinerServiceConfig" }, "13234": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" + "qualifiedName": "JoinerServiceConfig.serviceName" }, "13235": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" + "qualifiedName": "JoinerServiceConfig.alias" }, "13236": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" + "qualifiedName": "JoinerServiceConfig.fieldAlias" }, "13237": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" + "qualifiedName": "__type" }, "13238": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.path" }, "13239": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" }, "13240": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.primaryKeys" }, "13241": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.relationships" }, "13242": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.extends" }, "13243": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" }, "13244": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Scalar" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" }, "13245": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.relationship" }, "13246": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.args" }, "13247": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.toHexString" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerRelationship" }, "13248": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterQuery" - }, - "13249": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, + "13249": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.deleteCascade" + }, "13250": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "LinkModulesExtraFields" + }, + "13251": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "13252": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.type" }, "13253": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Prev" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.defaultValue" }, "13254": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.nullable" }, "13255": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.options" }, "13256": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "EventMetadata" + "qualifiedName": "Message" }, "13257": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", @@ -15939,65 +15683,321 @@ }, "13258": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventGroupId" + "qualifiedName": "__type.options" }, "13259": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "PrevLimit" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" }, "13260": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "FilterValue2" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat" }, "13261": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "T" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.groupBy" }, "13262": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "Primary" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.sortBy" }, "13263": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type" }, "13264": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.[PrimaryKeyType]" - }, - "13265": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type.__index" }, "13266": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type._id" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "RawMessageFormat" }, "13267": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, "13268": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.uuid" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventName" }, "13269": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" }, "13270": { - "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", - "qualifiedName": "__type.id" + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" }, "13271": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" + }, + "13272": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "13273": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" + }, + "13274": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "13275": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "13276": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Query" + }, + "13277": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" }, - "13272": { + "13278": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "ExpandScalar" + }, + "13279": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "13280": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "BigNumberRawValue" + }, + "13281": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type" + }, + "13282": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.value" + }, + "13283": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "__type.__index" + }, + "13285": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber" + }, + "13286": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.numeric" + }, + "13287": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.raw" + }, + "13288": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.bigNumber" + }, + "13289": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.toJSON" + }, + "13290": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.toJSON" + }, + "13291": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" + }, + "13292": { + "sourceFileName": "../../../../packages/core/types/src/totals/big-number.ts", + "qualifiedName": "IBigNumber.valueOf" + }, + "13293": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "13294": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "13295": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "13296": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerRelationship" + }, + "13297": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "13298": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.alias" + }, + "13299": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.foreignKey" + }, + "13300": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "13301": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "13302": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "13303": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "13304": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "13305": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" + }, + "13306": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "13307": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" + }, + "13308": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" + }, + "13309": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "13310": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "13311": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Scalar" + }, + "13312": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "13313": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "13314": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.toHexString" + }, + "13315": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterQuery" + }, + "13316": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "13317": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.__index" + }, + "13319": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "13320": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Prev" + }, + "13321": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterValue" + }, + "13322": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "13323": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "EventMetadata" + }, + "13324": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "13325": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventGroupId" + }, + "13326": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "PrevLimit" + }, + "13327": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "FilterValue2" + }, + "13328": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "13329": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "Primary" + }, + "13330": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "13331": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.[PrimaryKeyType]" + }, + "13332": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "13333": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type._id" + }, + "13334": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "13335": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.uuid" + }, + "13336": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type" + }, + "13337": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "__type.id" + }, + "13338": { + "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", + "qualifiedName": "T" + }, + "13339": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "ReadonlyPrimary" }, - "13273": { + "13340": { "sourceFileName": "../../../../packages/core/types/src/dal/utils.ts", "qualifiedName": "T" } @@ -16007,7 +16007,7 @@ "1": "../../../../packages/core/types/src/tax/service.ts" }, "reflections": { - "1": 12748 + "1": 12815 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/user-models.json b/www/utils/generated/typedoc-json-output/user-models.json index ecd0fddeac..d454205b3d 100644 --- a/www/utils/generated/typedoc-json-output/user-models.json +++ b/www/utils/generated/typedoc-json-output/user-models.json @@ -1,33 +1,33 @@ { - "id": 13586, + "id": 13653, "name": "user-models", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 13604, + "id": 13671, "name": "Invite", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 13605, + "id": 13672, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 13606, + "id": 13673, "name": "new Invite", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 13604, + "target": 13671, "name": "Invite", "package": "@medusajs/user", "qualifiedName": "default" @@ -36,7 +36,7 @@ ] }, { - "id": 13620, + "id": 13687, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -52,7 +52,7 @@ } }, { - "id": 13607, + "id": 13674, "name": "id", "variant": "declaration", "kind": 1024, @@ -63,7 +63,7 @@ } }, { - "id": 13608, + "id": 13675, "name": "email", "variant": "declaration", "kind": 1024, @@ -74,7 +74,7 @@ } }, { - "id": 13609, + "id": 13676, "name": "accepted", "variant": "declaration", "kind": 1024, @@ -86,7 +86,7 @@ "defaultValue": "false" }, { - "id": 13610, + "id": 13677, "name": "token", "variant": "declaration", "kind": 1024, @@ -97,7 +97,7 @@ } }, { - "id": 13611, + "id": 13678, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -113,7 +113,7 @@ } }, { - "id": 13612, + "id": 13679, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -149,7 +149,7 @@ "defaultValue": "null" }, { - "id": 13613, + "id": 13680, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -165,7 +165,7 @@ } }, { - "id": 13614, + "id": 13681, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -181,7 +181,7 @@ } }, { - "id": 13615, + "id": 13682, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -207,14 +207,14 @@ "defaultValue": "null" }, { - "id": 13616, + "id": 13683, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13617, + "id": 13684, "name": "onInit", "variant": "signature", "kind": 4096, @@ -227,14 +227,14 @@ ] }, { - "id": 13618, + "id": 13685, "name": "beforeCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13619, + "id": 13686, "name": "beforeCreate", "variant": "signature", "kind": 4096, @@ -251,56 +251,56 @@ { "title": "Constructors", "children": [ - 13605 + 13672 ] }, { "title": "Properties", "children": [ - 13620, - 13607, - 13608, - 13609, - 13610, - 13611, - 13612, - 13613, - 13614, - 13615 + 13687, + 13674, + 13675, + 13676, + 13677, + 13678, + 13679, + 13680, + 13681, + 13682 ] }, { "title": "Methods", "children": [ - 13616, - 13618 + 13683, + 13685 ] } ] }, { - "id": 13587, + "id": 13654, "name": "User", "variant": "declaration", "kind": 128, "flags": {}, "children": [ { - "id": 13588, + "id": 13655, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 13589, + "id": 13656, "name": "new User", "variant": "signature", "kind": 16384, "flags": {}, "type": { "type": "reference", - "target": 13587, + "target": 13654, "name": "User", "package": "@medusajs/user", "qualifiedName": "default" @@ -309,7 +309,7 @@ ] }, { - "id": 13603, + "id": 13670, "name": "[OptionalProps]", "variant": "declaration", "kind": 1024, @@ -327,7 +327,7 @@ } }, { - "id": 13590, + "id": 13657, "name": "id", "variant": "declaration", "kind": 1024, @@ -338,7 +338,7 @@ } }, { - "id": 13591, + "id": 13658, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -359,7 +359,7 @@ "defaultValue": "null" }, { - "id": 13592, + "id": 13659, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -380,7 +380,7 @@ "defaultValue": "null" }, { - "id": 13593, + "id": 13660, "name": "email", "variant": "declaration", "kind": 1024, @@ -391,7 +391,7 @@ } }, { - "id": 13594, + "id": 13661, "name": "avatar_url", "variant": "declaration", "kind": 1024, @@ -412,7 +412,7 @@ "defaultValue": "null" }, { - "id": 13595, + "id": 13662, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -448,7 +448,7 @@ "defaultValue": "null" }, { - "id": 13596, + "id": 13663, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -464,7 +464,7 @@ } }, { - "id": 13597, + "id": 13664, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -480,7 +480,7 @@ } }, { - "id": 13598, + "id": 13665, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -508,14 +508,14 @@ "defaultValue": "null" }, { - "id": 13599, + "id": 13666, "name": "onCreate", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13600, + "id": 13667, "name": "onCreate", "variant": "signature", "kind": 4096, @@ -528,14 +528,14 @@ ] }, { - "id": 13601, + "id": 13668, "name": "onInit", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13602, + "id": 13669, "name": "onInit", "variant": "signature", "kind": 4096, @@ -552,29 +552,29 @@ { "title": "Constructors", "children": [ - 13588 + 13655 ] }, { "title": "Properties", "children": [ - 13603, - 13590, - 13591, - 13592, - 13593, - 13594, - 13595, - 13596, - 13597, - 13598 + 13670, + 13657, + 13658, + 13659, + 13660, + 13661, + 13662, + 13663, + 13664, + 13665 ] }, { "title": "Methods", "children": [ - 13599, - 13601 + 13666, + 13668 ] } ] @@ -584,134 +584,134 @@ { "title": "Classes", "children": [ - 13604, - 13587 + 13671, + 13654 ] } ], "packageName": "@medusajs/user", "symbolIdMap": { - "13586": { + "13653": { "sourceFileName": "../../../../packages/modules/user/src/models/index.ts", "qualifiedName": "" }, - "13587": { + "13654": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default" }, - "13590": { + "13657": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.id" }, - "13591": { + "13658": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.first_name" }, - "13592": { + "13659": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.last_name" }, - "13593": { + "13660": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.email" }, - "13594": { + "13661": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.avatar_url" }, - "13595": { + "13662": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.metadata" }, - "13596": { + "13663": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.created_at" }, - "13597": { + "13664": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.updated_at" }, - "13598": { + "13665": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.deleted_at" }, - "13599": { + "13666": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.onCreate" }, - "13600": { + "13667": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.onCreate" }, - "13601": { + "13668": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.onInit" }, - "13602": { + "13669": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.onInit" }, - "13603": { + "13670": { "sourceFileName": "../../../../packages/modules/user/src/models/user.ts", "qualifiedName": "default.[OptionalProps]" }, - "13604": { + "13671": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default" }, - "13607": { + "13674": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.id" }, - "13608": { + "13675": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.email" }, - "13609": { + "13676": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.accepted" }, - "13610": { + "13677": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.token" }, - "13611": { + "13678": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.expires_at" }, - "13612": { + "13679": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.metadata" }, - "13613": { + "13680": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.created_at" }, - "13614": { + "13681": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.updated_at" }, - "13615": { + "13682": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.deleted_at" }, - "13616": { + "13683": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.onInit" }, - "13617": { + "13684": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.onInit" }, - "13618": { + "13685": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.beforeCreate" }, - "13619": { + "13686": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.beforeCreate" }, - "13620": { + "13687": { "sourceFileName": "../../../../packages/modules/user/src/models/invite.ts", "qualifiedName": "default.[OptionalProps]" } @@ -721,7 +721,7 @@ "1": "../../../../packages/modules/user/src/models/index.ts" }, "reflections": { - "1": 13586 + "1": 13653 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/user.json b/www/utils/generated/typedoc-json-output/user.json index 4d356f560a..3c65ce02f7 100644 --- a/www/utils/generated/typedoc-json-output/user.json +++ b/www/utils/generated/typedoc-json-output/user.json @@ -1,12 +1,12 @@ { - "id": 13274, + "id": 13341, "name": "user", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 13423, + "id": 13490, "name": "FindConfig", "variant": "declaration", "kind": 256, @@ -29,7 +29,7 @@ }, "children": [ { - "id": 13424, + "id": 13491, "name": "select", "variant": "declaration", "kind": 1024, @@ -58,7 +58,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 13435, + "target": 13502, "name": "Entity", "package": "@medusajs/types", "qualifiedName": "FindConfig.Entity", @@ -70,7 +70,7 @@ } }, { - "id": 13425, + "id": 13492, "name": "skip", "variant": "declaration", "kind": 1024, @@ -100,7 +100,7 @@ } }, { - "id": 13426, + "id": 13493, "name": "take", "variant": "declaration", "kind": 1024, @@ -130,7 +130,7 @@ } }, { - "id": 13427, + "id": 13494, "name": "relations", "variant": "declaration", "kind": 1024, @@ -154,7 +154,7 @@ } }, { - "id": 13428, + "id": 13495, "name": "order", "variant": "declaration", "kind": 1024, @@ -188,21 +188,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13429, + "id": 13496, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 13430, + "id": 13497, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 13431, + "id": 13498, "name": "K", "variant": "param", "kind": 32768, @@ -232,7 +232,7 @@ } }, { - "id": 13432, + "id": 13499, "name": "withDeleted", "variant": "declaration", "kind": 1024, @@ -261,7 +261,7 @@ } }, { - "id": 13433, + "id": 13500, "name": "filters", "variant": "declaration", "kind": 1024, @@ -297,7 +297,7 @@ } }, { - "id": 13434, + "id": 13501, "name": "options", "variant": "declaration", "kind": 1024, @@ -337,20 +337,20 @@ { "title": "Properties", "children": [ - 13424, - 13425, - 13426, - 13427, - 13428, - 13432, - 13433, - 13434 + 13491, + 13492, + 13493, + 13494, + 13495, + 13499, + 13500, + 13501 ] } ], "typeParameters": [ { - "id": 13435, + "id": 13502, "name": "Entity", "variant": "typeParam", "kind": 131072, @@ -359,7 +359,7 @@ ] }, { - "id": 13518, + "id": 13585, "name": "BaseFilterable", "variant": "declaration", "kind": 256, @@ -374,7 +374,7 @@ }, "children": [ { - "id": 13519, + "id": 13586, "name": "$and", "variant": "declaration", "kind": 1024, @@ -396,11 +396,11 @@ "types": [ { "type": "reference", - "target": 13518, + "target": 13585, "typeArguments": [ { "type": "reference", - "target": 13521, + "target": 13588, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -412,7 +412,7 @@ }, { "type": "reference", - "target": 13521, + "target": 13588, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -423,7 +423,7 @@ } }, { - "id": 13520, + "id": 13587, "name": "$or", "variant": "declaration", "kind": 1024, @@ -445,11 +445,11 @@ "types": [ { "type": "reference", - "target": 13518, + "target": 13585, "typeArguments": [ { "type": "reference", - "target": 13521, + "target": 13588, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -461,7 +461,7 @@ }, { "type": "reference", - "target": 13521, + "target": 13588, "name": "T", "package": "@medusajs/types", "qualifiedName": "BaseFilterable.T", @@ -476,14 +476,14 @@ { "title": "Properties", "children": [ - 13519, - 13520 + 13586, + 13587 ] } ], "typeParameters": [ { - "id": 13521, + "id": 13588, "name": "T", "variant": "typeParam", "kind": 131072, @@ -493,13 +493,13 @@ "extendedBy": [ { "type": "reference", - "target": 13446, + "target": 13513, "name": "FilterableUserProps" } ] }, { - "id": 13466, + "id": 13533, "name": "SoftDeleteReturn", "variant": "declaration", "kind": 256, @@ -514,7 +514,7 @@ }, "children": [ { - "id": 13467, + "id": 13534, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -533,7 +533,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13468, + "target": 13535, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -545,13 +545,13 @@ { "title": "Properties", "children": [ - 13467 + 13534 ] } ], "typeParameters": [ { - "id": 13468, + "id": 13535, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -564,7 +564,7 @@ ] }, { - "id": 13469, + "id": 13536, "name": "RestoreReturn", "variant": "declaration", "kind": 256, @@ -579,7 +579,7 @@ }, "children": [ { - "id": 13470, + "id": 13537, "name": "returnLinkableKeys", "variant": "declaration", "kind": 1024, @@ -598,7 +598,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13471, + "target": 13538, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -610,13 +610,13 @@ { "title": "Properties", "children": [ - 13470 + 13537 ] } ], "typeParameters": [ { - "id": 13471, + "id": 13538, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -629,7 +629,7 @@ ] }, { - "id": 13583, + "id": 13650, "name": "EventMetadata", "variant": "declaration", "kind": 2097152, @@ -659,14 +659,14 @@ { "type": "reflection", "declaration": { - "id": 13584, + "id": 13651, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13585, + "id": 13652, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -683,7 +683,7 @@ { "title": "Properties", "children": [ - 13585 + 13652 ] } ] @@ -693,14 +693,14 @@ } }, { - "id": 13577, + "id": 13644, "name": "Event", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13582, + "id": 13649, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -714,14 +714,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13578, + "id": 13645, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13579, + "id": 13646, "name": "name", "variant": "declaration", "kind": 1024, @@ -732,7 +732,7 @@ } }, { - "id": 13580, + "id": 13647, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -741,20 +741,20 @@ }, "type": { "type": "reference", - "target": 13583, + "target": 13650, "name": "EventMetadata", "package": "@medusajs/types" } }, { - "id": 13581, + "id": 13648, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13582, + "target": 13649, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -765,9 +765,9 @@ { "title": "Properties", "children": [ - 13579, - 13580, - 13581 + 13646, + 13647, + 13648 ] } ] @@ -775,14 +775,14 @@ } }, { - "id": 13545, + "id": 13612, "name": "Message", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13548, + "id": 13615, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -798,11 +798,11 @@ "types": [ { "type": "reference", - "target": 13577, + "target": 13644, "typeArguments": [ { "type": "reference", - "target": 13548, + "target": 13615, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true @@ -814,14 +814,14 @@ { "type": "reflection", "declaration": { - "id": 13546, + "id": 13613, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13547, + "id": 13614, "name": "options", "variant": "declaration", "kind": 1024, @@ -853,7 +853,7 @@ { "title": "Properties", "children": [ - 13547 + 13614 ] } ] @@ -863,14 +863,14 @@ } }, { - "id": 13555, + "id": 13622, "name": "RawMessageFormat", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 13564, + "id": 13631, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -884,14 +884,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13556, + "id": 13623, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13557, + "id": 13624, "name": "eventName", "variant": "declaration", "kind": 1024, @@ -902,21 +902,21 @@ } }, { - "id": 13558, + "id": 13625, "name": "data", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13564, + "target": 13631, "name": "TData", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 13559, + "id": 13626, "name": "source", "variant": "declaration", "kind": 1024, @@ -927,7 +927,7 @@ } }, { - "id": 13560, + "id": 13627, "name": "object", "variant": "declaration", "kind": 1024, @@ -938,7 +938,7 @@ } }, { - "id": 13561, + "id": 13628, "name": "action", "variant": "declaration", "kind": 1024, @@ -951,7 +951,7 @@ } }, { - "id": 13562, + "id": 13629, "name": "context", "variant": "declaration", "kind": 1024, @@ -967,7 +967,7 @@ "typeArguments": [ { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" }, @@ -981,7 +981,7 @@ } }, { - "id": 13563, + "id": 13630, "name": "options", "variant": "declaration", "kind": 1024, @@ -1013,13 +1013,13 @@ { "title": "Properties", "children": [ - 13557, - 13558, - 13559, - 13560, - 13561, - 13562, - 13563 + 13624, + 13625, + 13626, + 13627, + 13628, + 13629, + 13630 ] } ] @@ -1027,7 +1027,7 @@ } }, { - "id": 13568, + "id": 13635, "name": "JoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -1035,14 +1035,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13569, + "id": 13636, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13570, + "id": 13637, "name": "alias", "variant": "declaration", "kind": 1024, @@ -1053,7 +1053,7 @@ } }, { - "id": 13571, + "id": 13638, "name": "foreignKey", "variant": "declaration", "kind": 1024, @@ -1064,7 +1064,7 @@ } }, { - "id": 13572, + "id": 13639, "name": "primaryKey", "variant": "declaration", "kind": 1024, @@ -1075,7 +1075,7 @@ } }, { - "id": 13573, + "id": 13640, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1086,7 +1086,7 @@ } }, { - "id": 13574, + "id": 13641, "name": "inverse", "variant": "declaration", "kind": 1024, @@ -1107,7 +1107,7 @@ } }, { - "id": 13575, + "id": 13642, "name": "isList", "variant": "declaration", "kind": 1024, @@ -1128,7 +1128,7 @@ } }, { - "id": 13576, + "id": 13643, "name": "args", "variant": "declaration", "kind": 1024, @@ -1168,13 +1168,13 @@ { "title": "Properties", "children": [ - 13570, - 13571, - 13572, - 13573, - 13574, - 13575, - 13576 + 13637, + 13638, + 13639, + 13640, + 13641, + 13642, + 13643 ] } ] @@ -1182,14 +1182,14 @@ } }, { - "id": 13565, + "id": 13632, "name": "JoinerServiceConfigAlias", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13566, + "id": 13633, "name": "name", "variant": "declaration", "kind": 1024, @@ -1212,7 +1212,7 @@ } }, { - "id": 13567, + "id": 13634, "name": "args", "variant": "declaration", "kind": 1024, @@ -1252,21 +1252,21 @@ { "title": "Properties", "children": [ - 13566, - 13567 + 13633, + 13634 ] } ] }, { - "id": 13522, + "id": 13589, "name": "JoinerServiceConfig", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13523, + "id": 13590, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1277,7 +1277,7 @@ } }, { - "id": 13524, + "id": 13591, "name": "alias", "variant": "declaration", "kind": 1024, @@ -1297,7 +1297,7 @@ "types": [ { "type": "reference", - "target": 13565, + "target": 13632, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" }, @@ -1305,7 +1305,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13565, + "target": 13632, "name": "JoinerServiceConfigAlias", "package": "@medusajs/types" } @@ -1314,7 +1314,7 @@ } }, { - "id": 13525, + "id": 13592, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -1350,14 +1350,14 @@ { "type": "reflection", "declaration": { - "id": 13526, + "id": 13593, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13527, + "id": 13594, "name": "path", "variant": "declaration", "kind": 1024, @@ -1368,7 +1368,7 @@ } }, { - "id": 13528, + "id": 13595, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -1386,8 +1386,8 @@ { "title": "Properties", "children": [ - 13527, - 13528 + 13594, + 13595 ] } ] @@ -1401,7 +1401,7 @@ } }, { - "id": 13529, + "id": 13596, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -1415,7 +1415,7 @@ } }, { - "id": 13530, + "id": 13597, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -1426,14 +1426,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 13568, + "target": 13635, "name": "JoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 13531, + "id": 13598, "name": "extends", "variant": "declaration", "kind": 1024, @@ -1445,14 +1445,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 13532, + "id": 13599, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13533, + "id": 13600, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1463,14 +1463,14 @@ } }, { - "id": 13534, + "id": 13601, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13568, + "target": 13635, "name": "JoinerRelationship", "package": "@medusajs/types" } @@ -1480,8 +1480,8 @@ { "title": "Properties", "children": [ - 13533, - 13534 + 13600, + 13601 ] } ] @@ -1490,7 +1490,7 @@ } }, { - "id": 13535, + "id": 13602, "name": "args", "variant": "declaration", "kind": 1024, @@ -1530,19 +1530,19 @@ { "title": "Properties", "children": [ - 13523, - 13524, - 13525, - 13529, - 13530, - 13531, - 13535 + 13590, + 13591, + 13592, + 13596, + 13597, + 13598, + 13602 ] } ] }, { - "id": 13539, + "id": 13606, "name": "LinkModulesExtraFields", "variant": "declaration", "kind": 2097152, @@ -1561,14 +1561,14 @@ { "type": "reflection", "declaration": { - "id": 13540, + "id": 13607, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13541, + "id": 13608, "name": "type", "variant": "declaration", "kind": 1024, @@ -1664,7 +1664,7 @@ } }, { - "id": 13542, + "id": 13609, "name": "defaultValue", "variant": "declaration", "kind": 1024, @@ -1677,7 +1677,7 @@ } }, { - "id": 13543, + "id": 13610, "name": "nullable", "variant": "declaration", "kind": 1024, @@ -1690,7 +1690,7 @@ } }, { - "id": 13544, + "id": 13611, "name": "options", "variant": "declaration", "kind": 1024, @@ -1730,10 +1730,10 @@ { "title": "Properties", "children": [ - 13541, - 13542, - 13543, - 13544 + 13608, + 13609, + 13610, + 13611 ] } ] @@ -1745,7 +1745,7 @@ } }, { - "id": 13480, + "id": 13547, "name": "ModuleJoinerConfig", "variant": "declaration", "kind": 2097152, @@ -1762,7 +1762,7 @@ "typeArguments": [ { "type": "reference", - "target": 13522, + "target": 13589, "name": "JoinerServiceConfig", "package": "@medusajs/types" }, @@ -1794,14 +1794,14 @@ { "type": "reflection", "declaration": { - "id": 13481, + "id": 13548, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13482, + "id": 13549, "name": "schema", "variant": "declaration", "kind": 1024, @@ -1822,7 +1822,7 @@ } }, { - "id": 13483, + "id": 13550, "name": "relationships", "variant": "declaration", "kind": 1024, @@ -1833,14 +1833,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 13536, + "target": 13603, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } } }, { - "id": 13484, + "id": 13551, "name": "extends", "variant": "declaration", "kind": 1024, @@ -1852,14 +1852,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 13485, + "id": 13552, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13486, + "id": 13553, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -1870,7 +1870,7 @@ } }, { - "id": 13487, + "id": 13554, "name": "fieldAlias", "variant": "declaration", "kind": 1024, @@ -1898,14 +1898,14 @@ { "type": "reflection", "declaration": { - "id": 13488, + "id": 13555, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13489, + "id": 13556, "name": "path", "variant": "declaration", "kind": 1024, @@ -1916,7 +1916,7 @@ } }, { - "id": 13490, + "id": 13557, "name": "forwardArgumentsOnPath", "variant": "declaration", "kind": 1024, @@ -1932,7 +1932,7 @@ } }, { - "id": 13491, + "id": 13558, "name": "isList", "variant": "declaration", "kind": 1024, @@ -1949,9 +1949,9 @@ { "title": "Properties", "children": [ - 13489, - 13490, - 13491 + 13556, + 13557, + 13558 ] } ] @@ -1965,14 +1965,14 @@ } }, { - "id": 13492, + "id": 13559, "name": "relationship", "variant": "declaration", "kind": 1024, "flags": {}, "type": { "type": "reference", - "target": 13536, + "target": 13603, "name": "ModuleJoinerRelationship", "package": "@medusajs/types" } @@ -1982,9 +1982,9 @@ { "title": "Properties", "children": [ - 13486, - 13487, - 13492 + 13553, + 13554, + 13559 ] } ] @@ -1993,7 +1993,7 @@ } }, { - "id": 13493, + "id": 13560, "name": "serviceName", "variant": "declaration", "kind": 1024, @@ -2006,7 +2006,7 @@ } }, { - "id": 13494, + "id": 13561, "name": "primaryKeys", "variant": "declaration", "kind": 1024, @@ -2022,7 +2022,7 @@ } }, { - "id": 13495, + "id": 13562, "name": "isLink", "variant": "declaration", "kind": 1024, @@ -2043,7 +2043,7 @@ } }, { - "id": 13496, + "id": 13563, "name": "linkableKeys", "variant": "declaration", "kind": 1024, @@ -2079,7 +2079,7 @@ } }, { - "id": 13497, + "id": 13564, "name": "isReadOnlyLink", "variant": "declaration", "kind": 1024, @@ -2100,7 +2100,7 @@ } }, { - "id": 13498, + "id": 13565, "name": "extraDataFields", "variant": "declaration", "kind": 1024, @@ -2124,7 +2124,7 @@ } }, { - "id": 13499, + "id": 13566, "name": "databaseConfig", "variant": "declaration", "kind": 1024, @@ -2134,14 +2134,14 @@ "type": { "type": "reflection", "declaration": { - "id": 13500, + "id": 13567, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13501, + "id": 13568, "name": "tableName", "variant": "declaration", "kind": 1024, @@ -2162,7 +2162,7 @@ } }, { - "id": 13502, + "id": 13569, "name": "idPrefix", "variant": "declaration", "kind": 1024, @@ -2183,7 +2183,7 @@ } }, { - "id": 13503, + "id": 13570, "name": "extraFields", "variant": "declaration", "kind": 1024, @@ -2192,7 +2192,7 @@ }, "type": { "type": "reference", - "target": 13539, + "target": 13606, "name": "LinkModulesExtraFields", "package": "@medusajs/types" } @@ -2202,9 +2202,9 @@ { "title": "Properties", "children": [ - 13501, - 13502, - 13503 + 13568, + 13569, + 13570 ] } ] @@ -2216,16 +2216,16 @@ { "title": "Properties", "children": [ - 13482, - 13483, - 13484, - 13493, - 13494, - 13495, - 13496, - 13497, - 13498, - 13499 + 13549, + 13550, + 13551, + 13560, + 13561, + 13562, + 13563, + 13564, + 13565, + 13566 ] } ] @@ -2235,7 +2235,7 @@ } }, { - "id": 13536, + "id": 13603, "name": "ModuleJoinerRelationship", "variant": "declaration", "kind": 2097152, @@ -2245,21 +2245,21 @@ "types": [ { "type": "reference", - "target": 13568, + "target": 13635, "name": "JoinerRelationship", "package": "@medusajs/types" }, { "type": "reflection", "declaration": { - "id": 13537, + "id": 13604, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 13538, + "id": 13605, "name": "deleteCascade", "variant": "declaration", "kind": 1024, @@ -2284,7 +2284,7 @@ { "title": "Properties", "children": [ - 13538 + 13605 ] } ] @@ -2294,7 +2294,7 @@ } }, { - "id": 13387, + "id": 13454, "name": "IModuleService", "variant": "declaration", "kind": 256, @@ -2302,20 +2302,20 @@ "extendedBy": [ { "type": "reference", - "target": 13275, + "target": 13342, "name": "IUserModuleService" } ] }, { - "id": 13549, + "id": 13616, "name": "MessageAggregatorFormat", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13550, + "id": 13617, "name": "groupBy", "variant": "declaration", "kind": 1024, @@ -2331,7 +2331,7 @@ } }, { - "id": 13551, + "id": 13618, "name": "sortBy", "variant": "declaration", "kind": 1024, @@ -2341,21 +2341,21 @@ "type": { "type": "reflection", "declaration": { - "id": 13552, + "id": 13619, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 13553, + "id": 13620, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 13554, + "id": 13621, "name": "key", "variant": "param", "kind": 32768, @@ -2396,35 +2396,35 @@ { "title": "Properties", "children": [ - 13550, - 13551 + 13617, + 13618 ] } ] }, { - "id": 13504, + "id": 13571, "name": "IMessageAggregator", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 13505, + "id": 13572, "name": "save", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13506, + "id": 13573, "name": "save", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13507, + "id": 13574, "name": "msg", "variant": "param", "kind": 32768, @@ -2434,7 +2434,7 @@ "types": [ { "type": "reference", - "target": 13545, + "target": 13612, "name": "Message", "package": "@medusajs/types" }, @@ -2442,7 +2442,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13545, + "target": 13612, "name": "Message", "package": "@medusajs/types" } @@ -2459,21 +2459,21 @@ ] }, { - "id": 13508, + "id": 13575, "name": "getMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13509, + "id": 13576, "name": "getMessages", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 13510, + "id": 13577, "name": "format", "variant": "param", "kind": 32768, @@ -2482,7 +2482,7 @@ }, "type": { "type": "reference", - "target": 13549, + "target": 13616, "name": "MessageAggregatorFormat", "package": "@medusajs/types" } @@ -2503,7 +2503,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13545, + "target": 13612, "name": "Message", "package": "@medusajs/types" } @@ -2516,14 +2516,14 @@ ] }, { - "id": 13511, + "id": 13578, "name": "clearMessages", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13512, + "id": 13579, "name": "clearMessages", "variant": "signature", "kind": 4096, @@ -2536,21 +2536,21 @@ ] }, { - "id": 13513, + "id": 13580, "name": "saveRawMessageData", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13514, + "id": 13581, "name": "saveRawMessageData", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 13515, + "id": 13582, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2559,7 +2559,7 @@ ], "parameters": [ { - "id": 13516, + "id": 13583, "name": "messageData", "variant": "param", "kind": 32768, @@ -2569,11 +2569,11 @@ "types": [ { "type": "reference", - "target": 13555, + "target": 13622, "typeArguments": [ { "type": "reference", - "target": 13515, + "target": 13582, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2586,11 +2586,11 @@ "type": "array", "elementType": { "type": "reference", - "target": 13555, + "target": 13622, "typeArguments": [ { "type": "reference", - "target": 13515, + "target": 13582, "name": "T", "package": "@medusajs/types", "refersToTypeParameter": true @@ -2604,7 +2604,7 @@ } }, { - "id": 13517, + "id": 13584, "name": "options", "variant": "param", "kind": 32768, @@ -2644,16 +2644,16 @@ { "title": "Methods", "children": [ - 13505, - 13508, - 13511, - 13513 + 13572, + 13575, + 13578, + 13580 ] } ] }, { - "id": 13401, + "id": 13468, "name": "Context", "variant": "declaration", "kind": 256, @@ -2668,7 +2668,7 @@ }, "children": [ { - "id": 13402, + "id": 13469, "name": "__type", "variant": "declaration", "kind": 1024, @@ -2681,7 +2681,7 @@ } }, { - "id": 13403, + "id": 13470, "name": "transactionManager", "variant": "declaration", "kind": 1024, @@ -2714,14 +2714,14 @@ }, "type": { "type": "reference", - "target": 13412, + "target": 13479, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 13404, + "id": 13471, "name": "manager", "variant": "declaration", "kind": 1024, @@ -2754,14 +2754,14 @@ }, "type": { "type": "reference", - "target": 13412, + "target": 13479, "name": "TManager", "package": "@medusajs/types", "refersToTypeParameter": true } }, { - "id": 13405, + "id": 13472, "name": "isolationLevel", "variant": "declaration", "kind": 1024, @@ -2814,7 +2814,7 @@ } }, { - "id": 13406, + "id": 13473, "name": "enableNestedTransactions", "variant": "declaration", "kind": 1024, @@ -2835,7 +2835,7 @@ } }, { - "id": 13407, + "id": 13474, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -2856,7 +2856,7 @@ } }, { - "id": 13408, + "id": 13475, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -2877,7 +2877,7 @@ } }, { - "id": 13409, + "id": 13476, "name": "messageAggregator", "variant": "declaration", "kind": 1024, @@ -2894,13 +2894,13 @@ }, "type": { "type": "reference", - "target": 13504, + "target": 13571, "name": "IMessageAggregator", "package": "@medusajs/types" } }, { - "id": 13410, + "id": 13477, "name": "requestId", "variant": "declaration", "kind": 1024, @@ -2921,7 +2921,7 @@ } }, { - "id": 13411, + "id": 13478, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -2946,22 +2946,22 @@ { "title": "Properties", "children": [ - 13402, - 13403, - 13404, - 13405, - 13406, - 13407, - 13408, - 13409, - 13410, - 13411 + 13469, + 13470, + 13471, + 13472, + 13473, + 13474, + 13475, + 13476, + 13477, + 13478 ] } ], "typeParameters": [ { - "id": 13412, + "id": 13479, "name": "TManager", "variant": "typeParam", "kind": 131072, @@ -2974,7 +2974,7 @@ ] }, { - "id": 13436, + "id": 13503, "name": "UserDTO", "variant": "declaration", "kind": 256, @@ -2989,7 +2989,7 @@ }, "children": [ { - "id": 13437, + "id": 13504, "name": "id", "variant": "declaration", "kind": 1024, @@ -3008,7 +3008,7 @@ } }, { - "id": 13438, + "id": 13505, "name": "email", "variant": "declaration", "kind": 1024, @@ -3027,7 +3027,7 @@ } }, { - "id": 13439, + "id": 13506, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -3055,7 +3055,7 @@ } }, { - "id": 13440, + "id": 13507, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -3083,7 +3083,7 @@ } }, { - "id": 13441, + "id": 13508, "name": "avatar_url", "variant": "declaration", "kind": 1024, @@ -3111,7 +3111,7 @@ } }, { - "id": 13442, + "id": 13509, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3154,7 +3154,7 @@ } }, { - "id": 13443, + "id": 13510, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3178,7 +3178,7 @@ } }, { - "id": 13444, + "id": 13511, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3202,7 +3202,7 @@ } }, { - "id": 13445, + "id": 13512, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3239,21 +3239,21 @@ { "title": "Properties", "children": [ - 13437, - 13438, - 13439, - 13440, - 13441, - 13442, - 13443, - 13444, - 13445 + 13504, + 13505, + 13506, + 13507, + 13508, + 13509, + 13510, + 13511, + 13512 ] } ] }, { - "id": 13446, + "id": 13513, "name": "FilterableUserProps", "variant": "declaration", "kind": 256, @@ -3268,7 +3268,7 @@ }, "children": [ { - "id": 13452, + "id": 13519, "name": "$and", "variant": "declaration", "kind": 1024, @@ -3291,17 +3291,17 @@ "types": [ { "type": "reference", - "target": 13446, + "target": 13513, "name": "FilterableUserProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 13518, + "target": 13585, "typeArguments": [ { "type": "reference", - "target": 13446, + "target": 13513, "name": "FilterableUserProps", "package": "@medusajs/types" } @@ -3314,12 +3314,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13519, + "target": 13586, "name": "BaseFilterable.$and" } }, { - "id": 13453, + "id": 13520, "name": "$or", "variant": "declaration", "kind": 1024, @@ -3342,17 +3342,17 @@ "types": [ { "type": "reference", - "target": 13446, + "target": 13513, "name": "FilterableUserProps", "package": "@medusajs/types" }, { "type": "reference", - "target": 13518, + "target": 13585, "typeArguments": [ { "type": "reference", - "target": 13446, + "target": 13513, "name": "FilterableUserProps", "package": "@medusajs/types" } @@ -3365,12 +3365,12 @@ }, "inheritedFrom": { "type": "reference", - "target": 13520, + "target": 13587, "name": "BaseFilterable.$or" } }, { - "id": 13447, + "id": 13514, "name": "q", "variant": "declaration", "kind": 1024, @@ -3391,7 +3391,7 @@ } }, { - "id": 13448, + "id": 13515, "name": "id", "variant": "declaration", "kind": 1024, @@ -3424,7 +3424,7 @@ } }, { - "id": 13449, + "id": 13516, "name": "email", "variant": "declaration", "kind": 1024, @@ -3457,7 +3457,7 @@ } }, { - "id": 13450, + "id": 13517, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -3490,7 +3490,7 @@ } }, { - "id": 13451, + "id": 13518, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -3527,24 +3527,24 @@ { "title": "Properties", "children": [ - 13452, - 13453, - 13447, - 13448, - 13449, - 13450, - 13451 + 13519, + 13520, + 13514, + 13515, + 13516, + 13517, + 13518 ] } ], "extendedTypes": [ { "type": "reference", - "target": 13518, + "target": 13585, "typeArguments": [ { "type": "reference", - "target": 13446, + "target": 13513, "name": "FilterableUserProps", "package": "@medusajs/types" } @@ -3555,7 +3555,7 @@ ] }, { - "id": 13413, + "id": 13480, "name": "InviteDTO", "variant": "declaration", "kind": 256, @@ -3570,7 +3570,7 @@ }, "children": [ { - "id": 13414, + "id": 13481, "name": "id", "variant": "declaration", "kind": 1024, @@ -3589,7 +3589,7 @@ } }, { - "id": 13415, + "id": 13482, "name": "email", "variant": "declaration", "kind": 1024, @@ -3608,7 +3608,7 @@ } }, { - "id": 13416, + "id": 13483, "name": "accepted", "variant": "declaration", "kind": 1024, @@ -3627,7 +3627,7 @@ } }, { - "id": 13417, + "id": 13484, "name": "token", "variant": "declaration", "kind": 1024, @@ -3646,7 +3646,7 @@ } }, { - "id": 13418, + "id": 13485, "name": "expires_at", "variant": "declaration", "kind": 1024, @@ -3670,7 +3670,7 @@ } }, { - "id": 13419, + "id": 13486, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3713,7 +3713,7 @@ } }, { - "id": 13420, + "id": 13487, "name": "created_at", "variant": "declaration", "kind": 1024, @@ -3737,7 +3737,7 @@ } }, { - "id": 13421, + "id": 13488, "name": "updated_at", "variant": "declaration", "kind": 1024, @@ -3761,7 +3761,7 @@ } }, { - "id": 13422, + "id": 13489, "name": "deleted_at", "variant": "declaration", "kind": 1024, @@ -3798,21 +3798,21 @@ { "title": "Properties", "children": [ - 13414, - 13415, - 13416, - 13417, - 13418, - 13419, - 13420, - 13421, - 13422 + 13481, + 13482, + 13483, + 13484, + 13485, + 13486, + 13487, + 13488, + 13489 ] } ] }, { - "id": 13454, + "id": 13521, "name": "CreateUserDTO", "variant": "declaration", "kind": 256, @@ -3827,7 +3827,7 @@ }, "children": [ { - "id": 13455, + "id": 13522, "name": "email", "variant": "declaration", "kind": 1024, @@ -3846,7 +3846,7 @@ } }, { - "id": 13456, + "id": 13523, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -3876,7 +3876,7 @@ } }, { - "id": 13457, + "id": 13524, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -3906,7 +3906,7 @@ } }, { - "id": 13458, + "id": 13525, "name": "avatar_url", "variant": "declaration", "kind": 1024, @@ -3936,7 +3936,7 @@ } }, { - "id": 13459, + "id": 13526, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3985,17 +3985,17 @@ { "title": "Properties", "children": [ - 13455, - 13456, - 13457, - 13458, - 13459 + 13522, + 13523, + 13524, + 13525, + 13526 ] } ] }, { - "id": 13460, + "id": 13527, "name": "UpdateUserDTO", "variant": "declaration", "kind": 256, @@ -4010,7 +4010,7 @@ }, "children": [ { - "id": 13463, + "id": 13530, "name": "first_name", "variant": "declaration", "kind": 1024, @@ -4046,7 +4046,7 @@ } }, { - "id": 13464, + "id": 13531, "name": "last_name", "variant": "declaration", "kind": 1024, @@ -4082,7 +4082,7 @@ } }, { - "id": 13465, + "id": 13532, "name": "avatar_url", "variant": "declaration", "kind": 1024, @@ -4118,7 +4118,7 @@ } }, { - "id": 13462, + "id": 13529, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4169,7 +4169,7 @@ } }, { - "id": 13461, + "id": 13528, "name": "id", "variant": "declaration", "kind": 1024, @@ -4192,11 +4192,11 @@ { "title": "Properties", "children": [ - 13463, - 13464, - 13465, - 13462, - 13461 + 13530, + 13531, + 13532, + 13529, + 13528 ] } ], @@ -4217,7 +4217,7 @@ "typeArguments": [ { "type": "reference", - "target": 13454, + "target": 13521, "name": "CreateUserDTO", "package": "@medusajs/types" }, @@ -4236,7 +4236,7 @@ ] }, { - "id": 13472, + "id": 13539, "name": "CreateInviteDTO", "variant": "declaration", "kind": 256, @@ -4251,7 +4251,7 @@ }, "children": [ { - "id": 13473, + "id": 13540, "name": "email", "variant": "declaration", "kind": 1024, @@ -4270,7 +4270,7 @@ } }, { - "id": 13474, + "id": 13541, "name": "accepted", "variant": "declaration", "kind": 1024, @@ -4291,7 +4291,7 @@ } }, { - "id": 13475, + "id": 13542, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4340,15 +4340,15 @@ { "title": "Properties", "children": [ - 13473, - 13474, - 13475 + 13540, + 13541, + 13542 ] } ] }, { - "id": 13476, + "id": 13543, "name": "UpdateInviteDTO", "variant": "declaration", "kind": 256, @@ -4363,7 +4363,7 @@ }, "children": [ { - "id": 13479, + "id": 13546, "name": "accepted", "variant": "declaration", "kind": 1024, @@ -4390,7 +4390,7 @@ } }, { - "id": 13478, + "id": 13545, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -4441,7 +4441,7 @@ } }, { - "id": 13477, + "id": 13544, "name": "id", "variant": "declaration", "kind": 1024, @@ -4464,9 +4464,9 @@ { "title": "Properties", "children": [ - 13479, - 13478, - 13477 + 13546, + 13545, + 13544 ] } ], @@ -4487,7 +4487,7 @@ "typeArguments": [ { "type": "reference", - "target": 13472, + "target": 13539, "name": "CreateInviteDTO", "package": "@medusajs/types" }, @@ -4506,7 +4506,7 @@ ] }, { - "id": 13275, + "id": 13342, "name": "IUserModuleService", "variant": "declaration", "kind": 256, @@ -4521,14 +4521,14 @@ }, "children": [ { - "id": 13276, + "id": 13343, "name": "validateInviteToken", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13277, + "id": 13344, "name": "validateInviteToken", "variant": "signature", "kind": 4096, @@ -4563,7 +4563,7 @@ }, "parameters": [ { - "id": 13278, + "id": 13345, "name": "token", "variant": "param", "kind": 32768, @@ -4582,7 +4582,7 @@ } }, { - "id": 13279, + "id": 13346, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4599,7 +4599,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -4614,7 +4614,7 @@ "typeArguments": [ { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -4626,14 +4626,14 @@ ] }, { - "id": 13280, + "id": 13347, "name": "refreshInviteTokens", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13281, + "id": 13348, "name": "refreshInviteTokens", "variant": "signature", "kind": 4096, @@ -4668,7 +4668,7 @@ }, "parameters": [ { - "id": 13282, + "id": 13349, "name": "inviteIds", "variant": "param", "kind": 32768, @@ -4690,7 +4690,7 @@ } }, { - "id": 13283, + "id": 13350, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4707,7 +4707,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -4724,7 +4724,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -4737,14 +4737,14 @@ ] }, { - "id": 13284, + "id": 13351, "name": "retrieveUser", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13285, + "id": 13352, "name": "retrieveUser", "variant": "signature", "kind": 4096, @@ -4779,7 +4779,7 @@ }, "parameters": [ { - "id": 13286, + "id": 13353, "name": "id", "variant": "param", "kind": 32768, @@ -4798,7 +4798,7 @@ } }, { - "id": 13287, + "id": 13354, "name": "config", "variant": "param", "kind": 32768, @@ -4831,11 +4831,11 @@ }, "type": { "type": "reference", - "target": 13423, + "target": 13490, "typeArguments": [ { "type": "reference", - "target": 13436, + "target": 13503, "name": "UserDTO", "package": "@medusajs/types" } @@ -4845,7 +4845,7 @@ } }, { - "id": 13288, + "id": 13355, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -4862,7 +4862,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -4877,7 +4877,7 @@ "typeArguments": [ { "type": "reference", - "target": 13436, + "target": 13503, "name": "UserDTO", "package": "@medusajs/types" } @@ -4889,14 +4889,14 @@ ] }, { - "id": 13289, + "id": 13356, "name": "listUsers", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13290, + "id": 13357, "name": "listUsers", "variant": "signature", "kind": 4096, @@ -4975,7 +4975,7 @@ }, "parameters": [ { - "id": 13291, + "id": 13358, "name": "filters", "variant": "param", "kind": 32768, @@ -4992,13 +4992,13 @@ }, "type": { "type": "reference", - "target": 13446, + "target": 13513, "name": "FilterableUserProps", "package": "@medusajs/types" } }, { - "id": 13292, + "id": 13359, "name": "config", "variant": "param", "kind": 32768, @@ -5031,11 +5031,11 @@ }, "type": { "type": "reference", - "target": 13423, + "target": 13490, "typeArguments": [ { "type": "reference", - "target": 13436, + "target": 13503, "name": "UserDTO", "package": "@medusajs/types" } @@ -5045,7 +5045,7 @@ } }, { - "id": 13293, + "id": 13360, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5062,7 +5062,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -5079,7 +5079,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13436, + "target": 13503, "name": "UserDTO", "package": "@medusajs/types" } @@ -5092,14 +5092,14 @@ ] }, { - "id": 13294, + "id": 13361, "name": "listAndCountUsers", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13295, + "id": 13362, "name": "listAndCountUsers", "variant": "signature", "kind": 4096, @@ -5178,7 +5178,7 @@ }, "parameters": [ { - "id": 13296, + "id": 13363, "name": "filters", "variant": "param", "kind": 32768, @@ -5195,13 +5195,13 @@ }, "type": { "type": "reference", - "target": 13446, + "target": 13513, "name": "FilterableUserProps", "package": "@medusajs/types" } }, { - "id": 13297, + "id": 13364, "name": "config", "variant": "param", "kind": 32768, @@ -5234,11 +5234,11 @@ }, "type": { "type": "reference", - "target": 13423, + "target": 13490, "typeArguments": [ { "type": "reference", - "target": 13436, + "target": 13503, "name": "UserDTO", "package": "@medusajs/types" } @@ -5248,7 +5248,7 @@ } }, { - "id": 13298, + "id": 13365, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5265,7 +5265,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -5285,7 +5285,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13436, + "target": 13503, "name": "UserDTO", "package": "@medusajs/types" } @@ -5304,14 +5304,14 @@ ] }, { - "id": 13299, + "id": 13366, "name": "createUsers", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13300, + "id": 13367, "name": "createUsers", "variant": "signature", "kind": 4096, @@ -5346,7 +5346,7 @@ }, "parameters": [ { - "id": 13301, + "id": 13368, "name": "data", "variant": "param", "kind": 32768, @@ -5363,14 +5363,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 13454, + "target": 13521, "name": "CreateUserDTO", "package": "@medusajs/types" } } }, { - "id": 13302, + "id": 13369, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5387,7 +5387,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -5404,7 +5404,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13436, + "target": 13503, "name": "UserDTO", "package": "@medusajs/types" } @@ -5415,7 +5415,7 @@ } }, { - "id": 13303, + "id": 13370, "name": "createUsers", "variant": "signature", "kind": 4096, @@ -5450,7 +5450,7 @@ }, "parameters": [ { - "id": 13304, + "id": 13371, "name": "data", "variant": "param", "kind": 32768, @@ -5465,13 +5465,13 @@ }, "type": { "type": "reference", - "target": 13454, + "target": 13521, "name": "CreateUserDTO", "package": "@medusajs/types" } }, { - "id": 13305, + "id": 13372, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5488,7 +5488,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -5503,7 +5503,7 @@ "typeArguments": [ { "type": "reference", - "target": 13436, + "target": 13503, "name": "UserDTO", "package": "@medusajs/types" } @@ -5515,14 +5515,14 @@ ] }, { - "id": 13306, + "id": 13373, "name": "updateUsers", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13307, + "id": 13374, "name": "updateUsers", "variant": "signature", "kind": 4096, @@ -5557,7 +5557,7 @@ }, "parameters": [ { - "id": 13308, + "id": 13375, "name": "data", "variant": "param", "kind": 32768, @@ -5574,14 +5574,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 13460, + "target": 13527, "name": "UpdateUserDTO", "package": "@medusajs/types" } } }, { - "id": 13309, + "id": 13376, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5598,7 +5598,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -5615,7 +5615,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13436, + "target": 13503, "name": "UserDTO", "package": "@medusajs/types" } @@ -5626,7 +5626,7 @@ } }, { - "id": 13310, + "id": 13377, "name": "updateUsers", "variant": "signature", "kind": 4096, @@ -5661,7 +5661,7 @@ }, "parameters": [ { - "id": 13311, + "id": 13378, "name": "data", "variant": "param", "kind": 32768, @@ -5676,13 +5676,13 @@ }, "type": { "type": "reference", - "target": 13460, + "target": 13527, "name": "UpdateUserDTO", "package": "@medusajs/types" } }, { - "id": 13312, + "id": 13379, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5699,7 +5699,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -5714,7 +5714,7 @@ "typeArguments": [ { "type": "reference", - "target": 13436, + "target": 13503, "name": "UserDTO", "package": "@medusajs/types" } @@ -5726,14 +5726,14 @@ ] }, { - "id": 13313, + "id": 13380, "name": "deleteUsers", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13314, + "id": 13381, "name": "deleteUsers", "variant": "signature", "kind": 4096, @@ -5768,7 +5768,7 @@ }, "parameters": [ { - "id": 13315, + "id": 13382, "name": "ids", "variant": "param", "kind": 32768, @@ -5790,7 +5790,7 @@ } }, { - "id": 13316, + "id": 13383, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5807,7 +5807,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -5832,14 +5832,14 @@ ] }, { - "id": 13317, + "id": 13384, "name": "softDeleteUsers", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13318, + "id": 13385, "name": "softDeleteUsers", "variant": "signature", "kind": 4096, @@ -5882,7 +5882,7 @@ }, "typeParameters": [ { - "id": 13319, + "id": 13386, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -5899,7 +5899,7 @@ ], "parameters": [ { - "id": 13320, + "id": 13387, "name": "userIds", "variant": "param", "kind": 32768, @@ -5921,7 +5921,7 @@ } }, { - "id": 13321, + "id": 13388, "name": "config", "variant": "param", "kind": 32768, @@ -5938,11 +5938,11 @@ }, "type": { "type": "reference", - "target": 13466, + "target": 13533, "typeArguments": [ { "type": "reference", - "target": 13319, + "target": 13386, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -5953,7 +5953,7 @@ } }, { - "id": 13322, + "id": 13389, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -5970,7 +5970,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -5999,7 +5999,7 @@ "typeArguments": [ { "type": "reference", - "target": 13319, + "target": 13386, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -6025,14 +6025,14 @@ ] }, { - "id": 13323, + "id": 13390, "name": "restoreUsers", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13324, + "id": 13391, "name": "restoreUsers", "variant": "signature", "kind": 4096, @@ -6075,7 +6075,7 @@ }, "typeParameters": [ { - "id": 13325, + "id": 13392, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -6092,7 +6092,7 @@ ], "parameters": [ { - "id": 13326, + "id": 13393, "name": "userIds", "variant": "param", "kind": 32768, @@ -6114,7 +6114,7 @@ } }, { - "id": 13327, + "id": 13394, "name": "config", "variant": "param", "kind": 32768, @@ -6139,11 +6139,11 @@ }, "type": { "type": "reference", - "target": 13469, + "target": 13536, "typeArguments": [ { "type": "reference", - "target": 13325, + "target": 13392, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -6154,7 +6154,7 @@ } }, { - "id": 13328, + "id": 13395, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6171,7 +6171,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -6200,7 +6200,7 @@ "typeArguments": [ { "type": "reference", - "target": 13325, + "target": 13392, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -6226,14 +6226,14 @@ ] }, { - "id": 13329, + "id": 13396, "name": "retrieveInvite", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13330, + "id": 13397, "name": "retrieveInvite", "variant": "signature", "kind": 4096, @@ -6268,7 +6268,7 @@ }, "parameters": [ { - "id": 13331, + "id": 13398, "name": "id", "variant": "param", "kind": 32768, @@ -6287,7 +6287,7 @@ } }, { - "id": 13332, + "id": 13399, "name": "config", "variant": "param", "kind": 32768, @@ -6320,11 +6320,11 @@ }, "type": { "type": "reference", - "target": 13423, + "target": 13490, "typeArguments": [ { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -6334,7 +6334,7 @@ } }, { - "id": 13333, + "id": 13400, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6351,7 +6351,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -6366,7 +6366,7 @@ "typeArguments": [ { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -6378,14 +6378,14 @@ ] }, { - "id": 13334, + "id": 13401, "name": "listInvites", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13335, + "id": 13402, "name": "listInvites", "variant": "signature", "kind": 4096, @@ -6464,7 +6464,7 @@ }, "parameters": [ { - "id": 13336, + "id": 13403, "name": "filters", "variant": "param", "kind": 32768, @@ -6481,13 +6481,13 @@ }, "type": { "type": "reference", - "target": 13446, + "target": 13513, "name": "FilterableUserProps", "package": "@medusajs/types" } }, { - "id": 13337, + "id": 13404, "name": "config", "variant": "param", "kind": 32768, @@ -6520,11 +6520,11 @@ }, "type": { "type": "reference", - "target": 13423, + "target": 13490, "typeArguments": [ { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -6534,7 +6534,7 @@ } }, { - "id": 13338, + "id": 13405, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6551,7 +6551,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -6568,7 +6568,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -6581,14 +6581,14 @@ ] }, { - "id": 13339, + "id": 13406, "name": "listAndCountInvites", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13340, + "id": 13407, "name": "listAndCountInvites", "variant": "signature", "kind": 4096, @@ -6667,7 +6667,7 @@ }, "parameters": [ { - "id": 13341, + "id": 13408, "name": "filters", "variant": "param", "kind": 32768, @@ -6684,13 +6684,13 @@ }, "type": { "type": "reference", - "target": 13446, + "target": 13513, "name": "FilterableUserProps", "package": "@medusajs/types" } }, { - "id": 13342, + "id": 13409, "name": "config", "variant": "param", "kind": 32768, @@ -6723,11 +6723,11 @@ }, "type": { "type": "reference", - "target": 13423, + "target": 13490, "typeArguments": [ { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -6737,7 +6737,7 @@ } }, { - "id": 13343, + "id": 13410, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6754,7 +6754,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -6774,7 +6774,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -6793,14 +6793,14 @@ ] }, { - "id": 13344, + "id": 13411, "name": "createInvites", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13345, + "id": 13412, "name": "createInvites", "variant": "signature", "kind": 4096, @@ -6835,7 +6835,7 @@ }, "parameters": [ { - "id": 13346, + "id": 13413, "name": "data", "variant": "param", "kind": 32768, @@ -6852,14 +6852,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 13472, + "target": 13539, "name": "CreateInviteDTO", "package": "@medusajs/types" } } }, { - "id": 13347, + "id": 13414, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6876,7 +6876,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -6893,7 +6893,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -6904,7 +6904,7 @@ } }, { - "id": 13348, + "id": 13415, "name": "createInvites", "variant": "signature", "kind": 4096, @@ -6939,7 +6939,7 @@ }, "parameters": [ { - "id": 13349, + "id": 13416, "name": "data", "variant": "param", "kind": 32768, @@ -6954,13 +6954,13 @@ }, "type": { "type": "reference", - "target": 13472, + "target": 13539, "name": "CreateInviteDTO", "package": "@medusajs/types" } }, { - "id": 13350, + "id": 13417, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -6977,7 +6977,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -6992,7 +6992,7 @@ "typeArguments": [ { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -7004,14 +7004,14 @@ ] }, { - "id": 13351, + "id": 13418, "name": "updateInvites", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13352, + "id": 13419, "name": "updateInvites", "variant": "signature", "kind": 4096, @@ -7046,7 +7046,7 @@ }, "parameters": [ { - "id": 13353, + "id": 13420, "name": "data", "variant": "param", "kind": 32768, @@ -7063,14 +7063,14 @@ "type": "array", "elementType": { "type": "reference", - "target": 13476, + "target": 13543, "name": "UpdateInviteDTO", "package": "@medusajs/types" } } }, { - "id": 13354, + "id": 13421, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -7087,7 +7087,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -7104,7 +7104,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -7115,7 +7115,7 @@ } }, { - "id": 13355, + "id": 13422, "name": "updateInvites", "variant": "signature", "kind": 4096, @@ -7150,7 +7150,7 @@ }, "parameters": [ { - "id": 13356, + "id": 13423, "name": "data", "variant": "param", "kind": 32768, @@ -7165,13 +7165,13 @@ }, "type": { "type": "reference", - "target": 13476, + "target": 13543, "name": "UpdateInviteDTO", "package": "@medusajs/types" } }, { - "id": 13357, + "id": 13424, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -7188,7 +7188,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -7203,7 +7203,7 @@ "typeArguments": [ { "type": "reference", - "target": 13413, + "target": 13480, "name": "InviteDTO", "package": "@medusajs/types" } @@ -7215,14 +7215,14 @@ ] }, { - "id": 13358, + "id": 13425, "name": "deleteInvites", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13359, + "id": 13426, "name": "deleteInvites", "variant": "signature", "kind": 4096, @@ -7257,7 +7257,7 @@ }, "parameters": [ { - "id": 13360, + "id": 13427, "name": "ids", "variant": "param", "kind": 32768, @@ -7279,7 +7279,7 @@ } }, { - "id": 13361, + "id": 13428, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -7296,7 +7296,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -7321,14 +7321,14 @@ ] }, { - "id": 13362, + "id": 13429, "name": "softDeleteInvites", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13363, + "id": 13430, "name": "softDeleteInvites", "variant": "signature", "kind": 4096, @@ -7371,7 +7371,7 @@ }, "typeParameters": [ { - "id": 13364, + "id": 13431, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -7388,7 +7388,7 @@ ], "parameters": [ { - "id": 13365, + "id": 13432, "name": "inviteIds", "variant": "param", "kind": 32768, @@ -7410,7 +7410,7 @@ } }, { - "id": 13366, + "id": 13433, "name": "config", "variant": "param", "kind": 32768, @@ -7427,11 +7427,11 @@ }, "type": { "type": "reference", - "target": 13466, + "target": 13533, "typeArguments": [ { "type": "reference", - "target": 13364, + "target": 13431, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -7442,7 +7442,7 @@ } }, { - "id": 13367, + "id": 13434, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -7459,7 +7459,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -7488,7 +7488,7 @@ "typeArguments": [ { "type": "reference", - "target": 13364, + "target": 13431, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -7514,14 +7514,14 @@ ] }, { - "id": 13368, + "id": 13435, "name": "restoreInvites", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 13369, + "id": 13436, "name": "restoreInvites", "variant": "signature", "kind": 4096, @@ -7564,7 +7564,7 @@ }, "typeParameters": [ { - "id": 13370, + "id": 13437, "name": "TReturnableLinkableKeys", "variant": "typeParam", "kind": 131072, @@ -7581,7 +7581,7 @@ ], "parameters": [ { - "id": 13371, + "id": 13438, "name": "inviteIds", "variant": "param", "kind": 32768, @@ -7603,7 +7603,7 @@ } }, { - "id": 13372, + "id": 13439, "name": "config", "variant": "param", "kind": 32768, @@ -7628,11 +7628,11 @@ }, "type": { "type": "reference", - "target": 13469, + "target": 13536, "typeArguments": [ { "type": "reference", - "target": 13370, + "target": 13437, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -7643,7 +7643,7 @@ } }, { - "id": 13373, + "id": 13440, "name": "sharedContext", "variant": "param", "kind": 32768, @@ -7660,7 +7660,7 @@ }, "type": { "type": "reference", - "target": 13401, + "target": 13468, "name": "Context", "package": "@medusajs/types" } @@ -7689,7 +7689,7 @@ "typeArguments": [ { "type": "reference", - "target": 13370, + "target": 13437, "name": "TReturnableLinkableKeys", "package": "@medusajs/types", "refersToTypeParameter": true @@ -7719,31 +7719,31 @@ { "title": "Methods", "children": [ - 13276, - 13280, - 13284, - 13289, - 13294, - 13299, - 13306, - 13313, - 13317, - 13323, - 13329, - 13334, - 13339, - 13344, + 13343, + 13347, 13351, - 13358, - 13362, - 13368 + 13356, + 13361, + 13366, + 13373, + 13380, + 13384, + 13390, + 13396, + 13401, + 13406, + 13411, + 13418, + 13425, + 13429, + 13435 ] } ], "extendedTypes": [ { "type": "reference", - "target": 13387, + "target": 13454, "name": "IModuleService", "package": "@medusajs/types" } @@ -7754,345 +7754,77 @@ { "title": "Interfaces", "children": [ - 13423, - 13518, - 13466, - 13469, - 13565, - 13522, - 13387, - 13549, - 13504, - 13401, - 13436, - 13446, - 13413, + 13490, + 13585, + 13533, + 13536, + 13632, + 13589, 13454, - 13460, - 13472, - 13476, - 13275 + 13616, + 13571, + 13468, + 13503, + 13513, + 13480, + 13521, + 13527, + 13539, + 13543, + 13342 ] }, { "title": "Type Aliases", "children": [ - 13583, - 13577, - 13545, - 13555, - 13568, - 13539, - 13480, - 13536 + 13650, + 13644, + 13612, + 13622, + 13635, + 13606, + 13547, + 13603 ] } ], "packageName": "@medusajs/types", "symbolIdMap": { - "13274": { + "13341": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", "qualifiedName": "" }, - "13275": { + "13342": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", "qualifiedName": "IUserModuleService" }, - "13276": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.validateInviteToken" - }, - "13277": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.validateInviteToken" - }, - "13278": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "token" - }, - "13279": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13280": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.refreshInviteTokens" - }, - "13281": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.refreshInviteTokens" - }, - "13282": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "inviteIds" - }, - "13283": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13284": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.retrieveUser" - }, - "13285": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.retrieveUser" - }, - "13286": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "id" - }, - "13287": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "config" - }, - "13288": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13289": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.listUsers" - }, - "13290": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.listUsers" - }, - "13291": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "filters" - }, - "13292": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "config" - }, - "13293": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13294": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.listAndCountUsers" - }, - "13295": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.listAndCountUsers" - }, - "13296": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "filters" - }, - "13297": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "config" - }, - "13298": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13299": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.createUsers" - }, - "13300": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.createUsers" - }, - "13301": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "data" - }, - "13302": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13303": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.createUsers" - }, - "13304": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "data" - }, - "13305": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13306": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.updateUsers" - }, - "13307": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.updateUsers" - }, - "13308": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "data" - }, - "13309": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13310": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.updateUsers" - }, - "13311": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "data" - }, - "13312": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13313": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.deleteUsers" - }, - "13314": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.deleteUsers" - }, - "13315": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "ids" - }, - "13316": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13317": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.softDeleteUsers" - }, - "13318": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.softDeleteUsers" - }, - "13319": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "13320": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "userIds" - }, - "13321": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "config" - }, - "13322": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13323": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.restoreUsers" - }, - "13324": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.restoreUsers" - }, - "13325": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "13326": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "userIds" - }, - "13327": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "config" - }, - "13328": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13329": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.retrieveInvite" - }, - "13330": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.retrieveInvite" - }, - "13331": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "id" - }, - "13332": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "config" - }, - "13333": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13334": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.listInvites" - }, - "13335": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.listInvites" - }, - "13336": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "filters" - }, - "13337": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "config" - }, - "13338": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" - }, - "13339": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.listAndCountInvites" - }, - "13340": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.listAndCountInvites" - }, - "13341": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "filters" - }, - "13342": { - "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "config" - }, "13343": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IUserModuleService.validateInviteToken" }, "13344": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.createInvites" + "qualifiedName": "IUserModuleService.validateInviteToken" }, "13345": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.createInvites" + "qualifiedName": "token" }, "13346": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "data" + "qualifiedName": "sharedContext" }, "13347": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IUserModuleService.refreshInviteTokens" }, "13348": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.createInvites" + "qualifiedName": "IUserModuleService.refreshInviteTokens" }, "13349": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "data" + "qualifiedName": "inviteIds" }, "13350": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", @@ -8100,568 +7832,568 @@ }, "13351": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.updateInvites" + "qualifiedName": "IUserModuleService.retrieveUser" }, "13352": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.updateInvites" + "qualifiedName": "IUserModuleService.retrieveUser" }, "13353": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "data" + "qualifiedName": "id" }, "13354": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "config" }, "13355": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.updateInvites" + "qualifiedName": "sharedContext" }, "13356": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "data" + "qualifiedName": "IUserModuleService.listUsers" }, "13357": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IUserModuleService.listUsers" }, "13358": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.deleteInvites" + "qualifiedName": "filters" }, "13359": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.deleteInvites" + "qualifiedName": "config" }, "13360": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "ids" + "qualifiedName": "sharedContext" }, "13361": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IUserModuleService.listAndCountUsers" }, "13362": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.softDeleteInvites" + "qualifiedName": "IUserModuleService.listAndCountUsers" }, "13363": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.softDeleteInvites" + "qualifiedName": "filters" }, "13364": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "config" }, "13365": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "inviteIds" + "qualifiedName": "sharedContext" }, "13366": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "config" + "qualifiedName": "IUserModuleService.createUsers" }, "13367": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "sharedContext" + "qualifiedName": "IUserModuleService.createUsers" }, "13368": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.restoreInvites" + "qualifiedName": "data" }, "13369": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "IUserModuleService.restoreInvites" + "qualifiedName": "sharedContext" }, "13370": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "TReturnableLinkableKeys" + "qualifiedName": "IUserModuleService.createUsers" }, "13371": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "inviteIds" + "qualifiedName": "data" }, "13372": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", - "qualifiedName": "config" + "qualifiedName": "sharedContext" }, "13373": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.updateUsers" + }, + "13374": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.updateUsers" + }, + "13375": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "data" + }, + "13376": { "sourceFileName": "../../../../packages/core/types/src/user/service.ts", "qualifiedName": "sharedContext" }, + "13377": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.updateUsers" + }, + "13378": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "data" + }, + "13379": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13380": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.deleteUsers" + }, + "13381": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.deleteUsers" + }, + "13382": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "ids" + }, + "13383": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13384": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.softDeleteUsers" + }, + "13385": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.softDeleteUsers" + }, + "13386": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, "13387": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "userIds" + }, + "13388": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "config" + }, + "13389": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13390": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.restoreUsers" + }, + "13391": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.restoreUsers" + }, + "13392": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "13393": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "userIds" + }, + "13394": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "config" + }, + "13395": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13396": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.retrieveInvite" + }, + "13397": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.retrieveInvite" + }, + "13398": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "id" + }, + "13399": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "config" + }, + "13400": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13401": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.listInvites" + }, + "13402": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.listInvites" + }, + "13403": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "filters" + }, + "13404": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "config" + }, + "13405": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13406": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.listAndCountInvites" + }, + "13407": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.listAndCountInvites" + }, + "13408": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "filters" + }, + "13409": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "config" + }, + "13410": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13411": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.createInvites" + }, + "13412": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.createInvites" + }, + "13413": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "data" + }, + "13414": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13415": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.createInvites" + }, + "13416": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "data" + }, + "13417": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13418": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.updateInvites" + }, + "13419": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.updateInvites" + }, + "13420": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "data" + }, + "13421": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13422": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.updateInvites" + }, + "13423": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "data" + }, + "13424": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13425": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.deleteInvites" + }, + "13426": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.deleteInvites" + }, + "13427": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "ids" + }, + "13428": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13429": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.softDeleteInvites" + }, + "13430": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.softDeleteInvites" + }, + "13431": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "13432": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "inviteIds" + }, + "13433": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "config" + }, + "13434": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13435": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.restoreInvites" + }, + "13436": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "IUserModuleService.restoreInvites" + }, + "13437": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "TReturnableLinkableKeys" + }, + "13438": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "inviteIds" + }, + "13439": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "config" + }, + "13440": { + "sourceFileName": "../../../../packages/core/types/src/user/service.ts", + "qualifiedName": "sharedContext" + }, + "13454": { "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "IModuleService" }, - "13401": { + "13468": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "Context" }, - "13402": { + "13469": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.__type" }, - "13403": { + "13470": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionManager" }, - "13404": { + "13471": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.manager" }, - "13405": { + "13472": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.isolationLevel" }, - "13406": { + "13473": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.enableNestedTransactions" }, - "13407": { + "13474": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.eventGroupId" }, - "13408": { + "13475": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.transactionId" }, - "13409": { + "13476": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.messageAggregator" }, - "13410": { + "13477": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.requestId" }, - "13411": { + "13478": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "__type.idempotencyKey" }, - "13412": { + "13479": { "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", "qualifiedName": "TManager" }, - "13413": { + "13480": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "InviteDTO" }, - "13414": { + "13481": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "InviteDTO.id" }, - "13415": { + "13482": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "InviteDTO.email" }, - "13416": { + "13483": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "InviteDTO.accepted" }, - "13417": { + "13484": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "InviteDTO.token" }, - "13418": { + "13485": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "InviteDTO.expires_at" }, - "13419": { + "13486": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "InviteDTO.metadata" }, - "13420": { + "13487": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "InviteDTO.created_at" }, - "13421": { + "13488": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "InviteDTO.updated_at" }, - "13422": { + "13489": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "InviteDTO.deleted_at" }, - "13423": { + "13490": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig" }, - "13424": { + "13491": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.select" }, - "13425": { + "13492": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.skip" }, - "13426": { + "13493": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.take" }, - "13427": { + "13494": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.relations" }, - "13428": { + "13495": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.order" }, - "13429": { + "13496": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type" }, - "13430": { + "13497": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "__type.__index" }, - "13432": { + "13499": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.withDeleted" }, - "13433": { + "13500": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.filters" }, - "13434": { + "13501": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.options" }, - "13435": { + "13502": { "sourceFileName": "../../../../packages/core/types/src/common/common.ts", "qualifiedName": "FindConfig.Entity" }, - "13436": { + "13503": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "UserDTO" }, - "13437": { + "13504": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "UserDTO.id" }, - "13438": { + "13505": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "UserDTO.email" }, - "13439": { + "13506": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "UserDTO.first_name" }, - "13440": { + "13507": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "UserDTO.last_name" }, - "13441": { + "13508": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "UserDTO.avatar_url" }, - "13442": { + "13509": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "UserDTO.metadata" }, - "13443": { + "13510": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "UserDTO.created_at" }, - "13444": { + "13511": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "UserDTO.updated_at" }, - "13445": { + "13512": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "UserDTO.deleted_at" }, - "13446": { + "13513": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "FilterableUserProps" }, - "13447": { + "13514": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "FilterableUserProps.q" }, - "13448": { + "13515": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "FilterableUserProps.id" }, - "13449": { + "13516": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "FilterableUserProps.email" }, - "13450": { + "13517": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "FilterableUserProps.first_name" }, - "13451": { + "13518": { "sourceFileName": "../../../../packages/core/types/src/user/common.ts", "qualifiedName": "FilterableUserProps.last_name" }, - "13452": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$and" - }, - "13453": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.$or" - }, - "13454": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "CreateUserDTO" - }, - "13455": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "CreateUserDTO.email" - }, - "13456": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "CreateUserDTO.first_name" - }, - "13457": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "CreateUserDTO.last_name" - }, - "13458": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "CreateUserDTO.avatar_url" - }, - "13459": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "CreateUserDTO.metadata" - }, - "13460": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "UpdateUserDTO" - }, - "13461": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "UpdateUserDTO.id" - }, - "13462": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "metadata" - }, - "13463": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "first_name" - }, - "13464": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "last_name" - }, - "13465": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "avatar_url" - }, - "13466": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "SoftDeleteReturn" - }, - "13467": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.returnLinkableKeys" - }, - "13468": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "13469": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "RestoreReturn" - }, - "13470": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "__type.returnLinkableKeys" - }, - "13471": { - "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", - "qualifiedName": "TReturnableLinkableKeys" - }, - "13472": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "CreateInviteDTO" - }, - "13473": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "CreateInviteDTO.email" - }, - "13474": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "CreateInviteDTO.accepted" - }, - "13475": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "CreateInviteDTO.metadata" - }, - "13476": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "UpdateInviteDTO" - }, - "13477": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "UpdateInviteDTO.id" - }, - "13478": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "metadata" - }, - "13479": { - "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", - "qualifiedName": "accepted" - }, - "13480": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerConfig" - }, - "13481": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "13482": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.schema" - }, - "13483": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationships" - }, - "13484": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extends" - }, - "13485": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "13486": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "13487": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.fieldAlias" - }, - "13488": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "13489": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.path" - }, - "13490": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" - }, - "13491": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isList" - }, - "13492": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.relationship" - }, - "13493": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.serviceName" - }, - "13494": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.primaryKeys" - }, - "13495": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isLink" - }, - "13496": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.linkableKeys" - }, - "13497": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.isReadOnlyLink" - }, - "13498": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraDataFields" - }, - "13499": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.databaseConfig" - }, - "13500": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" - }, - "13501": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.tableName" - }, - "13502": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.idPrefix" - }, - "13503": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.extraFields" - }, - "13504": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator" - }, - "13505": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "13506": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.save" - }, - "13507": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "msg" - }, - "13508": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "13509": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.getMessages" - }, - "13510": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "format" - }, - "13511": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "13512": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.clearMessages" - }, - "13513": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "13514": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "IMessageAggregator.saveRawMessageData" - }, - "13515": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "T" - }, - "13516": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "messageData" - }, - "13517": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "options" - }, - "13518": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable" - }, "13519": { "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", "qualifiedName": "BaseFilterable.$and" @@ -8671,258 +8403,526 @@ "qualifiedName": "BaseFilterable.$or" }, "13521": { - "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", - "qualifiedName": "BaseFilterable.T" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "CreateUserDTO" }, "13522": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "CreateUserDTO.email" }, "13523": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.serviceName" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "CreateUserDTO.first_name" }, "13524": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.alias" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "CreateUserDTO.last_name" }, "13525": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.fieldAlias" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "CreateUserDTO.avatar_url" }, "13526": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "CreateUserDTO.metadata" }, "13527": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.path" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "UpdateUserDTO" }, "13528": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.forwardArgumentsOnPath" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "UpdateUserDTO.id" }, "13529": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.primaryKeys" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "metadata" }, "13530": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.relationships" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "first_name" }, "13531": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.extends" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "last_name" }, "13532": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "avatar_url" }, "13533": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.serviceName" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "SoftDeleteReturn" }, "13534": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.relationship" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.returnLinkableKeys" }, "13535": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfig.args" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TReturnableLinkableKeys" }, "13536": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "ModuleJoinerRelationship" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "RestoreReturn" }, "13537": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "__type.returnLinkableKeys" }, "13538": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.deleteCascade" + "sourceFileName": "../../../../packages/core/types/src/dal/repository-service.ts", + "qualifiedName": "TReturnableLinkableKeys" }, "13539": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "LinkModulesExtraFields" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "CreateInviteDTO" }, "13540": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "CreateInviteDTO.email" }, "13541": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.type" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "CreateInviteDTO.accepted" }, "13542": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.defaultValue" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "CreateInviteDTO.metadata" }, "13543": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.nullable" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "UpdateInviteDTO" }, "13544": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "UpdateInviteDTO.id" }, "13545": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Message" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "metadata" }, "13546": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/user/mutations.ts", + "qualifiedName": "accepted" }, "13547": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerConfig" }, "13548": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "13549": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.schema" }, "13550": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.groupBy" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationships" }, "13551": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "MessageAggregatorFormat.sortBy" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extends" }, "13552": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", "qualifiedName": "__type" }, "13553": { - "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", - "qualifiedName": "__type.__index" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" + }, + "13554": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.fieldAlias" }, "13555": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "RawMessageFormat" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "13556": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.path" }, "13557": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.eventName" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.forwardArgumentsOnPath" }, "13558": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isList" }, "13559": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.source" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.relationship" }, "13560": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.object" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.serviceName" }, "13561": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.action" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.primaryKeys" }, "13562": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.context" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isLink" }, "13563": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.options" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.linkableKeys" }, "13564": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "TData" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.isReadOnlyLink" }, "13565": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraDataFields" }, "13566": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.name" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.databaseConfig" }, "13567": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerServiceConfigAlias.args" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" }, "13568": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "JoinerRelationship" + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.tableName" }, "13569": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.idPrefix" + }, + "13570": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.extraFields" + }, + "13571": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator" + }, + "13572": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" + }, + "13573": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.save" + }, + "13574": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "msg" + }, + "13575": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" + }, + "13576": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.getMessages" + }, + "13577": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "format" + }, + "13578": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" + }, + "13579": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.clearMessages" + }, + "13580": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" + }, + "13581": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "IMessageAggregator.saveRawMessageData" + }, + "13582": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "T" + }, + "13583": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "messageData" + }, + "13584": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "options" + }, + "13585": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable" + }, + "13586": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$and" + }, + "13587": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.$or" + }, + "13588": { + "sourceFileName": "../../../../packages/core/types/src/dal/index.ts", + "qualifiedName": "BaseFilterable.T" + }, + "13589": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig" + }, + "13590": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.serviceName" + }, + "13591": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.alias" + }, + "13592": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.fieldAlias" + }, + "13593": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type" }, - "13570": { + "13594": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.alias" + "qualifiedName": "__type.path" }, - "13571": { + "13595": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.foreignKey" + "qualifiedName": "__type.forwardArgumentsOnPath" }, - "13572": { + "13596": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.primaryKey" + "qualifiedName": "JoinerServiceConfig.primaryKeys" }, - "13573": { + "13597": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.relationships" + }, + "13598": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfig.extends" + }, + "13599": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "13600": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", "qualifiedName": "__type.serviceName" }, - "13574": { + "13601": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.inverse" + "qualifiedName": "__type.relationship" }, - "13575": { + "13602": { "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.isList" + "qualifiedName": "JoinerServiceConfig.args" }, - "13576": { - "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", - "qualifiedName": "__type.args" + "13603": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "ModuleJoinerRelationship" }, - "13577": { + "13604": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13605": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.deleteCascade" + }, + "13606": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "LinkModulesExtraFields" + }, + "13607": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "13608": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.type" + }, + "13609": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.defaultValue" + }, + "13610": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.nullable" + }, + "13611": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.options" + }, + "13612": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "Event" + "qualifiedName": "Message" }, - "13578": { + "13613": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "13579": { + "13614": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.name" + "qualifiedName": "__type.options" }, - "13580": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.metadata" - }, - "13581": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "__type.data" - }, - "13582": { + "13615": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "TData" }, - "13583": { - "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", - "qualifiedName": "EventMetadata" + "13616": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat" }, - "13584": { + "13617": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.groupBy" + }, + "13618": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "MessageAggregatorFormat.sortBy" + }, + "13619": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type" + }, + "13620": { + "sourceFileName": "../../../../packages/core/types/src/shared-context.ts", + "qualifiedName": "__type.__index" + }, + "13622": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "RawMessageFormat" + }, + "13623": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type" }, - "13585": { + "13624": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.eventName" + }, + "13625": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "13626": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.source" + }, + "13627": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.object" + }, + "13628": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.action" + }, + "13629": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.context" + }, + "13630": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.options" + }, + "13631": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "13632": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias" + }, + "13633": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.name" + }, + "13634": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerServiceConfigAlias.args" + }, + "13635": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "JoinerRelationship" + }, + "13636": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type" + }, + "13637": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.alias" + }, + "13638": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.foreignKey" + }, + "13639": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.primaryKey" + }, + "13640": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.serviceName" + }, + "13641": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.inverse" + }, + "13642": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.isList" + }, + "13643": { + "sourceFileName": "../../../../packages/core/types/src/joiner/index.ts", + "qualifiedName": "__type.args" + }, + "13644": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "Event" + }, + "13645": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "13646": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.name" + }, + "13647": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.metadata" + }, + "13648": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type.data" + }, + "13649": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "TData" + }, + "13650": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "EventMetadata" + }, + "13651": { + "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", + "qualifiedName": "__type" + }, + "13652": { "sourceFileName": "../../../../packages/core/types/src/event-bus/common.ts", "qualifiedName": "__type.eventGroupId" } @@ -8932,7 +8932,7 @@ "1": "../../../../packages/core/types/src/user/service.ts" }, "reflections": { - "1": 13274 + "1": 13341 } } } \ No newline at end of file diff --git a/www/utils/generated/typedoc-json-output/workflows.json b/www/utils/generated/typedoc-json-output/workflows.json index ddfa76cade..641603f62d 100644 --- a/www/utils/generated/typedoc-json-output/workflows.json +++ b/www/utils/generated/typedoc-json-output/workflows.json @@ -1,19 +1,19 @@ { - "id": 17550, + "id": 17617, "name": "workflows", "variant": "project", "kind": 1, "flags": {}, "children": [ { - "id": 17551, + "id": 17618, "name": "createStep", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 17552, + "id": 17619, "name": "createStep", "variant": "signature", "kind": 4096, @@ -28,7 +28,7 @@ "kind": "inline-tag", "tag": "@link", "text": "StepFunction", - "target": 17675, + "target": 17744, "tsLinkText": "" }, { @@ -39,7 +39,7 @@ "kind": "inline-tag", "tag": "@link", "text": "createWorkflow", - "target": 17561 + "target": 17628 }, { "kind": "text", @@ -69,7 +69,7 @@ }, "typeParameters": [ { - "id": 17553, + "id": 17620, "name": "TInvokeInput", "variant": "typeParam", "kind": 131072, @@ -84,7 +84,7 @@ } }, { - "id": 17554, + "id": 17621, "name": "TInvokeResultOutput", "variant": "typeParam", "kind": 131072, @@ -99,7 +99,7 @@ } }, { - "id": 17555, + "id": 17622, "name": "TInvokeResultCompensateInput", "variant": "typeParam", "kind": 131072, @@ -116,7 +116,7 @@ ], "parameters": [ { - "id": 17556, + "id": 17623, "name": "nameOrConfig", "variant": "param", "kind": 32768, @@ -142,14 +142,14 @@ { "type": "reflection", "declaration": { - "id": 17557, + "id": 17624, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17558, + "id": 17625, "name": "name", "variant": "declaration", "kind": 1024, @@ -164,7 +164,7 @@ { "title": "Properties", "children": [ - 17558 + 17625 ] } ] @@ -213,7 +213,7 @@ } }, { - "id": 17559, + "id": 17626, "name": "invokeFn", "variant": "param", "kind": 32768, @@ -228,7 +228,7 @@ "kind": "inline-tag", "tag": "@link", "text": "StepResponse", - "target": 17577, + "target": 17644, "tsLinkText": "" }, { @@ -239,7 +239,7 @@ "kind": "inline-tag", "tag": "@link", "text": "StepResponse", - "target": 17577, + "target": 17644, "tsLinkText": "" }, { @@ -257,21 +257,21 @@ "typeArguments": [ { "type": "reference", - "target": 17553, + "target": 17620, "name": "TInvokeInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17554, + "target": 17621, "name": "TInvokeResultOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17555, + "target": 17622, "name": "TInvokeResultCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -282,7 +282,7 @@ } }, { - "id": 17560, + "id": 17627, "name": "compensateFn", "variant": "param", "kind": 32768, @@ -299,7 +299,7 @@ "kind": "inline-tag", "tag": "@link", "text": "StepResponse", - "target": 17577, + "target": 17644, "tsLinkText": "" }, { @@ -333,7 +333,7 @@ "typeArguments": [ { "type": "reference", - "target": 17555, + "target": 17622, "name": "TInvokeResultCompensateInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -346,18 +346,18 @@ ], "type": { "type": "reference", - "target": 17675, + "target": 17744, "typeArguments": [ { "type": "reference", - "target": 17553, + "target": 17620, "name": "TInvokeInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17554, + "target": 17621, "name": "TInvokeResultOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -370,14 +370,14 @@ ] }, { - "id": 17561, + "id": 17628, "name": "createWorkflow", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 17562, + "id": 17629, "name": "createWorkflow", "variant": "signature", "kind": 4096, @@ -392,7 +392,7 @@ "kind": "inline-tag", "tag": "@link", "text": "createStep", - "target": 17551, + "target": 17618, "tsLinkText": "" }, { @@ -403,7 +403,7 @@ "kind": "inline-tag", "tag": "@link", "text": "ReturnWorkflow", - "target": 17753, + "target": 17822, "tsLinkText": "" }, { @@ -450,7 +450,7 @@ }, "typeParameters": [ { - "id": 17563, + "id": 17630, "name": "TData", "variant": "typeParam", "kind": 131072, @@ -465,7 +465,7 @@ } }, { - "id": 17564, + "id": 17631, "name": "TResult", "variant": "typeParam", "kind": 131072, @@ -480,7 +480,7 @@ } }, { - "id": 17565, + "id": 17632, "name": "THooks", "variant": "typeParam", "kind": 131072, @@ -545,7 +545,7 @@ ], "parameters": [ { - "id": 17566, + "id": 17633, "name": "nameOrConfig", "variant": "param", "kind": 32768, @@ -571,14 +571,14 @@ { "type": "reflection", "declaration": { - "id": 17567, + "id": 17634, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17568, + "id": 17635, "name": "name", "variant": "declaration", "kind": 1024, @@ -593,7 +593,7 @@ { "title": "Properties", "children": [ - 17568 + 17635 ] } ] @@ -614,7 +614,7 @@ } }, { - "id": 17569, + "id": 17636, "name": "composer", "variant": "param", "kind": 32768, @@ -637,7 +637,7 @@ "kind": "inline-tag", "tag": "@link", "text": "ReturnWorkflow", - "target": 17753, + "target": 17822, "tsLinkText": "" }, { @@ -648,7 +648,7 @@ "kind": "inline-tag", "tag": "@link", "text": "transform", - "target": 17613 + "target": 17682 }, { "kind": "text", @@ -659,32 +659,32 @@ "type": { "type": "reflection", "declaration": { - "id": 17570, + "id": 17637, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17571, + "id": 17638, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17572, + "id": 17639, "name": "input", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", - "target": 17563, + "target": 17630, "name": "TData", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -704,11 +704,11 @@ }, { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", - "target": 17564, + "target": 17631, "name": "TResult", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -754,7 +754,7 @@ }, "objectType": { "type": "reference", - "target": 17564, + "target": 17631, "name": "TResult", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -762,7 +762,7 @@ }, { "type": "reference", - "target": 17695, + "target": 17764, "typeArguments": [ { "type": "indexedAccess", @@ -778,7 +778,7 @@ }, "objectType": { "type": "reference", - "target": 17564, + "target": 17631, "name": "TResult", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -790,7 +790,7 @@ }, { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "indexedAccess", @@ -806,7 +806,7 @@ }, "objectType": { "type": "reference", - "target": 17564, + "target": 17631, "name": "TResult", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -829,25 +829,25 @@ ], "type": { "type": "reference", - "target": 17753, + "target": 17822, "typeArguments": [ { "type": "reference", - "target": 17563, + "target": 17630, "name": "TData", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17564, + "target": 17631, "name": "TResult", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17565, + "target": 17632, "name": "THooks", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -860,7 +860,7 @@ ] }, { - "id": 17577, + "id": 17644, "name": "StepResponse", "variant": "declaration", "kind": 128, @@ -883,14 +883,14 @@ }, "children": [ { - "id": 17581, + "id": 17650, "name": "constructor", "variant": "declaration", "kind": 512, "flags": {}, "signatures": [ { - "id": 17582, + "id": 17651, "name": "new StepResponse", "variant": "signature", "kind": 16384, @@ -905,7 +905,7 @@ }, "typeParameters": [ { - "id": 17583, + "id": 17652, "name": "TOutput", "variant": "typeParam", "kind": 131072, @@ -920,7 +920,7 @@ } }, { - "id": 17584, + "id": 17653, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -951,7 +951,7 @@ }, "default": { "type": "reference", - "target": 17583, + "target": 17652, "name": "TOutput", "package": "@medusajs/workflows-sdk", "qualifiedName": "StepResponse.TOutput", @@ -961,7 +961,7 @@ ], "parameters": [ { - "id": 17585, + "id": 17654, "name": "output", "variant": "param", "kind": 32768, @@ -978,7 +978,7 @@ }, "type": { "type": "reference", - "target": 17583, + "target": 17652, "name": "TOutput", "package": "@medusajs/workflows-sdk", "qualifiedName": "StepResponse.TOutput", @@ -986,7 +986,7 @@ } }, { - "id": 17586, + "id": 17655, "name": "compensateInput", "variant": "param", "kind": 32768, @@ -1011,7 +1011,7 @@ }, "type": { "type": "reference", - "target": 17584, + "target": 17653, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "qualifiedName": "StepResponse.TCompensateInput", @@ -1021,11 +1021,11 @@ ], "type": { "type": "reference", - "target": 17577, + "target": 17644, "typeArguments": [ { "type": "reference", - "target": 17583, + "target": 17652, "name": "TOutput", "package": "@medusajs/workflows-sdk", "qualifiedName": "StepResponse.TOutput", @@ -1033,7 +1033,7 @@ }, { "type": "reference", - "target": 17584, + "target": 17653, "name": "TCompensateInput", "package": "@medusajs/workflows-sdk", "qualifiedName": "StepResponse.TCompensateInput", @@ -1047,7 +1047,7 @@ ] }, { - "id": 17578, + "id": 17645, "name": "permanentFailure", "variant": "declaration", "kind": 2048, @@ -1056,7 +1056,7 @@ }, "signatures": [ { - "id": 17579, + "id": 17646, "name": "permanentFailure", "variant": "signature", "kind": 4096, @@ -1082,7 +1082,7 @@ }, "parameters": [ { - "id": 17580, + "id": 17647, "name": "message", "variant": "param", "kind": 32768, @@ -1108,25 +1108,53 @@ } } ] + }, + { + "id": 17648, + "name": "skip", + "variant": "declaration", + "kind": 2048, + "flags": { + "isStatic": true + }, + "signatures": [ + { + "id": 17649, + "name": "skip", + "variant": "signature", + "kind": 4096, + "flags": {}, + "type": { + "type": "reference", + "target": { + "sourceFileName": "../../../../packages/core/orchestration/src/transaction/errors.ts", + "qualifiedName": "SkipStepResponse" + }, + "name": "SkipStepResponse", + "package": "@medusajs/orchestration" + } + } + ] } ], "groups": [ { "title": "Constructors", "children": [ - 17581 + 17650 ] }, { "title": "Methods", "children": [ - 17578 + 17645, + 17648 ] } ], "typeParameters": [ { - "id": 17602, + "id": 17671, "name": "TOutput", "variant": "typeParam", "kind": 131072, @@ -1141,7 +1169,7 @@ } }, { - "id": 17603, + "id": 17672, "name": "TCompensateInput", "variant": "typeParam", "kind": 131072, @@ -1172,7 +1200,7 @@ }, "default": { "type": "reference", - "target": 17583, + "target": 17652, "name": "TOutput", "package": "@medusajs/workflows-sdk", "qualifiedName": "StepResponse.TOutput", @@ -1182,14 +1210,14 @@ ] }, { - "id": 17609, + "id": 17678, "name": "parallelize", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 17610, + "id": 17679, "name": "parallelize", "variant": "signature", "kind": 4096, @@ -1224,7 +1252,7 @@ }, "typeParameters": [ { - "id": 17611, + "id": 17680, "name": "TResult", "variant": "typeParam", "kind": 131072, @@ -1241,7 +1269,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17700, + "target": 17769, "name": "WorkflowData", "package": "@medusajs/workflows-sdk" } @@ -1250,7 +1278,7 @@ ], "parameters": [ { - "id": 17612, + "id": 17681, "name": "steps", "variant": "param", "kind": 32768, @@ -1259,7 +1287,7 @@ }, "type": { "type": "reference", - "target": 17611, + "target": 17680, "name": "TResult", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -1268,7 +1296,7 @@ ], "type": { "type": "reference", - "target": 17611, + "target": 17680, "name": "TResult", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -1277,14 +1305,14 @@ ] }, { - "id": 17613, + "id": 17682, "name": "transform", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 17614, + "id": 17683, "name": "transform", "variant": "signature", "kind": 4096, @@ -1299,7 +1327,7 @@ "kind": "inline-tag", "tag": "@link", "text": "createWorkflow", - "target": 17561 + "target": 17628 }, { "kind": "text", @@ -1345,7 +1373,7 @@ }, "typeParameters": [ { - "id": 17615, + "id": 17684, "name": "T", "variant": "typeParam", "kind": 131072, @@ -1359,7 +1387,7 @@ }, { "type": "reference", - "target": 17700, + "target": 17769, "name": "WorkflowData", "package": "@medusajs/workflows-sdk" } @@ -1367,7 +1395,7 @@ } }, { - "id": 17616, + "id": 17685, "name": "RFinal", "variant": "typeParam", "kind": 131072, @@ -1376,7 +1404,7 @@ ], "parameters": [ { - "id": 17617, + "id": 17686, "name": "values", "variant": "param", "kind": 32768, @@ -1391,14 +1419,14 @@ }, "type": { "type": "reference", - "target": 17615, + "target": 17684, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true } }, { - "id": 17618, + "id": 17687, "name": "func", "variant": "param", "kind": 32768, @@ -1433,14 +1461,14 @@ "typeArguments": [ { "type": "reference", - "target": 17615, + "target": 17684, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17616, + "target": 17685, "name": "RFinal", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -1455,11 +1483,11 @@ ], "type": { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", - "target": 17616, + "target": 17685, "name": "RFinal", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -1472,14 +1500,14 @@ ] }, { - "id": 17670, + "id": 17739, "name": "StepFunctionResult", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17674, + "id": 17743, "name": "TOutput", "variant": "typeParam", "kind": 131072, @@ -1509,28 +1537,28 @@ "type": { "type": "reflection", "declaration": { - "id": 17671, + "id": 17740, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17672, + "id": 17741, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17673, + "id": 17742, "name": "this", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 17708, + "target": 17777, "name": "CreateWorkflowComposerContext", "package": "@medusajs/workflows-sdk" } @@ -1538,11 +1566,11 @@ ], "type": { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", - "target": 17674, + "target": 17743, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -1557,7 +1585,7 @@ } }, { - "id": 17675, + "id": 17744, "name": "StepFunction", "variant": "declaration", "kind": 2097152, @@ -1572,7 +1600,7 @@ }, "typeParameters": [ { - "id": 17693, + "id": 17762, "name": "TInput", "variant": "typeParam", "kind": 131072, @@ -1587,7 +1615,7 @@ } }, { - "id": 17694, + "id": 17763, "name": "TOutput", "variant": "typeParam", "kind": 131072, @@ -1620,7 +1648,7 @@ "typeArguments": [ { "type": "reference", - "target": 17693, + "target": 17762, "name": "TInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -1635,14 +1663,14 @@ "trueType": { "type": "reflection", "declaration": { - "id": 17676, + "id": 17745, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17677, + "id": 17746, "name": "__type", "variant": "signature", "kind": 4096, @@ -1654,7 +1682,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -1689,7 +1717,7 @@ }, { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", @@ -1712,7 +1740,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -1758,7 +1786,7 @@ }, "objectType": { "type": "reference", - "target": 17694, + "target": 17763, "typeArguments": [ { "type": "unknown", @@ -1772,7 +1800,7 @@ }, { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "indexedAccess", @@ -1797,18 +1825,18 @@ "types": [ { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17695, + "target": 17764, "typeArguments": [ { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -1823,18 +1851,18 @@ }, { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17695, + "target": 17764, "typeArguments": [ { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -1846,28 +1874,28 @@ { "type": "reflection", "declaration": { - "id": 17678, + "id": 17747, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17679, + "id": 17748, "name": "config", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17680, + "id": 17749, "name": "config", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17681, + "id": 17750, "name": "config", "variant": "param", "kind": 32768, @@ -1878,14 +1906,14 @@ { "type": "reflection", "declaration": { - "id": 17682, + "id": 17751, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17683, + "id": 17752, "name": "name", "variant": "declaration", "kind": 1024, @@ -1902,7 +1930,7 @@ { "title": "Properties", "children": [ - 17683 + 17752 ] } ] @@ -1951,11 +1979,11 @@ ], "type": { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -1972,7 +2000,7 @@ { "title": "Methods", "children": [ - 17679 + 17748 ] } ] @@ -1987,7 +2015,7 @@ "typeArguments": [ { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2005,21 +2033,21 @@ "falseType": { "type": "reflection", "declaration": { - "id": 17684, + "id": 17753, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17685, + "id": 17754, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17686, + "id": 17755, "name": "input", "variant": "param", "kind": 32768, @@ -2029,18 +2057,18 @@ "types": [ { "type": "reference", - "target": 17693, + "target": 17762, "name": "TInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", - "target": 17693, + "target": 17762, "name": "TInput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2060,7 +2088,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2095,7 +2123,7 @@ }, { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", @@ -2118,7 +2146,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2164,7 +2192,7 @@ }, "objectType": { "type": "reference", - "target": 17694, + "target": 17763, "typeArguments": [ { "type": "unknown", @@ -2178,7 +2206,7 @@ }, { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "indexedAccess", @@ -2203,18 +2231,18 @@ "types": [ { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17695, + "target": 17764, "typeArguments": [ { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2229,18 +2257,18 @@ }, { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17695, + "target": 17764, "typeArguments": [ { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2252,28 +2280,28 @@ { "type": "reflection", "declaration": { - "id": 17687, + "id": 17756, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17688, + "id": 17757, "name": "config", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17689, + "id": 17758, "name": "config", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17690, + "id": 17759, "name": "config", "variant": "param", "kind": 32768, @@ -2284,14 +2312,14 @@ { "type": "reflection", "declaration": { - "id": 17691, + "id": 17760, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17692, + "id": 17761, "name": "name", "variant": "declaration", "kind": 1024, @@ -2308,7 +2336,7 @@ { "title": "Properties", "children": [ - 17692 + 17761 ] } ] @@ -2357,11 +2385,11 @@ ], "type": { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2378,7 +2406,7 @@ { "title": "Methods", "children": [ - 17688 + 17757 ] } ] @@ -2393,7 +2421,7 @@ "typeArguments": [ { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2411,11 +2439,11 @@ }, { "type": "reference", - "target": 17695, + "target": 17764, "typeArguments": [ { "type": "reference", - "target": 17694, + "target": 17763, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2428,14 +2456,14 @@ } }, { - "id": 17695, + "id": 17764, "name": "WorkflowDataProperties", "variant": "declaration", "kind": 2097152, "flags": {}, "typeParameters": [ { - "id": 17699, + "id": 17768, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2449,14 +2477,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17696, + "id": 17765, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17697, + "id": 17766, "name": "__type", "variant": "declaration", "kind": 1024, @@ -2467,7 +2495,7 @@ } }, { - "id": 17698, + "id": 17767, "name": "__step__", "variant": "declaration", "kind": 1024, @@ -2482,8 +2510,8 @@ { "title": "Properties", "children": [ - 17697, - 17698 + 17766, + 17767 ] } ] @@ -2491,7 +2519,7 @@ } }, { - "id": 17700, + "id": 17769, "name": "WorkflowData", "variant": "declaration", "kind": 2097152, @@ -2506,7 +2534,7 @@ }, "typeParameters": [ { - "id": 17707, + "id": 17776, "name": "T", "variant": "typeParam", "kind": 131072, @@ -2532,7 +2560,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17707, + "target": 17776, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2561,7 +2589,7 @@ }, { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", @@ -2584,7 +2612,7 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17707, + "target": 17776, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2601,7 +2629,7 @@ "operator": "keyof", "target": { "type": "reference", - "target": 17707, + "target": 17776, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2624,7 +2652,7 @@ }, "objectType": { "type": "reference", - "target": 17707, + "target": 17776, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2632,7 +2660,7 @@ }, { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "indexedAccess", @@ -2648,7 +2676,7 @@ }, "objectType": { "type": "reference", - "target": 17707, + "target": 17776, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2666,18 +2694,18 @@ "types": [ { "type": "reference", - "target": 17707, + "target": 17776, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17695, + "target": 17764, "typeArguments": [ { "type": "reference", - "target": 17707, + "target": 17776, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2692,18 +2720,18 @@ }, { "type": "reference", - "target": 17707, + "target": 17776, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17695, + "target": 17764, "typeArguments": [ { "type": "reference", - "target": 17707, + "target": 17776, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2715,28 +2743,28 @@ { "type": "reflection", "declaration": { - "id": 17701, + "id": 17770, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17702, + "id": 17771, "name": "config", "variant": "declaration", "kind": 2048, "flags": {}, "signatures": [ { - "id": 17703, + "id": 17772, "name": "config", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17704, + "id": 17773, "name": "config", "variant": "param", "kind": 32768, @@ -2747,14 +2775,14 @@ { "type": "reflection", "declaration": { - "id": 17705, + "id": 17774, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17706, + "id": 17775, "name": "name", "variant": "declaration", "kind": 1024, @@ -2771,7 +2799,7 @@ { "title": "Properties", "children": [ - 17706 + 17775 ] } ] @@ -2820,11 +2848,11 @@ ], "type": { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", - "target": 17707, + "target": 17776, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -2841,7 +2869,7 @@ { "title": "Methods", "children": [ - 17702 + 17771 ] } ] @@ -2851,7 +2879,7 @@ } }, { - "id": 17708, + "id": 17777, "name": "CreateWorkflowComposerContext", "variant": "declaration", "kind": 2097152, @@ -2859,14 +2887,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17709, + "id": 17778, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17710, + "id": 17779, "name": "hooks_", "variant": "declaration", "kind": 1024, @@ -2880,7 +2908,7 @@ } }, { - "id": 17711, + "id": 17780, "name": "hooksCallback_", "variant": "declaration", "kind": 1024, @@ -2914,7 +2942,7 @@ } }, { - "id": 17712, + "id": 17781, "name": "workflowId", "variant": "declaration", "kind": 1024, @@ -2925,7 +2953,7 @@ } }, { - "id": 17713, + "id": 17782, "name": "flow", "variant": "declaration", "kind": 1024, @@ -2941,7 +2969,7 @@ } }, { - "id": 17714, + "id": 17783, "name": "handlers", "variant": "declaration", "kind": 1024, @@ -2957,7 +2985,7 @@ } }, { - "id": 17715, + "id": 17784, "name": "stepBinder", "variant": "declaration", "kind": 1024, @@ -2965,21 +2993,21 @@ "type": { "type": "reflection", "declaration": { - "id": 17716, + "id": 17785, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17717, + "id": 17786, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 17719, + "id": 17788, "name": "TOutput", "variant": "typeParam", "kind": 131072, @@ -2992,14 +3020,14 @@ ], "parameters": [ { - "id": 17718, + "id": 17787, "name": "fn", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 17670, + "target": 17739, "name": "StepFunctionResult", "package": "@medusajs/workflows-sdk" } @@ -3007,11 +3035,11 @@ ], "type": { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", - "target": 17719, + "target": 17788, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -3026,7 +3054,7 @@ } }, { - "id": 17720, + "id": 17789, "name": "hookBinder", "variant": "declaration", "kind": 1024, @@ -3034,21 +3062,21 @@ "type": { "type": "reflection", "declaration": { - "id": 17721, + "id": 17790, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17722, + "id": 17791, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 17725, + "id": 17794, "name": "TOutput", "variant": "typeParam", "kind": 131072, @@ -3061,7 +3089,7 @@ ], "parameters": [ { - "id": 17723, + "id": 17792, "name": "name", "variant": "param", "kind": 32768, @@ -3072,7 +3100,7 @@ } }, { - "id": 17724, + "id": 17793, "name": "fn", "variant": "param", "kind": 32768, @@ -3090,11 +3118,11 @@ ], "type": { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", - "target": 17725, + "target": 17794, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -3109,7 +3137,7 @@ } }, { - "id": 17726, + "id": 17795, "name": "parallelizeBinder", "variant": "declaration", "kind": 1024, @@ -3117,21 +3145,21 @@ "type": { "type": "reflection", "declaration": { - "id": 17727, + "id": 17796, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17728, + "id": 17797, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 17733, + "id": 17802, "name": "TOutput", "variant": "typeParam", "kind": 131072, @@ -3140,7 +3168,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17700, + "target": 17769, "name": "WorkflowData", "package": "@medusajs/workflows-sdk" } @@ -3149,7 +3177,7 @@ "type": "array", "elementType": { "type": "reference", - "target": 17700, + "target": 17769, "name": "WorkflowData", "package": "@medusajs/workflows-sdk" } @@ -3158,7 +3186,7 @@ ], "parameters": [ { - "id": 17729, + "id": 17798, "name": "fn", "variant": "param", "kind": 32768, @@ -3166,28 +3194,28 @@ "type": { "type": "reflection", "declaration": { - "id": 17730, + "id": 17799, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17731, + "id": 17800, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17732, + "id": 17801, "name": "this", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 17708, + "target": 17777, "name": "CreateWorkflowComposerContext", "package": "@medusajs/workflows-sdk" } @@ -3195,7 +3223,7 @@ ], "type": { "type": "reference", - "target": 17733, + "target": 17802, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -3208,7 +3236,7 @@ ], "type": { "type": "reference", - "target": 17733, + "target": 17802, "name": "TOutput", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -3223,14 +3251,14 @@ { "title": "Properties", "children": [ - 17710, - 17711, - 17712, - 17713, - 17714, - 17715, - 17720, - 17726 + 17779, + 17780, + 17781, + 17782, + 17783, + 17784, + 17789, + 17795 ] } ] @@ -3238,7 +3266,7 @@ } }, { - "id": 17734, + "id": 17803, "name": "StepExecutionContext", "variant": "declaration", "kind": 256, @@ -3253,7 +3281,7 @@ }, "children": [ { - "id": 17735, + "id": 17804, "name": "workflowId", "variant": "declaration", "kind": 1024, @@ -3272,7 +3300,7 @@ } }, { - "id": 17736, + "id": 17805, "name": "attempt", "variant": "declaration", "kind": 1024, @@ -3291,7 +3319,7 @@ } }, { - "id": 17737, + "id": 17806, "name": "idempotencyKey", "variant": "declaration", "kind": 1024, @@ -3310,7 +3338,7 @@ } }, { - "id": 17738, + "id": 17807, "name": "stepName", "variant": "declaration", "kind": 1024, @@ -3329,7 +3357,7 @@ } }, { - "id": 17739, + "id": 17808, "name": "action", "variant": "declaration", "kind": 1024, @@ -3357,7 +3385,7 @@ } }, { - "id": 17740, + "id": 17809, "name": "container", "variant": "declaration", "kind": 1024, @@ -3381,7 +3409,7 @@ } }, { - "id": 17741, + "id": 17810, "name": "metadata", "variant": "declaration", "kind": 1024, @@ -3405,7 +3433,7 @@ } }, { - "id": 17742, + "id": 17811, "name": "context", "variant": "declaration", "kind": 1024, @@ -3430,7 +3458,7 @@ } }, { - "id": 17743, + "id": 17812, "name": "eventGroupId", "variant": "declaration", "kind": 1024, @@ -3451,7 +3479,7 @@ } }, { - "id": 17744, + "id": 17813, "name": "transactionId", "variant": "declaration", "kind": 1024, @@ -3476,22 +3504,22 @@ { "title": "Properties", "children": [ - 17735, - 17736, - 17737, - 17738, - 17739, - 17740, - 17741, - 17742, - 17743, - 17744 + 17804, + 17805, + 17806, + 17807, + 17808, + 17809, + 17810, + 17811, + 17812, + 17813 ] } ] }, { - "id": 17745, + "id": 17814, "name": "WorkflowTransactionContext", "variant": "declaration", "kind": 2097152, @@ -3501,7 +3529,7 @@ "types": [ { "type": "reference", - "target": 17734, + "target": 17803, "name": "StepExecutionContext", "package": "@medusajs/workflows-sdk" }, @@ -3518,14 +3546,14 @@ { "type": "reflection", "declaration": { - "id": 17746, + "id": 17815, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17747, + "id": 17816, "name": "invoke", "variant": "declaration", "kind": 1024, @@ -3533,21 +3561,21 @@ "type": { "type": "reflection", "declaration": { - "id": 17748, + "id": 17817, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "indexSignatures": [ { - "id": 17749, + "id": 17818, "name": "__index", "variant": "signature", "kind": 8192, "flags": {}, "parameters": [ { - "id": 17750, + "id": 17819, "name": "key", "variant": "param", "kind": 32768, @@ -3561,14 +3589,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17751, + "id": 17820, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17752, + "id": 17821, "name": "output", "variant": "declaration", "kind": 1024, @@ -3583,7 +3611,7 @@ { "title": "Properties", "children": [ - 17752 + 17821 ] } ] @@ -3599,7 +3627,7 @@ { "title": "Properties", "children": [ - 17747 + 17816 ] } ] @@ -3609,7 +3637,7 @@ } }, { - "id": 17753, + "id": 17822, "name": "ReturnWorkflow", "variant": "declaration", "kind": 2097152, @@ -3624,7 +3652,7 @@ "kind": "inline-tag", "tag": "@link", "text": "createWorkflow", - "target": 17561 + "target": 17628 }, { "kind": "text", @@ -3665,21 +3693,21 @@ }, "typeParameters": [ { - "id": 17782, + "id": 17851, "name": "TData", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 17783, + "id": 17852, "name": "TResult", "variant": "typeParam", "kind": 131072, "flags": {} }, { - "id": 17784, + "id": 17853, "name": "THooks", "variant": "typeParam", "kind": 131072, @@ -3716,21 +3744,21 @@ { "type": "reflection", "declaration": { - "id": 17754, + "id": 17823, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17755, + "id": 17824, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 17756, + "id": 17825, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -3741,7 +3769,7 @@ } }, { - "id": 17757, + "id": 17826, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -3754,7 +3782,7 @@ ], "parameters": [ { - "id": 17758, + "id": 17827, "name": "container", "variant": "param", "kind": 32768, @@ -3778,14 +3806,14 @@ "elementType": { "type": "reflection", "declaration": { - "id": 17759, + "id": 17828, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17760, + "id": 17829, "name": "__joinerConfig", "variant": "declaration", "kind": 1024, @@ -3801,7 +3829,7 @@ } }, { - "id": 17761, + "id": 17830, "name": "__definition", "variant": "declaration", "kind": 1024, @@ -3821,8 +3849,8 @@ { "title": "Properties", "children": [ - 17760, - 17761 + 17829, + 17830 ] } ] @@ -3886,28 +3914,28 @@ "typeArguments": [ { "type": "reference", - "target": 17782, + "target": 17851, "name": "TData", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17783, + "target": 17852, "name": "TResult", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17756, + "target": 17825, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17757, + "target": 17826, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -3924,7 +3952,7 @@ }, { "type": "reference", - "target": 17784, + "target": 17853, "name": "THooks", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -3932,14 +3960,14 @@ { "type": "reflection", "declaration": { - "id": 17762, + "id": 17831, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17763, + "id": 17832, "name": "runAsStep", "variant": "declaration", "kind": 1024, @@ -3947,21 +3975,21 @@ "type": { "type": "reflection", "declaration": { - "id": 17764, + "id": 17833, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17765, + "id": 17834, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17766, + "id": 17835, "name": "{\n input,\n }", "variant": "param", "kind": 32768, @@ -3969,14 +3997,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17767, + "id": 17836, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17768, + "id": 17837, "name": "input", "variant": "declaration", "kind": 1024, @@ -3986,18 +4014,18 @@ "types": [ { "type": "reference", - "target": 17782, + "target": 17851, "name": "TData", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17700, + "target": 17769, "typeArguments": [ { "type": "reference", - "target": 17782, + "target": 17851, "name": "TData", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4014,7 +4042,7 @@ { "title": "Properties", "children": [ - 17768 + 17837 ] } ] @@ -4031,18 +4059,18 @@ "typeArguments": [ { "type": "reference", - "target": 17675, + "target": 17744, "typeArguments": [ { "type": "reference", - "target": 17782, + "target": 17851, "name": "TData", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17783, + "target": 17852, "name": "TResult", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4061,7 +4089,7 @@ } }, { - "id": 17769, + "id": 17838, "name": "run", "variant": "declaration", "kind": 1024, @@ -4069,21 +4097,21 @@ "type": { "type": "reflection", "declaration": { - "id": 17770, + "id": 17839, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17771, + "id": 17840, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 17773, + "id": 17842, "name": "TDataOverride", "variant": "typeParam", "kind": 131072, @@ -4094,7 +4122,7 @@ } }, { - "id": 17774, + "id": 17843, "name": "TResultOverride", "variant": "typeParam", "kind": 131072, @@ -4107,7 +4135,7 @@ ], "parameters": [ { - "id": 17772, + "id": 17841, "name": "args", "variant": "param", "kind": 32768, @@ -4136,28 +4164,28 @@ "typeArguments": [ { "type": "reference", - "target": 17782, + "target": 17851, "name": "TData", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17783, + "target": 17852, "name": "TResult", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17773, + "target": 17842, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17774, + "target": 17843, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4195,28 +4223,28 @@ "typeArguments": [ { "type": "reference", - "target": 17782, + "target": 17851, "name": "TData", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17783, + "target": 17852, "name": "TResult", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17773, + "target": 17842, "name": "TDataOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, { "type": "reference", - "target": 17774, + "target": 17843, "name": "TResultOverride", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4236,7 +4264,7 @@ } }, { - "id": 17775, + "id": 17844, "name": "getName", "variant": "declaration", "kind": 1024, @@ -4244,14 +4272,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17776, + "id": 17845, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17777, + "id": 17846, "name": "__type", "variant": "signature", "kind": 4096, @@ -4266,7 +4294,7 @@ } }, { - "id": 17778, + "id": 17847, "name": "config", "variant": "declaration", "kind": 1024, @@ -4274,21 +4302,21 @@ "type": { "type": "reflection", "declaration": { - "id": 17779, + "id": 17848, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "signatures": [ { - "id": 17780, + "id": 17849, "name": "__type", "variant": "signature", "kind": 4096, "flags": {}, "parameters": [ { - "id": 17781, + "id": 17850, "name": "config", "variant": "param", "kind": 32768, @@ -4318,10 +4346,10 @@ { "title": "Properties", "children": [ - 17763, - 17769, - 17775, - 17778 + 17832, + 17838, + 17844, + 17847 ] } ] @@ -4331,7 +4359,7 @@ } }, { - "id": 17785, + "id": 17854, "name": "UnwrapWorkflowInputDataType", "variant": "declaration", "kind": 2097152, @@ -4357,14 +4385,14 @@ }, "typeParameters": [ { - "id": 17786, + "id": 17855, "name": "T", "variant": "typeParam", "kind": 131072, "flags": {}, "type": { "type": "reference", - "target": 17753, + "target": 17822, "typeArguments": [ { "type": "intrinsic", @@ -4388,14 +4416,14 @@ "type": "conditional", "checkType": { "type": "reference", - "target": 17786, + "target": 17855, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true }, "extendsType": { "type": "reference", - "target": 17753, + "target": 17822, "typeArguments": [ { "type": "inferred", @@ -4430,21 +4458,21 @@ } }, { - "id": 17787, + "id": 17856, "name": "when", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ { - "id": 17788, + "id": 17857, "name": "when", "variant": "signature", "kind": 4096, "flags": {}, "typeParameters": [ { - "id": 17789, + "id": 17858, "name": "T", "variant": "typeParam", "kind": 131072, @@ -4458,7 +4486,7 @@ }, { "type": "reference", - "target": 17700, + "target": 17769, "name": "WorkflowData", "package": "@medusajs/workflows-sdk" } @@ -4466,7 +4494,7 @@ } }, { - "id": 17790, + "id": 17859, "name": "Then", "variant": "typeParam", "kind": 131072, @@ -4484,21 +4512,21 @@ ], "parameters": [ { - "id": 17791, + "id": 17860, "name": "values", "variant": "param", "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 17789, + "target": 17858, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true } }, { - "id": 17792, + "id": 17861, "name": "condition", "variant": "param", "kind": 32768, @@ -4512,7 +4540,7 @@ "typeArguments": [ { "type": "reference", - "target": 17789, + "target": 17858, "name": "T", "package": "@medusajs/workflows-sdk", "refersToTypeParameter": true @@ -4526,14 +4554,14 @@ "type": { "type": "reflection", "declaration": { - "id": 17793, + "id": 17862, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 17794, + "id": 17863, "name": "then", "variant": "declaration", "kind": 1024, @@ -4553,7 +4581,7 @@ { "title": "Properties", "children": [ - 17794 + 17863 ] } ] @@ -4567,524 +4595,256 @@ { "title": "Classes", "children": [ - 17577 + 17644 ] }, { "title": "Interfaces", "children": [ - 17734 + 17803 ] }, { "title": "Type Aliases", "children": [ - 17670, - 17675, - 17695, - 17700, - 17708, - 17745, - 17753, - 17785 + 17739, + 17744, + 17764, + 17769, + 17777, + 17814, + 17822, + 17854 ] }, { "title": "Functions", "children": [ - 17551, - 17561, - 17609, - 17613, - 17787 + 17618, + 17628, + 17678, + 17682, + 17856 ] } ], "packageName": "@medusajs/workflows-sdk", "symbolIdMap": { - "17550": { + "17617": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/index.ts", "qualifiedName": "" }, - "17551": { + "17618": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-step.ts", "qualifiedName": "createStep" }, - "17552": { + "17619": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-step.ts", "qualifiedName": "createStep" }, - "17553": { + "17620": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-step.ts", "qualifiedName": "TInvokeInput" }, - "17554": { + "17621": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-step.ts", "qualifiedName": "TInvokeResultOutput" }, - "17555": { + "17622": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-step.ts", "qualifiedName": "TInvokeResultCompensateInput" }, - "17556": { + "17623": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-step.ts", "qualifiedName": "nameOrConfig" }, - "17557": { + "17624": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-step.ts", "qualifiedName": "__type" }, - "17558": { + "17625": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-step.ts", "qualifiedName": "__type.name" }, - "17559": { + "17626": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-step.ts", "qualifiedName": "invokeFn" }, - "17560": { + "17627": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-step.ts", "qualifiedName": "compensateFn" }, - "17561": { + "17628": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "createWorkflow" }, - "17562": { + "17629": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "createWorkflow" }, - "17563": { + "17630": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "TData" }, - "17564": { + "17631": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "TResult" }, - "17565": { + "17632": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "THooks" }, - "17566": { + "17633": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "nameOrConfig" }, - "17567": { + "17634": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "__type" }, - "17568": { + "17635": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "__type.name" }, - "17569": { + "17636": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "composer" }, - "17570": { + "17637": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "__type" }, - "17571": { + "17638": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "__type" }, - "17572": { + "17639": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/create-workflow.ts", "qualifiedName": "input" }, - "17577": { + "17644": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "StepResponse" }, - "17578": { + "17645": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "StepResponse.permanentFailure" }, - "17579": { + "17646": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "StepResponse.permanentFailure" }, - "17580": { + "17647": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "message" }, - "17581": { + "17648": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", + "qualifiedName": "StepResponse.skip" + }, + "17649": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", + "qualifiedName": "StepResponse.skip" + }, + "17650": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "StepResponse.__constructor" }, - "17582": { + "17651": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "StepResponse" }, - "17583": { + "17652": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "StepResponse.TOutput" }, - "17584": { + "17653": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "StepResponse.TCompensateInput" }, - "17585": { + "17654": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "output" }, - "17586": { + "17655": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "compensateInput" }, - "17602": { + "17671": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "StepResponse.TOutput" }, - "17603": { + "17672": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/helpers/step-response.ts", "qualifiedName": "StepResponse.TCompensateInput" }, - "17609": { + "17678": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/parallelize.ts", "qualifiedName": "parallelize" }, - "17610": { + "17679": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/parallelize.ts", "qualifiedName": "parallelize" }, - "17611": { + "17680": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/parallelize.ts", "qualifiedName": "TResult" }, - "17612": { + "17681": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/parallelize.ts", "qualifiedName": "steps" }, - "17613": { + "17682": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/transform.ts", "qualifiedName": "transform" }, - "17614": { + "17683": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/transform.ts", "qualifiedName": "transform" }, - "17615": { + "17684": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/transform.ts", "qualifiedName": "T" }, - "17616": { + "17685": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/transform.ts", "qualifiedName": "RFinal" }, - "17617": { + "17686": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/transform.ts", "qualifiedName": "values" }, - "17618": { + "17687": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/transform.ts", "qualifiedName": "func" }, - "17670": { + "17739": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "StepFunctionResult" }, - "17671": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17672": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17673": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "this" - }, - "17674": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "17675": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepFunction" - }, - "17676": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17677": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17678": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17679": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17680": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17681": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "17682": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17683": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "17684": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17685": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17686": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "input" - }, - "17687": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17688": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17689": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17690": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "17691": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17692": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "17693": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TInput" - }, - "17694": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "17695": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "WorkflowDataProperties" - }, - "17696": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17697": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__type" - }, - "17698": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__step__" - }, - "17699": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "T" - }, - "17700": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "WorkflowData" - }, - "17701": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17702": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17703": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" - }, - "17704": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" - }, - "17705": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17706": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.name" - }, - "17707": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "T" - }, - "17708": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "CreateWorkflowComposerContext" - }, - "17709": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17710": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooks_" - }, - "17711": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hooksCallback_" - }, - "17712": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.workflowId" - }, - "17713": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.flow" - }, - "17714": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.handlers" - }, - "17715": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.stepBinder" - }, - "17716": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17717": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17718": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "fn" - }, - "17719": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "17720": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.hookBinder" - }, - "17721": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17722": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17723": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "name" - }, - "17724": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "fn" - }, - "17725": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "17726": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.parallelizeBinder" - }, - "17727": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17728": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17729": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "fn" - }, - "17730": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17731": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" - }, - "17732": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "this" - }, - "17733": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TOutput" - }, - "17734": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepExecutionContext" - }, - "17735": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepExecutionContext.workflowId" - }, - "17736": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepExecutionContext.attempt" - }, - "17737": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepExecutionContext.idempotencyKey" - }, - "17738": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepExecutionContext.stepName" - }, - "17739": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepExecutionContext.action" - }, "17740": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepExecutionContext.container" + "qualifiedName": "__type" }, "17741": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepExecutionContext.metadata" + "qualifiedName": "__type" }, "17742": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepExecutionContext.context" + "qualifiedName": "this" }, "17743": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepExecutionContext.eventGroupId" + "qualifiedName": "TOutput" }, "17744": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "StepExecutionContext.transactionId" + "qualifiedName": "StepFunction" }, "17745": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "WorkflowTransactionContext" + "qualifiedName": "__type" }, "17746": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -5092,15 +4852,19 @@ }, "17747": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.invoke" + "qualifiedName": "__type" }, "17748": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "17749": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.__index" + "qualifiedName": "__type.config" + }, + "17750": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "17751": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -5108,11 +4872,11 @@ }, "17752": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.output" + "qualifiedName": "__type.name" }, "17753": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "ReturnWorkflow" + "qualifiedName": "__type" }, "17754": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -5120,59 +4884,63 @@ }, "17755": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "input" }, "17756": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "__type" }, "17757": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type.config" }, "17758": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "container" + "qualifiedName": "__type.config" }, "17759": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" }, "17760": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__joinerConfig" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" }, "17761": { - "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", - "qualifiedName": "__type.__definition" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.name" }, "17762": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "TInput" }, "17763": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.runAsStep" + "qualifiedName": "TOutput" }, "17764": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "WorkflowDataProperties" }, "17765": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", "qualifiedName": "__type" }, + "17766": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__type" + }, "17767": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.__step__" }, "17768": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.input" + "qualifiedName": "T" }, "17769": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.run" + "qualifiedName": "WorkflowData" }, "17770": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", @@ -5180,97 +4948,365 @@ }, "17771": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.config" }, "17772": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "args" + "qualifiedName": "__type.config" }, "17773": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TDataOverride" + "qualifiedName": "config" }, "17774": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResultOverride" + "qualifiedName": "__type" }, "17775": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.getName" + "qualifiedName": "__type.name" }, "17776": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "T" }, "17777": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "CreateWorkflowComposerContext" }, "17778": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type.config" + "qualifiedName": "__type" }, "17779": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooks_" }, "17780": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hooksCallback_" }, "17781": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "config" + "qualifiedName": "__type.workflowId" }, "17782": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TData" + "qualifiedName": "__type.flow" }, "17783": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "TResult" + "qualifiedName": "__type.handlers" }, "17784": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "THooks" + "qualifiedName": "__type.stepBinder" }, "17785": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "UnwrapWorkflowInputDataType" + "qualifiedName": "__type" }, "17786": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", - "qualifiedName": "T" + "qualifiedName": "__type" }, "17787": { - "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/when.ts", - "qualifiedName": "when" + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "fn" }, "17788": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "17789": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.hookBinder" + }, + "17790": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17791": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17792": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "name" + }, + "17793": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "fn" + }, + "17794": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "17795": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.parallelizeBinder" + }, + "17796": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17797": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17798": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "fn" + }, + "17799": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17800": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17801": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "this" + }, + "17802": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TOutput" + }, + "17803": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepExecutionContext" + }, + "17804": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepExecutionContext.workflowId" + }, + "17805": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepExecutionContext.attempt" + }, + "17806": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepExecutionContext.idempotencyKey" + }, + "17807": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepExecutionContext.stepName" + }, + "17808": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepExecutionContext.action" + }, + "17809": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepExecutionContext.container" + }, + "17810": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepExecutionContext.metadata" + }, + "17811": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepExecutionContext.context" + }, + "17812": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepExecutionContext.eventGroupId" + }, + "17813": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "StepExecutionContext.transactionId" + }, + "17814": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "WorkflowTransactionContext" + }, + "17815": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17816": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.invoke" + }, + "17817": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17818": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.__index" + }, + "17820": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17821": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.output" + }, + "17822": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "ReturnWorkflow" + }, + "17823": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17824": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17825": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "17826": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "17827": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "container" + }, + "17828": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type" + }, + "17829": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__joinerConfig" + }, + "17830": { + "sourceFileName": "../../../../packages/core/types/src/modules-sdk/index.ts", + "qualifiedName": "__type.__definition" + }, + "17831": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17832": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.runAsStep" + }, + "17833": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17834": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17836": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17837": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.input" + }, + "17838": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.run" + }, + "17839": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17840": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17841": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "args" + }, + "17842": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TDataOverride" + }, + "17843": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResultOverride" + }, + "17844": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.getName" + }, + "17845": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17846": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17847": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type.config" + }, + "17848": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17849": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "__type" + }, + "17850": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "config" + }, + "17851": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TData" + }, + "17852": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "TResult" + }, + "17853": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "THooks" + }, + "17854": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "UnwrapWorkflowInputDataType" + }, + "17855": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/type.ts", + "qualifiedName": "T" + }, + "17856": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/when.ts", "qualifiedName": "when" }, - "17789": { + "17857": { + "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/when.ts", + "qualifiedName": "when" + }, + "17858": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/when.ts", "qualifiedName": "T" }, - "17790": { + "17859": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/when.ts", "qualifiedName": "Then" }, - "17791": { + "17860": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/when.ts", "qualifiedName": "values" }, - "17792": { + "17861": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/when.ts", "qualifiedName": "condition" }, - "17793": { + "17862": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/when.ts", "qualifiedName": "__type" }, - "17794": { + "17863": { "sourceFileName": "../../../../packages/core/workflows-sdk/src/utils/composer/when.ts", "qualifiedName": "__type.then" } @@ -5280,7 +5316,7 @@ "1": "../../../../packages/core/workflows-sdk/src/utils/composer/index.ts" }, "reflections": { - "1": 17550 + "1": 17617 } } } \ No newline at end of file